CINXE.COM
Brandwatch
<!DOCTYPE html> <html class="no-js" lang="en-US" prefix="og: https://ogp.me/ns#"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="format-detection" content="telephone=no"> <meta name="robots" content="max-image-preview:large"> <title> Brandwatch </title> <!-- Preconnects & dns-prefetch--> <link rel="preconnect" href="https://connect.facebook.net" /> <link rel="dns-prefetch" href="https://connect.facebook.net" /> <link rel="preconnect" href="https://s14415.pcdn.co" /> <link rel="dns-prefetch" href="https://s14415.pcdn.co" /> <link rel="preconnect" href="https://www.googletagmanager.com" /> <link rel="dns-prefetch" href="https://www.googletagmanager.com" /> <link rel="preconnect" href="https://cdn.optimizely.com" /> <link rel="dns-prefetch" href="https://cdn.optimizely.com" /> <link rel="preconnect" href="https://script.hotjar.com" /> <link rel="dns-prefetch" href="https://script.hotjar.com" /> <link rel="preconnect" href="https://cdn.bizible.com" /> <link rel="dns-prefetch" href="https://cdn.bizible.com" /> <link rel="preconnect" href="https://js.driftt.com" /> <link rel="dns-prefetch" href="https://js.driftt.com" /> <link rel="preconnect" href="https://www.google-analytics.com" /> <link rel="dns-prefetch" href="https://www.google-analytics.com" /> <link rel="preconnect" href="https://munchkin.marketo.net/" /> <link rel="dns-prefetch" href="https://munchkin.marketo.net/" /> <link rel="preconnect" href="https://euob.segreencolumn.com" crossorigin> <link rel="dns-prefetch" href="https://euob.segreencolumn.com"> <!-- Hreflang tags --> <link rel='alternate' href='https://www.brandwatch.com/' hreflang='x-default' /> <link rel='alternate' href='https://www.brandwatch.com/de/' hreflang='de' /> <link rel='alternate' href='https://www.brandwatch.com/' hreflang='en' /> <link rel='alternate' href='https://www.brandwatch.com/es/' hreflang='es' /> <link rel='alternate' href='https://www.brandwatch.com/fr/' hreflang='fr' /> <!-- CHEQ INVOCATION TAG --> <script async src="https://euob.segreencolumn.com/sxp/i/da9c4b3dbdd2718a38e7005cd191cc9e.js" data-ch="cheq4ppc" class="ct_clicktrue_43272" data-jsonp="onCheqResponse"></script> <script> document.addEventListener("DOMContentLoaded", function() { if (typeof MktoForms2 !== 'undefined') { MktoForms2.whenReady(function(form) { if (window._cq && typeof window._cq.cheqFormReady === 'function') { window._cq.cheqFormReady(form.getFormElem()); } else { window._cq = window._cq || {}; window._cq.form = form.getFormElem(); } }); } else { console.error("MktoForms2 is not defined."); } }); </script> <!-- END CHEQ INVOCATION TAG --> <!-- Generate a unique event ID for LinkedIn CAPI --> <script> function generateEventId() { return 'event_' + Date.now() + '_' + Math.random().toString(36).substring(2, 15); } function storeEventId() { const eventId = generateEventId(); document.cookie = "event_id=" + eventId + "; path=/; max-age=3600"; // 1 hour expiry return eventId; } function getEventIdFromCookie() { const match = document.cookie.match(new RegExp('(^| )event_id=([^;]+)')); return match ? match[2] : null; } // Initialize event_id on page load window.linkedInEventId = getEventIdFromCookie() || storeEventId(); </script> <!-- End Generate a unique event ID for LinkedIn CAPI --> <!-- Critical JS --> <script> window.api_url = "https://www.brandwatch.com/wp-json/" window.site_url = "https://www.brandwatch.com" window.nonce = "bdafb0cacc" function is_IE(userAgent) { userAgent = userAgent || navigator.userAgent; return userAgent.indexOf('MSIE ') > -1 || userAgent.indexOf('Trident/') > -1; } if (is_IE()) { document.documentElement.className += ' is-ie'; alert('Brandwatch no longer supports Internet Explorer. Please use a more modern browser: https://browsehappy.com/'); } // Simple interface to add a class to elements on page load // (generally for heros etc) // ----------------------------------------------------------------- function apply_css_class_on_dom_loaded() { var loading_veil = document.getElementById('c-loading-veil'); var loading_veil_spinner = document.getElementById('c-loading-veil__spinner'); var items = document.querySelectorAll('[data-on-page-load-class]'); if (loading_veil) { setTimeout(function() { loading_veil_spinner.classList.add('done'); setTimeout(function() { loading_veil.classList.add('t-fade-out--active'); }, 400); setTimeout(function() { for (i = 0; i < items.length; ++i) { var active_class = items[i].getAttribute('data-on-page-load-class'); items[i].classList.add(active_class); } }, 300); }, 400); } else { for (i = 0; i < items.length; ++i) { var active_class = items[i].getAttribute('data-on-page-load-class'); items[i].classList.add(active_class); } } } document.addEventListener('DOMContentLoaded', apply_css_class_on_dom_loaded); </script> <!-- !END Critical JS --> <!-- Our head scripts --> <script id="head_scripts"> // Set JS enabled class // This must run as soon as possible to minimise render jank // ----------------------------------------------------------------- document.documentElement.classList.add('js'); document.documentElement.classList.remove('no-js'); // Detect Chrome on iOS in order to disable buggy animations and transtions in css // ----------------------------------------------------------------- if (navigator.userAgent.match('CriOS')) { document.documentElement.className += ' is-chrome-ios'; } // Promise polyfill // ----------------------------------------------------------------- // Promises Polyfill - https://github.com/taylorhakes/promise-polyfill !function(e){function n(){}function t(e,n){return function(){e.apply(n,arguments)}}function o(e){if("object"!=typeof this)throw new TypeError("Promises must be constructed via new");if("function"!=typeof e)throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=void 0,this._deferreds=[],s(e,this)}function i(e,n){for(;3===e._state;)e=e._value;return 0===e._state?void e._deferreds.push(n):(e._handled=!0,void o._immediateFn(function(){var t=1===e._state?n.onFulfilled:n.onRejected;if(null===t)return void(1===e._state?r:u)(n.promise,e._value);var o;try{o=t(e._value)}catch(i){return void u(n.promise,i)}r(n.promise,o)}))}function r(e,n){try{if(n===e)throw new TypeError("A promise cannot be resolved with itself.");if(n&&("object"==typeof n||"function"==typeof n)){var i=n.then;if(n instanceof o)return e._state=3,e._value=n,void f(e);if("function"==typeof i)return void s(t(i,n),e)}e._state=1,e._value=n,f(e)}catch(r){u(e,r)}}function u(e,n){e._state=2,e._value=n,f(e)}function f(e){2===e._state&&0===e._deferreds.length&&o._immediateFn(function(){e._handled||o._unhandledRejectionFn(e._value)});for(var n=0,t=e._deferreds.length;n<t;n++)i(e,e._deferreds[n]);e._deferreds=null}function c(e,n,t){this.onFulfilled="function"==typeof e?e:null,this.onRejected="function"==typeof n?n:null,this.promise=t}function s(e,n){var t=!1;try{e(function(e){t||(t=!0,r(n,e))},function(e){t||(t=!0,u(n,e))})}catch(o){if(t)return;t=!0,u(n,o)}}var a=setTimeout;o.prototype["catch"]=function(e){return this.then(null,e)},o.prototype.then=function(e,t){var o=new this.constructor(n);return i(this,new c(e,t,o)),o},o.all=function(e){var n=Array.prototype.slice.call(e);return new o(function(e,t){function o(r,u){try{if(u&&("object"==typeof u||"function"==typeof u)){var f=u.then;if("function"==typeof f)return void f.call(u,function(e){o(r,e)},t)}n[r]=u,0===--i&&e(n)}catch(c){t(c)}}if(0===n.length)return e([]);for(var i=n.length,r=0;r<n.length;r++)o(r,n[r])})},o.resolve=function(e){return e&&"object"==typeof e&&e.constructor===o?e:new o(function(n){n(e)})},o.reject=function(e){return new o(function(n,t){t(e)})},o.race=function(e){return new o(function(n,t){for(var o=0,i=e.length;o<i;o++)e[o].then(n,t)})},o._immediateFn="function"==typeof setImmediate&&function(e){setImmediate(e)}||function(e){a(e,0)},o._unhandledRejectionFn=function(e){"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",e)},o._setImmediateFn=function(e){o._immediateFn=e},o._setUnhandledRejectionFn=function(e){o._unhandledRejectionFn=e},"undefined"!=typeof module&&module.exports?module.exports=o:e.Promise||(e.Promise=o)}(this); // CustomEvent polyfill // ----------------------------------------------------------------- // // CustomEvent -- polyfill for IE11 // -- adapted from Mozilla's: https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent/CustomEvent#Polyfill // // if (typeof window.CustomEvent !== 'function') { var default_event_params = { bubbles: false, cancelable: false, detail: undefined, }; var CustomEvent = function(event_type, params) { params = params || default_event_params; var ev = document.createEvent('CustomEvent'); ev.initCustomEvent(event_type, params.bubbles, params.cancelable, params.detail); return ev; } CustomEvent.prototype = window.Event.prototype; window.CustomEvent = CustomEvent; } // global ajax helpers (global version of some helpers from Ben Halls 'nayjax' npm package used in core) // ----------------------------------------------------------------- // NB: Uses Promises - Must be loaded after Promise Polyfill // Suggest at some point, just move to importing nayjax from a header-specific compiled module. // - To allow both header & footer js to access nayjax, could write in the _module.js file: // import nayjax from 'nayjax'; // window.nayjax = nayjax; // - Then footer modules would use window.nayjax instead of "import 'nayjax'" // - (Similar for crumblr) // global_request() - private, -> promise // --------------------------------- // errors (stringly typed): // - network error - unreachable / interrupted // - request error - 400 codes // - server error - 500 codes // - aborted - .abort() called function global_request(url, method, data_url_encoded, cb_progress) { const xhr = new XMLHttpRequest; const promise = new Promise(function(succeed, fail) { xhr.addEventListener('error', function() { fail('network error'); }); xhr.addEventListener('abort', function() { fail('aborted'); }); if (typeof cb_progress === 'function') { xhr.addEventListener('progress', cb_progress); } xhr.addEventListener('readystatechange', function() { if (xhr.readyState !== 4) { return; } if (xhr.status >= 400 && xhr.status < 500) { fail('request error'); } else if (xhr.status >= 500) { fail('server error'); } else if (xhr.status === 0) { fail('network error'); } else { succeed(xhr.responseText); } }); }); xhr.open(method, url, true); if (typeof data_url_encoded === 'string') { xhr.setRequestHeader('Content-type', 'application/x-www-form-urlencoded'); xhr.send(data_url_encoded); } else { xhr.send(); } return promise; } function global_ajax_post(url, cb_progress) { return global_request(url, 'post', null, cb_progress); } function global_ajax_post_json(url, cb_progress) { return global_ajax_post(url, cb_progress).then(function(response_text) { try { return JSON.parse(response_text); } catch (err) { throw 'invalid json'; } }); } // global crumblr (global version of core cookies/crumblr.js) // ----------------------------------------------------------------- function global_get_cookie(name) { var name_eq = name + '='; var matching_cookie = document.cookie.split(';') .map(function(c) { return c.trim(); }) .filter(function(c) { return c.indexOf(name_eq) === 0; })[0]; return matching_cookie !== undefined ? matching_cookie.substring(name_eq.length) : null; } function global_set_cookie(name, value, expires_in_days_hence, path, domain) { var t = new Date(); if (typeof expires_in_days_hence === 'number') { t.setMilliseconds((new Date()).getMilliseconds() + expires_in_days_hence * 1000 * 3600 * 24); } var parts = [ name + '=' + value, expires_in_days_hence ? ('; expires=' + t.toUTCString()) : '', path ? ('; path=' + path) : '; path=/', domain ? ('; domain=' + domain) : '', ]; document.cookie = parts.join(''); } function global_delete_cookie(name, path, domain) { global_set_cookie(name, '', -1, path, domain); } // global geo ip // ----------------------------------------------------------------- // // script_global_geo_ip.js - provide geolocation data. promise-based. must load after promise polyfill. // - see here for country codes: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 // https://ipstack.com/documentation // const cookie_name = 'bw_geo'; const cookie_days = 5; function global_get_user_geo_location() { // Note: 1) This function is ran once (right here on line 44). // 2) It creates window.global_geo_ip_promise which is then referenced elsewhere. // This allows for one async call the geo ip API, limiting the number of requests. if (window.global_geo_ip_promise) { return false; } const geo_cookie = global_get_geo_cookie(); // 1. If cookie is set, resolve window.global_geo_ip_promise (set on line 31). if (geo_cookie !== null && is_object(geo_cookie)) { window.global_geo_ip_promise = Promise.resolve(geo_cookie); } // 2. If cookie doesn’t exist - make async request && set window.global_geo_ip_promise. else { window.global_geo_ip_promise = global_ajax_post_json('/wp-json/all/identify?no-cache=101%20|%20jq%20%27.%20|%20{ip:%20.ip,%20country_code:.country_code,%20region_code:.region_code}%20%27') .then((data) => { if (data.constructor !== Object || !data.hasOwnProperty('country_code')) { throw 'invalid ipstack return data'; } global_set_geo_cookie(JSON.stringify({ country_code: data.country_code, region_code: data.region_code })); return { country_code: data.country_code, region_code: data.region_code }; }) .catch((err) => { global_set_geo_cookie('FailedGeoIPCheck'); // Could be problem with Ipstack, AdBlocker etc }); } } global_get_user_geo_location(); // helpers // ------------------------------------- function global_get_geo_cookie() { return global_get_cookie(cookie_name); } function global_set_geo_cookie(value) { global_set_cookie(cookie_name, value, cookie_days); } function is_object(cookie) { try { return !!JSON.parse(cookie); } catch (e) { return false; } } // GCLID // ----------------------------------------------------------------- // // script_global_gclid.js // // Google Click ID (GCLID) is a parameter passed in the URL with ad clicks, to identify the // campaign and other attributes of the click associated with the ad for ad tracking and // campaign attribution. In Google Ads, this is enabled by turning on the auto-tagging setting. // It’s required for Google Ads website conversion tracking and also used to link data between // Google Ads and Google Analytics. It can also be used in conjunction with features like // offline conversion tracking. // function getParam(p) { const match = RegExp(`[?&]${p}=([^&]*)`).exec(window.location.search); return match && decodeURIComponent(match[1].replace(/\+/g, " ")); } function getExpiryRecord(value) { const expiryPeriod = 90 * 24 * 60 * 60 * 1000; // 90 day expiry in milliseconds const expiryDate = new Date().getTime() + expiryPeriod; return { value, expiryDate, }; } function addGclid() { const gclidParam = getParam("gclid"); const gclidFormFields = ["Google_Click_ID_gclid__c", "GCLID__c"]; // all possible gclid form field ids here let gclidRecord = null; let currGclidFormField; const gclsrcParam = getParam("gclsrc"); const isGclsrcValid = !gclsrcParam || gclsrcParam.indexOf("aw") !== -1; gclidFormFields.forEach((field) => { if (document.getElementById(field)) { currGclidFormField = document.getElementById(field); } }); if (gclidParam && isGclsrcValid) { gclidRecord = getExpiryRecord(gclidParam); localStorage.setItem("gclid", JSON.stringify(gclidRecord)); } const gclid = gclidRecord || JSON.parse(localStorage.getItem("gclid")); const isGclidValid = gclid && new Date().getTime() < gclid.expiryDate; if (currGclidFormField && isGclidValid) { currGclidFormField.value = gclid.value; } } window.addEventListener("load", addGclid); // GDPR // ----------------------------------------------------------------- function global_gdpr_countries() { return [ 'AT', // Austria 'BE', // Belgium 'BG', // Bulgaria 'HR', // Croatia (Code taken from name in Croatian: Hrvatska) 'CY', // Cyprus 'CZ', // Czechia (Previous ISO country name: Czech Republic) 'DK', // Denmark 'EU', // Europoean Union 'EE', // Estonia (Code taken from name in Estonian: Eesti) 'FI', // Finland 'FR', // France 'DE', // Germany 'GR', // Greece 'HU', // Hungary 'IS', // Iceland (Code taken from name in Icelandic: Ísland) 'IE', // Ireland 'IT', // Italy 'LV', // Latvia 'LI', // Liechtenstein 'LT', // Lithuania 'LU', // Luxembourg 'MT', // Malta 'NL', // Netherlands 'NO', // Norway 'PL', // Poland 'PT', // Portugal 'RO', // Romania 'SK', // Slovakia 'SI', // Slovenia 'ES', // Spain 'SE', // Sweden 'CH', // Switzerland (Code taken from name in Latin: Confoederatio Helvetica) 'GB', // Great Britain 'UK', // United Kingdom ]; } function global_gdpr_precheck_countries() { return [ 'EE', // Estonia 'FI', // Finland 'FR', // France 'HU', // Hungary 'IE', // Ireland 'LV', // Latvia 'LU', // Luxembourg 'NO', // Norway 'PT', // Portugal 'SI', // Slovenia 'SE', // Sweden 'GB', // United Kingdom ]; } // helpers // ------------------------------------- function global_is_gdpr_country(country_code) { if (country_code === 'FailedGeoIPCheck') return true; return country_code && global_gdpr_countries().indexOf(country_code.toUpperCase()) !== -1; } function global_is_gdpr_precheck_country(country_code) { if (country_code === 'FailedGeoIPCheck') return true; return country_code && global_gdpr_precheck_countries().indexOf(country_code.toUpperCase()) !== -1; } // Mobile detection (from http://detectmobilebrowsers.com/) // ----------------------------------------------------------------- window.isMobileDevice = function() { var check = false; (function(a) { if (/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(a) || /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(a.substr(0, 4))) check = true; })(navigator.userAgent || navigator.vendor || window.opera); return check; }; if (window.isMobileDevice()) { document.documentElement.className += ' is-mob'; } // Touch device detection // (https://stackoverflow.com/questions/4817029/whats-the-best-way-to-detect-a-touch-screen-device-using-javascript/4819886#4819886) // ----------------------------------------------------------------- window.isTouchDevice = function() { var prefixes = ' -webkit- -moz- -o- -ms- '.split(' '); var mq = function(query) { return window.matchMedia(query).matches; } if (('ontouchstart' in window) || window.DocumentTouch && document instanceof DocumentTouch) { return true; } // include the 'heartz' as a way to have a non matching MQ to help terminate the join // https://git.io/vznFH var query = ['(', prefixes.join('touch-enabled),('), 'heartz', ')'].join(''); return mq(query); } if (window.isTouchDevice()) { document.documentElement.className += ' is-touch'; } // Font loading // ----------------------------------------------------------------- (function() { function fontLoadedCallback() { document.documentElement.className += ' wf-active'; } var session_storage_available = true; try { sessionStorage.setItem('localstorage_test', 'local storage availability'); sessionStorage.removeItem('localstorage_test'); } catch (e) { session_storage_available = false; } // Optimization for Repeat Views if (session_storage_available && sessionStorage.foutFontsLoaded) { fontLoadedCallback(); return; } // Inline for fastest possible render - https://github.com/bramstein/fontfaceobserver // Font Face Observer v2.0.13 - © Bram Stein. License: BSD-3-Clause - https://github.com/bramstein/fontfaceobserver (function(){function l(a,b){document.addEventListener?a.addEventListener("scroll",b,!1):a.attachEvent("scroll",b)}function m(a){document.body?a():document.addEventListener?document.addEventListener("DOMContentLoaded",function c(){document.removeEventListener("DOMContentLoaded",c);a()}):document.attachEvent("onreadystatechange",function k(){if("interactive"==document.readyState||"complete"==document.readyState)document.detachEvent("onreadystatechange",k),a()})};function r(a){this.a=document.createElement("div");this.a.setAttribute("aria-hidden","true");this.a.appendChild(document.createTextNode(a));this.b=document.createElement("span");this.c=document.createElement("span");this.h=document.createElement("span");this.f=document.createElement("span");this.g=-1;this.b.style.cssText="max-width:none;display:inline-block;position:absolute;height:100%;width:100%;overflow:scroll;font-size:16px;";this.c.style.cssText="max-width:none;display:inline-block;position:absolute;height:100%;width:100%;overflow:scroll;font-size:16px;"; this.f.style.cssText="max-width:none;display:inline-block;position:absolute;height:100%;width:100%;overflow:scroll;font-size:16px;";this.h.style.cssText="display:inline-block;width:200%;height:200%;font-size:16px;max-width:none;";this.b.appendChild(this.h);this.c.appendChild(this.f);this.a.appendChild(this.b);this.a.appendChild(this.c)} function t(a,b){a.a.style.cssText="max-width:none;min-width:20px;min-height:20px;display:inline-block;overflow:hidden;position:absolute;width:auto;margin:0;padding:0;top:-999px;white-space:nowrap;font-synthesis:none;font:"+b+";"}function y(a){var b=a.a.offsetWidth,c=b+100;a.f.style.width=c+"px";a.c.scrollLeft=c;a.b.scrollLeft=a.b.scrollWidth+100;return a.g!==b?(a.g=b,!0):!1}function z(a,b){function c(){var a=k;y(a)&&a.a.parentNode&&b(a.g)}var k=a;l(a.b,c);l(a.c,c);y(a)};function A(a,b){var c=b||{};this.family=a;this.style=c.style||"normal";this.weight=c.weight||"normal";this.stretch=c.stretch||"normal"}var B=null,C=null,E=null,F=null;function G(){if(null===C)if(J()&&/Apple/.test(window.navigator.vendor)){var a=/AppleWebKit\/([0-9]+)(?:\.([0-9]+))(?:\.([0-9]+))/.exec(window.navigator.userAgent);C=!!a&&603>parseInt(a[1],10)}else C=!1;return C}function J(){null===F&&(F=!!document.fonts);return F} function K(){if(null===E){var a=document.createElement("div");try{a.style.font="condensed 100px sans-serif"}catch(b){}E=""!==a.style.font}return E}function L(a,b){return[a.style,a.weight,K()?a.stretch:"","100px",b].join(" ")} A.prototype.load=function(a,b){var c=this,k=a||"BESbswy",q=0,D=b||3E3,H=(new Date).getTime();return new Promise(function(a,b){if(J()&&!G()){var M=new Promise(function(a,b){function e(){(new Date).getTime()-H>=D?b():document.fonts.load(L(c,'"'+c.family+'"'),k).then(function(c){1<=c.length?a():setTimeout(e,25)},function(){b()})}e()}),N=new Promise(function(a,c){q=setTimeout(c,D)});Promise.race([N,M]).then(function(){clearTimeout(q);a(c)},function(){b(c)})}else m(function(){function u(){var b;if(b=-1!= f&&-1!=g||-1!=f&&-1!=h||-1!=g&&-1!=h)(b=f!=g&&f!=h&&g!=h)||(null===B&&(b=/AppleWebKit\/([0-9]+)(?:\.([0-9]+))/.exec(window.navigator.userAgent),B=!!b&&(536>parseInt(b[1],10)||536===parseInt(b[1],10)&&11>=parseInt(b[2],10))),b=B&&(f==v&&g==v&&h==v||f==w&&g==w&&h==w||f==x&&g==x&&h==x)),b=!b;b&&(d.parentNode&&d.parentNode.removeChild(d),clearTimeout(q),a(c))}function I(){if((new Date).getTime()-H>=D)d.parentNode&&d.parentNode.removeChild(d),b(c);else{var a=document.hidden;if(!0===a||void 0===a)f=e.a.offsetWidth, g=n.a.offsetWidth,h=p.a.offsetWidth,u();q=setTimeout(I,50)}}var e=new r(k),n=new r(k),p=new r(k),f=-1,g=-1,h=-1,v=-1,w=-1,x=-1,d=document.createElement("div");d.dir="ltr";t(e,L(c,"sans-serif"));t(n,L(c,"serif"));t(p,L(c,"monospace"));d.appendChild(e.a);d.appendChild(n.a);d.appendChild(p.a);document.body.appendChild(d);v=e.a.offsetWidth;w=n.a.offsetWidth;x=p.a.offsetWidth;I();z(e,function(a){f=a;u()});t(e,L(c,'"'+c.family+'",sans-serif'));z(n,function(a){g=a;u()});t(n,L(c,'"'+c.family+'",serif')); z(p,function(a){h=a;u()});t(p,L(c,'"'+c.family+'",monospace'))})})};"object"===typeof module?module.exports=A:(window.FontFaceObserver=A,window.FontFaceObserver.prototype.load=A.prototype.load);}()); var roboto_light = new FontFaceObserver('Roboto', { weight: 300 }); var roboto_regular = new FontFaceObserver('Roboto', { weight: 400 }); var roboto_bold = new FontFaceObserver('Roboto', { weight: 600 }); Promise.all([roboto_light.load(), roboto_regular.load(), roboto_bold.load()]).then(function() { fontLoadedCallback(); // Optimization for Repeat Views if (session_storage_available) { sessionStorage.foutFontsLoaded = true; } }); })(); // global_get_page_color // ----------------------------------------------------------------- function global_get_page_color(hex = true) { var page_color = document.body.getAttribute('data-page-color'); var page_color_hex = document.body.getAttribute('data-page-color-hex'); return hex ? page_color_hex : page_color; } </script> <script type="text/javascript"> window.__localisations__forms = {"This field is required":{"en":"This field is required","de":"Feld muss ausgef\u00fcllt werden","es":"Este campo es obligatorio","fr":"Champ requis"},"Select at least one option":{"en":"Select at least one option.","de":"Bitte w\u00e4hlen Sie mindestens eine Option aus","es":"Selecciona al menos una opci\u00f3n","fr":"Merci de s\u00e9lectionner au moins une option"},"Must be between XXX and YYY":{"en":"Must be between XXX and YYY","de":"Muss zwischen XXX und YYY liegen","es":"Debe ser entre XXX y YYY","fr":"Doit \u00eatre compris entre XXX et YYY"},"Must be at least XXX":{"en":"Must be at least XXX","de":"Muss mindestens XXX sein","es":"Debe ser m\u00ednimo XXX","fr":"Ce chiffre doit \u00eatre sup\u00e9rieur \u00e0 XXX"},"Must by at most XXX":{"en":"Must by at most XXX","de":"Darf h\u00f6chstens XXX sein","es":"Debe ser m\u00e1ximo XXX","fr":"Ce chiffre ne peut pas d\u00e9passer XXX"},"Invalid format":{"en":"Invalid format","de":"Ung\u00fcltiges Format","es":"Formato inv\u00e1lido","fr":"Format invalide"},"Please enter a business email address":{"en":"Please enter a business email address","de":"Bitte geben Sie eine Firmen-Mail-Adresse ein","es":"Por favor usa una cuenta de correo de trabajo","fr":"Merci de renseigner une adresse email professionnelle"},"Please enter your full name":{"en":"Please enter your full name"},"idicates_a_required_field":{"en":"Indicates a required field","de":"Pflichtfeld","es":"Campo obligatorio","fr":"Champ obligatoire"},"user_privacy_notice":{"en":"By submitting this form you agree to Brandwatch\u2019s <a href=\"https://www.brandwatch.com/legal/user-privacy-policy/\" target=\"_blank\" rel=\"noopener noreferrer\">user privacy statement.</a>","de":"Mit dem Ausf\u00fcllen des Formulars erkl\u00e4ren Sie sich mit der <a href=\"https://www.brandwatch.com/de/legal/user-privacy-policy/\" target=\"_blank\" rel=\"noopener noreferrer\">Datenschutzerkl\u00e4rung f\u00fcr Nutzer einverstanden, sowie dem Teilen der Daten mit unserer Dachgesellschaft Cision.</a>","es":"Presentando este formulario est\u00e1s de acuerdo <a href=\"https://www.brandwatch.com/es/legal/user-privacy-policy/\" target=\"_blank\" rel=\"noopener noreferrer\"> con la pol\u00edtica de privacidad de Brandwatch.</a> Tambi\u00e9n consientes compartir los detalles con la empresa de la que ahora forma parte, Cision.","fr":"En soumettant ce formulaire, vous acceptez <a href=\"https://www.brandwatch.com/fr/legal/user-privacy-policy/\" target=\"_blank\" rel=\"noopener noreferrer\">la politique de confidentialit\u00e9</a> de Brandwatch et que vos coordonn\u00e9es soient partag\u00e9es avec Cision, notre soci\u00e9t\u00e9 m\u00e8re."},"user_privacy_notice_pinterest":{"en":"By submitting this form you agree to Brandwatch\u2019s <a href=\"https://www.brandwatch.com/legal/user-privacy-policy/\" target=\"_blank\" rel=\"noopener noreferrer\">user privacy statement.</a>","de":"Mit dem Ausf\u00fcllen des Formulars erkl\u00e4ren Sie sich mit der <a href=\"https://www.brandwatch.com/de/legal/user-privacy-policy/\" target=\"_blank\" rel=\"noopener noreferrer\">Datenschutzerkl\u00e4rung f\u00fcr Nutzer einverstanden, sowie dem Teilen der Daten mit unserer Dachgesellschaft Cision.</a>","es":"Presentando este formulario est\u00e1s de acuerdo <a href=\"https://www.brandwatch.com/es/legal/user-privacy-policy/\" target=\"_blank\" rel=\"noopener noreferrer\"> con la pol\u00edtica de privacidad de Brandwatch.</a> Tambi\u00e9n consientes compartir los detalles con la empresa de la que ahora forma parte, Cision.","fr":"En soumettant ce formulaire, vous acceptez <a href=\"https://www.brandwatch.com/fr/legal/user-privacy-policy/\" target=\"_blank\" rel=\"noopener noreferrer\">la politique de confidentialit\u00e9</a> de Brandwatch et que vos coordonn\u00e9es soient partag\u00e9es avec Cision, notre soci\u00e9t\u00e9 m\u00e8re."},"user_privacy_notice_buzzsumo":{"en":"By submitting this form you agree to BuzzSumo\u2019s <a href=\"https://buzzsumo.com/legal/user-privacy-statement/\" target=\"_blank\" rel=\"noopener noreferrer\">user privacy statement.</a>"},"user_privacy_notice_cision":{"en":"By submitting this form you agree to Brandwatch\u2019s <a href=\"https://www.brandwatch.com/legal/user-privacy-policy/\" target=\"_blank\" rel=\"noopener noreferrer\">user privacy statement,</a> and for your details to be shared with our parent company Cision.","de":"Mit dem Ausf\u00fcllen des Formulars erkl\u00e4ren Sie sich mit der <a href=\"https://www.brandwatch.com/de/legal/user-privacy-policy/\" target=\"_blank\" rel=\"noopener noreferrer\">Datenschutzerkl\u00e4rung f\u00fcr Nutzer einverstanden.</a>","es":"Presentando este formulario est\u00e1s de acuerdo <a href=\"https://www.brandwatch.com/es/legal/user-privacy-policy/\" target=\"_blank\" rel=\"noopener noreferrer\"> con la pol\u00edtica de privacidad de Brandwatch.</a>","fr":"En soumettant ce formulaire, vous acceptez <a href=\"https://www.brandwatch.com/fr/legal/user-privacy-policy/\" target=\"_blank\" rel=\"noopener noreferrer\">la politique de confidentialit\u00e9</a> de Brandwatch."},"multi_select_note":{"en":"You can choose more than one.","de":"Sie k\u00f6nnen mehrere L\u00f6sungen ausw\u00e4hlen.","es":"Puedes elegir m\u00e1s de una opci\u00f3n.","fr":"Vous pouvez choisir plusieurs options."},"step":{"en":"Step","de":"Schritt","es":"Paso","fr":"\u00c9tape"},"of":{"en":"of","de":"/","es":"/","fr":"/"}}; </script> <!-- TODO: shouldn’t really have a "site--" hardcoded here - Consider site module specific config file --> <!-- !END TODO --> <!-- WP HEAD --> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel="https://api.w.org/" href="https://www.brandwatch.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.brandwatch.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7.2" /> <style> @font-face { font-family: Roboto; font-style: normal; font-weight: 300; src: url(/wp-content/themes/brandwatch/static/fonts/roboto-light.woff2) format("woff2"), url(/wp-content/themes/brandwatch/static/fonts/roboto-light.woff) format("woff"); font-display: swap; } @font-face { font-family: Roboto; font-style: normal; font-weight: 400; src: url(/wp-content/themes/brandwatch/static/fonts/roboto-regular.woff2) format("woff2"), url(/wp-content/themes/brandwatch/static/fonts/roboto-regular.woff) format("woff"); font-display: swap; } @font-face { font-family: Roboto; font-style: normal; font-weight: 600; src: url(/wp-content/themes/brandwatch/static/fonts/roboto-bold.woff2) format("woff2"), url(/wp-content/themes/brandwatch/static/fonts/roboto-bold.woff) format("woff"); font-display: swap; } @font-face { font-family: Roboto; font-style: italic; font-weight: 400; src: url(/wp-content/themes/brandwatch/static/fonts/roboto-regular-italic.woff2) format("woff2"), url(/wp-content/themes/brandwatch/static/fonts/roboto-regular-italic.woff) format("woff"); font-display: swap; } @font-face { font-family: Roboto; font-style: italic; font-weight: 600; src: url(/wp-content/themes/brandwatch/static/fonts/roboto-bold-italic.woff2) format("woff2"), url(/wp-content/themes/brandwatch/static/fonts/roboto-bold-italic.woff) format("woff"); font-display: swap; } </style> <script>performance.mark('CSS Start');</script> <link rel="stylesheet" type="text/css" href="https://s14415.pcdn.co/wp-content/themes/brandwatch/build/modules/core/module-core.css?ver=1739461017"> <link rel="stylesheet" type="text/css" href="https://s14415.pcdn.co/wp-content/themes/brandwatch/build/modules/site--brandwatch.com/module-site--brandwatch.com.css?ver=1739461017"> <script> performance.mark('CSS End'); performance.measure('CSS Time', 'CSS Start', 'CSS End'); </script> <!-- Meta Pixel Code --> <script type='text/javascript'> !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js?v=next'); </script> <!-- End Meta Pixel Code --> <script type='text/javascript'> var url = window.location.origin + '?ob=open-bridge'; fbq('set', 'openbridge', '373916203006502', url); </script> <script type='text/javascript'>fbq('init', '373916203006502', {}, { "agent": "wordpress-6.7.2-4.1.1" })</script><script type='text/javascript'> fbq('track', 'PageView', []); </script><link rel="icon" href="https://www.brandwatch.com/wp-content/uploads/2020/04/../../../themes/brandwatch/src/core/endpoints/resize.php?image=uploads/2020/04/cropped-wp-admin-favicon.png&width=150" sizes="32x32" /> <link rel="icon" href="https://s14415.pcdn.co/wp-content/uploads/2020/04/cropped-wp-admin-favicon.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://s14415.pcdn.co/wp-content/uploads/2020/04/cropped-wp-admin-favicon.png" /> <meta name="msapplication-TileImage" content="https://s14415.pcdn.co/wp-content/uploads/2020/04/cropped-wp-admin-favicon.png" /> <style type="text/css" id="wp-custom-css"> /* You can add your own CSS here. Click the help icon above to learn more. */ </style> <!-- !END WP HEAD --> <!-- Page Color Theming --> <style> .c-link, .c-lead a:not(.c-btn):not(.c-cards__item__btn), .c-form-subheading a:not(.c-btn):not(.c-cards__item__btn), .c-list a, .c-content ol li:before, .c-content ul li:before, .c-list li:before, .c-content.c-content a:not(.c-btn):not(.c-cards__item__btn), .color-text-ui-primary.color-text-ui-primary, .c-table td a { color: #8AC539; } .c-copy.c-copy a { color: #51505A; text-decoration: underline; border: 0; opacity: 1; } .color-bg-ui-primary.color-bg-ui-primary, .c-wp-pagination .page-numbers.current:before { background-color: #8AC539; } .color-fill-ui-primary.color-fill-ui-primary { fill: #8AC539; } .color-border-ui-primary.color-border-ui-primary, .t-active-wrap .js-color-border { border-color: #8AC539; } ::selection { background: #303138; color: white; /* WebKit/Blink Browsers */ } ::-moz-selection { background: #303138; color: white; /* Gecko Browsers */ } .u-hover__underline:hover .u-hover__underline-target { text-decoration: underline; } /* .c-nav--is-scrolled #c-nav__cta-btn { background-color: #8AC539 !important; box-shadow: inset 0 0 0 1px #8AC539 !important; } */ .header-get-started-button { padding: 0.8em 1.6em; background-color: #8AC539 !important; color: white !important; box-shadow: inset 0 0 0 1px #8AC539 !important; } .c-nav--is-scrolled #c-nav__cta-btn span { color: white !important; } #c-nav__login-btn { box-shadow: none !important; } #c-nav--sticky .c-btn { padding: .8em 1.6em; } @media only screen and (min-width: 1200px) { ul#c-naav__inner.u-sibling-diminish-onHover:hover>.u-sibling-diminish-onHover__target:not(:hover) { opacity: 0.55 !important; } } @media only screen and (max-width: 600px) { .image-full-width-mb, .full-width-mb { width: 100% !important; left: 0 !important; right: 0 !important; } } </style> <!-- Preloads --> <link rel="preload" as="font" href="https://s14415.pcdn.co/wp-content/themes/brandwatch/static/fonts/roboto-regular.woff2" type="font/woff2" crossorigin> <link rel="preload" as="font" href="https://s14415.pcdn.co/wp-content/themes/brandwatch/static/fonts/roboto-bold.woff2" type="font/woff2" crossorigin> <!-- AB Testing --> <script src="https://s14415.pcdn.co/wp-content/themes/brandwatch/templates/header/optimizely.js?ver=1739461020" async></script> <script src="https://s14415.pcdn.co/wp-content/themes/brandwatch/templates/header/at-load.js?ver=1739461020" async></script> <meta name="google-site-verification" content="I0fKh9qeYw3XiN6wusU6vQpDrJeIxqd0yX2c2ga3k4U"> <meta name="google-site-verification" content="f3ayQTFTJsDRrtw_ZzSlIyfk1ZLBvaVuE3f210pCqQE"> <meta name="google-site-verification" content="4FEhOc2pUoILJymLfOMd_zXW5cKwcR0angedYl2OdCM"> <meta name="msvalidate.01" content="E76B6A30EB31D218A9C68C6546F3F5B7"> <meta name="ahrefs-site-verification" content="428039586315b6e9bd7dab003e5b572a0c8022f56eaee0867bfcbadf120e5329"> <meta name="facebook-domain-verification" content="oayodt06w0iqxihe62br6j07fgwu7z"> <!-- Metas --> <!-- !Begin: BW Social Meta --> <meta name="description" content="Understand and engage with your customers at the speed of social with Brandwatch, the social suite built for our fast-moving world."> <!-- Twitter card meta --> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@brandwatch"> <meta name="twitter:title" content="Brandwatch | The social suite of the future"> <meta name="twitter:description" content="Understand and engage with your customers at the speed of social with Brandwatch, the social suite built for our fast-moving world."> <meta name="twitter:image" content="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/social-meta/default-en.png"> <!-- Open Graph meta (FB, LinkedIn) --> <meta property="og:url" content="https://www.brandwatch.com/"> <meta property="og:title" content="Brandwatch | The social suite of the future"> <meta property="og:description" content="Understand and engage with your customers at the speed of social with Brandwatch, the social suite built for our fast-moving world."> <meta property="og:image" content="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/social-meta/default-en.png"> <meta property="og:locale" content="en_EN"> <meta property="og:type" content="website"> <meta property="og:site_name" content="Brandwatch"> <!-- !End: BW Social Meta --> <!-- Favicon --> <link rel="icon" type="image/x-icon" href="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/favicon/favicon-2019.ico"> <!-- Canonical --> <!-- Output the canonical link tag with the updated canonical URL --> <link rel="canonical" href="https://www.brandwatch.com/"> </head> <body class="blog rounded-ui l-enforce-page-height c-nav--is-present is-en-site" data-page-color="hexicon-green" data-page-color-hex="#8AC539"> <!-- CHEQ INVOCATION TAG (noscript) --> <noscript> <iframe src="https://obseu.segreencolumn.com/ns/da9c4b3dbdd2718a38e7005cd191cc9e.html?ch=cheq4ppc" width="0" height="0" style="display:none"></iframe> </noscript> <!-- End CHEQ INVOCATION TAG (noscript) --> <!-- TODO: shouldn’t really have a "site--" hardcoded here - Consider site module specific config file --> <div id="c-loading-veil" class="fixed w-100 top-0 right-0 bottom-0 left-0 t-fade-out" style="z-index: 99999999999;"> <div class="absolute--fill color-bg-white"></div> <style> #loadSpinner { min-width: 25px; transform: translate3d(-60px, -64px, 0); } .tiles, .phase-1, .phase-2 { /* animation-delay: 111s; */ animation-duration: 1.5s; animation-fill-mode: both; animation-iteration-count: infinite; } .phase-1 { animation-name: load-spinner-animation-phase-1; } .phase-2 { animation-name: load-spinner-animation-phase-2; } .phase-1 .tile-orange { animation-name: load-spinner-animation-orange; } .phase-2 .tile-orange { animation-name: load-spinner-animation-orange-2; } .phase-1 .tile-yellow { animation-name: load-spinner-animation-yellow; } .phase-2 .tile-yellow { animation-name: load-spinner-animation-yellow-2; } .phase-1 .tile-red { animation-name: load-spinner-animation-red; } .phase-2 .tile-red { animation-name: load-spinner-animation-red-2; } .phase-1 .tile-blue { animation-name: load-spinner-animation-blue; } .phase-2 .tile-blue { animation-name: load-spinner-animation-blue-2; } .done .logo { animation-name: load-spinner-done; animation-duration: 0.8s; animation-fill-mode: both; animation-iteration-count: 1; transform-origin: 50% 50%; } @keyframes load-spinner-done { 0% { opacity: 1; } 100% { opacity: 0; transform: rotate(90deg) scale(0.4); } } @keyframes load-spinner-done-tile { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes load-spinner-animation-orange { 0% { transform: translate(-99%, 0); } 11% { transform: translate(0, 0); } 100% { transform: translate(0, 0); } } @keyframes load-spinner-animation-orange-2 { 56% { transform: translate(0, 0); } 67% { transform: translate(99%, 0); } 100% { transform: translate(99%, 0); } } @keyframes load-spinner-animation-yellow { 0% { transform: translate(-78.9%, 0); } 11% { transform: translate(-78.9%, 0); } 22% { transform: translate(0, 0); } 100% { transform: translate(0, 0); } } @keyframes load-spinner-animation-yellow-2 { 0% { transform: translate(-78.9%, 0); } 11% { transform: translate(-78.9%, 0); } 22% { transform: translate(0, 0); } 67% { transform: translate(0, 0); } 78% { transform: translate(78.9%, 0); } 100% { transform: translate(78.9%, 0); } } @keyframes load-spinner-animation-red { 0% { transform: translate(94.1%, 0); } 22% { transform: translate(94.1%, 0); } 37.5% { transform: translate(0, 0); } 100% { transform: translate(0, 0); } } @keyframes load-spinner-animation-red-2 { 0% { transform: translate(94.1%, 0); } 22% { transform: translate(94.1%, 0); } 37.5% { transform: translate(0, 0); } 78% { transform: translate(0, 0); } 89% { transform: translate(-94.1%, 0); } 100% { transform: translate(-94.1%, 0); } } @keyframes load-spinner-animation-blue { 0% { transform: translate(100%, 0); } 37.5% { transform: translate(100%, 0); } 44% { transform: translate(0, 0); } 100% { transform: translate(0, 0); } } @keyframes load-spinner-animation-blue-2 { 100% { transform: translate(0, 0); } 89% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0); } } @keyframes load-spinner-animation-phase-1 { 0% { opacity: 1; } 49.999% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 0; } } @keyframes load-spinner-animation-phase-2 { 0% { opacity: 0; } 49.999% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 1; } } </style> <div id="loadSpinner" class="pe-none absolute--center" style="width: 120px;"> <svg id="c-loading-veil__spinner" class="spinner" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg"> <defs> <clipPath id="load-spinner_mask--outer"> <path fill-opacity="0" d="M18.896 24.81l-4.837 2.787a3.019 3.019 0 01-2.896.064l-.118-.064-9.538-5.496A3.007 3.007 0 01.003 19.62L0 19.496V8.504C0 7.47.531 6.513 1.4 5.963l.107-.064L11.045.403c.13-.075.264-.14.4-.193l.139-.05.136-.043a3.02 3.02 0 012.21.216l.129.07 9.538 5.496A3.007 3.007 0 0125.1 8.38l.002.124v10.992a3.007 3.007 0 01-1.4 2.54l-.12.072-9.524 5.489 4.837-2.788z" /> </clipPath> <linearGradient id="load-spinner_mask-gradient"> <stop offset="0%" stop-color="black" /> <stop offset="5%" stop-color="white" /> <stop offset="95%" stop-color="white" /> <stop offset="100%" stop-color="black" /> </linearGradient> <!-- offset 1.45 --> <mask id="load-spinner_mask-orange-mask"> <rect width="29.1" height="12.5" fill="url(#load-spinner_mask-gradient)" /> </mask> <!-- offset 1.17 --> <mask id="load-spinner_mask-yellow-mask"> <rect width="23.44" height="6" fill="url(#load-spinner_mask-gradient)" /> </mask> <!-- offset: 1.4 --> <mask id="load-spinner_mask-red-mask"> <rect width="27.95" height="10" fill="url(#load-spinner_mask-gradient)" /> </mask> <!-- offset: 1.49 --> <mask id="load-spinner_mask-blue-mask"> <rect width="29.78" height="15" fill="url(#load-spinner_mask-gradient)" /> </mask> <clipPath id="load-spinner_mask-orange"> <rect transform="rotate(-46.3) translate(-14, 20)" x="0" y="0" width="28" height="28" /> </clipPath> <clipPath id="load-spinner_mask-yellow"> <rect transform="rotate(25.5) translate(6.9, 14.2)" x="0" y="0" width="21" height="28" /> </clipPath> <clipPath id="load-spinner_mask-red"> <rect transform="rotate(61) translate(5, -20)" x="0" y="0" width="28" height="10" /> </clipPath> <clipPath id="load-spinner_mask-blue"> <rect transform="rotate(-46.3) translate(-24, 0)" x="0" y="0" width="60" height="20" /> </clipPath> </defs> <g class="logo" clip-path="url(#load-spinner_mask--outer)"> <!-- temporary color --> <rect fill="rgb(217, 217, 218)" x="0" y="0" width="28" height="28" /> <g class="phase-1"> <!-- Tile: orange --> <g transform="rotate(-46.3) translate(-15.45, 20)"> <rect fill="rgb(249,145,50)" class="tiles tile-orange" x="0" y="0" width="29.1" height="12.5" mask="url(#load-spinner_mask-orange-mask)" /> </g> <!-- Tile: yellow --> <g clip-path="url(#load-spinner_mask-orange)"> <g transform="rotate(25.5) translate(5.58, 14.2)"> <rect fill="rgb(255,190,10)" class="tiles tile-yellow" x="0" y="0" width="23.44" height="6" mask="url(#load-spinner_mask-yellow-mask)" /> </g> </g> <g clip-path="url(#load-spinner_mask-blue)"> <g transform="rotate(25.5) translate(5.58, 14.2)"> <rect fill="rgb(252,213,18)" class="tiles tile-yellow" x="0" y="0" width="23.44" height="6" mask="url(#load-spinner_mask-yellow-mask)" /> </g> </g> <!-- Tile: red --> <g clip-path="url(#load-spinner_mask-orange)"> <g transform="rotate(61) translate(4.3, -20)"> <rect fill="rgb(255,109,86)" class="tiles tile-red" x="0" y="0" width="27.95" height="10" mask="url(#load-spinner_mask-red-mask)" /> </g> </g> <g clip-path="url(#load-spinner_mask-blue)"> <g transform="rotate(61) translate(4.3, -20)"> <rect fill="rgb(255,152,183)" class="tiles tile-red" x="0" y="0" width="27.95" height="10" mask="url(#load-spinner_mask-red-mask)" /> </g> </g> <!-- Tile: blue --> <g transform="rotate(-46.3) translate(-16.49, 5)"> <rect fill="rgb(87,183,221)" class="tiles tile-blue" x="0" y="0" width="29.78" height="15" mask="url(#load-spinner_mask-blue-mask)" /> </g> <g clip-path="url(#load-spinner_mask-red)"> <g transform="rotate(-46.3) translate(-16.49, 5)"> <rect fill="rgb(169,139,188)" class="tiles tile-blue" x="0" y="0" width="29.78" height="15" mask="url(#load-spinner_mask-blue-mask)" /> </g> </g> <g clip-path="url(#load-spinner_mask-yellow)"> <g transform="rotate(-46.3) translate(-16.49, 5)"> <rect fill="rgb(138,197,57)" class="tiles tile-blue" x="0" y="0" width="29.78" height="15" mask="url(#load-spinner_mask-blue-mask)" /> </g> </g> </g> <g class="phase-2"> <!-- Tile: blue --> <g transform="rotate(-46.3) translate(-16.49, 5)"> <rect fill="rgb(87,183,221)" class="tiles tile-blue" x="0" y="0" width="29.78" height="15" mask="url(#load-spinner_mask-blue-mask)" /> </g> <!-- Tile: red --> <g clip-path="url(#load-spinner_mask-orange)"> <g transform="rotate(61) translate(4.3, -20)"> <!-- temporary color --> <rect fill="rgb(232, 148, 175)" class="tiles tile-red" x="0" y="0" width="27.95" height="10" mask="url(#load-spinner_mask-red-mask)" /> </g> </g> <g clip-path="url(#load-spinner_mask-blue)"> <g transform="rotate(61) translate(4.3, -20)"> <!-- temporary color --> <rect fill="rgb(169,139,188)" class="tiles tile-red" x="0" y="0" width="27.95" height="10" mask="url(#load-spinner_mask-red-mask)" /> </g> </g> <!-- Tile: yellow --> <g clip-path="url(#load-spinner_mask-orange)"> <g transform="rotate(25.5) translate(5.58, 14.2)"> <!-- temporary color --> <rect fill="rgb(246, 217, 74)" class="tiles tile-yellow" x="0" y="0" width="23.44" height="6" mask="url(#load-spinner_mask-yellow-mask)" /> </g> </g> <g clip-path="url(#load-spinner_mask-blue)"> <g transform="rotate(25.5) translate(5.58, 14.2)"> <rect fill="rgb(138,197,57)" class="tiles tile-yellow" x="0" y="0" width="23.44" height="6" mask="url(#load-spinner_mask-yellow-mask)" /> </g> </g> <!-- Tile: orange --> <g transform="rotate(-46.3) translate(-15.45, 20)"> <rect fill="rgb(249,145,50)" class="tiles tile-orange" x="0" y="0" width="29.1" height="12.5" mask="url(#load-spinner_mask-orange-mask)" /> </g> <g clip-path="url(#load-spinner_mask-yellow)"> <g transform="rotate(-46.3) translate(-15.45, 20)"> <rect fill="rgb(255,190,10)" class="tiles tile-orange" x="0" y="0" width="29.1" height="12.5" mask="url(#load-spinner_mask-orange-mask)" /> </g> </g> <g clip-path="url(#load-spinner_mask-red)"> <g transform="rotate(-46.3) translate(-15.45, 20)"> <rect fill="rgb(255,109,86)" class="tiles tile-orange" x="0" y="0" width="29.1" height="12.5" mask="url(#load-spinner_mask-orange-mask)" /> </g> </g> </g> </g> </svg> </div> </div> <div id="c-nav-sentinal"></div> <div id="x-sticky-growl-wrapper" class="relative sticky-lg top-0 left-0 w-100 hw-accel z-9999"> <!-- Growl --> <style> /* Dig Con sets styles on tags - override them */ .legacy-DigCon-overrides h4 { margin-bottom: 0; } </style> <!-- c-growl --> <!-- *NB - Growls are only visible when marketing scripts are on, functional cookies have been accepted, and growl has not previously been dismissed --> <div class="legacy-DigCon-overrides db c-growl js-site-growl dn f2 relative" data-expiry-date="" style="z-index: 1001;"> <div class="absolute--fill color-bg-grey-7"></div> <div class="relative pl4-lg tc"> <div class="py3 dif-md flex-items-center c-mode-dark"> <div class="l-page-gutter l-page-gutter--disabled-md pb1 pb0-md"> <div class="px3 px0-md"> <div class="px2 px0-md tc"> <div class="df-md flex-items-center flex-justify-center"> <span class="nl3 mr3 mr0-md dif-md relative" style="width: 2em; height: 2em;"> <!-- c-blip --> <span class="c-blip absolute--center" style="width: 200px; width: 4.5em; height: 4.5em;"> <span class="c-blip__aspect-provider"></span> <span class="c-blip__dot color-bg-hexicon-green" ></span> <span class="c-blip__animated color-bg-hexicon-green" style="animation-duration: 2.25s;"></span> </span> </span> <!-- c-heading.php --> <div class="c-heading di dif-md color-text-white f3 f3-sm" style="margin-top: -0.065em; margin-left: -0.07em;"> <span class="c-heading--light-bold-optic-correction"> [New Report] The Marketer of 2025 </span> </div> <!-- !END c-heading.php --> </div> <p class="c-copy mt2 mt1-sm mt0-md f2 f2-sm mw7" style="margin-bottom: 0;">What skills and tools do marketers need to stand out in 2025? We surveyed 1,300+ marketers to find out.</p> </div> </div> </div> <!-- c-btn --> <a data-ga="cta" data-ga-action="growl" data-ga-label="Read the report" class="c-btn c-btn-- c-btn--secondary-dark c-btn--2 c-btn--icon-right c-btn--rounded f1 mt2 mt0-md ml3-md ml4-lg scale-09-lg scale-10-lg-xl" href="https://www.brandwatch.com/reports/marketer/?utm_source=growl&utm_medium=web&utm_campaign=marketer-2025&utm_content=report"> <div class="relative w-100 df flex-items-center flex-justify-center" > <span class=" ">Read the report</span> <!-- c-icon.php --> <span class="c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-chevron-right"></use> </svg> </span> </div> </a> <!-- !END c-btn --> </div> <span class="f2 f1-lg f2-xl absolute--center-y right-1 mr1-lg js-site-growl__close cursor-pointer color-text-grey-2 color-bg-grey-9 c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-close"></use> </svg> </span></span> </div> </div> <!-- !END c-growl --> <div id="x-client-nav-wrapper"> <!-- c-nav__client-nav --> <div class="relative color-bg-grey-2" style="z-index: 1000;"> <div class="l-page-gutter"> <div class="l-container l-container-4-xl"> <ul class="df flex-justify-end"> <li class="f1 py1 df flex-items-center dn df-md"> <a href="https://www.brandwatch.com/p/forrester-wave-social-suites/" data-ga="link" data-ga-label="client-nav--https://www.brandwatch.com/p/forrester-wave-social-suites/" class="c-tertiary py1 px4 db lh-super-tight relative fs-09em fs-1em-lg-xl color-border-grey-3 bl" style=""> <span class="db relative" style="margin-left: 8px;"> <span class="color-text-ui-primary db absolute--center-y" style="left: -15px; font-size: 4em;">·</span> Forrester Wave 2024 </span> </a> </li> <li class="f1 py1 df flex-items-center dn df-md"> <a href="https://www.brandwatch.com/brandwatch-academy/" data-ga="link" data-ga-label="client-nav--https://www.brandwatch.com/brandwatch-academy/" class="c-tertiary py1 px4 db lh-super-tight relative fs-09em fs-1em-lg-xl color-border-grey-3 bl" style=""> <span class="db relative" style="margin-left: 8px;"> <span class="color-text-ui-primary db absolute--center-y" style="left: -15px; font-size: 4em;">·</span> Brandwatch Academy </span> </a> </li> <li class="f1 py1 df flex-items-center dn df-md"> <a href="https://www.brandwatch.com/company/careers/" data-ga="link" data-ga-label="client-nav--https://www.brandwatch.com/company/careers/" class="c-tertiary py1 px4 db lh-super-tight relative fs-09em fs-1em-lg-xl color-border-grey-3 bl" style=""> <span class="db relative" style=""> Careers </span> </a> </li> <li class="f1 py1 df flex-items-center "> <a href="https://www.brandwatch.com/contact/" data-ga="link" data-ga-label="client-nav--https://www.brandwatch.com/contact/" class="c-tertiary py1 px4 db lh-super-tight relative fs-09em fs-1em-lg-xl color-border-grey-3 bl" style=""> <span class="db relative" style=""> Contact </span> </a> </li> <li class="f1 py1 df flex-items-center "> <a href="https://www.brandwatch.com/customer-support/" data-ga="link" data-ga-label="client-nav--https://www.brandwatch.com/customer-support/" class="c-tertiary py1 px4 db lh-super-tight relative fs-09em fs-1em-lg-xl color-border-grey-3 bl" style=""> <span class="db relative" style=""> Support </span> </a> </li> <li class="f1 py1 df flex-items-center"> <div class="c-tertiary py1 px4 db lh-super-tight relative fs-09em fs-1em-lg-xl cursor-pointer color-border-grey-3 bl" data-js-togglr data-js-togglr-target-class="t-fade-in--active" data-js-togglr-target="js-site-search-pane" data-js-togglr-run="document.querySelector('.js-site-search-input').focus();" data-ga="interaction" data-ga-action="c-site-header--search" data-ga-label="search-click" style="padding-right: 0;"> <!-- c-icon.php --> <span class="c-icon f1 f2-lg-xl px2" style="margin-right: -7px;"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-search"></use> </svg> </span> </div> </li> </ul> </div> </div> </div> <!-- !END c-nav__client-nav --> </div> <div id="x-sticky-nav-wrapper" class="relative sticky-lg top-0 left-0 w-100 hw-accel z-999" style=""> <!-- c-nav.php --> <header id="c-nav--sticky" class="relative color-bg-white user-select-none z-1 bb-lg color-border-transparent"> <div class="absolute--fill color-border-transparent "></div> <div class="relative l-page-gutter-lg"> <div class="l-container l-container-4-xl"> <div class="df flex-wrap flex-items-center flex-justify-between"> <!-- Logo, Search & Hamburger Container --> <div class="df overflow-hidden flex-items-center flex-justify-between w-100 w-auto-lg l-page-gutter l-page-gutter--disabled-lg"> <!-- Nav Logo --> <a href="/" class="df flex-items-center c-asset-svg-wrap " data-ga="link" data-ga-label="header-logo"> <div class="ie-fixes--nav-logo w-100 "> <div class="c-navsite--logo "> <svg width="889" height="201" viewBox="0 0 889 201" xmlns="http://www.w3.org/2000/svg"> <g fill="none" fill-rule="evenodd"> <path d="M.6 61.3v52.3l61.2 28.9 62.6-65.9L83.4 2c-1.3.4-2.6 1-3.9 1.7l-68 39.1A21.4 21.4 0 0 0 .5 61.3" fill="#57B7DD"/> <path fill="#F99132" d="M61.8 142.5l73.8 34.8L169 158l-44.6-81.4z"/> <path d="M161 38L101 3.7A21.6 21.6 0 0 0 83.5 2l41 74.7 36.7-38.5z" fill="#A98BBC"/> <path d="M169 158h.2a21.4 21.4 0 0 0 10.7-18.5V61.3c0-7.7-4-14.7-10.7-18.6l-8.1-4.6-36.7 38.5 44.7 81.5z" fill="#FF6D56"/> <path d="M.6 113.6v25.9c0 7.6 4.2 14.7 10.8 18.5l23 13.3 27.4-28.8L.6 113.6z" fill="#8AC539"/> <path d="M34.5 171.3l45 25.8a21.6 21.6 0 0 0 21.6 0l34.5-19.8-73.8-34.8-27.3 28.8z" fill="#FFBE0A"/> <g class="color-fill-grey-10"> <path d="M697 122.5c0 10.4-8.5 14-15.7 14-12.9 0-14.3-6.5-14.3-9.3 0-2.4.7-5.7 3.7-7.7s7.7-2.2 13.8-2.2h12.4v5.2zm-27.4-25.7a7.7 7.7 0 0 1 3.1-5.3c2.5-2 6-3 10.4-3 4.7 0 8.3 1 10.7 3 2.1 2 3.2 4.6 3.2 8.3v4.2h-12.7c-7.5 0-15.4.4-21.6 4.9-5.6 4-8.8 10.4-8.8 18 0 13.9 10.8 22.8 27.4 22.8 6.8 0 14-2.6 18-6.5l.3 5.3H710V99.9c0-7.9-2.6-14-7.8-18.4a29 29 0 0 0-19-6.2c-7.8 0-14.1 2.1-19 6.2-4.6 3.9-7 8.6-7.4 14.2l12.8 1zM396.2 122.5c0 10.4-8.4 14-15.6 14-13 0-14.3-6.5-14.3-9.3 0-2.4.6-5.7 3.6-7.7 3.1-2 7.7-2.2 13.8-2.2h12.5v5.2zm-27.4-25.7a7.7 7.7 0 0 1 3.1-5.3c2.5-2 6-3 10.5-3 4.7 0 8.3 1 10.6 3 2.2 2 3.2 4.6 3.2 8.3v4.2h-12.6c-7.6 0-15.4.4-21.7 4.9-5.6 4-8.7 10.4-8.7 18 0 13.9 10.7 22.8 27.4 22.8 6.7 0 14-2.6 18-6.5l.3 5.3h10.4V99.9c0-7.9-2.6-14-7.8-18.4a29 29 0 0 0-19.1-6.2c-7.7 0-14 2.1-19 6.2-4.6 3.9-7 8.6-7.3 14.2l12.7 1zM535.5 112.2c0 8-1.2 14.3-4.3 18.6-2.7 3.8-6.8 5.7-12.3 5.7-5.6 0-9.6-1.9-12.4-5.7-3-4.3-4.6-10.5-4.6-18.6 0-7.9 1.5-13.6 4.6-18 2.8-3.8 6.8-5.7 12.4-5.7 5.6 0 9.6 1.9 12.3 5.7 3.2 4.4 4.3 10.1 4.3 18zm-2-61.6v30.2a20.9 20.9 0 0 0-14.5-5.5h-.2a27 27 0 0 0-22.2 10.5 40.7 40.7 0 0 0-7.8 26.4c0 11.5 2.5 20.4 7.8 27a27 27 0 0 0 22.2 10.5h.2c6.5 0 13-3.3 16.8-7.3l.4 6.1h10.4V50.6h-13zM808.7 123.7c-.2 4-1.5 7-4 9.1-2.9 2.5-6.6 3.7-10.9 3.7-5.6 0-9.6-1.9-12.4-5.7a30.7 30.7 0 0 1-4.7-18.3c0-8 1.6-14 4.7-18.3 2.8-3.8 6.8-5.7 12.4-5.7 4.3 0 8 1.2 11 3.7 2.5 2 3.7 5 4 9l12.7-.7c-.3-8-3-14-8.2-18.4-5.3-4.5-11.9-6.8-19.5-6.8a27 27 0 0 0-22.4 10.5 41.9 41.9 0 0 0-7.7 26.7c0 11.3 2.5 20 7.7 26.7a27 27 0 0 0 22.4 10.5c7.6 0 14.2-2.3 19.5-6.8 5.2-4.4 7.8-10.3 8.2-18.5l-12.8-.7zM753.4 136c-2.5 1.8-5.6 1.8-8.4-.2-1.3-1-3.5-3.2-3.5-7.7V89.7h12.7V76.5h-12.7V63h-13.2v13.6h-7.6v13.2h7.6v38.4c0 9.2 4 16.6 11 20a20.3 20.3 0 0 0 21.5-2.3l.4-.4-7.3-9.9-.5.4zM623.3 126l-14-49.4H597L583 126l-14.2-49.4h-12.6l20.6 71.9H589L603.1 99l14.1 49.4h12.2l20.6-72h-12.6zM285.5 81.3c0 4.5-1.3 7.6-3.8 9.6-3 2.2-7.7 3.3-14 3.3h-15v-26h14.5c18.3.3 18.3 9.3 18.3 13m-.5 50.1c-3 2.7-7.5 4-13.3 4h-19v-28H273c5.3.2 9.3 1.5 12.3 4.1 2.8 2.5 4 5.4 4 9.2 0 4.7-1.3 8.2-4.2 10.7m6.3-31.5a25 25 0 0 0 7.3-18.3 24 24 0 0 0-8.8-19.8 36.8 36.8 0 0 0-23.3-6.6h-26.8v93.4h31.7c9.4 0 17-2.5 22.4-7.4 5.7-5.1 8.5-12 8.5-20.6 0-6.2-2.2-11.8-6.5-16.7-1.4-1.5-2.9-2.8-4.5-4M450 75.3c-17 0-27.2 11-27.2 29.4v43.8H436v-43.9c0-4.8 1.4-16 14.2-16 12.8 0 14.1 11.2 14.1 16v44h13.1v-43.9c0-18.4-10.2-29.4-27.2-29.4M861.5 75.3c-6 0-11.3 1.6-16 5.4v-30h-13v97.8h13v-43.6c0-10.8 7.6-16.4 15-16.4 9.3 0 13.5 8.3 13.5 16v44h13.2v-42.8c0-28.9-21.4-30.4-25.7-30.4M341.3 75.3c-17 0-27.3 11-27.3 29.4v43.8h13.1v-43.9c0-4.8 1.4-16 14.2-16 1 0 2.9 0 4.8.6l3.4-12.9a35 35 0 0 0-8.2-1"/> </g> </g> </svg> </div> </div> </a> <style> img.burger { display:none; } .c-hamburger--open img.burger { display: block!important; position: absolute; top: 23px; right: 25px; } /* .c-hamburger--open i { display:none!important; } */ .c-hamburger--open i span { background-color: transparent; } /* allow scrolling on mob nav */ body.body-mob-nav-active { overflow: hidden; height: 100vh; } .mob-nav-active { position: fixed; height: 100vh; overflow-y: auto; z-index: 9999; background: white; padding-bottom: 3rem; } </style> <!-- Search & Hamburger Container --> <div class="df flex-items-center "> <!-- Hamburger --> <div class="dif py5 px4 dn-lg f6 hamburger-state" style="margin-right: -1.5rem;" data-js-togglr data-js-togglr-bp-max="lg" data-js-togglr-this-class="c-hamburger--open" data-js-togglr-target-class="dn" data-js-togglr-target="js-mobile-nav-hamburger-toggle-selector"> <img src="https://www.brandwatch.com/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/icons/closeicon.svg" class="burger"> <i class="c-hamburger cursor-pointer"> <span class="c-hamburger__bar color-bg-grey-7 c-hamburger__bar--top"></span> <span class="c-hamburger__bar color-bg-grey-7 c-hamburger__bar--middle"></span> <span class="c-hamburger__bar color-bg-grey-7 c-hamburger__bar--bottom"></span> </i> </div> </div> <!-- !END Search & Hamburger Container --> <script> const hamburgerDiv = document.querySelector('.hamburger-state'); // Add a click event listener to toggle the class hamburgerDiv.addEventListener('click', () => { hamburgerDiv.classList.toggle('open-menu'); // Toggle the "active" class }); // enable scrolling on mob nav document.querySelector('.hamburger-state').addEventListener('click', function () { document.getElementById('x-sticky-nav-wrapper').classList.toggle('mob-nav-active'); document.body.classList.toggle('body-mob-nav-active'); }); </script> </div> <!-- !END Logo, Search & Hamburger Container --> <!-- c-nav__nav.php --> <nav class="dn w-100 db-lg w-auto-lg color-bg-white color-bg-transparent-lg bt bn-lg color-border-grey-3 pt2 pt0-lg" id="js-mobile-nav-hamburger-toggle-selector"> <ul id="c-naav__inner" class="df flex-column flex-row-lg u-sibling-diminish-onHover"> <!-- Nav Item 0 --> <li class="relative user-select-none outline-none l-page-gutter show-child-items u-onHover-reveal-lg cursor-default u-sibling-diminish-onHover__target " tabindex="-1" data-js-togglr data-js-togglr-bp-min="lg" data-js-togglr-event-type="mouseenter" data-js-togglr-trigger-event="image-set/load" data-image-set-wrapper> <div data-js-togglr data-js-togglr-bp-max="lg" data-js-togglr-event-type="click" data-js-togglr-trigger-event="image-set/load" data-image-set-wrapper class="li-inner "> <div class="py3 w-100 u-hover__underline db c-heading color-text-grey-10 f3 f4-lg-xl color-border-grey-3 px4-lg px4-xl bn-lg" data-js-togglr data-js-togglr-bp-max="lg" data-js-togglr-target-class="dn" data-js-togglr-target="nav-drop-down--0" > <div class=" py2-lg relative"> <div class=""> <div class="inner-wrapper u-hover__underline-target l-page-gutter--disabled-lg py2 df flex-items-center flex-justify-center "> <!-- c-em-dot --> <span class="color-bg-hexicon-green db flex-noshrink flex-grow-0 dn mr2" style="height: 0.7em; width: 0.7em; max-height: 0.7em; max-width: 0.7em; border-radius: 50%;"></span> Why Brandwatch <img src="https://www.brandwatch.com/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/icons/chevron-down-icon.svg" class="chevronrotate" alt="chevron"> </div> </div> </div> </div> <!-- Nav DropDown 0 --> <div id="nav-drop-down--0" class="absolute-lg z-1 u-onHover-reveal__target-lg dn db-lg color-bg-grey-2 color-bg-transparent-lg" style="top: 100%; left: 0%"> <div class="sub-item-container dn db-lg"> <style> .c-nav__sub_item--grid__icon svg { fill: #8AC539 } .c-nav__sub_item--grid__icon svg { fill: #8AC539 } </style> <!-- c-nav__sub-item--grid --> <div class="relative-lg br-ui-charcoal-lg shadow-atlassian-extreme-lg color-bg-white-lg mw-78vw-lg " style="top: 18px; width: 310px;"> <div class="br-ui-charcoal-lg overflow-hidden"> <!-- Inner --> <div class="py3 px5-lg pb0-lg"> <div class="py2 py0-lg"> <ul class="l-grid relative l-grid--gutters-2-lg"> <!-- BEGIN Column 0 --> <li class="w-100 l-grid__item mb0-lg"> <!-- BEGIN Columns Items --> <ul class="mb3-lg "> <li> <a href="https://www.brandwatch.com/datanetworks/" data-ga-label="nav-https://www.brandwatch.com/datanetworks/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-grey-3 bb-lg py3 w-100 df flex-items-start u-hover__underline "> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Data and network coverage</span> </div> <p class="dn db-lg c-lead f3 color-text-grey-5" style="line-height: 1.14; padding-top: 0.6em;"> <span> Understand and be understood across all key platforms </span> </p> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/products/iris-ai/" data-ga-label="nav-https://www.brandwatch.com/products/iris-ai/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-grey-3 bb-lg py3 w-100 df flex-items-start u-hover__underline "> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Iris AI</span> </div> <p class="dn db-lg c-lead f3 color-text-grey-5" style="line-height: 1.14; padding-top: 0.6em;"> <span> Work smarter with our cutting-edge AI </span> </p> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/enterprise" data-ga-label="nav-https://www.brandwatch.com/enterprise" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-transparent bb-lg py3 w-100 df flex-items-start u-hover__underline "> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Brandwatch + Cision</span> </div> <p class="dn db-lg c-lead f3 color-text-grey-5" style="line-height: 1.14; padding-top: 0.6em;"> <span> Solutions for global enterprises </span> </p> </div> </div> </a> </li> </ul> <!-- !END Begin Column Items --> </li> </ul> </div> </div> <!-- !END Inner --> </div> </div><!-- !END c-nav__sub_item--grid --> </div> <div class="sub-item-container dn-lg"> <!-- c-nav__sub-item--stacked --> <div class="lg relative-lg "> <div class="overflow-hidden relative-lg py3 py0-lg br-ui-charcoal-lg shadow-atlassian-extreme-lg color-bg-white-lg df-lg" style="top: 18px;"> <div class="px5-lg py3-lg flex-noshrink w-100-important-lg_max" style="width: 250px;"> <ul class = "child-dropdown-nav "> <!-- c-nav__sub-item--stacked item --> <li class = "second-child-dropdown"> <a href="https://www.brandwatch.com/datanetworks/" data-ga="link" data-ga-label="nav-https://www.brandwatch.com/datanetworks/" class="db l-page-gutter l-page-gutter--disabled-lg c-heading py3 color-border-grey-3 bb-lg c-simple-link-light u-hover__underline"> <div class="li-item-container df flex-items-center flex-justify-between w-100"> <span class="db f3 u-hover__underline-target ">Data and network coverage</span> </div> </a> </li> <!-- !END c-nav__sub-item--stacked item --> <!-- c-nav__sub-item--stacked item --> <li class = "second-child-dropdown"> <a href="https://www.brandwatch.com/products/iris-ai/" data-ga="link" data-ga-label="nav-https://www.brandwatch.com/products/iris-ai/" class="db l-page-gutter l-page-gutter--disabled-lg c-heading py3 color-border-grey-3 bb-lg c-simple-link-light u-hover__underline"> <div class="li-item-container df flex-items-center flex-justify-between w-100"> <span class="db f3 u-hover__underline-target ">Iris AI</span> </div> </a> </li> <!-- !END c-nav__sub-item--stacked item --> <!-- c-nav__sub-item--stacked item --> <li class = "second-child-dropdown"> <a href="https://www.brandwatch.com/enterprise" data-ga="link" data-ga-label="nav-https://www.brandwatch.com/enterprise" class="db l-page-gutter l-page-gutter--disabled-lg c-heading py3 color-border-transparent c-simple-link-light u-hover__underline"> <div class="li-item-container df flex-items-center flex-justify-between w-100"> <span class="db f3 u-hover__underline-target ">Brandwatch + Cision</span> </div> </a> </li> <!-- !END c-nav__sub-item--stacked item --> </ul> </div> </div> <!-- !END c-nav__sub-item--stacked --> </div> </div> </div> <!-- !END Nav DropDown 0 --> </div> </li><!-- !END Nav Item 0 --> <!-- Nav Item 1 --> <li class="relative user-select-none outline-none l-page-gutter show-child-items u-onHover-reveal-lg cursor-default u-sibling-diminish-onHover__target " tabindex="-1" data-js-togglr data-js-togglr-bp-min="lg" data-js-togglr-event-type="mouseenter" data-js-togglr-trigger-event="image-set/load" data-image-set-wrapper> <div data-js-togglr data-js-togglr-bp-max="lg" data-js-togglr-event-type="click" data-js-togglr-trigger-event="image-set/load" data-image-set-wrapper class="li-inner "> <div class="py3 w-100 u-hover__underline db c-heading color-text-grey-10 f3 f4-lg-xl color-border-grey-3 px4-lg px4-xl bn-lg" data-js-togglr data-js-togglr-bp-max="lg" data-js-togglr-target-class="dn" data-js-togglr-target="nav-drop-down--1" > <div class=" py2-lg relative"> <div class=""> <div class="inner-wrapper u-hover__underline-target l-page-gutter--disabled-lg py2 df flex-items-center flex-justify-center "> <!-- c-em-dot --> <span class="color-bg-hexicon-green db flex-noshrink flex-grow-0 dn mr2" style="height: 0.7em; width: 0.7em; max-height: 0.7em; max-width: 0.7em; border-radius: 50%;"></span> Our Suite <img src="https://www.brandwatch.com/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/icons/chevron-down-icon.svg" class="chevronrotate" alt="chevron"> </div> </div> </div> </div> <!-- Nav DropDown 1 --> <div id="nav-drop-down--1" class="absolute-lg z-1 u-onHover-reveal__target-lg dn db-lg color-bg-grey-2 color-bg-transparent-lg" style="top: 100%; left: 0%"> <div class="sub-item-container dn db-lg"> <style> .c-nav__sub_item--grid__icon svg { fill: #8AC539 } .c-nav__sub_item--grid__icon svg { fill: #8AC539 } </style> <!-- c-nav__sub-item--grid --> <div class="relative-lg br-ui-charcoal-lg shadow-atlassian-extreme-lg color-bg-white-lg mw-78vw-lg " style="top: 18px; width: 310px;"> <div class="br-ui-charcoal-lg overflow-hidden"> <!-- Inner --> <div class="py3 px5-lg pb0-lg"> <div class="py2 py0-lg"> <ul class="l-grid relative l-grid--gutters-2-lg"> <!-- BEGIN Column 0 --> <li class="w-100 l-grid__item mb0-lg"> <!-- BEGIN Columns Items --> <ul class="mb3-lg mt4 mb4-lg "> <li class="mb4"> <a href="https://www.brandwatch.com/suite/" class="c-btn--animate-left-right color-text-grey-10 "> <span class="c-heading color-text-grey-10 underline-hover pr1 f6">Our Suite</span> <!-- c-icon.php --> <span class="c-icon " style="margin-bottom: -1px"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-arrow-long-right"></use> </svg> </span> </a> </li> <li> <a href="https://www.brandwatch.com/suite/consumer-intelligence/" data-ga-label="nav-https://www.brandwatch.com/suite/consumer-intelligence/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-grey-3 bb-lg py3 w-100 df flex-items-start u-hover__underline "> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Consumer Intelligence</span> </div> <p class="dn db-lg c-lead f3 color-text-grey-5" style="line-height: 1.14; padding-top: 0.6em;"> <span> Understand your customers </span> </p> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/suite/social-media-management/" data-ga-label="nav-https://www.brandwatch.com/suite/social-media-management/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-grey-3 bb-lg py3 w-100 df flex-items-start u-hover__underline "> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Social Media Management</span> </div> <p class="dn db-lg c-lead f3 color-text-grey-5" style="line-height: 1.14; padding-top: 0.6em;"> <span> Engage your customers </span> </p> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/products/influence/" data-ga-label="nav-https://www.brandwatch.com/products/influence/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-grey-3 bb-lg py3 w-100 df flex-items-start u-hover__underline "> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Influencer Marketing</span> </div> <p class="dn db-lg c-lead f3 color-text-grey-5" style="line-height: 1.14; padding-top: 0.6em;"> <span> Reach a wider audience </span> </p> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/suite/insights/" data-ga-label="nav-https://www.brandwatch.com/suite/insights/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-transparent bb-lg py3 w-100 df flex-items-start u-hover__underline "> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Media Intelligence & Insights</span> </div> <p class="dn db-lg c-lead f3 color-text-grey-5" style="line-height: 1.14; padding-top: 0.6em;"> <span> Leverage our expert analysts and consultants </span> </p> </div> </div> </a> </li> </ul> <!-- !END Begin Column Items --> </li> </ul> </div> </div> <!-- !END Inner --> </div> </div><!-- !END c-nav__sub_item--grid --> </div> <div class="sub-item-container dn-lg"> <!-- c-nav__sub-item--stacked --> <div class="lg relative-lg "> <div class="overflow-hidden relative-lg py3 py0-lg br-ui-charcoal-lg shadow-atlassian-extreme-lg color-bg-white-lg df-lg" style="top: 18px;"> <div class="px5-lg py3-lg flex-noshrink w-100-important-lg_max" style="width: 250px;"> <ul class = "child-dropdown-nav "> <!-- c-nav__sub-item--stacked item --> <li class = "second-child-dropdown"> <a href="https://www.brandwatch.com/suite/" data-ga="link" data-ga-label="nav-https://www.brandwatch.com/suite/" class="db l-page-gutter l-page-gutter--disabled-lg c-heading py3 color-border-grey-3 bb-lg c-simple-link-light u-hover__underline"> <div class="li-item-container df flex-items-center flex-justify-between w-100"> <span class="db f3 u-hover__underline-target ">Our Suite</span> </div> </a> </li> <!-- !END c-nav__sub-item--stacked item --> <!-- c-nav__sub-item--stacked item --> <li class = "second-child-dropdown"> <a href="https://www.brandwatch.com/suite/consumer-intelligence/" data-ga="link" data-ga-label="nav-https://www.brandwatch.com/suite/consumer-intelligence/" class="db l-page-gutter l-page-gutter--disabled-lg c-heading py3 color-border-grey-3 bb-lg c-simple-link-light u-hover__underline"> <div class="li-item-container df flex-items-center flex-justify-between w-100"> <span class="db f3 u-hover__underline-target ">Consumer Intelligence</span> </div> </a> </li> <!-- !END c-nav__sub-item--stacked item --> <!-- c-nav__sub-item--stacked item --> <li class = "second-child-dropdown"> <a href="https://www.brandwatch.com/suite/social-media-management/" data-ga="link" data-ga-label="nav-https://www.brandwatch.com/suite/social-media-management/" class="db l-page-gutter l-page-gutter--disabled-lg c-heading py3 color-border-grey-3 bb-lg c-simple-link-light u-hover__underline"> <div class="li-item-container df flex-items-center flex-justify-between w-100"> <span class="db f3 u-hover__underline-target ">Social Media Management</span> </div> </a> </li> <!-- !END c-nav__sub-item--stacked item --> <!-- c-nav__sub-item--stacked item --> <li class = "second-child-dropdown"> <a href="https://www.brandwatch.com/products/influence/" data-ga="link" data-ga-label="nav-https://www.brandwatch.com/products/influence/" class="db l-page-gutter l-page-gutter--disabled-lg c-heading py3 color-border-grey-3 bb-lg c-simple-link-light u-hover__underline"> <div class="li-item-container df flex-items-center flex-justify-between w-100"> <span class="db f3 u-hover__underline-target ">Influencer Marketing</span> </div> </a> </li> <!-- !END c-nav__sub-item--stacked item --> <!-- c-nav__sub-item--stacked item --> <li class = "second-child-dropdown"> <a href="https://www.brandwatch.com/suite/insights/" data-ga="link" data-ga-label="nav-https://www.brandwatch.com/suite/insights/" class="db l-page-gutter l-page-gutter--disabled-lg c-heading py3 color-border-transparent c-simple-link-light u-hover__underline"> <div class="li-item-container df flex-items-center flex-justify-between w-100"> <span class="db f3 u-hover__underline-target ">Media Intelligence & Insights</span> </div> </a> </li> <!-- !END c-nav__sub-item--stacked item --> </ul> </div> </div> <!-- !END c-nav__sub-item--stacked --> </div> </div> </div> <!-- !END Nav DropDown 1 --> </div> </li><!-- !END Nav Item 1 --> <!-- Nav Item 2 --> <li class="relative user-select-none outline-none l-page-gutter show-child-items u-onHover-reveal-lg cursor-default u-sibling-diminish-onHover__target " tabindex="-1" data-js-togglr data-js-togglr-bp-min="lg" data-js-togglr-event-type="mouseenter" data-js-togglr-trigger-event="image-set/load" data-image-set-wrapper> <div data-js-togglr data-js-togglr-bp-max="lg" data-js-togglr-event-type="click" data-js-togglr-trigger-event="image-set/load" data-image-set-wrapper class="li-inner "> <div class="py3 w-100 u-hover__underline db c-heading color-text-grey-10 f3 f4-lg-xl color-border-grey-3 px4-lg px4-xl bn-lg" data-js-togglr data-js-togglr-bp-max="lg" data-js-togglr-target-class="dn" data-js-togglr-target="nav-drop-down--2" > <div class=" py2-lg relative"> <div class=""> <div class="inner-wrapper u-hover__underline-target l-page-gutter--disabled-lg py2 df flex-items-center flex-justify-center "> <!-- c-em-dot --> <span class="color-bg-hexicon-green db flex-noshrink flex-grow-0 dn mr2" style="height: 0.7em; width: 0.7em; max-height: 0.7em; max-width: 0.7em; border-radius: 50%;"></span> Solutions <img src="https://www.brandwatch.com/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/icons/chevron-down-icon.svg" class="chevronrotate" alt="chevron"> </div> </div> </div> </div> <!-- Nav DropDown 2 --> <div id="nav-drop-down--2" class="absolute-lg z-1 u-onHover-reveal__target-lg dn db-lg color-bg-grey-2 color-bg-transparent-lg" style="top: 100%; left: -300%"> <div class="sub-item-container dn db-lg"> <style> .c-nav__sub_item--grid__icon svg { fill: #8AC539 } .c-nav__sub_item--grid__icon svg { fill: #8AC539 } </style> <!-- c-nav__sub-item--grid --> <div class="relative-lg br-ui-charcoal-lg shadow-atlassian-extreme-lg color-bg-white-lg mw-78vw-lg w-100-important-lg_max" style="top: 18px; width: 930px;"> <div class="br-ui-charcoal-lg overflow-hidden"> <!-- Inner --> <div class="py3 px5-lg pb0-lg"> <div class="py2 py0-lg"> <ul class="l-grid relative l-grid--gutters-2-lg"> <!-- BEGIN Column 0 --> <li class="w-100 l-grid__item l-grid__item--auto-lg mb0-lg"> <!-- BEGIN Columns Items --> <ul class="mb3-lg mt4 mb4-lg br color-border-grey-3 pr5 mb5-lg"> <li class="mb4"> <a href="https://www.brandwatch.com/use-cases/" class="c-btn--animate-left-right color-text-grey-10 "> <span class="c-heading color-text-grey-10 underline-hover pr1 f6">By Use Case</span> <!-- c-icon.php --> <span class="c-icon " style="margin-bottom: -1px"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-arrow-long-right"></use> </svg> </span> </a> </li> <li> <a href="https://www.brandwatch.com/use-cases/market-research/" data-ga-label="nav-https://www.brandwatch.com/use-cases/market-research/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-transparent py2 w-100 df flex-items-start u-hover__underline flex-items-center"> <span class="f3 mr3 dn dib-lg c-nav__sub_item--grid__icon color-border-onHover-hexicon-green__target color-border-grey-3 ba color-bg-white c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-globe"></use> </svg> </span></span> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Market Research</span> </div> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/use-cases/brand-management/" data-ga-label="nav-https://www.brandwatch.com/use-cases/brand-management/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-transparent py2 w-100 df flex-items-start u-hover__underline flex-items-center"> <span class="f3 mr3 dn dib-lg c-nav__sub_item--grid__icon color-border-onHover-hexicon-green__target color-border-grey-3 ba color-bg-white c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#app-icon-heart"></use> </svg> </span></span> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Brand Management</span> </div> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/use-cases/crisis-management/" data-ga-label="nav-https://www.brandwatch.com/use-cases/crisis-management/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-transparent py2 w-100 df flex-items-start u-hover__underline flex-items-center"> <span class="f3 mr3 dn dib-lg c-nav__sub_item--grid__icon color-border-onHover-hexicon-green__target color-border-grey-3 ba color-bg-white c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#app-icon-warning"></use> </svg> </span></span> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Crisis Management</span> </div> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/use-cases/stakeholder-management/" data-ga-label="nav-https://www.brandwatch.com/use-cases/stakeholder-management/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-transparent py2 w-100 df flex-items-start u-hover__underline flex-items-center"> <span class="f3 mr3 dn dib-lg c-nav__sub_item--grid__icon color-border-onHover-hexicon-green__target color-border-grey-3 ba color-bg-white c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-share"></use> </svg> </span></span> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Stakeholder Management</span> </div> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/use-cases/social-media-management/" data-ga-label="nav-https://www.brandwatch.com/use-cases/social-media-management/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-transparent py2 w-100 df flex-items-start u-hover__underline flex-items-center"> <span class="f3 mr3 dn dib-lg c-nav__sub_item--grid__icon color-border-onHover-hexicon-green__target color-border-grey-3 ba color-bg-white c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-source"></use> </svg> </span></span> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Social Media Management</span> </div> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/use-cases/content-marketing/" data-ga-label="nav-https://www.brandwatch.com/use-cases/content-marketing/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-transparent py2 w-100 df flex-items-start u-hover__underline flex-items-center"> <span class="f3 mr3 dn dib-lg c-nav__sub_item--grid__icon color-border-onHover-hexicon-green__target color-border-grey-3 ba color-bg-white c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-news"></use> </svg> </span></span> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Content Marketing</span> </div> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/use-cases/influencer-marketing/" data-ga-label="nav-https://www.brandwatch.com/use-cases/influencer-marketing/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-transparent py2 w-100 df flex-items-start u-hover__underline flex-items-center"> <span class="f3 mr3 dn dib-lg c-nav__sub_item--grid__icon color-border-onHover-hexicon-green__target color-border-grey-3 ba color-bg-white c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-star"></use> </svg> </span></span> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Influencer Marketing</span> </div> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/use-cases/customer-care/" data-ga-label="nav-https://www.brandwatch.com/use-cases/customer-care/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-transparent pt2 pb0 w-100 df flex-items-start u-hover__underline flex-items-center"> <span class="f3 mr3 dn dib-lg c-nav__sub_item--grid__icon color-border-onHover-hexicon-green__target color-border-grey-3 ba color-bg-white c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-social-panel"></use> </svg> </span></span> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Customer Care</span> </div> </div> </div> </a> </li> </ul> <!-- !END Begin Column Items --> </li> <!-- BEGIN Column 1 --> <li class="w-100 l-grid__item l-grid__item--auto-lg mb0-lg"> <!-- BEGIN Columns Items --> <ul class="mb3-lg mt4 mb4-lg br color-border-grey-3 pl5 pr5 mb5-lg"> <li class="mb4"> <a href="https://www.brandwatch.com/industries/" class="c-btn--animate-left-right color-text-grey-10 "> <span class="c-heading color-text-grey-10 underline-hover pr1 f6">By Industry</span> <!-- c-icon.php --> <span class="c-icon " style="margin-bottom: -1px"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-arrow-long-right"></use> </svg> </span> </a> </li> <li> <a href="https://www.brandwatch.com/industries/agencies/" data-ga-label="nav-https://www.brandwatch.com/industries/agencies/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-transparent py2 w-100 df flex-items-start u-hover__underline flex-items-center"> <span class="f3 mr3 dn dib-lg c-nav__sub_item--grid__icon color-border-onHover-hexicon-green__target color-border-grey-3 ba color-bg-white c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#app-icon-2-people"></use> </svg> </span></span> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Agencies</span> </div> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/industries/financial-services/" data-ga-label="nav-https://www.brandwatch.com/industries/financial-services/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-transparent py2 w-100 df flex-items-start u-hover__underline flex-items-center"> <span class="f3 mr3 dn dib-lg c-nav__sub_item--grid__icon color-border-onHover-hexicon-green__target color-border-grey-3 ba color-bg-white c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#brand-icon-dollar"></use> </svg> </span></span> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Financial Services</span> </div> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/industries/media-and-entertainment/" data-ga-label="nav-https://www.brandwatch.com/industries/media-and-entertainment/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-transparent py2 w-100 df flex-items-start u-hover__underline flex-items-center"> <span class="f3 mr3 dn dib-lg c-nav__sub_item--grid__icon color-border-onHover-hexicon-green__target color-border-grey-3 ba color-bg-white c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#app-icon-mountains"></use> </svg> </span></span> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Media and Entertainment</span> </div> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/industries/health-pharma/" data-ga-label="nav-https://www.brandwatch.com/industries/health-pharma/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-transparent py2 w-100 df flex-items-start u-hover__underline flex-items-center"> <span class="f3 mr3 dn dib-lg c-nav__sub_item--grid__icon color-border-onHover-hexicon-green__target color-border-grey-3 ba color-bg-white c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#app-icon-heart"></use> </svg> </span></span> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Pharma & Healthcare</span> </div> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/industries/retail/" data-ga-label="nav-https://www.brandwatch.com/industries/retail/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-transparent py2 w-100 df flex-items-start u-hover__underline flex-items-center"> <span class="f3 mr3 dn dib-lg c-nav__sub_item--grid__icon color-border-onHover-hexicon-green__target color-border-grey-3 ba color-bg-white c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#brand-icon-retail-tag"></use> </svg> </span></span> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Retail</span> </div> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/industries/cpg/" data-ga-label="nav-https://www.brandwatch.com/industries/cpg/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-transparent py2 w-100 df flex-items-start u-hover__underline flex-items-center"> <span class="f3 mr3 dn dib-lg c-nav__sub_item--grid__icon color-border-onHover-hexicon-green__target color-border-grey-3 ba color-bg-white c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#brand-icon-basket"></use> </svg> </span></span> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">CPG</span> </div> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/industries/technology/" data-ga-label="nav-https://www.brandwatch.com/industries/technology/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-transparent py2 w-100 df flex-items-start u-hover__underline flex-items-center"> <span class="f3 mr3 dn dib-lg c-nav__sub_item--grid__icon color-border-onHover-hexicon-green__target color-border-grey-3 ba color-bg-white c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#brand-icon-mobile"></use> </svg> </span></span> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Technology</span> </div> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/industries/education/" data-ga-label="nav-https://www.brandwatch.com/industries/education/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-transparent pt2 pb0 w-100 df flex-items-start u-hover__underline flex-items-center"> <span class="f3 mr3 dn dib-lg c-nav__sub_item--grid__icon color-border-onHover-hexicon-green__target color-border-grey-3 ba color-bg-white c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-training"></use> </svg> </span></span> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Education</span> </div> </div> </div> </a> </li> </ul> <!-- !END Begin Column Items --> </li> <!-- BEGIN Column 2 --> <li class="w-100 l-grid__item l-grid__item--auto-lg mb0-lg"> <!-- BEGIN Columns Items --> <ul class="mb3-lg mt4 mb4-lg pl5 pr5 mb5-lg"> <li class="mb4"> <a href="https://www.brandwatch.com/roles/" class="c-btn--animate-left-right color-text-grey-10 "> <span class="c-heading color-text-grey-10 underline-hover pr1 f6">By Role</span> <!-- c-icon.php --> <span class="c-icon " style="margin-bottom: -1px"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-arrow-long-right"></use> </svg> </span> </a> </li> <li> <a href="https://www.brandwatch.com/roles/for-market-researchers/" data-ga-label="nav-https://www.brandwatch.com/roles/for-market-researchers/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-transparent py2 w-100 df flex-items-start u-hover__underline flex-items-center"> <span class="f3 mr3 dn dib-lg c-nav__sub_item--grid__icon color-border-onHover-hexicon-green__target color-border-grey-3 ba color-bg-white c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-globe"></use> </svg> </span></span> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Market Researchers</span> </div> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/roles/for-marketers/" data-ga-label="nav-https://www.brandwatch.com/roles/for-marketers/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-transparent py2 w-100 df flex-items-start u-hover__underline flex-items-center"> <span class="f3 mr3 dn dib-lg c-nav__sub_item--grid__icon color-border-onHover-hexicon-green__target color-border-grey-3 ba color-bg-white c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#app-icon-megaphone"></use> </svg> </span></span> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Marketers</span> </div> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/roles/for-social-media-managers/" data-ga-label="nav-https://www.brandwatch.com/roles/for-social-media-managers/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-transparent py2 w-100 df flex-items-start u-hover__underline flex-items-center"> <span class="f3 mr3 dn dib-lg c-nav__sub_item--grid__icon color-border-onHover-hexicon-green__target color-border-grey-3 ba color-bg-white c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-source"></use> </svg> </span></span> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Social Media Managers</span> </div> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/roles/for-analysts/" data-ga-label="nav-https://www.brandwatch.com/roles/for-analysts/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-transparent py2 w-100 df flex-items-start u-hover__underline flex-items-center"> <span class="f3 mr3 dn dib-lg c-nav__sub_item--grid__icon color-border-onHover-hexicon-green__target color-border-grey-3 ba color-bg-white c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#brand-icon-trend-up"></use> </svg> </span></span> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Analysts</span> </div> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/roles/for-agencies/" data-ga-label="nav-https://www.brandwatch.com/roles/for-agencies/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-transparent py2 w-100 df flex-items-start u-hover__underline flex-items-center"> <span class="f3 mr3 dn dib-lg c-nav__sub_item--grid__icon color-border-onHover-hexicon-green__target color-border-grey-3 ba color-bg-white c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#app-icon-2-people"></use> </svg> </span></span> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Agencies</span> </div> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/roles/for-content-marketers/" data-ga-label="nav-https://www.brandwatch.com/roles/for-content-marketers/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-transparent py2 w-100 df flex-items-start u-hover__underline flex-items-center"> <span class="f3 mr3 dn dib-lg c-nav__sub_item--grid__icon color-border-onHover-hexicon-green__target color-border-grey-3 ba color-bg-white c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-news"></use> </svg> </span></span> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">Content Marketers</span> </div> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/roles/for-pr-comms/" data-ga-label="nav-https://www.brandwatch.com/roles/for-pr-comms/" data-ga="link" class="l-page-gutter l-page-gutter--disabled-lg db w-100 c-simple-link-light color-text-grey-6-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight color-border-onHover-hexicon-green color-border-transparent pt2 pb0 w-100 df flex-items-start u-hover__underline flex-items-center"> <span class="f3 mr3 dn dib-lg c-nav__sub_item--grid__icon color-border-onHover-hexicon-green__target color-border-grey-3 ba color-bg-white c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-pr-comms"></use> </svg> </span></span> <div class=""> <div class=""> <span class="f3-lg-xl u-hover__underline-target">PR & Comms</span> </div> </div> </div> </a> </li> </ul> <!-- !END Begin Column Items --> </li> </ul> </div> </div> <!-- !END Inner --> </div> </div><!-- !END c-nav__sub_item--grid --> </div> <div class="sub-item-container dn-lg"> <!-- c-nav__sub-item--stacked --> <div class="lg relative-lg "> <div class="overflow-hidden relative-lg py3 py0-lg br-ui-charcoal-lg shadow-atlassian-extreme-lg color-bg-white-lg df-lg" style="top: 18px;"> <div class="px5-lg py3-lg flex-noshrink w-100-important-lg_max" style="width: 250px;"> <ul class = "child-dropdown-nav "> <!-- c-nav__sub-item--stacked item --> <li class = "second-child-dropdown"> <a href="https://www.brandwatch.com/use-cases/" data-ga="link" data-ga-label="nav-https://www.brandwatch.com/use-cases/" class="db l-page-gutter l-page-gutter--disabled-lg c-heading py3 color-border-grey-3 bb-lg c-simple-link-light u-hover__underline"> <div class="li-item-container df flex-items-center flex-justify-between w-100"> <span class="db f3 u-hover__underline-target ">By Use Case</span> </div> </a> </li> <!-- !END c-nav__sub-item--stacked item --> <!-- c-nav__sub-item--stacked item --> <li class = "second-child-dropdown"> <a href="https://www.brandwatch.com/industries/" data-ga="link" data-ga-label="nav-https://www.brandwatch.com/industries/" class="db l-page-gutter l-page-gutter--disabled-lg c-heading py3 color-border-grey-3 bb-lg c-simple-link-light u-hover__underline"> <div class="li-item-container df flex-items-center flex-justify-between w-100"> <span class="db f3 u-hover__underline-target ">By Industry</span> </div> </a> </li> <!-- !END c-nav__sub-item--stacked item --> <!-- c-nav__sub-item--stacked item --> <li class = "second-child-dropdown"> <a href="https://www.brandwatch.com/roles/" data-ga="link" data-ga-label="nav-https://www.brandwatch.com/roles/" class="db l-page-gutter l-page-gutter--disabled-lg c-heading py3 color-border-transparent c-simple-link-light u-hover__underline"> <div class="li-item-container df flex-items-center flex-justify-between w-100"> <span class="db f3 u-hover__underline-target ">By Role</span> </div> </a> </li> <!-- !END c-nav__sub-item--stacked item --> </ul> </div> </div> <!-- !END c-nav__sub-item--stacked --> </div> </div> </div> <!-- !END Nav DropDown 2 --> </div> </li><!-- !END Nav Item 2 --> <!-- Nav Item 3 --> <li class="relative user-select-none outline-none l-page-gutter not resources u-sibling-diminish-onHover__target " tabindex="-1" data-js-togglr data-js-togglr-bp-min="lg" data-js-togglr-event-type="mouseenter" data-js-togglr-trigger-event="image-set/load" data-image-set-wrapper> <div data-js-togglr data-js-togglr-bp-max="lg" data-js-togglr-event-type="click" data-js-togglr-trigger-event="image-set/load" data-image-set-wrapper class="li-inner "> <a href="https://www.brandwatch.com/plans/" class="py3 w-100 u-hover__underline db c-heading color-text-grey-10 f3 f4-lg-xl color-border-grey-3 px4-lg px4-xl bn-lg" data-ga="link" data-ga-label="nav-https://www.brandwatch.com/plans/" > <div class=" py2-lg relative"> <div class=""> <div class="inner-wrapper u-hover__underline-target l-page-gutter--disabled-lg py2 df flex-items-center flex-justify-center "> <!-- c-em-dot --> <span class="color-bg-hexicon-green db flex-noshrink flex-grow-0 dn mr2" style="height: 0.7em; width: 0.7em; max-height: 0.7em; max-width: 0.7em; border-radius: 50%;"></span> Plans </div> </div> </div> </a> </div> </li><!-- !END Nav Item 3 --> <!-- Nav Item 4 --> <li class="relative user-select-none outline-none l-page-gutter show-child-items u-onHover-reveal-lg cursor-default u-sibling-diminish-onHover__target " tabindex="-1" data-js-togglr data-js-togglr-bp-min="lg" data-js-togglr-event-type="mouseenter" data-js-togglr-trigger-event="image-set/load" data-image-set-wrapper> <div data-js-togglr data-js-togglr-bp-max="lg" data-js-togglr-event-type="click" data-js-togglr-trigger-event="image-set/load" data-image-set-wrapper class="li-inner "> <div class="py3 w-100 u-hover__underline db c-heading color-text-grey-10 f3 f4-lg-xl color-border-grey-3 px4-lg px4-xl bn-lg" data-js-togglr data-js-togglr-bp-max="lg" data-js-togglr-target-class="dn" data-js-togglr-target="nav-drop-down--4" > <div class=" py2-lg relative"> <div class=""> <div class="inner-wrapper u-hover__underline-target l-page-gutter--disabled-lg py2 df flex-items-center flex-justify-center "> <!-- c-em-dot --> <span class="color-bg-hexicon-green db flex-noshrink flex-grow-0 dn mr2" style="height: 0.7em; width: 0.7em; max-height: 0.7em; max-width: 0.7em; border-radius: 50%;"></span> Resources <img src="https://www.brandwatch.com/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/icons/chevron-down-icon.svg" class="chevronrotate" alt="chevron"> </div> </div> </div> </div> <!-- Nav DropDown 4 --> <div id="nav-drop-down--4" class="absolute-lg z-1 u-onHover-reveal__target-lg dn db-lg color-bg-grey-2 color-bg-transparent-lg" style="top: 100%; left: -120%"> <div class="sub-item-container "> <!-- c-nav__sub-item--stacked --> <div class="lg relative-lg py0-lg"> <div class="overflow-hidden relative-lg py3 py0-lg br-ui-charcoal-lg shadow-atlassian-extreme-lg color-bg-white-lg df-lg" style="top: 18px;"> <div class="px5-lg py3-lg w-auto-lg flex-noshrink w-100-important-lg_max" style="width: 250px;"> <ul class = "child-dropdown-nav "> <!-- c-nav__sub-item--stacked item --> <li class = "second-child-dropdown"> <a href="https://www.brandwatch.com/blog/" data-ga="link" data-ga-label="nav-/blog/" class="db l-page-gutter l-page-gutter--disabled-lg c-heading py3 bb-lg color-border-grey-3 bb-lg c-simple-link-light u-hover__underline"> <div class="li-item-container df flex-items-center flex-justify-between w-100"> <span class="db f3 u-hover__underline-target ">Blog</span> </div> <p class="dn db-lg c-copy pt1 color-text-grey-5 lh-tight f3" style="margin-bottom: 0;">Latest data stories and insights</p> </a> </li> <!-- !END c-nav__sub-item--stacked item --> <!-- c-nav__sub-item--stacked item --> <li class = "second-child-dropdown"> <a href="https://www.brandwatch.com/events/" data-ga="link" data-ga-label="nav-/events/" class="db l-page-gutter l-page-gutter--disabled-lg c-heading py3 bb-lg color-border-grey-3 bb-lg c-simple-link-light u-hover__underline"> <div class="li-item-container df flex-items-center flex-justify-between w-100"> <span class="db f3 u-hover__underline-target ">Events</span> </div> <p class="dn db-lg c-copy pt1 color-text-grey-5 lh-tight f3" style="margin-bottom: 0;">Meet us in person or virtually</p> </a> </li> <!-- !END c-nav__sub-item--stacked item --> <!-- c-nav__sub-item--stacked item --> <li class = "second-child-dropdown"> <a href="https://www.brandwatch.com/webinars/" data-ga="link" data-ga-label="nav-/webinars/" class="db l-page-gutter l-page-gutter--disabled-lg c-heading py3 bb-lg color-border-grey-3 bb-lg c-simple-link-light u-hover__underline"> <div class="li-item-container df flex-items-center flex-justify-between w-100"> <span class="db f3 u-hover__underline-target ">Webinars</span> </div> <p class="dn db-lg c-copy pt1 color-text-grey-5 lh-tight f3" style="margin-bottom: 0;">Live expert advice</p> </a> </li> <!-- !END c-nav__sub-item--stacked item --> <!-- c-nav__sub-item--stacked item --> <li class = "second-child-dropdown"> <div class="db l-page-gutter l-page-gutter--disabled-lg c-heading py3 bb-lg color-border-grey-3 bb-lg c-simple-link-light "> <div class="li-item-container df flex-items-center flex-justify-between w-100"> <span class="db f3 u-hover__underline-target ">Content</span> </div> <p class="dn db-lg c-copy pt1 color-text-grey-5 lh-tight f3" style="margin-bottom: 0;">Industry-leading insights</p> <ul class="ml0 mt2 c-list--nav-unordered hexicon-green"> <li class="u-hover__underline"> <a href="https://www.brandwatch.com/reports/" data-ga="link" data-ga-label="nav-/reports/" class="u-hover__underline-target color-text-grey-5 f3 db py2 pl2 py1-lg c-simple-link-light" style="opacity: 1;"> Reports </a> </li> <li class="u-hover__underline"> <a href="https://www.brandwatch.com/case-studies/" data-ga="link" data-ga-label="nav-/case-studies/" class="u-hover__underline-target color-text-grey-5 f3 db py2 pl2 py1-lg c-simple-link-light" style="opacity: 1;"> Case Studies </a> </li> <li class="u-hover__underline"> <a href="https://www.brandwatch.com/guides/" data-ga="link" data-ga-label="nav-/guides/" class="u-hover__underline-target color-text-grey-5 f3 db pt2 pl2 py1-lg c-simple-link-light" style="opacity: 1;"> Guides </a> </li> </ul> </div> </li> <!-- !END c-nav__sub-item--stacked item --> <!-- c-nav__sub-item--stacked item --> <li class = "second-child-dropdown"> <a href="https://academy.brandwatch.com" data-ga="link" data-ga-label="nav-https://academy.brandwatch.com" class="db l-page-gutter l-page-gutter--disabled-lg c-heading py3 bb-lg color-border-grey-3 bb-lg c-simple-link-light u-hover__underline"> <div class="li-item-container df flex-items-center flex-justify-between w-100"> <span class="db f3 u-hover__underline-target ">Brandwatch Academy</span> </div> <p class="dn db-lg c-copy pt1 color-text-grey-5 lh-tight f3" style="margin-bottom: 0;">Certification and upskilling</p> </a> </li> <!-- !END c-nav__sub-item--stacked item --> <!-- c-nav__sub-item--stacked item --> <li class = "second-child-dropdown"> <a href="https://www.brandwatch.com/social-media-glossary/" data-ga="link" data-ga-label="nav-/social-media-glossary/" class="db l-page-gutter l-page-gutter--disabled-lg c-heading py3 bb-lg color-border-grey-3 bb-lg c-simple-link-light u-hover__underline"> <div class="li-item-container df flex-items-center flex-justify-between w-100"> <span class="db f3 u-hover__underline-target ">Social Media Glossary</span> </div> </a> </li> <!-- !END c-nav__sub-item--stacked item --> <!-- c-nav__sub-item--stacked item --> <li class = "second-child-dropdown"> <a href="https://www.brandwatch.com/p/brandwatch-bulletin/" data-ga="link" data-ga-label="nav-/p/brandwatch-bulletin/" class="db l-page-gutter l-page-gutter--disabled-lg c-heading py3 bb-lg color-border-transparent c-simple-link-light u-hover__underline"> <div class="li-item-container df flex-items-center flex-justify-between w-100"> <span class="db f3 u-hover__underline-target ">The Brandwatch Bulletin</span> </div> </a> </li> <!-- !END c-nav__sub-item--stacked item --> </ul> </div> <div class="dn df-lg flex-noshrink relative overflow-hidden color-bg-grey-2" style="width: 300px;"> <!-- BEGIN: After content slot --> <div class="w-100 absolute-fill pa5 color-border-grey-2 bl"> <div class="aspect-ratio--16x9 mb4 relative color-bg-grey-3"> <div class="absolute--fill bg-img t-fade-in" data-image-set-lazy data-image-set-active-class="t-fade-in--active" data-image-set="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=uploads/2024/11/image.png&width=380 380w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=uploads/2024/11/image.png&width=0 480w"> </div> </div> <div class="f5 mb2 c-heading">Digital Marketing Trends 2025</div> <p class="c-copy f3 mb3">Uncover the latest digital marketing trends and actionable tips to elevate your marketing strategy.</p> <!-- c-btn --> <a data-ga="cta" data-ga-label="nav-promo-slot--Read the report" class="c-btn c-btn-- c-btn--secondary-light c-btn--2 c-btn--icon-right c-btn--rounded dif" href="https://www.brandwatch.com/reports/digital-marketing-trends-2025/"> <div class="relative w-100 df flex-items-center flex-justify-center" > <span class=" ">Read the report</span> <!-- c-icon.php --> <span class="c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-chevron-right"></use> </svg> </span> </div> </a> <!-- !END c-btn --> </div> <!-- END: After content slot --> </div> </div> <!-- !END c-nav__sub-item--stacked --> </div> </div> </div> <!-- !END Nav DropDown 4 --> </div> </li><!-- !END Nav Item 4 --> <!-- Nav Item 5 --> <li class="relative user-select-none outline-none l-page-gutter show-child-items u-onHover-reveal-lg cursor-default u-sibling-diminish-onHover__target pb0-lg" tabindex="-1" data-js-togglr data-js-togglr-bp-min="lg" data-js-togglr-event-type="mouseenter" data-js-togglr-trigger-event="image-set/load" data-image-set-wrapper> <div data-js-togglr data-js-togglr-bp-max="lg" data-js-togglr-event-type="click" data-js-togglr-trigger-event="image-set/load" data-image-set-wrapper class="li-inner "> <div class="py3 w-100 u-hover__underline db c-heading color-text-grey-10 f3 f4-lg-xl color-border-grey-3 px4-lg px4-xl bn-lg" data-js-togglr data-js-togglr-bp-max="lg" data-js-togglr-target-class="dn" data-js-togglr-target="nav-drop-down--5" > <div class=" py2-lg relative"> <div class=""> <div class="inner-wrapper u-hover__underline-target l-page-gutter--disabled-lg py2 df flex-items-center flex-justify-center "> <!-- c-em-dot --> <span class="color-bg-hexicon-green db flex-noshrink flex-grow-0 dn mr2" style="height: 0.7em; width: 0.7em; max-height: 0.7em; max-width: 0.7em; border-radius: 50%;"></span> Sign in <img src="https://www.brandwatch.com/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/icons/chevron-down-icon.svg" class="chevronrotate" alt="chevron"> </div> </div> </div> </div> <!-- Nav DropDown 5 --> <div id="nav-drop-down--5" class="absolute-lg z-1 u-onHover-reveal__target-lg dn db-lg color-bg-grey-2 color-bg-transparent-lg" style="top: 100%; left: -120%"> <div class="sub-item-container "> <!-- c-nav__sub-item--stacked --> <div class="lg relative-lg "> <div class="overflow-hidden relative-lg py3 py0-lg br-ui-charcoal-lg shadow-atlassian-extreme-lg color-bg-white-lg df-lg" style="top: 18px;"> <div class="px5-lg py3-lg w-auto-lg flex-noshrink w-100-important-lg_max" style="width: 250px;"> <ul class = "child-dropdown-nav "> <!-- c-nav__sub-item--stacked item --> <li class = "second-child-dropdown"> <a href="https://my.brandwatch.com/" data-ga="link" data-ga-label="nav-https://my.brandwatch.com/" class="db l-page-gutter l-page-gutter--disabled-lg c-heading py3 color-border-grey-3 bb-lg c-simple-link-light u-hover__underline"> <div class="li-item-container df flex-items-center flex-justify-between w-100"> <span class="db f3 u-hover__underline-target ">Consumer Intelligence</span> </div> <p class="dn db-lg c-copy pt1 color-text-grey-5 lh-tight f3" style="margin-bottom: 0;">Brandwatch Consumer Research </p> </a> </li> <!-- !END c-nav__sub-item--stacked item --> <!-- c-nav__sub-item--stacked item --> <li class = "second-child-dropdown"> <a href="https://app.falcon.io/" data-ga="link" data-ga-label="nav-https://app.falcon.io/" class="db l-page-gutter l-page-gutter--disabled-lg c-heading py3 color-border-grey-3 bb-lg c-simple-link-light u-hover__underline"> <div class="li-item-container df flex-items-center flex-justify-between w-100"> <span class="db f3 u-hover__underline-target ">Social Media Management</span> </div> <p class="dn db-lg c-copy pt1 color-text-grey-5 lh-tight f3" style="margin-bottom: 0;">Formerly the Falcon suite</p> </a> </li> <!-- !END c-nav__sub-item--stacked item --> <!-- c-nav__sub-item--stacked item --> <li class = "second-child-dropdown"> <a href="https://home.influence.brandwatch.com/" data-ga="link" data-ga-label="nav-https://home.influence.brandwatch.com/" class="db l-page-gutter l-page-gutter--disabled-lg c-heading py3 color-border-transparent c-simple-link-light u-hover__underline"> <div class="li-item-container df flex-items-center flex-justify-between w-100"> <span class="db f3 u-hover__underline-target ">Influence</span> </div> <p class="dn db-lg c-copy pt1 color-text-grey-5 lh-tight f3" style="margin-bottom: 0;">Formerly Paladin </p> </a> </li> <!-- !END c-nav__sub-item--stacked item --> </ul> </div> <div class="dn df-lg flex-noshrink relative overflow-hidden color-bg-grey-2" style="width: 300px;"> <!-- BEGIN: After content slot --> <div class="w-100 absolute-fill pa5 color-border-grey-2 bl"> <div class="aspect-ratio--16x9 mb4 relative color-bg-grey-3"> <div class="absolute--fill bg-img t-fade-in" data-image-set-lazy data-image-set-active-class="t-fade-in--active" data-image-set="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=uploads/2024/11/image.png&width=380 380w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=uploads/2024/11/image.png&width=0 480w"> </div> </div> <div class="f5 mb2 c-heading">Digital Marketing Trends 2025</div> <p class="c-copy f3 mb3">Uncover the latest digital marketing trends and actionable tips to elevate your marketing strategy.</p> <!-- c-btn --> <a data-ga="cta" data-ga-label="nav-promo-slot--Read the report" class="c-btn c-btn-- c-btn--secondary-light c-btn--2 c-btn--icon-right c-btn--rounded dif" href="https://www.brandwatch.com/reports/digital-marketing-trends-2025/"> <div class="relative w-100 df flex-items-center flex-justify-center" > <span class=" ">Read the report</span> <!-- c-icon.php --> <span class="c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-chevron-right"></use> </svg> </span> </div> </a> <!-- !END c-btn --> </div> <!-- END: After content slot --> </div> </div> <!-- !END c-nav__sub-item--stacked --> </div> </div> </div> <!-- !END Nav DropDown 5 --> </div> </li><!-- !END Nav Item 5 --> <!-- Mobile Only CTA --> <li class="df dn-lg color-bg-nhexicon-green get-info-button l-page-gutter"> <a href="https://www.brandwatch.com/demo/" class="bt bn-lg db c-heading color-text-grey-10 f3 f4-lg-xl color-border-grey-3 color-bg-hexicon-green o-100 w-100 df get-info-button" data-ga="cta" data-ga-label="Get started" data-ga-action="c-site-header--primary-cta"> <div class="df l-page-gutter l-page-gutter--disabled-lg w-100 pr0-lg w-100 bw3"> <div class="w-100 px4-lg px4-xl" style="padding-right: 0;"> <div class="py2"> <div class="py3 f4 df mobile-nav-cta flex-justify-between flex-items-center color-text-white color-text-hexicon-green-lg"> Get started<img src="https://www.brandwatch.com/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/icons/arrow-icon.svg" class="chevronrotate" alt="chevron"> </div> </div> </div> </div> </a> </li> <!-- !END Mobile Only CTA --> </ul> </nav> <!-- !END c-nav__nav.php --> <script> // code for the subnav menu and dropdowns const items = document.querySelectorAll('.show-child-items'); const scrollReduction = 60; // scroll reduction in pixels let previousLi = null; items.forEach(item => { item.addEventListener('click', (event) => { const isOpen = item.classList.contains('show-child-menu'); const openItem = document.querySelector('.show-child-menu'); if (openItem && openItem !== item) { // Height of the current expanded item const openItemHeight = openItem.scrollHeight; openItem.classList.remove('show-child-menu'); window.scrollBy(0, -openItemHeight + scrollReduction); } // Toggle the 'show-child-menu' class on the clicked item item.classList.toggle('show-child-menu'); // Remove the 'remove-border' class from the previous sibling if (previousLi) { previousLi.classList.remove('remove-border'); } // Check if the clicked item has the class 'second-child-dropdown' const isSecondChildDropdown = item.classList.contains('second-child-dropdown'); if (!isSecondChildDropdown) { // Add the 'remove-border' class to the previous sibling const previousSibling = item.previousElementSibling; if (previousSibling) { previousSibling.classList.toggle('remove-border', !isOpen); } // Update the previousLi to the clicked item's previous sibling previousLi = previousSibling; } }); // Add a click event listener to all anchor tags inside li elements with the class 'second-child-dropdown' const secondChildDropdownLinks = item.querySelectorAll('.second-child-dropdown a'); secondChildDropdownLinks.forEach(link => { link.addEventListener('click', (event) => { // Stop the click event from propagating to the parent li element event.stopPropagation(); }); }); }); // Stops the top level nav item href loading if have children on mobile function preventLink(e, bp) { if (screen.width < bp) { e.preventDefault(); } } </script> <div class="df flex-0-lg flex-justify-end"> <div class="dn df-lg flex-items-center"> <style> /* Hide the item container by default */ .hidden { display: none; } /* Style for the button */ #showButton123 { background-color: transparent; color: #252328; border: none; padding: 10px 12px; cursor: pointer; } #showButton123 a img { position: absolute; margin-top: 1px; margin-left: 6px; } #c-nav--sticky a span.chevronrotatespan img.white { display:none!important } body.is-dark-mode #c-nav--sticky a span.chevronrotatespan img.normal { display: none!important; } body.is-dark-mode #c-nav--sticky a span.chevronrotatespan img.white { display: block!important; position: absolute; right: -9px; top: 0px; } body.is-dark-mode #c-nav--sticky a span.chevronrotatespan { color: white !important; } body.is-dark-mode .c-btn__color { background-color: #a98bbc!important; } body.bw_webinar-template-default.vs-page .c-btn__color { background-color:#03fcff!important; } body.bw_webinar-template-default.vs-page #showButton123 a { box-shadow: inset 0 0 0 1px #03fcff!important; } .item-container-dropdown { background-color: white!important; } .item-container-dropdown .dropdown-inner { background-color: white!important; } body.is-dark-mode .item-container-dropdown { background-color: #2a282f!important; } body.is-dark-mode .item-container-dropdown a div span.span-head { color: white!important; } body.is-dark-mode .item-container-dropdown .dropdown-inner { background-color: #2a282f!important; } /* Style for the items container */ #itemContainer { position: absolute; top: 60px; z-index: 1; border-radius: 6px; background: #FFFF; position: absolute; margin-top: 15px; margin-left: 12px; } /* Style for items */ .item { padding: 10px; border-bottom: 1px solid #ddd; } .login-cta-button { font-family: Roboto; font-size: 14px; font-weight: 700; line-height: 21px; letter-spacing: 0em; text-align: left; } #c-nav--sticky a span.chevronrotatespan { padding-right: 18px; color: #252328 !important; } #c-nav--sticky a span.chevronrotatespan.invert img { transform: rotate(180deg); } .c-nav--is-scrolled a.header-get-started-button.blackoutline { border: none !important; font-family: Roboto !important; font-weight: 700 !important; line-height: 21px !important; letter-spacing: 0em !important; color: #252328 !important; text-align: left !important; background-color: transparent !important; box-shadow: none !important; } .c-nav--is-scrolled #c-nav__cta-btn a { border: 1px solid #252328 !important; font-family: Roboto !important; font-size: 14px !important; font-weight: 700 !important; line-height: 21px !important; letter-spacing: 0em !important; color: #252328 !important; text-align: left !important; background-color: transparent !important; box-shadow: none !important; } @media only screen and (max-width: 1199px) { #showButton123 a { padding: 0.55em 1.6em !important; } } .c-list--nav-unordered.hexicon-purple li:before { content: ""; color: #A98BBC; } .c-list--nav-unordered.hexicon-green li:before { content: ""; color: #8ac539; } </style> <!-- <button id="showButton">Show Items</button> --> <div id="showButton123" class="dn df-lg flex-items-center login-cta-button "> <a id="c-nav__cta-btn chevron-container" data-ga="cta" data-ga-action="c-site-header--primary-cta" data-ga-label="Login" class="c-btn c-btn-- c-btn--secondary-light c-btn--2 c-btn--rounded f3-lg-xl blackoutline f3-lg-xl"> <div class="relative w-100 df flex-items-center flex-justify-center"> <span id="spanrotate" class="chevronrotatespan">Sign in <img src="https://www.brandwatch.com/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/icons/chevron-down-icon.svg" class="chevronrotate normal" alt="chevron"> <img src="https://www.brandwatch.com/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/icons/chevron-down-white.svg" class="chevronrotate white" alt="chevron"> </span> </div> </a> </div> <div id="itemContainer" class="hidden item-container-dropdown"> <div class="relative-lg br-ui-charcoal-lg mw-78vw-lg w-100-important-lg_max dropdown-inner" style=""> <div class="br-ui-charcoal-lg shadow-floating-ui-dark-lg overflow-hidden"> <div class="py3 px5-lg pb0-lg"> <div class="py2 py0-lg"> <ul class="mb3-lg"> <li> <a href="https://my.brandwatch.com/" target="_blank" rel="noopener noreferrer" data-ga="link" data-ga-label="client-nav--login-https://my.brandwatch.com/" class="l-page-gutter l-page-gutter--disabled db w-100 c-simple-link-light color-text-grey-7-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight u-hover__underline color-border-onHover-hexicon-green py3 w-100 df flex-justify-between flex-items-start color-border-grey-3 bb-lg"> <div> <div class=""> <span class="f3-lg-xl u-hover__underline-target span-head">Consumer Intelligence</span> </div> <p class="dn db-lg c-lead f3 color-text-grey-5" style="line-height: 1.14; padding-top: 0.6em;"> <span> Brandwatch Consumer Research </span> </p> </div> </div> </a> </li> <li> <a href="https://app.falcon.io/" target="_blank" rel="noopener noreferrer" data-ga="link" data-ga-label="client-nav--login-https://app.falcon.io/" class="l-page-gutter l-page-gutter--disabled db w-100 c-simple-link-light color-text-grey-7-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight u-hover__underline color-border-onHover-hexicon-green py3 w-100 df flex-justify-between flex-items-start color-border-grey-3 bb-lg"> <div> <div class=""> <span class="f3-lg-xl u-hover__underline-target span-head">Social Media Management</span> </div> <p class="dn db-lg c-lead f3 color-text-grey-5" style="line-height: 1.14; padding-top: 0.6em;"> <span> Formerly the Falcon suite </span> </p> </div> </div> </a> </li> <li> <a href="https://home.influence.brandwatch.com/" target="_blank" rel="noopener noreferrer" data-ga="link" data-ga-label="client-nav--login-https://home.influence.brandwatch.com" class="l-page-gutter l-page-gutter--disabled db w-100 c-simple-link-light color-text-grey-7-lg c-heading"> <div class="f2 f3-lg f4-xl lh-super-tight u-hover__underline color-border-onHover-hexicon-green py3 w-100 df flex-justify-between flex-items-start color-border-grey-3 "> <div> <div class=""> <span class="f3-lg-xl u-hover__underline-target span-head">Influence</span> </div> <p class="dn db-lg c-lead f3 color-text-grey-5" style="line-height: 1.14; padding-top: 0.6em;"> <span> Formerly Paladin </span> </p> </div> </div> </a> </li> </ul> </div> </div> </div> </div> </div> <script> // Get references to the common elements const itemContainer = document.getElementById('itemContainer'); const chevronSpan = document.getElementById('spanrotate'); const showButton123 = document.getElementById('showButton123'); // Function to position itemContainer // track the position of the showbutton and appear below it using absolute positioning // function positionItemContainer() { // if (window.innerWidth > 1200) { // const buttonRect = showButton123.getBoundingClientRect(); // const topPosition = buttonRect.bottom + window.scrollY - 35; // const leftPosition = buttonRect.left + 12; // itemContainer.style.position = 'absolute'; // itemContainer.style.top = topPosition + 'px'; // itemContainer.style.left = leftPosition + 'px'; // } else { // itemContainer.style.position = 'static'; // itemContainer.style.top = 'auto'; // itemContainer.style.left = 'auto'; // } // } // Fire on page load and resize // window.addEventListener('load', positionItemContainer); // window.addEventListener('resize', positionItemContainer); function toggleItemContainer() { itemContainer.classList.toggle('hidden'); chevronSpan.classList.toggle('invert'); } showButton123.addEventListener('click', function(event) { toggleItemContainer(); event.stopPropagation(); }); document.addEventListener('click', function(event) { if (!itemContainer.contains(event.target) && event.target !== showButton123) { itemContainer.classList.add('hidden'); chevronSpan.classList.remove('invert'); } }); // Add the hidden class to the login dropdown menu if specific elements are hovered on const navDropdownIds = ["nav-drop-down--5", "nav-drop-down--3", "nav-drop-down--2"]; navDropdownIds.forEach((dropdownId) => { const navDropdown = document.getElementById(dropdownId); if (navDropdown) { navDropdown.addEventListener("mouseenter", () => { itemContainer.classList.add("hidden"); chevronSpan.classList.remove('invert'); }); } }); </script> </div> <!-- !END Desktop Only --> <div class="dn df-lg flex-items-center"> <!-- c-btn --> <a id="c-nav__cta-btn" data-ga="cta" data-ga-action="c-site-header--primary-cta" data-ga-label="Get started" class="c-btn c-btn--primary-ui c-btn--primary-light c-btn--2 c-btn--rounded f2 f3-lg-xl header-get-started-button c-btn--animate-left-right" href="https://www.brandwatch.com/demo/"> <div class="c-btn__color-mix color-bg-grey-8 "></div> <div class="c-btn__color color-bg-hexicon-green "></div> <div class="relative w-100 df flex-items-center flex-justify-center" > <span class=" ">Get started</span> </div> </a> <!-- !END c-btn --> </div> <!-- !END Desktop Only --> </div> </div> </div> </div> </header> <!-- !END c-nav.php --> </div> </div> <!-- Site Search --> <!-- Search Pane --> <div id="js-site-search-pane" style="z-index: 10000" class="t-fade-in fixed w-100 top-0 right-0 bottom-0 left-0 df flex-items-center flex-justify-center"> <div class="absolute--fill color-bg-black o-90"></div> <div class="l-page-gutter relative w-100"> <div class="color-border-grey-10 bb py2 py3-md relative mw7 mx-auto"> <form class="df flex-nowrap flex-items-center w-100" role="search" method="get" action="https://www.brandwatch.com/" data-ga="form" data-ga-action="site-search" data-ga-label="#site-search-input"> <button type="submit" class="cursor-pointer u-object-hover relative" style="top: -1px;"> <!-- c-icon.php --> <span class="mr1 mr4-lg f7 f9-md f10-lg color-text-grey-4 o-50 db c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-search"></use> </svg> </span> </button> <input id="" size="" class="w-100 mr5 mr6-lg c-heading f8 f10-md f12-lg color-text-white color-bg-transparent bn js-site-search-input" type="text" value="" name="s" placeholder="Search..." style="outline: none; "/> </form> <div class="absolute right-0 top-0 top-1-md u-object-hover cursor-pointer" data-js-togglr data-js-togglr-target-class="t-fade-in--active" data-js-togglr-target="js-site-search-pane"> <span class="ml4 f3 f4-md color-text-grey-3 color-bg-grey-10 c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-close"></use> </svg> </span></span> </div> </div> </div> </div> <!-- !END Search Pane --> <!-- !END Site Search --> <div class="l-enforce-page-height__wrap "> <div class="l-enforce-page-height__block l-enforce-page-height__block--fill-centered"> <div data-on-page-load-class="t-page-element-load-wrap"> <style> .typed-cursor { position: relative; font-size: 0.9em; top: -0.115em; } html.js .x-home-typewriter-no-js { display: none } .x-home-typewriter-preserve-space { display: none } html.js .x-home-typewriter-preserve-space { display: inline } .home-slider-fix>div { left: 0% !important; } @media screen and (min-width: 1200px) { .home-slider-fix>div { left: -5%; width: 110%; } } </style> <section class="pt6 pt7-lg overflow-hidden relative z-1"> <style> .typed-cursor { position: relative; font-size: 0.9em; top: -0.115em; } html.js .x-home-typewriter-no-js { display: none } .x-home-typewriter-preserve-space { display: none } html.js .x-home-typewriter-preserve-space { display: inline } .t-fade-in-slower { transition: opacity .5s linear, visibility 0s linear .5s !important; } .t-fade-in-slower--active { transition: opacity .5s linear, visibility linear !important; } @media (width >=75em) { .l-grid--padding-override>.l-grid__item:first-of-type { padding-top: 10rem; } .l-grid--padding-override>.l-grid__item:last-of-type { padding-top: 5rem; } } </style> <div class="l-page-gutter relative"> <div class="l-container l-container-4-xl pb5 pb7-lg-x relative"> <div class="l-grid relative l-grid--gutters-3 l-grid--gutters-4-sm l-grid--gutters-5-lg flex-items-center l-grid--padding-override"> <div class="l-grid__item l-grid__item--12 l-grid__item--6-md flex-order-1 "> <div class="dib w-100"> <div class="t-page-element-default--load"> <h1 class="c-heading f11 f12-sm f10-md f12-lg x-non-desktop-home-heading"> <span class="color-text-ui-primary">Understand</span> and <span class="color-text-ui-primary">engage</span> at the speed of social </h1> </div> <div class="df flex-column mt5 t-page-element-default--load" style="transition-delay: 0.1s;"> <div class="dib mb6 mb7-xl"> <p class="dib c-lead f5 f6-lg-xl color-text-grey-10 mw7 mw8-lg-xl"> 2/3 of the Forbes 100 most valuable brands trust Brandwatch, the social suite built for our fast-moving world. </p> </div> <div class="df flex-column flex-row-sm w-100 w-70-lg"> <!-- c-btn --> <a data-ga="cta" data-ga-label="cta-home-hero--Get started" class="c-btn c-btn--primary-ui c-btn--primary-light c-btn--2 c-btn--icon-right c-btn--animate-left-right c-btn--rounded f4 f5-lg-xl w-100 nowrap-md mb3 mb0-sm mr4-sm" href="https://www.brandwatch.com/demo/"> <div class="c-btn__color-mix color-bg-grey-8 "></div> <div class="c-btn__color color-bg-hexicon-green "></div> <div class="relative w-100 df flex-items-center flex-justify-center" > <span class=" ">Get started</span> <!-- c-icon.php --> <span class="c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-arrow-long-right"></use> </svg> </span> </div> </a> <!-- !END c-btn --> <!-- c-btn --> <a data-ga="cta" data-ga-label="cta-home-hero--Explore our suite" class="c-btn c-btn-- c-btn--secondary-light c-btn--2 c-btn--animate-left-right c-btn--rounded f4 f5-lg-xl w-100 nowrap-md" href="https://www.brandwatch.com/suite/"> <div class="relative w-100 df flex-items-center flex-justify-center" > <span class=" ">Explore our suite</span> </div> </a> <!-- !END c-btn --> </div> </div> </div> </div> <div class="dn db-md l-grid__item l-grid__item--12 l-grid__item--6-md flex-order-1"> <div class="w-100 relative"> <div data-cyclr data-cyclr--auto-slide data-cyclr--slide-duration="6000" data-cyclr--items-selector="#hero-slides" data-cyclr--control-active-classes="color-bg-ui-primary" data-cyclr--first-initially-shown data-cyclr--item-active-classes="t-fade-in--active t-fade-in-slower--active t-active-wrap a-active-wrap z-1" data-cyclr--stop-on-click> <!-- Controls --> <div class="df absolute--center-x x-home-hero-controls" style="z-index: 13; bottom: 0"> <!-- c-em-dot --> <span class="color-bg-grey-4 db flex-noshrink flex-grow-0 mr2 cursor-pointer color-bg-ui-primary" style="height: 0.7em; width: 0.7em; max-height: 0.7em; max-width: 0.7em; border-radius: 50%;" data-cyclr-control="true" data-ga="interaction" data-ga-action="hero-cycler-select" data-ga-label="hero-cycler-select-0"></span> <!-- c-em-dot --> <span class="color-bg-grey-4 db flex-noshrink flex-grow-0 mr2 cursor-pointer " style="height: 0.7em; width: 0.7em; max-height: 0.7em; max-width: 0.7em; border-radius: 50%;" data-cyclr-control="true" data-ga="interaction" data-ga-action="hero-cycler-select" data-ga-label="hero-cycler-select-1"></span> <!-- c-em-dot --> <span class="color-bg-grey-4 db flex-noshrink flex-grow-0 mr2 cursor-pointer " style="height: 0.7em; width: 0.7em; max-height: 0.7em; max-width: 0.7em; border-radius: 50%;" data-cyclr-control="true" data-ga="interaction" data-ga-action="hero-cycler-select" data-ga-label="hero-cycler-select-2"></span> <!-- c-em-dot --> <span class="color-bg-grey-4 db flex-noshrink flex-grow-0 mr2 cursor-pointer " style="height: 0.7em; width: 0.7em; max-height: 0.7em; max-width: 0.7em; border-radius: 50%;" data-cyclr-control="true" data-ga="interaction" data-ga-action="hero-cycler-select" data-ga-label="hero-cycler-select-3"></span> </div> <!-- !END Controls --> <!-- Slides --> <div id="hero-slides" class="df nowrap relative flex-order-0 z-1 pb3"> <div data-cyclr-item class="w-100 min-width-100 ws-normal relative t-duration-0 color-bg-white t-fade-in t-fade-in-slower t-fade-in--active t-fade-in-slower--active" style="left: -000%; width: 100%;"> <div class="relative"><img src="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/hero/slide_one.png" /></div> </div> <div data-cyclr-item class="w-100 min-width-100 ws-normal relative t-duration-0 color-bg-white t-fade-in t-fade-in-slower " style="left: -100%; width: 100%;"> <div class="relative"><img src="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/hero/slide_two.png" /></div> </div> <div data-cyclr-item class="w-100 min-width-100 ws-normal relative t-duration-0 color-bg-white t-fade-in t-fade-in-slower " style="left: -200%; width: 100%;"> <div class="relative"><img src="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/hero/slide_three.png" /></div> </div> <div data-cyclr-item class="w-100 min-width-100 ws-normal relative t-duration-0 color-bg-white t-fade-in t-fade-in-slower " style="left: -300%; width: 100%;"> <div class="relative"><img src="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/hero/slide_four.png" /></div> </div> </div> <!-- !END Slides --> </div> </div> </div> </div> <div class="tc"> <div class="dib w-100"> <div class="pt6 t-page-element-default--load" style="transition-delay: 0.1s;"> <div class="l-grid l-grid--gutters-2 l-grid--gutters-3-lg"> <div class="l-grid__item w-100 w-33-lg df flex-column flex-items-center card-container"> <a class="w-100 df flex-column mx-auto tl cursor-pointer h-100" href="https://www.brandwatch.com/suite/consumer-intelligence/"> <div class="color-bg-grey-2 br-ui-charcoal df flex-column flex-auto shadow-fr-hover"> <div class="py4 py5-md px4 px5-lg-xl df flex-column-lg flex-justify-between h-100"> <div> <div> <h2 class="c-heading f6 mb3">Consumer Intelligence</h2> <p class="c-copy f4 f5-lg-xl">Understand your consumers, your brand, and your market.</p> </div> </div> <div class="df db-lg flex-items-center"> <div class="dn db-lg mt4"> <!-- c-reserve-space-img --> <div class> <div style="padding-top: 66.066282420749%; position: relative;" class="w-100"> <div style="position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%;"> <img src="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/hero/brandwatch-bcr-new.png&width=1024" srcset="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/hero/brandwatch-bcr-new.png&width=380 380w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/hero/brandwatch-bcr-new.png&width=500 500w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/hero/brandwatch-bcr-new.png&width=768 768w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/hero/brandwatch-bcr-new.png&width=1024 1024w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/hero/brandwatch-bcr-new.png&width=0 1388w" class="w-100 df"> </div> </div> </div> <!-- !END c-reserve-space-img --> </div> <div class="df flex-items-center f4 mt5-lg pl5 pl0-lg"> <div class="c-heading mr2 dn db-md">Explore</div> <span class="color-bg-hexicon-green c-spot-icon size- f2"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-arrow-long-right"></use> </svg> </span></span> </div> </div> </div> </div> </a> </div> <div class="l-grid__item w-100 w-33-lg df flex-column flex-items-center card-container"> <a class="w-100 df flex-column mx-auto tl cursor-pointer h-100" href="https://www.brandwatch.com/suite/social-media-management/"> <div class="color-bg-grey-2 br-ui-charcoal df flex-column flex-auto shadow-fr-hover"> <div class="py4 py5-md px4 px5-lg-xl df flex-column-lg flex-justify-between h-100"> <div> <div> <h2 class="c-heading f6 mb3">Social Media Management</h2> <p class="c-copy f4 f5-lg-xl">Engage with consumers across social platforms and grow your brand.</p> </div> </div> <div class="df db-lg flex-items-center"> <div class="dn db-lg mt4"> <!-- c-reserve-space-img --> <div class> <div style="padding-top: 66.690699351118%; position: relative;" class="w-100"> <div style="position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%;"> <img src="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/hero/brandwatch-smm-new.png&width=1024" srcset="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/hero/brandwatch-smm-new.png&width=380 380w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/hero/brandwatch-smm-new.png&width=500 500w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/hero/brandwatch-smm-new.png&width=768 768w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/hero/brandwatch-smm-new.png&width=1024 1024w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/hero/brandwatch-smm-new.png&width=0 1387w" class="w-100 df"> </div> </div> </div> <!-- !END c-reserve-space-img --> </div> <div class="df flex-items-center f4 mt5-lg pl5 pl0-lg"> <div class="c-heading mr2 dn db-md">Explore</div> <span class="color-bg-hexicon-green c-spot-icon size- f2"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-arrow-long-right"></use> </svg> </span></span> </div> </div> </div> </div> </a> </div> <div class="l-grid__item w-100 w-33-lg df flex-column flex-items-center card-container"> <a class="w-100 df flex-column mx-auto tl cursor-pointer h-100" href="https://www.brandwatch.com/products/influence/"> <div class="color-bg-grey-2 br-ui-charcoal df flex-column flex-auto shadow-fr-hover"> <div class="py4 py5-md px4 px5-lg-xl df flex-column-lg flex-justify-between h-100"> <div> <div> <h2 class="c-heading f6 mb3">Influencer Marketing</h2> <p class="c-copy f4 f5-lg-xl">Discover influencers and manage campaigns with our end-to-end solution.</p> </div> </div> <div class="df db-lg flex-items-center"> <div class="dn db-lg mt4"> <!-- c-reserve-space-img --> <div class> <div style="padding-top: 66.066282420749%; position: relative;" class="w-100"> <div style="position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%;"> <img src="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/hero/brandwatch-influence-new.png&width=1024" srcset="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/hero/brandwatch-influence-new.png&width=380 380w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/hero/brandwatch-influence-new.png&width=500 500w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/hero/brandwatch-influence-new.png&width=768 768w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/hero/brandwatch-influence-new.png&width=1024 1024w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/hero/brandwatch-influence-new.png&width=0 1388w" class="w-100 df"> </div> </div> </div> <!-- !END c-reserve-space-img --> </div> <div class="df flex-items-center mt5-lg pl5 pl0-lg"> <div class="c-heading mr2 dn db-md">Explore</div> <span class="color-bg-hexicon-green c-spot-icon size- f2"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-arrow-long-right"></use> </svg> </span></span> </div> </div> </div> </div> </a> </div> </div> </div> <div class="relative mt7 mb5 tl" data-scrollfx="" data-scrollfx-dir="down" data-scrollfx-times="-1" data-scrollfx-screen-threshold="0.05" data-scrollfx-active-class="a-page-element-scroll-wrap"> <div class="l-container l-container-4-xl relative a-page-element-default--scroll a-delay-1"> <!-- c-slim-promo-panel --> <a href="https://www.brandwatch.com/p/idc-marketscape-social-marketing/" class="pa5 pa6-xs u-object-hover df flex-justify-between flex-items-center flex-wrap flex-nowrap-sm shadow-atlassian br-ui-charcoal color-bg-white" rel="noopener noreferrer"> <div class="df-xs flex-items-center flex-wrap flex-nowrap-sm w-100 w-auto-sm mb3 mb5-xs mb0-sm"> <div class="relative static-sm " style="left: -0.5em;"> <div class="relative" style="width: 2em; height: 2em;"> <!-- c-blip --> <span class="c-blip absolute--center" style="width: 200px; width: 4.5em; height: 4.5em;"> <span class="c-blip__aspect-provider"></span> <span class="c-blip__dot color-bg-hexicon-green" ></span> <span class="c-blip__animated color-bg-hexicon-green" style="animation-duration: 2.25s;"></span> </span> </div> </div> <div class="ml5-sm mr5-sm mr6-lg"> <h6 class="c-tertiary mb1 dn db-lg f1 f2-lg f3-xl"> News</h6> <h5 class="c-heading f6 f7-lg-xl">Brandwatch named a Leader in IDC MarketScape: Worldwide Social Marketing Software for Large Enterprises 2024 Vendor Assessment</h5> </div> </div> <div> <!-- c-btn --> <button class="c-btn c-btn--tertiary-primary-ui c-btn--tertiary-light c-btn--2 c-btn--icon-right c-btn--animate-left-right f2 f3-xl nowrap"> <div class="relative w-100 df flex-items-center flex-justify-center" style="padding: 0 0 .33em 0;"> <span class=" ">Read the excerpt</span> <!-- c-icon.php --> <span class="c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-chevron-right"></use> </svg> </span> <div class="c-btn__underline c-btn__underline--color color-bg-hexicon-green"></div> <div class="c-btn__underline c-btn__underline--base"></div> </div> </button> <!-- !END c-btn --> </div> </a> <!-- c-slim-promo-panel --> </div> </div> <div class="pt6-md pt0 pb2 bn_b-md mt7 mt4-md mt5-lg-xl df flex-items-center flex-justify-center flex-justify-between-md t-page-element-default--load flex-row-reverse-md flex-wrap flex-nowrap-md" style="transition-delay: 0.2s;"> <div class=" w-100 "> <div class="c-tertiary mb3 mb4-md f1 f2-sm tc tl-md color-text-grey-6"> <h4>All-in-one suite for all your social media channels</h4> </div> </div> </div> <div class="bn_b-md df flex-items-center flex-justify-center flex-justify-between-md t-page-element-default--load flex-row-reverse-md flex-wrap flex-nowrap-md" style="transition-delay: 0.2s;"> <div class="dn db-md w-100 c-asset-svg-wrap "> <?xml version="1.0" encoding="UTF-8"?> <svg id="sn_strip" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1309 115.91"> <a href="./datanetworks/facebook/"> <circle cx="54.5" cy="55.91" r="40" style="fill: #eee; stroke-width: 0px;"/> <path d="M62,36.91h0v7.6h-3.8c-1.3,0-1.9,1.5-1.9,2.9v4.8h5.7v7.6h-5.7v15.1h-7.6v-15.2h-5.7v-7.6h5.7v-7.6c0-4.2,3.4-7.6,7.6-7.6h5.7Z" style="fill: #1877f2; fill-rule: evenodd; stroke-width: 0px;"/> </a> <a href="./datanetworks/youtube/"> <circle cx="187.8" cy="55.91" r="40" style="fill: #eee; stroke-width: 0px;"/> <path d="M207,46.21c.8,3.1.8,9.7.8,9.7,0,0,0,6.6-.8,9.7-.5,1.7-1.8,3.1-3.5,3.6-3.1.8-15.6.8-15.6.8,0,0-12.5,0-15.6-.8-1.7-.5-3.1-1.8-3.5-3.6-.8-3.1-.8-9.7-.8-9.7,0,0,0-6.6.8-9.7.5-1.7,1.8-3.1,3.5-3.6,3.1-.8,15.6-.8,15.6-.8,0,0,12.5,0,15.6.8,1.7.5,3,1.9,3.5,3.6ZM183.7,61.91l10.5-5.9-10.5-5.9v11.8Z" style="fill: red; fill-rule: evenodd; stroke-width: 0px;"/> </a> <a href="./datanetworks/whatsapp/"> <circle cx="321.2" cy="55.91" r="40" style="fill: #eee; stroke-width: 0px;"/> <path d="M330.7,59.81c.5.3.8.4.9.6.1.2.1,1.2-.4,2.4-.4,1.1-2.5,2.2-3.4,2.2s-.9.7-5.9-1.5-8-7.5-8.2-7.8-1.9-2.8-1.8-5.2,1.4-3.6,1.9-4.1,1-.6,1.4-.5h.9c.3,0,.7-.1,1.1.9l1.4,3.7c.1.3.2.6,0,.9l-.5.8-.8.8c-.2.2-.5.5-.2,1,.2.5,1.2,2.2,2.6,3.6,1.8,1.8,3.4,2.3,3.9,2.6s.8.2,1.1-.1l1.6-1.9c.4-.5.7-.4,1.2-.2l3.2,1.8ZM321.2,35.91c5.3,0,10.4,2.1,14.1,5.9,3.8,3.8,5.9,8.8,5.9,14.1,0,11-9,20-20,20-3.9,0-7.6-1.1-10.7-3.1l-9.3,3.1,3.1-9.3c-2-3.1-3.1-6.8-3.1-10.7,0-11,8.9-20,20-20ZM321.2,39.91c-8.8,0-16,7.2-16,16,0,3.4,1.1,6.6,2.9,9.2l-1.9,5.8,5.8-1.9c2.6,1.8,5.8,2.9,9.2,2.9,8.8,0,16-7.2,16-16s-7.2-16-16-16Z" style="fill: #25d366; fill-rule: evenodd; stroke-width: 0px;"/> </a> <a href="./datanetworks/instagram/"> <circle cx="454.5" cy="55.91" r="40" style="fill: #eee; stroke-width: 0px;"/> <path d="M446.1,35.91h16.8c6.4,0,11.6,5.2,11.6,11.6v16.8c0,6.4-5.2,11.6-11.6,11.6h-16.8c-6.4,0-11.6-5.2-11.6-11.6v-16.8c0-6.4,5.2-11.6,11.6-11.6ZM445.7,39.91c-4,0-7.2,3.2-7.2,7.2v17.6c0,4,3.2,7.2,7.2,7.2h17.6c4,0,7.2-3.2,7.2-7.2v-17.6c0-4-3.2-7.2-7.2-7.2h-17.6ZM465,42.91c1.4,0,2.5,1.1,2.5,2.5s-1.1,2.5-2.5,2.5-2.5-1.1-2.5-2.5,1.1-2.5,2.5-2.5ZM454.5,45.91c5.5,0,10,4.5,10,10s-4.5,10-10,10-10-4.5-10-10,4.5-10,10-10ZM454.5,49.91c-3.3,0-6,2.7-6,6s2.7,6,6,6,6-2.7,6-6-2.7-6-6-6Z" style="fill: #e1306c; fill-rule: evenodd; stroke-width: 0px;"/> </a> <a href="./datanetworks/tiktok/"> <circle cx="587.8" cy="55.91" r="40" style="fill: #eee; stroke-width: 0px;"/> <path d="M583.4,50.51v-1.6c-.5-.1-1.1-.1-1.7-.1-6.8,0-12.2,5.5-12.2,12.2,0,4.1,2.1,7.8,5.2,10-2-2.2-3.2-5.1-3.2-8.3,0-6.7,5.3-12.1,11.9-12.2h0Z" style="fill: #25f4ee; stroke-width: 0px;"/> <path d="M583.7,68.31c3,0,5.5-2.4,5.6-5.4v-26.6h4.8c-.1-.5-.2-1.1-.2-1.7h-6.7v26.7c-.1,3-2.6,5.4-5.6,5.4-.9,0-1.8-.2-2.6-.6,1.2,1.2,2.8,2.2,4.7,2.2h0Z" style="fill: #25f4ee; stroke-width: 0px;"/> <path d="M603.3,45.31v-1.5c-1.9,0-3.6-.6-5-1.5,1.2,1.5,3,2.6,5,3Z" style="fill: #25f4ee; stroke-width: 0px;"/> <path d="M598.2,42.31c-1.4-1.6-2.3-3.7-2.3-6.1h-1.8c.5,2.5,2,4.7,4.1,6.1h0Z" style="fill: #fe2c55; stroke-width: 0px;"/> <path d="M581.8,55.41c-3.1,0-5.6,2.5-5.6,5.6,0,2.1,1.2,4,3,4.9-.7-.9-1.1-2-1.1-3.3,0-3.1,2.5-5.6,5.6-5.6.6,0,1.1.1,1.7.3v-6.8c-.5-.1-1.1-.1-1.7-.1h-.3v5.2c-.5-.1-1.1-.2-1.6-.2h0Z" style="fill: #fe2c55; stroke-width: 0px;"/> <path d="M603.3,45.31v5.2c-3.5,0-6.6-1.1-9.3-3v13.5c0,6.8-5.5,12.2-12.2,12.2-2.6,0-5-.8-7-2.2,2.2,2.4,5.4,3.9,9,3.9,6.8,0,12.2-5.5,12.2-12.2v-13.6c2.6,1.9,5.8,3,9.3,3v-6.7c-.8.1-1.4,0-2-.1Z" style="fill: #fe2c55; stroke-width: 0px;"/> <path d="M594,61.01v-13.5c2.6,1.9,5.8,3,9.3,3v-5.2c-2-.4-3.7-1.5-5-3-2.1-1.4-3.6-3.5-4.1-6.1h-4.9v26.7c-.1,3-2.6,5.4-5.6,5.4-1.9,0-3.5-.9-4.5-2.3-1.8-.9-3-2.8-3-4.9,0-3.1,2.5-5.6,5.6-5.6.6,0,1.1.1,1.7.3v-5.2c-6.6.2-12,5.6-12,12.2,0,3.2,1.2,6.1,3.3,8.3,2,1.4,4.4,2.2,7,2.2,6.7-.1,12.2-5.6,12.2-12.3h0Z" style="fill: #000; stroke-width: 0px;"/> </a> <a href="./datanetworks/facebook-messenger/"> <circle cx="721.2" cy="55.91" r="40" style="fill: #eee; stroke-width: 0px;"/> <path d="M701.2,55.31c0-11.1,8.7-19.4,20-19.4s20,8.3,20,19.4-8.7,19.4-20,19.4c-2,0-4-.3-5.8-.8-.4-.1-.7-.1-1.1.1l-4,1.8c-1,.5-2.2-.3-2.2-1.4l-.1-3.6c0-.4-.2-.8-.5-1.1-3.9-3.5-6.3-8.6-6.3-14.4ZM715,51.71l-5.9,9.3c-.6.9.5,1.9,1.4,1.3l6.3-4.8c.4-.3,1-.3,1.4,0l4.7,3.5c1.4,1.1,3.4.7,4.3-.8l5.9-9.3c.6-.9-.5-1.9-1.4-1.3l-6.3,4.8c-.4.3-1,.3-1.4,0l-4.7-3.5c-1.3-1.1-3.3-.7-4.3.8Z" style="fill: #1877f2; fill-rule: evenodd; stroke-width: 0px;"/> </a> <a href="./datanetworks/linkedin/"> <circle cx="987.8" cy="55.91" r="40" style="fill: #eee; stroke-width: 0px;"/> <path d="M1008.8,73.91h-8.4v-14.2c0-2.2-2.5-4.1-4.7-4.1s-3.7,1.9-3.7,4.1v14.2h-8.5v-25.3h8.4v4.2c1.4-2.3,5-3.7,7.4-3.7,5.2,0,9.4,4.3,9.4,9.5l.1,15.3h0ZM979.3,73.91h-8.4v-25.3h8.4v25.3ZM975.1,35.91c2.3,0,4.2,1.9,4.2,4.2s-1.9,4.2-4.2,4.2-4.2-1.9-4.2-4.2,1.8-4.2,4.2-4.2Z" style="fill: #0a66c2; fill-rule: evenodd; stroke-width: 0px;"/> </a> <a href="./datanetworks/reddit/"> <circle cx="1121.8" cy="55.91" r="40" style="fill: #eee; stroke-width: 0px;"/> <path d="M1121.3,78.21c12.6,0,22.8-10.2,22.8-22.8s-10.2-22.8-22.8-22.8-22.8,10.2-22.8,22.8,10.3,22.8,22.8,22.8Z" style="fill: #ff4500; stroke-width: 0px;"/> <path d="M1136.5,55.41c0-1.8-1.5-3.3-3.3-3.3-.9,0-1.7.3-2.3.9-2.3-1.6-5.4-2.7-8.9-2.8l1.5-7.1,4.9,1c.1,1.3,1.1,2.3,2.4,2.3s2.4-1.1,2.4-2.4-1.1-2.4-2.4-2.4c-.9,0-1.7.5-2.1,1.3l-5.5-1.2c-.2,0-.3,0-.4.1s-.2.2-.3.4l-1.7,7.9c-3.5.1-6.7,1.1-9,2.8-.6-.6-1.4-.9-2.3-.9-1.8,0-3.3,1.5-3.3,3.3,0,1.4.8,2.5,2,3-.1.3-.1.7-.1,1,0,5.1,5.9,9.2,13.3,9.2s13.3-4.1,13.3-9.2c0-.3,0-.7-.1-1,1.1-.4,1.9-1.5,1.9-2.9ZM1113.7,57.81c0-1.3,1.1-2.4,2.4-2.4s2.4,1.1,2.4,2.4-1.1,2.4-2.4,2.4c-1.3-.1-2.4-1.1-2.4-2.4ZM1127,64.01c-1.6,1.6-4.7,1.7-5.6,1.7s-4-.1-5.6-1.7c-.2-.2-.2-.6,0-.9.2-.2.6-.2.9,0,1,1,3.2,1.4,4.8,1.4s3.7-.4,4.8-1.4c.2-.2.6-.2.9,0,0,.3,0,.7-.2.9ZM1126.6,60.11c-1.3,0-2.4-1.1-2.4-2.4s1.1-2.4,2.4-2.4,2.4,1.1,2.4,2.4c-.1,1.4-1.1,2.4-2.4,2.4Z" style="fill: #fff; stroke-width: 0px;"/> </a> <a href="./datanetworks/tumblr/"> <circle cx="1254.5" cy="55.91" r="40" style="fill: #eee; stroke-width: 0px;"/> <path d="M1254.5,34.91c-11.6,0-21,9.4-21,21s9.4,21,21,21,21-9.4,21-21-9.4-21-21-21Z" style="fill: #001935; stroke-width: 0px;"/> <path d="M1256.2,60.61c0,1.9.9,2.5,2.5,2.5h2.2v4.8h-4.1c-3.7,0-6.4-1.9-6.4-6.4v-7.3h-3.3v-3.9c3.7-1,5.2-4.1,5.4-6.9h3.8v6.2h4.4v4.6h-4.4v6.4h-.1Z" style="fill: #fff; stroke-width: 0px;"/> </a> <a href="./datanetworks/x/"> <circle cx="854.5" cy="55.51" r="40" style="fill: #eee; stroke-width: 0px;"/> <path d="M857.6,52.91l12.3-14.3h-2.9l-10.6,12.4-8.5-12.4h-9.8l12.9,18.7-12.9,14.9h2.9l11.2-13.1,9,13.1h9.8l-13.4-19.3h0ZM853.7,57.61l-1.3-1.9-10.4-14.8h4.5l8.4,12,1.3,1.9,10.9,15.6h-4.6l-8.8-12.8h0Z" style="fill: #303030; stroke-width: 0px;"/> </a> </svg> </div> <div class="db dn-md w-100 w-80-xs w-70-sm mw6 pl5-md"> <?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 499 221.1" style="enable-background:new 0 0 499 221.1;" xml:space="preserve"> <style type="text/css"> .st0{fill:#EEEEEE;} .st1{fill-rule:evenodd;clip-rule:evenodd;fill:#1877F2;} .st2{fill-rule:evenodd;clip-rule:evenodd;fill:#FF0000;} .st3{fill-rule:evenodd;clip-rule:evenodd;fill:#25D366;} .st4{fill-rule:evenodd;clip-rule:evenodd;fill:#E1306C;} .st5{clip-path:url(#SVGID_00000164482244370298932350000014260830640579397793_);} .st6{fill:#25F4EE;} .st7{fill:#FE2C55;} .st8{fill-rule:evenodd;clip-rule:evenodd;fill:#0A66C2;} .st9{fill:#FF4500;} .st10{fill:#FFFFFF;} .st11{clip-path:url(#SVGID_00000018224421954855658980000003627124585027450292_);} .st12{fill:#001935;} .st13{fill:#303030;} </style> <circle class="st0" cx="58" cy="61.1" r="32"/> <path class="st1" d="M64,45.9L64,45.9L64,45.9V52h-3c-1,0-1.5,1.2-1.5,2.3v3.8H64v6.1h-4.6v12.2h-6.1V64.2h-4.6v-6.1h4.6V52 c0-3.4,2.7-6.1,6.1-6.1H64z"/> <circle class="st0" cx="154" cy="61.1" r="32"/> <path class="st2" d="M169.3,53.4c0.7,2.5,0.7,7.8,0.7,7.8s0,5.2-0.7,7.8c-0.4,1.4-1.5,2.5-2.8,2.8c-2.5,0.7-12.5,0.7-12.5,0.7 s-10,0-12.5-0.7c-1.4-0.4-2.5-1.5-2.8-2.8c-0.7-2.5-0.7-7.8-0.7-7.8s0-5.2,0.7-7.8c0.4-1.4,1.5-2.5,2.8-2.8 c2.5-0.7,12.5-0.7,12.5-0.7s10,0,12.5,0.7C167.9,50.9,169,52,169.3,53.4L169.3,53.4z M150.7,65.9l8.4-4.8l-8.4-4.8V65.9z"/> <circle class="st0" cx="250" cy="61.1" r="32"/> <path class="st3" d="M257.6,64.2c0.4,0.2,0.7,0.3,0.7,0.5c0.1,0.2,0.1,1-0.3,1.9c-0.3,0.9-2,1.8-2.7,1.8s-0.8,0.6-4.7-1.2 c-4-1.7-6.4-6-6.6-6.3c-0.2-0.3-1.5-2.2-1.5-4.2c0.1-2,1.1-2.9,1.5-3.3c0.4-0.4,0.8-0.5,1.1-0.4h0.8c0.2,0,0.6-0.1,0.9,0.7l1.1,3 c0.1,0.2,0.2,0.4,0,0.7l-0.4,0.7l-0.6,0.7c-0.2,0.2-0.4,0.4-0.2,0.8c0.2,0.4,1,1.7,2.1,2.8c1.5,1.4,2.7,1.9,3.1,2.1 c0.4,0.2,0.6,0.2,0.9-0.1L254,63c0.3-0.4,0.6-0.3,0.9-0.2L257.6,64.2L257.6,64.2z M250,45.1c4.2,0,8.3,1.7,11.3,4.7 s4.7,7.1,4.7,11.3c0,8.8-7.2,16-16,16c-3.2,0-6.1-0.9-8.6-2.5l-7.4,2.5l2.5-7.4c-1.6-2.5-2.5-5.4-2.5-8.6 C234,52.3,241.2,45.1,250,45.1z M250,48.3c-7.1,0-12.8,5.7-12.8,12.8c0,2.8,0.9,5.3,2.3,7.4l-1.5,4.6l4.6-1.5 c2.1,1.5,4.6,2.3,7.4,2.3c7.1,0,12.8-5.7,12.8-12.8S257.1,48.3,250,48.3z"/> <circle class="st0" cx="346" cy="61.1" r="32"/> <path class="st4" d="M339.3,45.1h13.4c5.1,0,9.3,4.2,9.3,9.3v13.4c0,5.1-4.2,9.3-9.3,9.3h-13.4c-5.1,0-9.3-4.2-9.3-9.3V54.4 C330,49.3,334.2,45.1,339.3,45.1z M339,48.3c-3.2,0-5.8,2.6-5.8,5.8v14.1c0,3.2,2.6,5.8,5.8,5.8h14c3.2,0,5.8-2.6,5.8-5.8V54.1 c0-3.2-2.6-5.8-5.8-5.8H339z M354.4,50.7c1.1,0,2,0.9,2,2s-0.9,2-2,2s-2-0.9-2-2C352.4,51.6,353.3,50.7,354.4,50.7z M346,53.1 c4.4,0,8,3.6,8,8s-3.6,8-8,8s-8-3.6-8-8S341.6,53.1,346,53.1z M346,56.3c-2.7,0-4.8,2.1-4.8,4.8s2.1,4.8,4.8,4.8 c2.6,0,4.8-2.2,4.8-4.8C350.8,58.5,348.6,56.3,346,56.3z"/> <circle class="st0" cx="442" cy="61.1" r="32"/> <path class="st6" d="M438.5,56.8v-1.3c-0.4-0.1-0.9-0.1-1.3-0.1c-5.4,0-9.8,4.4-9.8,9.8c0,3.3,1.7,6.2,4.2,8 c-1.6-1.8-2.6-4.1-2.6-6.7C428.9,61.2,433.2,56.9,438.5,56.8L438.5,56.8z"/> <path class="st6" d="M438.7,71c2.4,0,4.4-1.9,4.5-4.3l0-21.3l3.9,0c-0.1-0.4-0.1-0.9-0.1-1.4h-5.3l0,21.3 c-0.1,2.4-2.1,4.3-4.5,4.3c-0.7,0-1.5-0.2-2.1-0.5C435.9,70.3,437.2,71,438.7,71L438.7,71z"/> <path class="st6" d="M454.3,52.6v-1.2c-1.5,0-2.9-0.4-4-1.2C451.3,51.4,452.7,52.3,454.3,52.6z"/> <path class="st7" d="M450.3,50.2c-1.1-1.3-1.8-3-1.8-4.9h-1.4C447.4,47.4,448.6,49.1,450.3,50.2L450.3,50.2z"/> <path class="st7" d="M437.1,60.7c-2.5,0-4.5,2-4.5,4.5c0,1.7,1,3.2,2.4,4c-0.5-0.7-0.8-1.6-0.8-2.6c0-2.5,2-4.5,4.5-4.5 c0.5,0,0.9,0.1,1.3,0.2v-5.4c-0.4-0.1-0.9-0.1-1.3-0.1c-0.1,0-0.2,0-0.2,0v4.2C438,60.8,437.6,60.7,437.1,60.7L437.1,60.7z"/> <path class="st7" d="M454.3,52.6v4.1c-2.8,0-5.3-0.9-7.4-2.4v10.8c0,5.4-4.4,9.8-9.8,9.8c-2.1,0-4-0.7-5.6-1.8 c1.8,1.9,4.3,3.1,7.2,3.1c5.4,0,9.8-4.4,9.8-9.8V55.7c2.1,1.5,4.6,2.4,7.4,2.4v-5.3C455.4,52.8,454.8,52.7,454.3,52.6L454.3,52.6z "/> <path d="M446.9,65.2V54.3c2.1,1.5,4.6,2.4,7.4,2.4v-4.1c-1.6-0.3-3-1.2-4-2.4c-1.7-1.1-2.9-2.8-3.2-4.9h-3.9l0,21.3 c-0.1,2.4-2.1,4.3-4.5,4.3c-1.5,0-2.8-0.7-3.6-1.9c-1.4-0.7-2.4-2.2-2.4-4c0-2.5,2-4.5,4.5-4.5c0.5,0,0.9,0.1,1.3,0.2v-4.2 c-5.3,0.1-9.6,4.5-9.6,9.8c0,2.6,1,4.9,2.6,6.7c1.6,1.1,3.5,1.8,5.6,1.8C442.5,75,446.9,70.6,446.9,65.2L446.9,65.2z"/> <circle class="st0" cx="58" cy="157.1" r="32"/> <path class="st1" d="M42,156.6c0-8.9,7-15.5,16-15.5s16,6.6,16,15.5s-7,15.5-16,15.5c-1.6,0-3.2-0.2-4.6-0.6 c-0.3-0.1-0.6-0.1-0.9,0.1l-3.2,1.4c-0.8,0.4-1.8-0.2-1.8-1.1l-0.1-2.8c0-0.4-0.2-0.7-0.4-0.9C43.9,165.3,42,161.3,42,156.6z M53.1,153.7l-4.7,7.5c-0.5,0.7,0.4,1.5,1.1,1l5-3.8c0.3-0.3,0.8-0.3,1.2,0l3.7,2.8c1.1,0.8,2.7,0.5,3.5-0.6l4.7-7.5 c0.5-0.7-0.4-1.5-1.1-1l-5,3.8c-0.3,0.3-0.8,0.3-1.2,0l-3.7-2.8C55.4,152.2,53.8,152.5,53.1,153.7z"/> <circle class="st0" cx="250" cy="157.1" r="32"/> <path class="st8" d="M266.8,171.5H260v-11.4c0-1.8-2-3.3-3.8-3.3c-1.8,0-3,1.5-3,3.3v11.4h-6.8v-20.3h6.8v3.4c1.1-1.8,4-3,6-3 c4.2,0,7.6,3.4,7.6,7.6L266.8,171.5L266.8,171.5z M243.2,171.5h-6.8v-20.3h6.8V171.5z M239.8,141.1c1.9,0,3.4,1.5,3.4,3.4 s-1.5,3.4-3.4,3.4s-3.4-1.5-3.4-3.4S237.9,141.1,239.8,141.1z"/> <circle class="st0" cx="346.5" cy="157.1" r="32"/> <path class="st9" d="M346.1,174.9c10.1,0,18.2-8.2,18.2-18.2c0-10.1-8.2-18.2-18.2-18.2s-18.2,8.2-18.2,18.2 C327.9,166.8,336.1,174.9,346.1,174.9z"/> <path class="st10" d="M358.3,156.7c0-1.5-1.2-2.7-2.7-2.7c-0.7,0-1.4,0.3-1.8,0.7c-1.8-1.3-4.3-2.2-7.1-2.3l1.2-5.7l3.9,0.8 c0,1,0.9,1.8,1.9,1.8s1.9-0.9,1.9-1.9s-0.9-1.9-1.9-1.9c-0.7,0-1.4,0.4-1.7,1.1l-4.4-0.9c-0.1,0-0.3,0-0.4,0.1s-0.2,0.2-0.2,0.3 l-1.3,6.3c-2.8,0.1-5.4,0.9-7.2,2.3c-0.5-0.4-1.1-0.7-1.8-0.7c-1.5,0-2.7,1.2-2.7,2.7c0,1.1,0.6,2,1.6,2.4c0,0.3-0.1,0.5-0.1,0.8 c0,4.1,4.8,7.4,10.6,7.4c5.9,0,10.6-3.3,10.6-7.4c0-0.3,0-0.5-0.1-0.8C357.6,158.7,358.3,157.8,358.3,156.7z M340.1,158.6 c0-1,0.9-1.9,1.9-1.9s1.9,0.9,1.9,1.9s-0.9,1.9-1.9,1.9C340.9,160.5,340.1,159.6,340.1,158.6z M350.6,163.6 c-1.3,1.3-3.8,1.4-4.5,1.4s-3.2-0.1-4.5-1.4c-0.2-0.2-0.2-0.5,0-0.7s0.5-0.2,0.7,0c0.8,0.8,2.6,1.1,3.8,1.1c1.3,0,3-0.3,3.8-1.1 c0.2-0.2,0.5-0.2,0.7,0C350.8,163.1,350.8,163.4,350.6,163.6z M350.3,160.5c-1,0-1.9-0.9-1.9-1.9s0.9-1.9,1.9-1.9s1.9,0.9,1.9,1.9 C352.2,159.6,351.4,160.5,350.3,160.5z"/> <circle class="st0" cx="442" cy="157.1" r="32"/> <g> <g> <defs> <rect id="SVGID_00000134249515133786223930000000656648700800472228_" x="425.2" y="140.3" width="33.6" height="33.6"/> </defs> <clipPath id="SVGID_00000078008448583594454750000008381058330815853720_"> <use xlink:href="#SVGID_00000134249515133786223930000000656648700800472228_" style="overflow:visible;"/> </clipPath> <g style="clip-path:url(#SVGID_00000078008448583594454750000008381058330815853720_);"> <path class="st12" d="M442,140.3c-9.3,0-16.8,7.5-16.8,16.8s7.5,16.8,16.8,16.8s16.8-7.6,16.8-16.8 C458.8,147.8,451.3,140.3,442,140.3z"/> <path class="st10" d="M443.3,160.9c0,1.5,0.8,2,2,2h1.7v3.9h-3.3c-2.9,0-5.1-1.5-5.1-5.1v-5.8H436v-3.1c2.9-0.8,4.2-3.3,4.3-5.5 h3.1v5h3.6v3.7h-3.6v4.9H443.3z"/> </g> </g> </g> <g> <circle class="st0" cx="153.8" cy="157.1" r="32"/> <path class="st13" d="M156.4,155.1l9.8-11.4h-2.3l-8.5,9.9l-6.8-9.9h-7.9l10.3,15l-10.3,12h2.3l9-10.5l7.2,10.5h7.9L156.4,155.1 L156.4,155.1z M153.2,158.8l-1-1.5l-8.3-11.9h3.6l6.7,9.6l1,1.5l8.7,12.5h-3.6L153.2,158.8L153.2,158.8z"/> </g> </svg> </div> </div> <div class="pt0 pt7-md pb4 bn_b-md mt5 mt4-md mt5-lg-xl df flex-items-center flex-justify-center flex-justify-between-md t-page-element-default--load flex-row-reverse-md flex-wrap flex-nowrap-md" style="transition-delay: 0.2s;"> <div class="db-md w-100 tc tl-md"> <h4 class="dib c-tertiary f1 f2-md mb3 color-text-grey-6 lh-super-tight">Trusted by thousands of the world’s biggest brands</h4> </div> </div> <div class="pb4 pb8-md df flex-items-center flex-justify-center flex-justify-between-md t-page-element-default--load flex-row-reverse-md flex-wrap flex-nowrap-md" style="transition-delay: 0.2s;"> <div class="dn db-md w-100 c-asset-svg-wrap-inherit-color color-fill-grey-7 c-asset-svg-wrap"> <svg width="1280" height="51" viewBox="0 0 1280 51" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17.9523 21.7873C17.7243 21.0617 17.0581 19.4307 16.8767 18.2265C16.4762 15.5594 17.8733 13.803 19.1563 13.4007C20.5961 12.9997 21.1586 13.7215 21.7158 15.3991C22.4364 17.9536 22.5167 21.301 22.2744 26.0931C21.9595 32.6392 18.6781 40.5446 10.5212 40.3803C3.48027 40.2264 0.36477 35.6748 0.040779 28.7304C-0.112145 25.4568 0.122425 22.1844 1.4806 17.5565C2.20116 15.0783 2.84396 14.1962 5.07949 13.7215C6.83682 13.4007 6.67871 15.2348 6.28085 17.3974C5.40478 22.1844 4.99785 24.4957 5.32184 29.9269C5.63546 35.6748 8.28053 37.9112 11.1602 37.9112C15.4796 37.994 17.3977 34.4021 18.2012 29.2077C18.8349 25.0584 18.3567 23.0626 17.9523 21.7873ZM110.049 27.4564C111.731 27.4564 112.213 29.4418 111.811 30.6447C111.41 31.8398 109.972 33.2031 107.734 33.6002C107.252 32.3999 107.011 27.4564 110.049 27.4564ZM78.7823 30.1623C78.7823 28.8106 78.0579 27.6918 77.1857 27.6918C76.4574 27.6918 74.7843 28.4873 74.7843 31.0431C74.7843 33.0453 75.4971 33.9947 75.8236 34.4021C78.1369 33.6804 78.7823 31.7596 78.7823 30.1623ZM53.9024 13.8806C53.7897 12.6001 52.784 11.7283 51.4232 11.7283C49.9057 11.7283 48.4762 13.3179 48.6278 15.315C48.725 16.6317 49.5026 17.7143 51.0305 17.7143C52.784 17.7156 54.0631 15.7198 53.9024 13.8806ZM66.91 18.5692C66.7713 16.3368 66.2296 15.3292 65.0283 15.412C63.4355 15.5077 62.6994 20.5094 63.0247 25.7672C63.2321 29.1974 63.744 29.7264 64.2209 29.6927C65.1021 29.6397 67.2159 23.5114 66.91 18.5692ZM119.968 26.9727C118.977 31.0767 115.971 37.1144 111.487 37.1144C110.449 37.1144 108.609 36.7122 108.609 35.6748C108.609 34.556 115.653 34.4021 115.653 29.0499C115.653 27.0567 113.814 24.2591 111.092 24.2591C107.493 24.2591 103.982 28.1743 103.982 33.6015C103.982 38.4674 107.011 40.0647 110.05 40.0647C115.331 40.0647 118.531 35.7512 120.209 32.1619C121.013 34.5573 121.484 40.0647 123.492 40.0647C124.289 40.0647 124.853 39.6651 125.813 37.5128C128.207 32.1606 130.528 26.0142 133.729 26.0142C134.925 26.0142 134.209 28.1743 137.087 28.1743C138.444 28.1743 139.4 27.0567 139.4 25.7737C139.4 23.9357 137.723 22.5039 135.167 22.5039C127.647 22.5039 126.053 33.7606 124.851 33.7606C122.85 33.7606 123.491 24.7389 122.048 24.7389C120.768 24.7376 120.139 26.26 119.968 26.9727ZM55.9837 36.5505C57.1825 36.5505 59.2444 36.1625 60.8669 33.5691C59.939 31.5126 59.2768 27.3568 59.1848 25.8435C58.7078 18.1049 61.695 10.8255 64.9648 10.6237C67.3623 10.4789 69.2803 12.7436 69.5006 16.4131C70.0903 26.0556 66.8724 30.0808 65.2615 33.5536C65.5337 34.9001 67.8224 37.192 69.9814 37.192C70.7785 37.192 71.7427 36.7924 71.985 36.469C71.8243 35.9141 71.661 35.1963 71.661 34.1551C71.661 28.5675 75.2612 23.8555 78.3819 23.8555C80.8611 23.8555 82.3009 27.1279 82.3009 29.2879C82.3009 31.8385 80.1392 33.9184 76.9421 35.9141C77.5045 36.469 78.5387 36.8726 79.4225 36.8726C83.9856 36.8726 86.3728 31.3626 88.1405 26.3311C88.4593 25.3714 89.023 24.0172 90.1402 24.0172C92.0595 24.0172 92.863 36.6307 96.0537 36.6307C97.4183 36.6307 98.5354 33.8343 98.5354 31.6846C98.5354 30.0859 97.9756 29.9256 97.9756 27.6103C97.9756 25.0584 99.3363 22.9048 101.18 22.9048C102.299 22.9048 102.703 24.0172 102.703 25.3714C102.703 30.4817 99.0188 39.9833 93.5874 39.9833C89.5013 39.9833 89.8201 32.9574 88.3815 32.9574C86.7746 32.9574 84.5351 40.0622 76.6246 40.0622C75.339 40.0622 73.9821 39.4245 72.865 38.144C70.9482 39.4245 69.3438 39.9833 67.5036 39.9833C64.5475 39.9833 63.2645 36.9489 62.0683 36.9489C60.6259 36.9489 59.0305 40.0622 54.2264 40.0622C50.3878 40.0622 49.7475 34.9583 48.3907 34.9583C47.188 34.9583 45.349 40.0622 43.3507 40.0622C39.9863 40.0622 39.2736 31.2035 36.3084 31.2035C33.9899 31.2035 26.6612 40.2006 24.6719 39.9949C23.8723 39.9121 23.5354 39.3158 23.6196 38.5165C23.7324 37.4119 24.6849 34.4551 25.0711 33.057C25.7178 30.6292 26.3113 27.9686 26.6431 27.1201C26.9723 26.2639 27.86 25.6534 28.5728 25.7193C28.9318 25.753 29.0393 26.4217 29.1508 26.974C29.5551 28.9477 30.1189 30.9603 30.7552 30.9603C31.8788 30.9603 35.5891 23.8542 37.7482 23.8542C40.392 23.8542 40.7082 35.0333 44.3058 35.0333C45.5084 35.0333 46.391 33.5989 47.188 31.8372C47.2697 28.8792 48.0693 24.6574 50.4681 24.6574C52.149 24.6574 52.9499 28.4058 51.7459 31.6833C51.7433 35.5921 54.3003 36.5505 55.9837 36.5505Z" fill="#252328"/> <path d="M277.654 22.258C277.654 25.9656 280.846 28.2808 285.184 28.2808H299.765C300.813 28.2808 301.48 28.9292 301.48 29.9475V32.3583C301.48 33.3767 300.813 34.0251 299.765 34.0251H279.225V40H299.909C304.247 40 307.484 36.8493 307.484 32.6369V29.9954C307.484 25.7785 304.242 22.6322 299.909 22.6322H285.372C284.325 22.6322 283.657 21.9838 283.657 20.9655V18.0933C283.657 17.3971 284.087 16.9836 284.799 16.9836H305.003V11H287.705C285.377 11 283.519 12.806 283.519 15.0776V16.7008C283.519 16.84 283.425 16.9793 283.232 16.9793C280.277 17.0707 277.658 18.6939 277.658 22.258H277.654ZM312.489 31.5228V40H318.636V26.7054C318.636 26.1049 319.11 26.0092 319.446 26.3355L333.933 40H342.319L326.976 25.5L342.323 11H333.938L319.45 24.6645C319.115 24.9908 318.64 24.8951 318.64 24.2946V11H312.493V19.5251C312.493 22.5843 314.544 24.4338 318.21 25.4086C318.354 25.4565 318.354 25.5957 318.21 25.6393C314.539 26.614 312.493 28.4635 312.493 31.5228H312.489ZM273.15 22.6279V29.6211C273.15 32.354 271.006 33.9293 267.67 34.0207C267.478 34.0207 267.384 34.16 267.384 34.2992V35.9224C267.384 38.1462 265.526 40 263.189 40H250.739C246.642 39.9956 243.32 36.771 243.32 32.7848V18.2108C243.32 14.229 246.642 11 250.739 11H267.241V16.9793H251.182C250.233 16.9793 249.467 17.7234 249.467 18.6417V32.354C249.467 33.2766 250.237 34.0207 251.182 34.0207H266.148C266.779 34.0207 267.29 33.5246 267.29 32.911V28.2808H264.917C262.71 28.2808 260.95 26.5749 260.95 24.4251V22.6279H273.15Z" fill="#252328"/> <path d="M523.309 15.313C523.108 15.5586 522.994 15.8329 522.994 16.3099V29.4238H522.923C522.923 29.4238 515.797 16.6272 515.453 16.0356C515.209 15.616 514.937 15.3273 514.579 15.1104C514.219 14.9087 513.847 14.7788 513.131 14.7788H510.779C510.234 14.7788 509.89 14.9661 509.646 15.2557C509.445 15.5003 509.331 15.7756 509.331 16.2515V34.8401C509.331 35.317 509.445 35.5913 509.646 35.837C509.89 36.1257 510.234 36.3129 510.779 36.3129H512.113C512.657 36.3129 513.001 36.1257 513.245 35.837C513.445 35.5913 513.56 35.317 513.56 34.8401V21.4078H513.632C513.632 21.4078 521.03 34.6088 521.331 35.1C521.747 35.7929 522.449 36.3129 523.453 36.3129H525.733C526.278 36.3129 526.621 36.1257 526.865 35.837C527.065 35.5913 527.181 35.317 527.181 34.8401V18.0713H557.131C557.434 18.0713 557.662 17.9853 557.834 17.841C558.02 17.6671 558.107 17.4358 558.107 17.0898V15.8186C558.107 15.4716 558.02 15.2403 557.834 15.0674C557.662 14.9231 557.434 14.8361 557.131 14.8361H524.442C523.898 14.8361 523.553 15.0244 523.309 15.313ZM536.385 20.2811C531.41 20.2811 528.614 24.1959 528.614 28.3266C528.614 32.7318 531.611 36.6025 536.413 36.6025C538.808 36.6025 541.16 35.6927 542.507 34.0888C543.096 33.3959 543.568 32.4278 543.568 31.8362C543.568 31.6335 543.525 31.4606 543.411 31.3305C543.297 31.1863 543.123 31.0992 542.823 31.0992H540.514C540.055 31.0992 539.74 31.2723 539.51 31.6192C538.837 32.6161 537.861 33.136 536.428 33.136C534.277 33.136 532.887 31.4892 532.788 29.6838H542.766C543.21 29.6838 543.525 29.5825 543.741 29.3665C543.984 29.1352 544.099 28.8026 544.099 28.1813C544.099 26.2899 543.511 24.3258 542.279 22.8233C541.016 21.3066 539.095 20.2811 536.385 20.2811ZM551.768 20.2811C547.841 20.2811 545.26 22.1591 545.26 25.1631C545.26 26.2316 545.648 27.0984 546.278 27.7771C547.01 28.5723 548.057 29.1209 549.576 29.5107L552.859 30.348C553.762 30.5794 554.565 30.8537 554.565 31.6478C554.565 32.876 553.274 33.2946 551.899 33.2946C551.225 33.2946 550.522 33.1647 549.948 32.876C549.547 32.6733 549.203 32.3848 548.96 31.9948C548.744 31.6622 548.673 31.4165 548.343 31.2293C548.141 31.1136 547.898 31.0992 547.569 31.0992H545.79C545.404 31.0992 545.218 31.2149 545.088 31.3735C544.96 31.5322 544.916 31.7635 544.916 31.9948C544.916 32.5721 545.117 33.2946 545.59 33.9445C546.68 35.4173 548.96 36.6025 551.869 36.6025C554.738 36.6025 558.709 35.403 558.709 31.5322C558.709 30.5364 558.422 29.6838 557.891 28.9909C557.218 28.1097 556.257 27.5028 554.622 27.0842L551.369 26.2458C550.021 25.8999 549.389 25.6543 549.389 24.8161C549.389 24.0076 550.106 23.3577 551.768 23.3577C552.744 23.3577 553.634 23.5746 554.207 24.1815C554.679 24.6871 554.594 24.9471 554.967 25.1487C555.196 25.2644 555.454 25.2644 555.856 25.2644H557.475C557.733 25.2644 557.92 25.2214 558.063 25.0617C558.178 24.9318 558.25 24.7301 558.25 24.3975C558.25 23.6462 557.762 22.679 556.903 21.9421C555.756 20.9452 553.949 20.2811 551.768 20.2811ZM560.701 20.8306H559.898C559.597 20.8306 559.368 20.9166 559.197 21.0609C559.01 21.2349 558.923 21.4663 558.923 21.8122V22.809C558.923 23.156 559.01 23.3863 559.197 23.5602C559.368 23.7045 559.597 23.7915 559.898 23.7915H560.701V30.9979C560.701 32.8464 561.203 34.0019 562.135 34.9271C562.995 35.7787 564.115 36.3129 566.064 36.3129H567.283C567.584 36.3129 567.812 36.2269 567.986 36.0827C568.171 35.9086 568.285 35.6773 568.285 35.3314V34.0746C568.285 33.7276 568.171 33.4973 567.986 33.3232C567.812 33.179 567.584 33.0919 567.283 33.0919H567.11C566.336 33.0919 565.806 32.8904 565.447 32.5434C565.018 32.1391 564.802 31.5178 564.802 30.7093V23.7915H567.412C567.713 23.7915 567.943 23.7045 568.114 23.5602C568.3 23.3863 568.387 23.156 568.387 22.809V21.8122C568.387 21.4663 568.3 21.2349 568.114 21.0609C567.943 20.9166 567.713 20.8306 567.412 20.8306H564.816V16.1216C564.816 15.7459 564.701 15.4716 564.53 15.2557C564.314 14.9957 564.013 14.8361 563.57 14.8361H561.949C561.504 14.8361 561.203 14.9957 560.988 15.2557C560.816 15.4716 560.701 15.7459 560.701 16.1216V20.8306ZM569.476 35.0274C569.476 35.403 569.59 35.6773 569.763 35.8943C569.977 36.1543 570.279 36.3129 570.723 36.3129H572.429C572.874 36.3129 573.175 36.1543 573.39 35.8943C573.562 35.6773 573.677 35.403 573.677 35.0274V16.1226C573.677 15.747 573.562 15.4727 573.39 15.2557C573.175 14.9957 572.874 14.8361 572.429 14.8361H570.723C570.279 14.8361 569.977 14.9957 569.763 15.2557C569.59 15.4727 569.476 15.747 569.476 16.1226V35.0274ZM532.815 26.6072C533.002 24.8304 534.349 23.5019 536.399 23.5019C538.407 23.5019 539.797 24.8304 539.984 26.6072H532.815ZM589.204 18.0713C589.505 18.0713 589.735 17.9853 589.906 17.841C590.093 17.6671 590.18 17.4358 590.18 17.0898V15.7459C590.18 15.226 590.079 14.9661 589.906 14.7788C589.749 14.6048 589.491 14.5045 589.204 14.5045C588.975 14.5045 588.746 14.5331 588.359 14.5761L576.916 15.7173C576.588 15.7459 576.43 15.8473 576.316 15.9773C576.186 16.1216 576.129 16.3099 576.129 16.5699V17.3201C576.129 17.6097 576.186 17.7398 576.287 17.8554C576.414 17.9997 576.602 18.0713 576.859 18.0713H589.204ZM582.881 20.2811C577.906 20.2811 575.11 24.1959 575.11 28.3266C575.11 32.7318 578.107 36.6025 582.91 36.6025C585.305 36.6025 587.655 35.6927 589.003 34.0888C589.591 33.3959 590.064 32.4278 590.064 31.8362C590.064 31.6335 590.022 31.4606 589.906 31.3305C589.792 31.1863 589.619 31.0992 589.318 31.0992H587.011C586.551 31.0992 586.236 31.2723 586.006 31.6192C585.333 32.6161 584.358 33.136 582.924 33.136C580.773 33.136 579.382 31.4892 579.283 29.6838H589.291C589.735 29.6838 590.05 29.5825 590.265 29.3665C590.509 29.1352 590.624 28.8026 590.624 28.1813C590.624 26.2899 590.036 24.3258 588.803 22.8233C587.541 21.3066 585.591 20.2811 582.881 20.2811ZM579.311 26.6072C579.498 24.8304 580.846 23.5019 582.896 23.5019C584.904 23.5019 586.293 24.8304 586.48 26.6072H579.311Z" fill="#252328"/> <path d="M492.784 18.6267C489.072 13.0497 485.811 11.1706 484.894 10.2863C483.886 9.31093 483.118 8.20556 482.628 7.67336C481.541 6.47689 480.135 5 477.821 5C475.585 5 474.109 6.46666 473.63 7.73373C473.492 8.09503 473.381 8.53718 473.281 8.69785C473.062 9.06018 472.075 10.7581 471.665 11.4316H473.511L472.613 13.1398C473.66 12.9085 474.409 12.7376 475.406 12.7376C476.294 12.7376 476.932 12.9494 477.211 13.5113C477.731 14.5573 477.731 17.7219 478.608 20.1046C479.427 22.3439 481.422 24.5353 483.666 26.2138C483.696 26.2333 483.726 26.2435 483.766 26.2435C483.875 26.2435 483.945 26.1636 483.945 26.0829C483.945 26.0224 483.926 25.9825 483.875 25.9323C482.001 24.043 480.474 21.9531 479.656 19.6624C478.847 17.4313 478.978 14.2953 478.27 12.8982C477.8 11.974 476.804 11.7335 475.885 11.7335C475.147 11.7335 474.458 11.884 474.139 11.9536L474.947 10.577H473.58C473.87 10.0652 474.169 9.59239 474.319 9.31093C474.448 9.06938 474.498 8.76848 474.658 8.35704C475.177 7.03981 476.324 6.20566 477.821 6.20566C479.695 6.20566 480.793 7.42156 481.88 8.63748C482.379 9.20039 483.197 10.3764 484.145 11.2504C484.792 11.8533 486.03 12.5267 487.936 14.5072C489.033 15.6525 490.31 17.1396 491.656 19.1292C496.474 26.2333 499.637 32.4939 501.403 37.378L501.373 37.3984C496.315 33.9411 491.935 30.6752 488.405 26.6457C485.9 23.782 483.726 20.4659 481.831 16.2348C481.7 15.9534 481.592 15.6924 481.471 15.4211C481.422 15.3106 481.373 15.2799 481.292 15.2799C481.192 15.2799 481.122 15.3505 481.122 15.4508C481.122 15.5614 481.172 15.8029 481.282 16.285C482.29 20.6665 485.083 24.5957 488.065 27.8616C491.039 31.1081 494.399 33.9013 497.163 35.9319L499.318 42.1413C499.367 42.2927 499.427 42.4535 499.427 42.6039C499.427 42.7144 499.397 42.8045 499.327 42.8649C499.268 42.9252 499.188 42.956 499.009 42.956H498.361C498.081 42.956 497.97 42.915 497.87 42.8352C497.772 42.7543 497.702 42.6336 497.651 42.4933C497.463 41.9099 496.324 38.644 496.106 37.9809C496.066 37.861 495.996 37.8201 495.917 37.8201C495.817 37.8201 495.747 37.901 495.747 37.9911C495.747 38.072 495.775 38.162 495.827 38.4434C496.115 39.9306 496.455 41.5988 496.594 42.2323C496.655 42.523 496.724 42.7953 496.724 42.9959C496.724 43.176 496.685 43.2773 496.535 43.4279L495.866 44.1115C495.706 44.2722 495.617 44.3121 495.487 44.3121C495.328 44.3121 495.198 44.2015 495.138 43.9202C494.379 40.3522 493.233 35.9319 492.933 34.7046C492.863 34.4345 492.814 34.283 492.654 34.283C492.515 34.283 492.465 34.3832 492.465 34.504C492.465 34.5942 492.484 34.7046 492.494 34.7855C492.673 36.0516 493.403 40.6644 494.19 44.8751C494.33 45.5987 494.6 45.9999 495.219 45.9999C495.498 45.9999 495.766 45.8893 496.015 45.6487C496.425 45.2363 496.545 45.1257 497.034 44.6438C497.383 44.3019 497.621 44.1617 498.221 44.1617H499.697C500.046 44.1617 500.235 44.0716 500.405 43.9098C500.565 43.7594 500.663 43.5486 500.663 43.2466C500.663 42.9356 500.584 42.6848 500.475 42.3726C500.097 41.3481 498.878 37.8805 498.519 36.9061L498.55 36.8857C499.796 37.8407 501.612 39.0566 502.411 39.0566C502.659 39.0566 502.809 38.946 502.809 38.5539C502.809 36.7055 499.757 29.098 492.784 18.6267Z" fill="#252328"/> <path d="M458.531 6.94974C458.74 6.48712 459.199 6.16575 459.748 6.16575C460.496 6.16575 461.094 6.74913 461.094 7.5229C461.094 7.97425 460.885 8.36727 460.556 8.60778C460.626 8.8698 460.675 9.10009 460.675 9.32116C460.675 10.1655 460.177 10.7581 459.259 11.0703C459.139 11.582 458.92 12.0446 458.561 12.3865C457.961 12.9689 457.353 12.9689 457.353 13.2104C457.353 13.3414 457.444 13.4212 457.693 13.4212C458.799 13.4212 459.886 12.799 460.018 11.7632C461.075 11.4019 461.713 10.3262 461.713 9.47264C461.713 9.25054 461.692 9.06017 461.603 8.88003C461.892 8.59755 462.232 8.11549 462.232 7.40212C462.232 6.77882 461.962 6.14631 461.483 5.68369C461.064 5.27122 460.475 5 459.788 5C458.79 5 458.142 5.54347 457.773 6.07568C456.685 6.07568 455.278 7.29158 455.278 9.03049H455.129C455.028 8.42766 454.411 8.0244 453.892 7.99473C453.473 6.72867 452.526 5.64377 450.969 5.64377C450.79 5.64377 450.571 5.65401 450.38 5.68369C449.922 5.26099 449.413 5 448.705 5C447.348 5 446.24 6.09615 446.24 7.48195C446.24 8.34681 446.629 8.9394 447.368 9.4624C447.368 9.4624 447.357 9.57294 447.357 9.62308C447.357 10.7284 448.555 12.4571 450.331 12.4571C450.331 12.7376 450.68 13.1203 451.069 13.1899V13.3312H450.918C448.475 13.3312 447.438 14.5174 447.438 15.3106C446.71 15.6125 446.24 16.4262 446.24 17.1795C446.24 18.6768 447.329 19.7423 448.765 19.7423C449.243 19.7423 449.733 19.5519 450.071 19.2899C450.32 19.3799 450.639 19.4301 450.969 19.4301C451.658 19.4301 452.426 19.1897 452.964 18.3953C453.045 18.4057 453.113 18.4057 453.194 18.4057C454.072 18.4057 454.83 17.8223 455.229 17.0587C455.328 16.8684 455.368 16.7179 455.368 16.6063C455.368 16.4968 455.319 16.4057 455.208 16.4057C455.07 16.4057 455.049 16.5367 454.8 16.768C454.241 17.2808 453.383 17.4712 452.505 17.4712C452.077 18.1047 451.547 18.4364 450.939 18.4364C450.49 18.4364 450.141 18.3155 449.782 18.074C449.493 18.3953 449.133 18.5264 448.784 18.5264C447.997 18.5264 447.438 17.9738 447.438 17.1693C447.438 16.6063 447.797 16.1048 448.295 15.9134C448.385 14.9186 449.443 14.2451 450.76 14.2451C450.929 14.2451 451.099 14.2554 451.279 14.2759C451.477 13.9545 451.956 13.6126 452.635 13.5215C452.775 13.5021 452.884 13.4919 452.964 13.452C453.045 13.411 453.084 13.3312 453.084 13.2401C453.084 13.1603 453.054 13.0896 452.974 13.0395C452.904 12.9996 452.784 12.9801 452.645 12.9494C452.016 12.8286 451.269 12.4367 450.89 11.4817C449.382 11.4817 448.276 10.2658 448.276 8.89949V8.80942C447.776 8.60778 447.438 8.12572 447.438 7.55258C447.438 6.79929 448.027 6.19645 448.774 6.19645C449.223 6.19645 449.612 6.41753 449.862 6.74913C450.071 6.68876 450.31 6.66828 450.54 6.66828C451.658 6.66828 452.854 7.38165 453.084 8.76848C454.521 8.89949 454.859 10.1256 454.949 10.6384C455 10.8994 455.039 11.1205 455.208 11.1205C455.389 11.1205 455.428 10.9188 455.487 10.6476C455.598 10.1359 455.787 9.72338 456.167 9.40201C456.167 8.08479 457.144 6.94974 458.531 6.94974Z" fill="#252328"/> <path d="M461.846 14.7902C461.378 15.4637 461.039 15.7953 459.972 17.0613C458.565 18.7398 457.827 20.097 456.599 23.1111C456.8 23.0907 457.089 23.0713 457.408 23.0713C457.568 23.0713 457.696 23.0713 457.906 23.0804L458.057 22.759C458.744 21.272 459.672 19.2618 460.969 17.7143L461.418 17.1821C462.754 15.6049 463.582 14.6694 464.101 12.5191C464.281 11.7556 464.43 11.0729 464.939 10.5796C465.398 10.1374 465.977 9.94708 466.566 9.94708C467.064 9.94708 467.434 10.0678 467.972 10.2981C468.461 10.509 468.64 10.5499 469.159 10.5499C469.339 10.5499 469.468 10.5397 469.587 10.5294L468.889 11.4741L469.837 12.1476C468.65 12.4986 468.023 13.6552 467.811 14.1874C467.772 14.2979 467.753 14.3685 467.753 14.4392C467.753 14.52 467.793 14.5998 467.912 14.5998C468.041 14.5998 468.141 14.4995 468.311 14.2979C468.889 13.5948 469.348 13.1117 471.482 12.4393L469.976 11.293L471.114 9.61546H470.046C469.368 9.61546 468.919 9.60523 468.331 9.33401C467.532 8.96248 467.124 8.80179 466.415 8.80179C465.549 8.80179 464.76 9.11292 464.111 9.71576C463.363 10.4087 463.133 11.3339 462.865 12.3492C462.654 13.1322 462.405 13.997 461.846 14.7902Z" fill="#252328"/> <path d="M464.194 22.0667C463.624 22.8404 462.847 23.8547 462.248 24.9304C462.439 25.0215 463.067 25.3632 463.287 25.4831C463.975 24.4381 464.932 23.1526 465.56 22.1771C466.13 21.2929 466.359 20.9112 466.398 19.7249C466.409 19.5243 466.409 19.3329 466.428 19.1426C466.479 18.5294 466.638 17.9062 467.217 17.334C467.645 16.9011 468.264 16.6811 468.882 16.6811C469.482 16.6811 469.829 16.851 470.348 16.851C470.718 16.851 470.987 16.7609 471.227 16.6708L471.417 16.6002L470.958 17.7066L472.035 18.1477C471.347 18.5796 469.84 20.4393 469.84 22.6398C469.84 23.4341 469.959 24.1668 470.129 24.8199C470.15 24.8904 470.189 24.9611 470.299 24.9611C470.399 24.9611 470.469 24.9006 470.479 24.7902L470.49 24.5589C470.518 23.8853 470.569 22.821 470.837 21.8661C471.286 20.2581 472.494 18.7505 473.701 18.0269L471.984 17.2737L472.724 15.4549L471.916 15.6258C471.426 15.7262 471.067 15.8162 470.639 15.8162C470.359 15.8162 470.04 15.7763 469.661 15.6852C469.371 15.6156 469.061 15.5552 468.624 15.5552C467.836 15.5552 466.987 15.8561 466.409 16.419C465.351 17.4343 465.291 18.5294 465.221 19.5049C465.132 20.8006 464.892 21.122 464.194 22.0667Z" fill="#252328"/> <path d="M489.003 22.2391C488.933 22.1491 488.874 22.108 488.795 22.108C488.675 22.108 488.614 22.1889 488.614 22.279C488.614 22.4202 488.714 22.5912 488.965 23.0138C489.722 24.3096 490.66 25.6155 491.817 26.8426C493.064 28.1784 494.53 29.424 496.097 30.5395L496.585 30.8814C496.655 30.9326 496.705 30.9623 496.765 30.9623C496.865 30.9623 496.935 30.8619 496.935 30.7811C496.935 30.7309 496.914 30.6797 496.855 30.6297C495.399 29.2939 493.832 27.6656 492.366 26.0987C491.218 24.8622 490.041 23.5563 489.003 22.2391Z" fill="#252328"/> <path d="M456.97 17.3167C457.119 17.066 457.568 16.4529 457.747 16.2615C456.979 14.6946 455.723 13.1972 455.174 12.6036L454.715 13.056C455.244 13.8297 456.13 15.3271 456.97 17.3167Z" fill="#252328"/> <path d="M450.116 8.1932C450.025 8.11234 450.007 8.06218 450.007 8.00179C450.007 7.9322 450.056 7.85135 450.166 7.85135C450.205 7.85135 450.246 7.86158 450.296 7.88205C451.033 8.18295 451.662 8.53503 452.221 8.96695C452.69 9.32824 453.149 9.77141 453.596 10.3036L453.179 10.7857C452.66 10.3528 450.984 8.93727 450.116 8.1932Z" fill="#252328"/> <path d="M457.137 11.5594L456.599 11.2278C456.948 10.3937 457.377 9.63016 457.884 9.05702C458.245 8.64557 458.584 8.31293 458.962 7.98235C459.052 7.91173 459.102 7.85135 459.192 7.85135C459.292 7.85135 459.362 7.9322 459.362 8.01203C459.362 8.05195 459.341 8.1021 459.302 8.16249C458.694 9.11739 457.505 11.0068 457.137 11.5594Z" fill="#252328"/> <path d="M450.427 16.3539C450.296 16.404 450.236 16.4347 450.168 16.4347C450.057 16.4347 450.007 16.3437 450.007 16.273C450.007 16.2034 450.038 16.1635 450.108 16.1021C451.334 15.138 452.412 14.7562 453.899 14.5045L454.078 15.1083L450.427 16.3539Z" fill="#252328"/> <path d="M475.432 8.83697C475.432 8.48489 475.612 7.85135 476.259 7.85135C476.479 7.85135 476.689 7.90151 476.859 7.98236C477.097 8.0929 477.257 8.25359 477.257 8.42451C477.257 8.60567 477.078 8.78682 476.808 9.00789C476.529 9.23817 476.17 9.45004 475.881 9.45004C475.533 9.45004 475.432 9.11741 475.432 8.83697Z" fill="#252328"/> <path d="M466.015 11.6074C466.015 11.1755 466.274 10.7027 466.772 10.7027C466.993 10.7027 467.251 10.7927 467.442 10.9749C467.551 11.0752 467.601 11.1847 467.601 11.2963C467.601 11.5378 467.372 11.7681 467.102 11.9288C466.893 12.0496 466.674 12.1304 466.484 12.1304C466.174 12.1304 466.015 11.938 466.015 11.6074Z" fill="#252328"/> <path d="M467.898 18.2105C467.898 18.1101 467.909 17.9894 467.949 17.8686C468.029 17.6076 468.198 17.3558 468.617 17.3558C468.807 17.3558 469.015 17.406 469.185 17.5277C469.336 17.6281 469.396 17.758 469.396 17.889C469.396 18.3209 468.677 18.8235 468.317 18.8235C468.058 18.8235 467.898 18.5717 467.898 18.2105Z" fill="#252328"/> <path d="M464.194 31.0549C462.847 31.0549 462.248 30.4121 462.248 29.5984C462.248 28.1707 464.732 26.7747 466.966 25.9098L467.545 26.6641C466.168 27.2158 463.396 28.403 463.396 29.4275C463.396 29.7888 463.605 30.0509 464.443 30.0509C465.9 30.0509 467.466 29.3364 468.912 28.6231C469.021 28.5729 469.151 28.5228 469.272 28.5228C469.461 28.5228 469.58 28.5831 469.719 28.7837L469.959 29.1154C468.274 30.0509 466.168 31.0549 464.194 31.0549Z" fill="#252328"/> <path d="M467.693 31.1814C466.376 31.9245 465.01 32.4178 463.804 32.4178C462.456 32.4178 461.258 31.8345 460.261 30.3167C459.843 29.6738 459.514 28.8704 459.114 28.1571C458.635 27.3127 458.116 26.8603 457.21 26.8603C456.381 26.8603 455.572 27.2022 454.715 27.5737L454.755 27.765C454.825 28.0762 454.944 28.2973 455.234 28.2973C455.364 28.2973 455.493 28.2378 455.563 28.2175C456.042 28.066 456.391 27.9349 456.88 27.9349C457.627 27.9349 457.987 28.3781 458.495 29.463L458.686 29.8653C458.167 30.0464 456.949 30.1365 456.042 30.1365H455.613L455.683 30.5684C455.713 30.7495 455.783 30.9 455.932 30.9706C456.111 31.0607 456.372 31.071 456.82 31.071C457.957 31.071 458.785 30.9308 459.263 30.809C460.49 32.6491 462.177 33.3522 463.804 33.3522C465.189 33.3522 466.596 32.8396 467.943 32.0965L467.693 31.1814Z" fill="#252328"/> <path d="M469.079 31.0754L468.84 30.1502C470.893 29.0356 472.769 28.141 475.762 27.8493C475.822 29.0049 475.743 30.4624 476.59 30.4624C477.368 30.4624 479.064 28.442 481.019 25.9098C481.199 26.0808 481.487 26.262 481.748 26.4626L481.248 27.1155C479.343 29.5882 477.717 31.6987 476.38 31.6987C475.133 31.6987 474.665 30.2207 474.645 29.1154C472.739 29.3069 470.944 29.9496 469.079 31.0754Z" fill="#252328"/> <path d="M495.855 11.116C495.078 11.116 494.857 10.683 494.857 10.071C494.857 8.80494 495.646 6.9862 496.145 5.95044H494.936C494.31 7.17657 491.834 11.1057 490.498 12.7341L491.266 13.5672C491.985 12.7638 492.772 11.3974 493.63 10.0505H493.789C493.789 10.1211 493.78 10.201 493.78 10.2716C493.78 11.4077 494.359 12.251 495.785 12.251C496.663 12.251 498.039 11.8089 499.337 11.3667C500.415 10.9952 501.402 10.6134 501.89 10.4732V9.26756C501.332 9.43746 500.194 9.8796 499.017 10.2921C497.781 10.724 496.563 11.116 495.855 11.116Z" fill="#252328"/> <path d="M498.559 14.7082C499.757 14.1965 501.901 13.3317 503.139 12.8793V11.6531C500.655 12.5784 496.296 14.3971 493.322 16.0255C493.403 16.1247 493.922 16.8586 493.981 16.9497C495.237 16.4267 496.366 16.0848 497.383 16.0848C498.81 16.0848 499.976 16.0848 501.932 15.6222V14.698C500.835 14.8996 499.667 15.1402 498.91 15.1402C498.461 15.1402 498.33 15.0798 498.33 14.9293C498.33 14.8393 498.391 14.7789 498.559 14.7082Z" fill="#252328"/> <path d="M473.086 20.2072L472.606 21.1324H477.705L477.326 20.2072H473.086Z" fill="#252328"/> <path d="M454.299 25.9254C454.837 25.9254 455.277 25.7443 455.696 25.5744C456.094 25.4126 456.494 25.252 457.032 25.252C458.31 25.252 459.885 25.8753 461.272 26.4679C461.352 26.4986 461.442 26.5181 461.532 26.5181C461.752 26.5181 461.922 26.4177 462.031 26.2069L462.21 25.8753C460.684 24.9807 458.249 24.0258 456.983 24.0258C456.405 24.0258 455.986 24.1773 455.587 24.337C455.138 24.5191 454.749 24.7095 454.339 24.7095C453.333 24.7095 450.748 23.7044 450.748 22.7302C450.748 21.5848 454.858 21.1427 455.307 21.1427L455.716 20.2072C452.735 20.2072 449.183 21.2624 449.183 22.6595C449.183 23.0617 449.412 23.2623 449.412 23.6339C449.412 24.1364 449.183 24.4782 449.183 25.0411C449.183 25.4126 449.402 25.8856 449.66 26.298C449.94 26.7299 450.27 27.0104 450.27 27.3727C450.27 27.6438 450.091 27.9652 450.091 28.5987C450.091 29.9549 450.859 30.7799 452.354 32.397L452.654 32.7184C451.418 33.2014 449.112 34.2065 448.573 34.4367C446.709 35.2207 446.24 36.1756 446.24 37.6832C446.24 38.2656 446.24 38.9288 446.279 39.5215H446.639C447.387 39.5215 447.477 39.0701 447.477 38.6382C447.477 38.3465 447.466 38.0149 447.466 37.6525C447.477 36.8194 447.506 36.0754 448.843 35.4726C449.382 35.2309 452.025 34.1461 453.99 33.3017C454.569 33.0499 455.107 32.8391 455.705 32.8391C456.375 32.8391 457.143 33.1308 458.1 33.704C458.908 34.186 459.757 34.839 460.425 35.5923L461.272 34.9392C460.544 34.0754 459.538 33.3017 458.53 32.6989C457.522 32.096 456.624 31.744 455.866 31.744C455.537 31.744 455.268 31.8043 455.039 31.8647C454.769 31.9353 454.52 32.0151 454.201 32.0151C453.831 32.0151 453.521 31.9251 453.072 31.4021C452.903 31.2117 451.825 29.9754 451.596 29.614C451.487 29.4431 451.287 29.1014 451.287 28.6991C451.287 28.5282 451.317 28.3276 451.418 28.1464C452.344 28.87 453.492 29.3122 454.888 29.4831L454.699 28.5282C452.693 27.9959 450.559 26.2171 450.559 25.0718C450.559 24.8303 450.619 24.6594 450.709 24.4486C451.487 25.1722 453.312 25.9254 454.299 25.9254Z" fill="#252328"/> <path d="M468.84 26.3871C470.097 25.4926 471.393 25.3923 472.44 25.3923C473.069 25.3923 473.807 25.4824 474.586 25.5828C475.213 25.6635 475.782 25.7239 476.46 25.7239C477.828 25.7239 479.204 25.2214 479.802 24.9594C479.972 25.1712 480.261 25.4527 480.491 25.6533C480.202 25.8345 478.367 26.8385 476.491 26.8385C475.664 26.8385 474.875 26.7392 474.196 26.6481C473.597 26.5684 472.95 26.4977 472.32 26.4977C471.633 26.4977 470.246 26.6983 469.389 27.1107L468.84 26.3871Z" fill="#252328"/> <path d="M487.311 29.7116C485.815 32.8875 483.54 35.1984 481.206 36.5352C480.098 37.1678 479.101 37.5802 476.947 37.5802H472.287C470.623 37.5802 469.574 37.8012 468.757 38.0121C467.879 38.2434 467.321 38.4737 466.432 38.4737C465.116 38.4737 463.899 37.8207 463.31 37.1983L464.407 36.3243L463.859 35.5895C463.539 35.8218 459.64 38.7254 458.821 39.3784L458.771 39.3488C458.791 39.1482 458.791 38.967 458.791 38.7858C458.791 36.5751 457.773 36.0419 456.228 35.4196L455.18 36.0419C457.305 36.7562 457.833 37.3284 457.833 38.926C457.833 40.1931 457.384 40.6946 456.736 41.0773C456.067 41.4694 455.239 41.6495 454.512 41.6495C454.202 41.6495 454.063 41.7099 453.952 41.8204C453.833 41.9412 453.773 42.1224 453.773 42.3731V42.7252H454.023C455.359 42.7252 456.596 42.5144 457.953 41.4387L462.373 37.9619C463.001 38.6855 464.588 39.6906 466.462 39.6906C467.52 39.6906 468.198 39.4286 469.176 39.1778C469.934 38.9864 470.672 38.8156 472.287 38.8156H476.966C479.361 38.8156 480.519 38.313 481.795 37.5904C484.569 36.0224 486.932 33.3695 488.27 30.3236C487.92 30.1035 487.59 29.902 487.311 29.7116Z" fill="#252328"/> <path d="M480.061 33.4686C481.267 31.5188 482.345 29.7902 484.988 28.3839C484.709 28.213 484.31 27.952 484.1 27.8107C483.073 28.2632 482.056 29.1669 481.188 30.0819C479.193 32.1718 479.372 33.3776 477.267 34.1922C476.738 34.3928 476.089 34.6138 475.262 34.8053C474.773 33.2875 473.547 31.7798 472.249 31.7798C471.352 31.7798 470.314 32.2517 469.116 32.7849C467.712 33.4083 466.423 34.1215 466.015 34.3928L466.563 35.1368C466.982 34.9046 468.189 34.3018 469.397 33.7798C470.444 33.3274 471.392 32.9558 472.03 32.9558C473.058 32.9558 473.726 34.1319 474.096 35.0754C472.749 35.3978 470.533 35.4777 469.866 35.4777C469.556 35.4777 469.446 35.5279 469.337 35.6189C469.237 35.709 469.157 35.8697 469.107 36.0907L469.028 36.4326H469.744C473.477 36.4326 476.998 35.8401 479.261 34.4532C479.582 34.5443 479.861 34.6036 480.22 34.6036C481.516 34.6036 482.854 33.8902 483.692 33.2373C483.99 33.006 484.06 32.7942 484.06 32.5639C484.06 32.4533 484.05 32.353 484.041 32.2517L484 31.8607C482.804 32.8146 481.805 33.529 480.569 33.529C480.35 33.529 480.19 33.5085 480.061 33.4686Z" fill="#252328"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M812.103 21.0014C812.095 21.1323 812.044 21.2568 811.958 21.3558C811.872 21.4549 811.756 21.523 811.628 21.5497L812.133 22.3997H811.76L811.285 21.5752H810.942V22.3997H810.595V20.4022H811.442C811.524 20.3952 811.607 20.405 811.685 20.4311C811.764 20.4571 811.836 20.4988 811.898 20.5536C811.959 20.6084 812.009 20.6752 812.045 20.75C812.08 20.8248 812.1 20.906 812.103 20.9887V21.0014ZM811.76 21.0269C811.76 20.8144 811.603 20.7337 811.391 20.7337H810.942V21.3202H811.391C811.603 21.3202 811.76 21.2394 811.76 21.0269Z" fill="#252328"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M809.097 20.8973C809.097 20.5728 809.193 20.2557 809.372 19.9859C809.552 19.7161 809.807 19.5058 810.106 19.3817C810.405 19.2575 810.734 19.225 811.051 19.2883C811.368 19.3516 811.66 19.5079 811.889 19.7373C812.117 19.9667 812.273 20.259 812.336 20.5772C812.399 20.8955 812.367 21.2253 812.243 21.5251C812.119 21.8248 811.91 22.0811 811.641 22.2613C811.372 22.4416 811.056 22.5378 810.732 22.5378C810.298 22.5378 809.882 22.365 809.576 22.0573C809.269 21.7497 809.097 21.3324 809.097 20.8973V20.8973ZM810.732 22.2743C811.096 22.2743 811.445 22.1292 811.703 21.871C811.96 21.6127 812.105 21.2625 812.105 20.8973V20.8973C812.105 20.5321 811.96 20.1818 811.703 19.9236C811.445 19.6654 811.096 19.5203 810.732 19.5203C810.368 19.5203 810.019 19.6654 809.761 19.9236C809.504 20.1818 809.359 20.5321 809.359 20.8973C809.359 21.0781 809.395 21.2572 809.464 21.4242C809.533 21.5913 809.634 21.7431 809.761 21.871C809.889 21.9988 810.04 22.1003 810.207 22.1695C810.373 22.2387 810.552 22.2743 810.732 22.2743V22.2743ZM742.703 21.6453C742.706 22.0084 742.637 22.3686 742.501 22.7051C742.365 23.0416 742.164 23.3479 741.91 23.6064C741.655 23.865 741.353 24.0707 741.019 24.2119C740.686 24.353 740.328 24.4268 739.966 24.429H739.936C739.584 24.4236 739.248 24.2808 738.999 24.0309C738.749 23.781 738.607 23.4436 738.602 23.0903C738.602 22.406 738.97 22.3933 738.97 21.9343C738.968 21.7682 738.901 21.6094 738.784 21.492C738.667 21.3745 738.509 21.3075 738.343 21.3053C738.211 21.3036 738.079 21.3281 737.956 21.3774C737.833 21.4267 737.721 21.4998 737.626 21.5925C737.532 21.6853 737.456 21.7958 737.404 21.9179C737.352 22.04 737.324 22.1712 737.322 22.304V29.529C737.327 29.5852 737.35 29.6381 737.388 29.6802C737.425 29.7223 737.475 29.7512 737.53 29.7628L738.237 29.9753C738.335 30.005 738.47 30.0815 738.47 30.209V30.804C738.47 30.866 738.446 30.9255 738.402 30.9693C738.358 31.0132 738.299 31.0378 738.237 31.0378H733.691C733.66 31.0384 733.63 31.0327 733.601 31.0212C733.572 31.0097 733.546 30.9926 733.524 30.9709C733.502 30.9491 733.484 30.9231 733.472 30.8945C733.46 30.8659 733.454 30.8351 733.454 30.804V27.54C732.183 28.8745 729.569 31.3905 728.213 31.3905C726.713 31.3905 726.904 29.7628 725.773 29.7628C724.79 29.7628 724.726 31.3905 721.985 31.3905C719.019 31.3905 716.63 28.6068 716.63 25.1388C716.63 21.6708 719.032 18.904 721.985 18.904C724.396 18.904 724.951 20.2173 725.536 20.2173C725.904 20.2173 726.061 19.9283 726.137 19.5118C726.149 19.4443 726.185 19.3833 726.238 19.3397C726.29 19.2961 726.357 19.2727 726.425 19.2738H730.213C730.275 19.2738 730.335 19.2983 730.379 19.342C730.424 19.3857 730.449 19.4452 730.45 19.5075V19.5075V20.0855C730.45 20.213 730.319 20.2895 730.213 20.3193L729.51 20.5275C729.454 20.5393 729.404 20.5689 729.366 20.6118C729.329 20.6547 729.306 20.7087 729.302 20.7655V27.1405C729.314 27.3472 729.405 27.5414 729.555 27.683C729.706 27.8246 729.905 27.9027 730.111 27.9013C730.87 27.9013 732.492 26.5498 733.454 25.687V21.1735C733.454 21.1151 733.442 21.0573 733.419 21.0037C733.396 20.9501 733.362 20.9019 733.32 20.862C733.277 20.8221 733.227 20.7915 733.172 20.7719C733.117 20.7524 733.059 20.7445 733.001 20.7485C732.713 20.7485 732.704 21.012 732.331 21.012C732.186 21.0109 732.046 20.9524 731.943 20.849C731.84 20.7456 731.782 20.6057 731.78 20.4595C731.78 19.9623 732.67 18.887 734.056 18.887C736.449 18.887 736.081 20.672 736.928 20.672C737.699 20.672 737.831 18.887 739.936 18.887C740.299 18.8825 740.66 18.9506 740.996 19.0874C741.333 19.2242 741.639 19.427 741.896 19.6838C742.154 19.9406 742.358 20.2463 742.496 20.5831C742.635 20.9199 742.705 21.281 742.703 21.6453V21.6453ZM725.434 23.222C725.434 22.4358 724.362 21.6453 723.371 21.6453C721.54 21.6453 720.367 23.0903 720.367 25.1388C720.367 27.1873 721.54 28.679 723.371 28.679C724.362 28.679 725.434 27.8885 725.434 27.1023V23.222ZM743.902 27.0938C743.902 30.1538 746.215 31.0208 747.761 31.0208H755.697C756.155 31.0339 756.611 30.9544 757.038 30.7871C757.464 30.6198 757.853 30.368 758.181 30.0468C758.509 29.7256 758.768 29.3415 758.945 28.9174C759.122 28.4933 759.212 28.0379 759.209 27.5783C759.209 24.361 754.273 24.65 754.273 22.8055C754.273 22.0575 755.002 21.7898 755.9 21.7898C756.656 21.8183 757.39 22.0566 758.019 22.4783C758.047 22.5024 758.081 22.5193 758.118 22.5275C758.154 22.5357 758.192 22.535 758.228 22.5254C758.264 22.5159 758.298 22.4977 758.325 22.4725C758.353 22.4472 758.374 22.4157 758.387 22.3805L759.603 19.5755C759.619 19.5406 759.626 19.5022 759.623 19.464C759.62 19.4257 759.607 19.3889 759.586 19.357C759.565 19.325 759.536 19.2991 759.501 19.2815C759.467 19.264 759.43 19.2555 759.391 19.2568H753.718C752.933 19.2767 752.187 19.6033 751.639 20.1669C751.09 20.7305 750.783 21.4867 750.782 22.2743C750.782 25.585 755.07 25.0028 755.07 27.2468C755.069 27.4623 755.026 27.6756 754.942 27.8741C754.858 28.0726 754.736 28.2523 754.582 28.4028C754.428 28.5532 754.246 28.6713 754.046 28.7501C753.846 28.8289 753.632 28.8669 753.417 28.8618C751.524 28.8618 750.727 27.5868 750.642 26.8558C750.635 26.8213 750.621 26.7887 750.6 26.76C750.58 26.7313 750.554 26.7073 750.523 26.6893C750.493 26.6713 750.459 26.6598 750.424 26.6556C750.39 26.6513 750.354 26.6544 750.32 26.6645L749.532 26.979C749.5 26.9952 749.472 27.0181 749.449 27.0462C749.426 27.0743 749.41 27.1069 749.401 27.1419C749.391 27.1768 749.39 27.2134 749.396 27.249C749.401 27.2847 749.415 27.3187 749.435 27.3488C749.578 27.5114 749.654 27.7227 749.647 27.9395C749.648 28.0632 749.624 28.1859 749.578 28.3003C749.531 28.4148 749.462 28.5188 749.375 28.6062C749.288 28.6937 749.184 28.7628 749.07 28.8096C748.956 28.8564 748.834 28.8799 748.71 28.8788C748.464 28.8754 748.229 28.775 748.057 28.5992C747.884 28.4234 747.787 28.1865 747.787 27.9395V11.458C747.788 11.4268 747.783 11.3957 747.772 11.3666C747.76 11.3375 747.743 11.311 747.721 11.2887C747.7 11.2664 747.674 11.2488 747.645 11.237C747.616 11.2252 747.585 11.2194 747.554 11.22H742.987C742.924 11.22 742.865 11.2445 742.82 11.2882C742.776 11.332 742.75 11.3914 742.749 11.4538V11.4538V12.0318C742.749 12.1635 742.885 12.2358 742.987 12.2655L743.69 12.478C743.746 12.4881 743.797 12.5165 743.835 12.5588C743.874 12.6011 743.897 12.6549 743.902 12.7118V27.0938Z" fill="#252328"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M807.816 19.9665V20.5488C807.816 20.6763 807.685 20.7528 807.583 20.7825L806.876 20.9908C806.82 21.0026 806.77 21.0321 806.732 21.075C806.695 21.118 806.672 21.1719 806.668 21.2288V33.3073C806.647 34.7243 806.07 36.0758 805.061 37.0687C804.053 38.0616 802.696 38.6159 801.283 38.6113C800.367 38.6447 799.459 38.4371 798.648 38.0091C797.837 37.5811 797.152 36.9477 796.661 36.1718C795.457 38.3223 791.577 42.9463 780.222 42.9463C773.981 42.9463 763.373 39.8438 757.856 39.8438C750.285 39.8438 745.29 41.9093 740.092 47.1453C740.051 47.2044 739.988 47.2447 739.917 47.2575C739.847 47.2702 739.774 47.2543 739.715 47.2133L730.03 41.905C729.997 41.888 729.97 41.8636 729.949 41.8337C729.928 41.8038 729.914 41.7694 729.909 41.7332C729.904 41.6971 729.908 41.6603 729.92 41.6258C729.932 41.5914 729.952 41.5603 729.979 41.5353C736.38 36.0783 745.655 33.2648 752.213 33.2648C765.042 33.2648 773.977 39.6398 784.51 39.6398C793.407 39.6398 795.979 35.1773 795.979 33.6898C795.979 33.6274 796.003 33.5675 796.047 33.5229C796.09 33.4784 796.149 33.4529 796.212 33.4518H797.106C797.137 33.4518 797.167 33.4579 797.196 33.4699C797.224 33.482 797.25 33.4996 797.272 33.5217C797.294 33.5439 797.311 33.5701 797.322 33.599C797.334 33.6278 797.339 33.6587 797.339 33.6898C797.344 34.046 797.42 34.3975 797.564 34.7236C797.707 35.0496 797.913 35.3436 798.172 35.588C798.43 35.8325 798.735 36.0225 799.068 36.1469C799.4 36.2712 799.755 36.3274 800.109 36.312C800.474 36.313 800.835 36.2395 801.171 36.096C801.507 35.9524 801.809 35.7417 802.061 35.4769C802.313 35.212 802.508 34.8985 802.635 34.5555C802.762 34.2124 802.818 33.847 802.8 33.4815V31.1568C802.809 31.0988 802.805 31.0394 802.787 30.9834C802.769 30.9275 802.738 30.8767 802.697 30.8351C802.655 30.7936 802.605 30.7625 802.549 30.7446C802.493 30.7266 802.434 30.7222 802.376 30.7318C801.952 30.7318 801.58 31.8623 799.33 31.8623C796.364 31.8623 793.975 29.0785 793.975 25.6105C793.975 22.1425 796.398 19.38 799.343 19.38C801.758 19.38 802.308 20.6933 802.897 20.6933C803.262 20.6933 803.418 20.4043 803.495 19.9835C803.508 19.9168 803.544 19.8568 803.596 19.814C803.649 19.7713 803.715 19.7485 803.783 19.7498H807.575C807.636 19.7498 807.696 19.7744 807.739 19.8182C807.783 19.8621 807.808 19.9215 807.808 19.9835L807.816 19.9665ZM802.8 23.698C802.8 22.9118 801.728 22.1213 800.736 22.1213C798.906 22.1213 797.733 23.5663 797.733 25.6148C797.733 27.6633 798.919 29.155 800.736 29.155C801.728 29.155 802.8 28.3645 802.8 27.5783V23.698Z" fill="#252328"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M795.218 18.6235C795.218 21.0418 793.705 22.3295 792.451 22.3295C790.964 22.3295 791.18 21.3053 790.206 21.3053C789.925 21.2982 789.653 21.4014 789.447 21.5927C789.241 21.784 789.118 22.0484 789.104 22.3295V29.529C789.109 29.5857 789.133 29.6391 789.171 29.6813C789.209 29.7234 789.26 29.752 789.316 29.7628L790.019 29.9753C790.121 30.005 790.256 30.0772 790.256 30.209V30.804C790.256 30.8664 790.232 30.9263 790.188 30.9708C790.145 31.0153 790.086 31.0409 790.023 31.042H785.473C785.443 31.042 785.412 31.036 785.384 31.0242C785.356 31.0125 785.33 30.9952 785.308 30.9735C785.287 30.9518 785.27 30.9261 785.258 30.8977C785.246 30.8693 785.24 30.8389 785.24 30.8083V22.4315C785.255 22.304 785.241 22.1747 785.199 22.0534C785.157 21.9321 785.088 21.8219 784.998 21.7311C784.907 21.6403 784.797 21.5713 784.676 21.5292C784.556 21.4871 784.427 21.473 784.3 21.488C783.817 21.488 783.067 21.913 782.389 22.389C782.338 24.9688 780.025 26.9237 776.432 26.9237C776.432 27.421 777.559 29.2613 779.779 29.2613C780.347 29.2914 780.914 29.1825 781.43 28.9441C781.947 28.7057 782.398 28.3449 782.745 27.8928C783.054 27.4678 783.8 27.6463 783.448 28.458C782.964 29.3721 782.233 30.1313 781.339 30.649C780.446 31.1667 779.425 31.4222 778.394 31.3863C776.972 31.3899 775.593 30.9039 774.486 30.0096C773.38 29.1153 772.613 27.8669 772.314 26.4733C771.619 26.262 770.957 25.9574 770.344 25.568V27.761C770.363 28.1974 770.29 28.633 770.131 29.0397C769.972 29.4464 769.73 29.8151 769.421 30.1222C769.111 30.4293 768.74 30.6679 768.333 30.8227C767.926 30.9774 767.491 31.0449 767.056 31.0208H765.171C762.404 31.0208 760.68 29.4695 760.68 27.0555V12.716C760.676 12.6588 760.653 12.6047 760.614 12.5623C760.576 12.5198 760.524 12.4917 760.468 12.4823L759.765 12.2698C759.659 12.24 759.527 12.1635 759.527 12.036V11.458C759.527 11.3949 759.552 11.3343 759.597 11.2897C759.641 11.2451 759.702 11.22 759.765 11.22H764.311C764.342 11.22 764.372 11.2262 764.401 11.2382C764.429 11.2502 764.455 11.2678 764.477 11.29C764.499 11.3121 764.516 11.3384 764.527 11.3672C764.539 11.3961 764.544 11.4269 764.544 11.458V27.404C764.544 28.56 765.666 29.0572 766.48 29.0572C767.365 29.0572 768.412 28.7173 768.412 27.4805V24.3227L766.844 23.3792C766.732 23.3249 766.637 23.239 766.573 23.1318C766.508 23.0247 766.476 22.9009 766.48 22.7758V19.4905C766.48 19.4281 766.504 19.3682 766.548 19.3237C766.591 19.2792 766.651 19.2536 766.713 19.2525H770.102C770.165 19.2525 770.226 19.2776 770.27 19.3222C770.315 19.3668 770.339 19.4274 770.339 19.4905V23.9487C770.92 24.3315 771.532 24.6628 772.17 24.939C772.215 23.3167 772.892 21.7767 774.055 20.6487C775.218 19.5207 776.776 18.8945 778.394 18.904C780.3 18.904 781.512 19.8008 782.054 20.9015C783.185 20.026 784.897 18.904 786.291 18.904C787.846 18.904 787.85 20.179 788.617 20.179C788.743 20.1724 788.863 20.117 788.949 20.0244C789.036 19.9317 789.084 19.8089 789.083 19.6818C789.083 19.3588 788.93 19.1165 788.93 18.8318C788.955 18.53 789.092 18.2486 789.314 18.0438C789.536 17.839 789.828 17.7257 790.129 17.7268C791.261 17.7268 791.905 18.9082 792.875 18.9082C793.132 18.8835 793.37 18.761 793.54 18.5658C793.71 18.3706 793.8 18.1176 793.79 17.8585C793.79 17.255 793.095 16.3115 792.43 15.759C792.331 15.6773 792.269 15.5595 792.256 15.4316C792.244 15.3037 792.283 15.1761 792.364 15.0769C792.446 14.9777 792.563 14.915 792.691 14.9027C792.818 14.8903 792.945 14.9293 793.044 15.011C793.703 15.3595 794.255 15.8824 794.639 16.523C795.023 17.1635 795.224 17.8973 795.222 18.6448L795.218 18.6235ZM780.118 22.4485C780.133 22.2862 780.112 22.1226 780.057 21.9694C780.002 21.8161 779.914 21.6769 779.799 21.5616C779.684 21.4464 779.545 21.358 779.392 21.3027C779.24 21.2473 779.076 21.2264 778.915 21.2415C777.61 21.2415 776.224 22.8183 776.224 25.4703C778.762 25.4533 780.118 23.4302 780.118 22.4315V22.4485Z" fill="#252328"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M789.719 8.47142C789.648 8.47198 789.579 8.45855 789.513 8.43189C789.448 8.40523 789.389 8.36587 789.339 8.31609C789.289 8.26631 789.249 8.20709 789.222 8.14184C789.195 8.07659 789.181 8.00661 789.181 7.93592V7.93592V6.83942C789.183 6.70429 789.147 6.57123 789.077 6.45607C789.006 6.34092 788.904 6.24852 788.783 6.18987C788.661 6.13122 788.526 6.10879 788.392 6.12524C788.258 6.14169 788.132 6.19634 788.028 6.28267C787.797 6.46492 787.522 6.5835 787.231 6.62673C786.939 6.66995 786.642 6.63633 786.368 6.52917C786.127 6.41868 785.854 6.40187 785.601 6.482C785.349 6.56212 785.135 6.73347 785.002 6.96278C784.868 7.19209 784.824 7.46301 784.879 7.72294C784.933 7.98287 785.082 8.21327 785.296 8.36942C785.525 8.55473 785.703 8.79682 785.81 9.07183C785.918 9.34683 785.952 9.64526 785.91 9.93767C785.886 10.0968 785.914 10.2595 785.991 10.4009C786.087 10.5645 786.243 10.6836 786.426 10.7329C786.609 10.7821 786.804 10.7576 786.969 10.6644L787.91 10.1162C788.036 10.0505 788.184 10.0377 788.319 10.0807C788.455 10.1238 788.568 10.219 788.634 10.3457C788.698 10.4645 788.714 10.603 788.679 10.7332C788.644 10.8634 788.562 10.9755 788.448 11.0469L787.503 11.5952C787.339 11.691 787.22 11.8483 787.171 12.0324C787.123 12.2165 787.149 12.4123 787.245 12.5769C787.326 12.7152 787.451 12.8216 787.601 12.8787C787.882 12.9831 788.13 13.1604 788.321 13.3926C788.511 13.6248 788.637 13.9036 788.685 14.2004C788.718 14.4591 788.843 14.6969 789.038 14.8693C789.233 15.0417 789.484 15.1368 789.744 15.1368C790.004 15.1368 790.255 15.0417 790.45 14.8693C790.645 14.6969 790.771 14.4591 790.804 14.2004C790.848 13.9078 790.968 13.6319 791.152 13.4001C791.335 13.1682 791.576 12.9885 791.85 12.8787C791.998 12.8191 792.123 12.7133 792.206 12.5769C792.3 12.4116 792.325 12.2157 792.276 12.0319C792.227 11.848 792.107 11.6911 791.943 11.5952L791.003 11.0469C790.88 10.9759 790.79 10.8588 790.753 10.7213C790.716 10.5838 790.735 10.4372 790.806 10.3138C790.876 10.1904 790.993 10.1002 791.13 10.0632C791.267 10.0261 791.413 10.0452 791.536 10.1162L792.477 10.6644C792.642 10.7576 792.837 10.7821 793.02 10.7329C793.203 10.6836 793.359 10.5645 793.456 10.4009C793.532 10.2595 793.561 10.0968 793.536 9.93767C793.494 9.64526 793.528 9.34683 793.636 9.07183C793.744 8.79682 793.921 8.55473 794.151 8.36942C794.348 8.20836 794.482 7.98202 794.528 7.73092C794.575 7.47982 794.531 7.22036 794.404 6.99898C794.277 6.77761 794.075 6.60876 793.836 6.52268C793.596 6.4366 793.334 6.4389 793.096 6.52917C792.821 6.63633 792.524 6.66995 792.233 6.62673C791.941 6.5835 791.666 6.46492 791.435 6.28267C791.331 6.19634 791.205 6.14169 791.071 6.12524C790.937 6.10879 790.802 6.13122 790.68 6.18987C790.559 6.24852 790.457 6.34092 790.386 6.45607C790.316 6.57123 790.28 6.70429 790.282 6.83942V7.93592C790.282 8.00844 790.268 8.08023 790.239 8.14692C790.211 8.21361 790.169 8.27381 790.117 8.32389C790.065 8.37396 790.003 8.41286 789.935 8.43822C789.868 8.46358 789.795 8.47488 789.723 8.47142H789.719ZM733.925 34.0224C730.921 37.0532 726.853 38.7832 722.592 38.8419C713.847 38.8419 706.416 31.6169 706.416 22.2967C706.395 15.9897 709.458 10.5242 714.119 6.34642C714.267 6.21449 714.458 6.13927 714.657 6.13392H734.815C734.858 6.13316 734.899 6.145 734.935 6.16797C734.971 6.19094 734.999 6.22401 735.017 6.26304C735.034 6.30206 735.039 6.34531 735.032 6.38736C735.025 6.42941 735.005 6.4684 734.976 6.49942L728.244 15.4244C728.22 15.4522 728.191 15.4745 728.158 15.4898C728.125 15.5051 728.089 15.513 728.053 15.513C728.017 15.513 727.981 15.5051 727.948 15.4898C727.915 15.4745 727.886 15.4522 727.863 15.4244C726.591 14.1494 724.473 13.3504 722.452 13.3504C716.97 13.3504 712.602 18.8457 712.602 24.3154C712.602 30.9157 718.143 36.3854 724.748 36.3854C727.824 36.3856 730.791 35.2476 733.082 33.1894C733.781 32.5434 734.586 33.3807 733.93 34.0394L733.925 34.0224Z" fill="#252328"/> <path d="M948.448 37.9937C944.98 38.0694 941.529 37.4669 938.286 36.2193C936.213 35.4376 934.299 34.2788 932.639 32.8003C931.419 31.7156 930.448 30.375 929.793 28.872C929.26 27.6658 929.02 26.3479 929.093 25.0287C929.166 23.7094 929.551 22.4271 930.215 21.2889C931.166 19.5892 932.494 18.1354 934.095 17.0421C936.1 15.6452 938.33 14.6124 940.687 13.9901C943.43 13.2322 946.273 12.9061 949.115 13.0232C952.376 13.1226 955.59 13.845 958.586 15.1521C960.628 16.012 962.485 17.2656 964.053 18.8429C965.227 20.0064 966.107 21.4391 966.617 23.0195C966.996 24.234 967.098 25.5194 966.915 26.7794C966.733 28.0394 966.27 29.2413 965.563 30.2949C964.438 32.0181 962.941 33.4602 961.184 34.5121C958.785 35.9826 956.138 36.9933 953.376 37.4938C951.752 37.8148 950.101 37.9775 948.447 37.9796L948.448 37.9937ZM952.731 25.4296C952.727 25.5045 952.727 25.5796 952.731 25.6545C952.755 27.0403 952.66 28.4256 952.45 29.7951C952.264 31.3011 951.871 32.7733 951.28 34.1685C950.928 35.0356 950.393 35.8148 949.713 36.452L949.485 36.6691H949.555L950.258 36.6082C952.979 36.3869 955.628 35.6101 958.043 34.3247C959.925 33.3644 961.554 31.9655 962.796 30.2434C964.044 28.5417 964.635 26.4388 964.459 24.3284C964.287 22.598 963.624 20.9546 962.55 19.5958C962.507 19.5514 962.46 19.5117 962.41 19.4771C962.39 19.6543 962.35 19.8288 962.292 19.9972C962.039 20.8754 961.531 21.6564 960.833 22.2386C959.822 23.0984 958.672 23.7749 957.433 24.2378C955.915 24.8034 954.341 25.204 952.739 25.4327L952.731 25.4296ZM933.813 19.5146L933.696 19.4084C933.486 19.7207 933.263 20.0331 933.051 20.3674C932.008 21.9932 931.536 23.9263 931.711 25.856C931.896 27.6169 932.584 29.2855 933.69 30.6589C934.995 32.2826 936.636 33.5987 938.496 34.5153C940.537 35.5343 942.731 36.2061 944.988 36.5036C945.55 36.5739 946.158 36.6098 946.688 36.6691C946.69 36.6338 946.69 36.5983 946.688 36.5629C945.856 35.835 945.218 34.9075 944.833 33.8655C944.001 31.7426 943.546 29.4881 943.487 27.2055C943.487 26.614 943.464 26.0106 943.418 25.3952H943.203C941.781 25.1623 940.384 24.7963 939.03 24.3019C937.751 23.8361 936.563 23.149 935.518 22.2714C934.796 21.7006 934.265 20.92 933.996 20.0347C933.881 19.8745 933.809 19.6874 933.786 19.4911L933.813 19.5146ZM952.451 22.2589L953.621 22.0339C954.865 21.8132 956.071 21.4151 957.204 20.8516C957.791 20.5798 958.307 20.1752 958.714 19.6692C958.962 19.3757 959.098 19.0024 959.098 18.6165C959.098 18.2305 958.962 17.8572 958.714 17.5637C958.385 17.1653 957.989 16.829 957.544 16.5704C956.85 16.1569 956.106 15.8346 955.331 15.6113C953.347 14.9986 951.293 14.6536 949.22 14.5851C947.03 14.4878 944.836 14.653 942.685 15.0772C941.41 15.2921 940.173 15.6902 939.01 16.2595C938.397 16.5214 937.856 16.9273 937.43 17.4435C937.182 17.737 937.046 18.1103 937.046 18.4962C937.046 18.8821 937.182 19.2554 937.43 19.5489C937.521 19.6588 937.619 19.7631 937.722 19.8613C938.139 20.2573 938.614 20.5851 939.13 20.8328C940.326 21.391 941.589 21.7885 942.887 22.0152L943.671 22.1448V21.9043C943.884 20.6429 944.233 19.4089 944.713 18.2244C945.062 17.2417 945.621 16.349 946.351 15.6098C946.702 15.2422 947.155 14.9906 947.651 14.8882C948.024 14.8261 948.406 14.856 948.764 14.9754C949.123 15.0948 949.448 15.3001 949.711 15.5738C950.182 16.0067 950.576 16.5175 950.877 17.0842C951.455 18.1627 951.877 19.3201 952.128 20.5204C952.218 21.0765 952.323 21.6435 952.451 22.2589ZM950.813 25.6654C948.962 25.8253 947.1 25.8253 945.249 25.6654C945.239 26.4936 945.301 27.321 945.436 28.1379C945.579 29.2933 945.911 30.4166 946.419 31.4617C946.621 31.8704 946.904 32.2329 947.251 32.5269C947.468 32.7367 947.757 32.8537 948.058 32.8537C948.359 32.8537 948.648 32.7367 948.866 32.5269C949.093 32.3412 949.287 32.1171 949.439 31.8647C949.693 31.4136 949.912 30.9437 950.094 30.4589C950.495 29.2868 950.735 28.0651 950.809 26.8275C950.836 26.4229 950.813 26.045 950.813 25.667V25.6654ZM945.439 22.4713C947.172 22.637 948.916 22.637 950.649 22.4713C950.5 21.3531 950.184 20.2642 949.713 19.2412C949.516 18.8355 949.246 18.4705 948.917 18.1651C948.807 18.045 948.674 17.9492 948.526 17.8836C948.378 17.8181 948.218 17.7842 948.057 17.7842C947.895 17.7842 947.735 17.8181 947.587 17.8836C947.439 17.9492 947.306 18.045 947.197 18.1651C946.95 18.3852 946.741 18.6448 946.578 18.9335C945.979 20.0284 945.593 21.2294 945.442 22.4713H945.439Z" fill="#252328"/> <path d="M998.026 35.5008C995.861 35.4846 993.768 34.7107 992.104 33.3108C990.44 31.9108 989.307 29.9713 988.898 27.8224C988.489 25.6734 988.83 23.4476 989.862 21.5239C990.894 19.6002 992.554 18.0974 994.559 17.2711C996.565 16.4449 998.791 16.3463 1000.86 16.9922C1002.93 17.638 1004.71 18.9884 1005.91 20.8135C1007.1 22.6387 1007.63 24.8257 1007.41 27.0026C1007.19 29.1795 1006.23 31.2117 1004.69 32.7534C1002.92 34.5238 1000.52 35.5117 998.026 35.5008ZM1003.27 26.1433C1003.34 24.5895 1002.85 23.0627 1001.89 21.848C1001.44 21.2671 1000.87 20.7957 1000.21 20.4686C999.556 20.1414 998.837 19.9668 998.107 19.9577C997.377 19.9485 996.654 20.1051 995.992 20.4157C995.329 20.7264 994.744 21.1833 994.28 21.7528C993.455 22.707 992.947 23.8992 992.829 25.1609C992.707 26.0486 992.77 26.9524 993.017 27.8135C993.263 28.6746 993.685 29.4738 994.257 30.159C994.689 30.7076 995.233 31.1551 995.852 31.4707C996.471 31.7864 997.151 31.9627 997.844 31.9875C998.537 32.0123 999.228 31.885 999.867 31.6143C1000.51 31.3437 1001.08 30.9362 1001.55 30.4198C1002.65 29.2743 1003.27 27.7406 1003.27 26.1433H1003.27Z" fill="#252328"/> <path d="M1034.87 35.5008C1032.7 35.4846 1030.61 34.7107 1028.95 33.3108C1027.28 31.9108 1026.15 29.9713 1025.74 27.8224C1025.33 25.6734 1025.67 23.4476 1026.7 21.5239C1027.74 19.6002 1029.4 18.0974 1031.4 17.2711C1033.41 16.4449 1035.63 16.3463 1037.7 16.9922C1039.77 17.638 1041.56 18.9884 1042.75 20.8135C1043.94 22.6387 1044.48 24.8257 1044.26 27.0026C1044.03 29.1795 1043.07 31.2117 1041.54 32.7534C1039.76 34.5238 1037.36 35.5117 1034.87 35.5008V35.5008ZM1040.12 25.9293C1040.14 25.0763 1039.98 24.2294 1039.65 23.4417C1039.33 22.654 1038.85 21.9423 1038.24 21.3513C1037.35 20.4649 1036.15 19.9681 1034.9 19.9681C1033.65 19.9681 1032.45 20.4649 1031.56 21.3513C1030.37 22.529 1029.68 24.1199 1029.62 25.7968C1029.57 27.4737 1030.15 29.1091 1031.25 30.3667C1031.7 30.8893 1032.25 31.308 1032.88 31.5945C1033.5 31.881 1034.18 32.0286 1034.87 32.0275C1035.55 32.0263 1036.23 31.8763 1036.85 31.5876C1037.48 31.299 1038.03 30.8784 1038.48 30.3542C1039.57 29.1479 1040.16 27.5631 1040.13 25.9293H1040.12Z" fill="#252328"/> <path d="M1074.66 34.4249L1073.15 30.4373H1065.87L1064.36 34.4358H1059.78C1062.17 28.5682 1064.56 22.7001 1066.96 16.8314C1066.96 16.7361 1067.04 16.6658 1067.08 16.5706H1072.02L1079.34 34.4936L1074.66 34.4249ZM1069.56 20.9143H1069.47C1068.69 23.0437 1067.88 25.1783 1067.06 27.3181C1068.69 27.4144 1070.33 27.4144 1071.96 27.3181L1069.56 20.9143Z" fill="#252328"/> <path d="M1008.03 16.5748H1012.28C1012.42 16.5586 1012.56 16.5892 1012.68 16.6619C1012.81 16.7345 1012.9 16.8454 1012.96 16.9777C1014.22 19.2175 1015.49 21.4495 1016.77 23.6737C1016.84 23.8033 1016.91 23.922 1017.03 24.1001L1021.26 16.6029H1025.94L1025.7 16.9574C1023.51 20.5061 1021.37 23.9252 1019.2 27.3801C1019.06 27.589 1019 27.8375 1019 28.0892V34.4666H1014.97V28.133C1014.97 27.8818 1014.9 27.635 1014.77 27.4239C1012.6 23.9616 1010.45 20.503 1008.31 17.048L1008.03 16.5748Z" fill="#252328"/> <path d="M978.438 34.4827V19.8834H973.007C972.918 18.7809 972.918 17.673 973.007 16.5706H987.922C988.001 17.6578 988.001 18.7493 987.922 19.8365C987.47 19.872 987.015 19.872 986.563 19.8365H982.443V34.4827H978.438Z" fill="#252328"/> <path d="M1045.75 16.5706H1060.77V19.86H1055.26V34.4827H1051.26V19.8709H1045.75V16.5706Z" fill="#252328"/> <g clip-path="url(#clip0_406_21940)"> <path d="M1279.73 41.1587C1279.83 41.0851 1279.9 40.9869 1279.95 40.8887C1280 40.7414 1280.02 40.5942 1280.02 40.4469V25.8191C1280.02 25.6718 1280 25.5 1279.95 25.3527C1279.9 25.2546 1279.83 25.1564 1279.73 25.1073C1279.52 24.9355 1279.01 24.8619 1278.21 24.8619C1277.41 24.8619 1276.9 24.9355 1276.65 25.1073C1276.56 25.1809 1276.48 25.2546 1276.44 25.3527C1276.39 25.5 1276.36 25.6473 1276.39 25.8191V40.4469C1276.36 40.7169 1276.46 40.9623 1276.63 41.1587C1276.85 41.3305 1277.36 41.4041 1278.18 41.4041C1279.01 41.4041 1279.52 41.355 1279.73 41.1587ZM1268.94 41.2569C1269.69 41.0114 1270.4 40.5942 1270.98 40.0542C1271.51 39.5634 1271.93 38.9498 1272.17 38.2626C1272.41 37.5263 1272.56 36.7654 1272.53 35.98V25.8191C1272.56 25.5491 1272.46 25.2791 1272.29 25.1073C1272.05 24.9355 1271.54 24.8619 1270.76 24.8619C1269.99 24.8619 1269.48 24.9355 1269.21 25.1073C1269.11 25.1809 1269.04 25.2546 1268.99 25.3527C1268.94 25.5 1268.92 25.6473 1268.92 25.8191V35.9309C1268.92 36.3482 1268.85 36.7654 1268.7 37.1581C1268.53 37.5999 1268.21 37.968 1267.8 38.1889C1267.24 38.4835 1266.59 38.6307 1265.96 38.6062C1265.5 38.6062 1265.04 38.5571 1264.6 38.4098C1264.26 38.3116 1263.95 38.1153 1263.68 37.8699C1263.44 37.6244 1263.27 37.3299 1263.15 37.0109C1263.03 36.6672 1262.98 36.2991 1262.98 35.9064V25.8191C1263 25.5491 1262.9 25.2791 1262.73 25.1073C1262.49 24.9355 1261.98 24.8619 1261.21 24.8619C1260.43 24.8619 1259.92 24.9355 1259.65 25.1073C1259.56 25.1809 1259.48 25.2546 1259.44 25.3527C1259.39 25.5 1259.39 25.6718 1259.39 25.8191V35.98C1259.39 36.7654 1259.51 37.5263 1259.75 38.2626C1259.99 38.9498 1260.38 39.5634 1260.92 40.0788C1261.5 40.6187 1262.2 41.0114 1262.95 41.2569C1264.92 41.8214 1267 41.8214 1268.94 41.2569ZM1251.29 41.1587C1251.39 41.0851 1251.43 40.9869 1251.48 40.8887C1251.53 40.7414 1251.56 40.5942 1251.56 40.4469V27.9789H1255.17C1255.39 27.9789 1255.6 27.9543 1255.82 27.9053C1255.99 27.8562 1256.14 27.7335 1256.21 27.5616C1256.33 27.2671 1256.43 26.9726 1256.45 26.6535C1256.5 26.359 1256.53 26.04 1256.55 25.7454C1256.55 25.5982 1256.55 25.4509 1256.5 25.3037C1256.48 25.2055 1256.41 25.1073 1256.31 25.0582C1256.24 25.0091 1256.14 24.9846 1256.07 24.9601C1255.92 24.9355 1255.75 24.9355 1255.58 24.9355H1244.35C1244.13 24.9355 1243.92 24.9601 1243.7 25.0091C1243.53 25.0582 1243.38 25.1809 1243.29 25.3527C1243.16 25.5982 1243.07 25.8682 1243.04 26.1381C1242.99 26.4817 1242.95 26.8008 1242.95 27.1444C1242.95 27.2917 1242.97 27.4635 1243.02 27.6107C1243.04 27.7089 1243.12 27.8071 1243.21 27.8562C1243.43 27.9543 1243.7 28.0034 1243.94 27.9789H1247.97V40.4469C1247.94 40.7169 1248.04 40.9869 1248.23 41.1587C1248.45 41.3305 1248.96 41.4041 1249.78 41.4041C1250.61 41.4041 1251.07 41.3305 1251.29 41.1587Z" fill="#252328"/> <path d="M1236.11 8.73687C1236.11 11.363 1234.02 13.4737 1231.43 13.4737C1228.83 13.4737 1226.75 11.363 1226.75 8.73687C1226.72 6.11073 1228.83 4 1231.43 4C1234 4 1236.11 6.11073 1236.11 8.73687ZM1185.5 15.9772H1198.13C1199.37 15.9772 1200.31 16.3944 1200.68 18.1615C1201.09 20.1495 1200.92 21.524 1198.71 21.6712L1194.74 21.9658C1197.67 40.6187 1214.72 46.7055 1224.01 26.6045C1225.53 23.2911 1226.04 22.6775 1227.74 23.0948C1230.02 23.6592 1230.34 24.8619 1229.24 28.1998C1221.22 52.964 1194.23 55.4429 1188.94 22.383L1185.74 22.6284C1183.1 22.8002 1183 20.5668 1183 19.3396C1183 16.8607 1183.9 15.9772 1185.5 15.9772Z" fill="#252328"/> </g> <defs> <clipPath id="clip0_406_21940"> <rect width="97" height="43" fill="white" transform="translate(1183 4)"/> </clipPath> </defs> </svg> </div> <div class="mx-auto pb2 pb5-xs w-100 w-80-xs w-70-sm dn-md c-asset-svg-wrap"> <?xml version="1.0" encoding="UTF-8"?> <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 341.98 285.91"> <defs> <style> .cls-1 { fill: #f9f9f9; } .cls-2, .cls-3 { fill: #252328; } .cls-3 { fill-rule: evenodd; } </style> </defs> <rect class="cls-1" y="98" width="166.98" height="89.91"/> <rect class="cls-1" width="166.98" height="89.91"/> <path class="cls-2" d="M45.75,41.93c-.16-.52-.64-1.67-.76-2.53-.28-1.89,.71-3.14,1.62-3.43,1.02-.28,1.42,.23,1.82,1.42,.51,1.81,.57,4.19,.4,7.59-.22,4.65-2.55,10.26-8.35,10.15-5-.11-7.21-3.34-7.44-8.27-.11-2.32,.06-4.65,1.02-7.94,.51-1.76,.97-2.39,2.56-2.72,1.25-.23,1.14,1.07,.85,2.61-.62,3.4-.91,5.04-.68,8.9,.22,4.08,2.1,5.67,4.15,5.67,3.07,.06,4.43-2.49,5-6.18,.45-2.95,.11-4.36-.18-5.27Zm65.41,4.03c1.19,0,1.54,1.41,1.25,2.26-.29,.85-1.31,1.82-2.9,2.1-.34-.85-.51-4.36,1.64-4.36Zm-22.21,1.92c0-.96-.51-1.75-1.13-1.75-.52,0-1.71,.57-1.71,2.38,0,1.42,.51,2.1,.74,2.39,1.64-.51,2.1-1.88,2.1-3.01Zm-17.67-11.56c-.08-.91-.79-1.53-1.76-1.53-1.08,0-2.09,1.13-1.99,2.55,.07,.94,.62,1.7,1.71,1.7,1.25,0,2.15-1.42,2.04-2.72Zm9.24,3.33c-.1-1.59-.48-2.3-1.34-2.24-1.13,.07-1.65,3.62-1.42,7.35,.15,2.44,.51,2.81,.85,2.79,.63-.04,2.13-4.39,1.91-7.9Zm37.68,5.97c-.7,2.91-2.84,7.2-6.02,7.2-.74,0-2.04-.29-2.04-1.02,0-.79,5-.9,5-4.71,0-1.42-1.31-3.4-3.24-3.4-2.56,0-5.05,2.78-5.05,6.63,0,3.46,2.15,4.59,4.31,4.59,3.75,0,6.02-3.06,7.22-5.61,.57,1.7,.9,5.61,2.33,5.61,.57,0,.97-.28,1.65-1.81,1.7-3.8,3.35-8.17,5.62-8.17,.85,0,.34,1.53,2.38,1.53,.96,0,1.64-.79,1.64-1.7,0-1.31-1.19-2.32-3.01-2.32-5.34,0-6.47,7.99-7.33,7.99-1.42,0-.97-6.41-1.99-6.41-.91,0-1.36,1.08-1.48,1.59Zm-45.44,6.8c.85,0,2.32-.28,3.47-2.12-.66-1.46-1.13-4.41-1.19-5.49-.34-5.5,1.78-10.67,4.1-10.81,1.7-.1,3.06,1.51,3.22,4.11,.42,6.85-1.87,9.71-3.01,12.17,.19,.96,1.82,2.58,3.35,2.58,.57,0,1.25-.28,1.42-.51-.11-.39-.23-.9-.23-1.64,0-3.97,2.56-7.31,4.77-7.31,1.76,0,2.78,2.32,2.78,3.86,0,1.81-1.54,3.29-3.81,4.71,.4,.39,1.13,.68,1.76,.68,3.24,0,4.94-3.91,6.19-7.49,.23-.68,.63-1.64,1.42-1.64,1.36,0,1.93,8.96,4.2,8.96,.97,0,1.76-1.99,1.76-3.51,0-1.14-.4-1.25-.4-2.89,0-1.81,.97-3.34,2.28-3.34,.79,0,1.08,.79,1.08,1.75,0,3.63-2.62,10.38-6.47,10.38-2.9,0-2.68-4.99-3.7-4.99-1.14,0-2.73,5.05-8.35,5.05-.91,0-1.88-.45-2.67-1.36-1.36,.91-2.5,1.31-3.81,1.31-2.1,0-3.01-2.15-3.86-2.15-1.02,0-2.16,2.21-5.57,2.21-2.73,0-3.18-3.62-4.14-3.62-.85,0-2.16,3.62-3.58,3.62-2.39,0-2.9-6.29-5-6.29-1.65,0-6.85,6.39-8.26,6.24-.57-.06-.81-.48-.75-1.05,.08-.78,.76-2.88,1.03-3.88,.46-1.72,.88-3.61,1.12-4.22,.23-.61,.86-1.04,1.37-.99,.26,.02,.33,.5,.41,.89,.29,1.4,.69,2.83,1.14,2.83,.8,0,3.43-5.05,4.97-5.05,1.88,0,2.1,7.94,4.66,7.94,.85,0,1.48-1.02,2.05-2.27,.06-2.1,.63-5.1,2.33-5.1,1.19,0,1.76,2.66,.91,4.99,0,2.78,1.81,3.46,3.01,3.46Z"/> <rect class="cls-1" x="175" width="166.98" height="89.91"/> <path class="cls-2" d="M249.2,43.49c0,2.47,2.06,4.01,4.87,4.01h9.43c.68,0,1.11,.43,1.11,1.11v1.6c0,.68-.43,1.11-1.11,1.11h-13.28v3.97h13.37c2.8,0,4.9-2.1,4.9-4.9v-1.76c0-2.8-2.1-4.9-4.9-4.9h-9.4c-.68,0-1.11-.43-1.11-1.11v-1.91c0-.46,.28-.74,.74-.74h13.06v-3.98h-11.18c-1.5,0-2.71,1.2-2.71,2.71v1.08c0,.09-.06,.19-.18,.19-1.91,.06-3.6,1.14-3.6,3.51h0Zm22.52,6.16v5.64h3.97v-8.84c0-.4,.31-.46,.52-.25l9.36,9.09h5.42l-9.92-9.64,9.92-9.64h-5.42l-9.37,9.09c-.22,.22-.52,.15-.52-.25v-8.84h-3.97v5.67c0,2.03,1.33,3.26,3.7,3.91,.09,.03,.09,.12,0,.15-2.37,.65-3.7,1.88-3.7,3.91h0Zm-25.43-5.92v4.65c0,1.82-1.39,2.87-3.54,2.93-.12,0-.18,.09-.18,.19v1.08c0,1.48-1.2,2.71-2.71,2.71h-8.05c-2.65,0-4.8-2.15-4.8-4.8v-9.69c0-2.65,2.15-4.8,4.8-4.8h10.67v3.98h-10.38c-.61,0-1.11,.49-1.11,1.11v9.12c0,.61,.5,1.11,1.11,1.11h9.68c.41,0,.74-.33,.74-.74v-3.08h-1.53c-1.43,0-2.57-1.13-2.57-2.56v-1.2h7.89Z"/> <path class="cls-2" d="M84.59,136.24c-.14,.17-.22,.37-.22,.7v9.2h-.05s-5.05-8.98-5.29-9.4c-.17-.29-.37-.5-.62-.65-.25-.14-.52-.23-1.03-.23h-1.67c-.39,0-.63,.13-.8,.34-.14,.17-.22,.36-.22,.7v13.04c0,.34,.08,.53,.22,.7,.17,.2,.42,.33,.8,.33h.94c.39,0,.63-.13,.8-.33,.14-.17,.22-.37,.22-.7v-9.43h.05s5.24,9.26,5.45,9.61c.29,.49,.79,.85,1.5,.85h1.61c.39,0,.63-.13,.8-.33,.14-.17,.22-.37,.22-.7v-11.77h21.21c.22,0,.38-.06,.5-.16,.13-.12,.19-.28,.19-.53v-.89c0-.24-.06-.41-.19-.53-.12-.1-.28-.16-.5-.16h-23.15c-.39,0-.63,.13-.8,.33Zm9.26,3.49c-3.52,0-5.5,2.75-5.5,5.65,0,3.09,2.12,5.81,5.52,5.81,1.7,0,3.36-.64,4.32-1.76,.42-.49,.75-1.17,.75-1.58,0-.14-.03-.26-.11-.35-.08-.1-.2-.16-.42-.16h-1.64c-.33,0-.55,.12-.71,.37-.48,.7-1.17,1.06-2.18,1.06-1.52,0-2.51-1.16-2.58-2.42h7.07c.31,0,.54-.07,.69-.22,.17-.16,.25-.4,.25-.83,0-1.33-.42-2.71-1.29-3.76-.89-1.07-2.26-1.78-4.17-1.78Zm10.9,0c-2.78,0-4.61,1.32-4.61,3.43,0,.75,.28,1.36,.72,1.83,.52,.56,1.26,.94,2.34,1.22l2.33,.59c.64,.16,1.21,.35,1.21,.91,0,.86-.91,1.15-1.89,1.15-.48,0-.98-.09-1.38-.29-.28-.14-.53-.35-.7-.62-.15-.23-.2-.41-.44-.54-.14-.08-.31-.09-.55-.09h-1.26c-.27,0-.4,.08-.5,.19-.09,.11-.12,.27-.12,.44,0,.4,.14,.91,.48,1.37,.77,1.03,2.39,1.87,4.45,1.87s4.85-.84,4.85-3.56c0-.7-.2-1.3-.58-1.78-.48-.62-1.16-1.04-2.32-1.34l-2.3-.59c-.96-.24-1.4-.42-1.4-1s.51-1.02,1.69-1.02c.69,0,1.32,.15,1.73,.58,.33,.35,.27,.54,.54,.68,.16,.08,.34,.08,.63,.08h1.15c.18,0,.32-.03,.42-.14,.08-.09,.13-.23,.13-.47,0-.53-.35-1.21-.95-1.72-.81-.7-2.09-1.17-3.64-1.17Zm6.33,.38h-.57c-.21,0-.38,.06-.5,.16-.13,.12-.19,.29-.19,.53v.7c0,.24,.06,.4,.19,.53,.12,.1,.28,.16,.5,.16h.57v5.06c0,1.3,.36,2.11,1.02,2.76,.61,.6,1.4,.97,2.78,.97h.86c.21,0,.38-.06,.5-.16,.13-.12,.21-.29,.21-.53v-.88c0-.24-.08-.41-.21-.53-.12-.1-.29-.16-.5-.16h-.12c-.55,0-.92-.14-1.18-.39-.3-.28-.46-.72-.46-1.29v-4.86h1.85c.21,0,.38-.06,.5-.16,.13-.12,.19-.28,.19-.53v-.7c0-.24-.06-.4-.19-.53-.12-.1-.28-.16-.5-.16h-1.84v-3.3c0-.26-.08-.46-.2-.61-.15-.18-.37-.29-.68-.29h-1.15c-.32,0-.53,.11-.68,.29-.12,.15-.2,.34-.2,.61v3.3Zm6.22,9.96c0,.26,.08,.46,.2,.61,.15,.18,.37,.29,.68,.29h1.21c.32,0,.53-.11,.68-.29,.12-.15,.2-.35,.2-.61v-13.27c0-.26-.08-.46-.2-.61-.15-.18-.37-.29-.68-.29h-1.21c-.31,0-.53,.11-.68,.29-.12,.15-.2,.35-.2,.61v13.27Zm-25.97-5.91c.13-1.25,1.09-2.18,2.54-2.18s2.41,.93,2.54,2.18h-5.08Zm39.94-5.99c.21,0,.38-.06,.5-.16,.13-.12,.19-.28,.19-.53v-.94c0-.37-.07-.55-.19-.68-.11-.12-.29-.19-.5-.19-.16,0-.32,.02-.6,.05l-8.11,.8c-.23,.02-.34,.09-.43,.18-.09,.1-.13,.23-.13,.42v.53c0,.2,.04,.29,.11,.38,.09,.1,.22,.15,.41,.15h8.75Zm-4.48,1.55c-3.52,0-5.5,2.75-5.5,5.65,0,3.09,2.12,5.81,5.52,5.81,1.7,0,3.36-.64,4.32-1.76,.42-.49,.75-1.17,.75-1.58,0-.14-.03-.26-.11-.35-.08-.1-.2-.16-.42-.16h-1.63c-.33,0-.55,.12-.71,.37-.48,.7-1.17,1.06-2.18,1.06-1.52,0-2.51-1.16-2.58-2.42h7.09c.32,0,.54-.07,.69-.22,.17-.16,.25-.4,.25-.83,0-1.33-.42-2.71-1.29-3.76-.89-1.07-2.27-1.78-4.19-1.78Zm-2.53,4.44c.13-1.25,1.09-2.18,2.54-2.18s2.41,.93,2.54,2.18h-5.08Z"/> <path class="cls-2" d="M62.97,138.56c-2.63-3.91-4.94-5.23-5.59-5.85-.71-.69-1.26-1.46-1.6-1.83-.77-.84-1.77-1.88-3.41-1.88s-2.63,1.03-2.97,1.92c-.1,.25-.18,.56-.25,.68-.16,.25-.85,1.45-1.14,1.92h1.31l-.64,1.2c.74-.16,1.27-.28,1.98-.28,.63,0,1.08,.15,1.28,.54,.37,.73,.37,2.95,.99,4.63,.58,1.57,1.99,3.11,3.58,4.29,.02,.01,.04,.02,.07,.02,.08,0,.13-.06,.13-.11,0-.04-.01-.07-.05-.1-1.33-1.33-2.41-2.79-2.99-4.4-.57-1.57-.48-3.77-.98-4.75-.33-.65-1.04-.82-1.69-.82-.52,0-1.01,.11-1.24,.15l.57-.97h-.97c.21-.36,.42-.69,.52-.89,.09-.17,.13-.38,.24-.67,.37-.93,1.18-1.51,2.24-1.51,1.33,0,2.11,.85,2.88,1.71,.35,.4,.93,1.22,1.6,1.83,.46,.42,1.34,.9,2.69,2.29,.78,.8,1.68,1.85,2.64,3.24,3.41,4.99,5.65,9.38,6.9,12.81h-.02c-3.58-2.41-6.69-4.7-9.19-7.53-1.77-2.01-3.31-4.34-4.66-7.31-.09-.2-.17-.38-.25-.57-.03-.08-.07-.1-.13-.1-.07,0-.12,.05-.12,.12,0,.08,.03,.25,.11,.59,.71,3.07,2.69,5.83,4.81,8.12,2.11,2.28,4.49,4.24,6.44,5.66l1.53,4.36c.03,.11,.08,.22,.08,.32,0,.08-.02,.14-.07,.18-.04,.04-.1,.06-.23,.06h-.46c-.2,0-.28-.03-.35-.08-.07-.06-.12-.14-.16-.24-.13-.41-.94-2.7-1.09-3.17-.03-.08-.08-.11-.13-.11-.07,0-.12,.06-.12,.12,0,.06,.02,.12,.06,.32,.2,1.04,.44,2.21,.54,2.66,.04,.2,.09,.4,.09,.54,0,.13-.03,.2-.13,.3l-.47,.48c-.11,.11-.18,.14-.27,.14-.11,0-.2-.08-.25-.27-.54-2.5-1.35-5.61-1.56-6.47-.05-.19-.08-.3-.2-.3-.1,0-.13,.07-.13,.15,0,.06,.01,.14,.02,.2,.13,.89,.64,4.12,1.2,7.08,.1,.51,.29,.79,.73,.79,.2,0,.39-.08,.56-.25,.29-.29,.37-.37,.72-.71,.25-.24,.42-.34,.84-.34h1.05c.25,0,.38-.06,.5-.18,.11-.11,.18-.25,.18-.46s-.06-.4-.13-.61c-.27-.72-1.13-3.15-1.39-3.84h.02c.88,.66,2.17,1.51,2.73,1.51,.18,0,.28-.08,.28-.35,0-1.3-2.16-6.64-7.1-13.98Z"/> <path class="cls-2" d="M38.71,130.37c.15-.32,.47-.55,.86-.55,.53,0,.95,.41,.95,.95,0,.32-.15,.59-.38,.76,.05,.18,.08,.35,.08,.5,0,.59-.35,1.01-1,1.23-.08,.36-.24,.68-.49,.92-.42,.41-.86,.41-.86,.58,0,.09,.06,.15,.24,.15,.78,0,1.55-.44,1.65-1.16,.75-.25,1.2-1.01,1.2-1.61,0-.16-.01-.29-.08-.42,.2-.2,.45-.54,.45-1.04,0-.44-.19-.88-.53-1.21-.3-.29-.71-.48-1.2-.48-.71,0-1.17,.38-1.43,.76-.77,0-1.77,.85-1.77,2.07h-.11c-.07-.42-.51-.71-.88-.73-.3-.89-.97-1.65-2.07-1.65-.13,0-.28,0-.42,.03-.32-.3-.68-.48-1.19-.48-.96,0-1.75,.77-1.75,1.74,0,.61,.28,1.02,.8,1.39,0,0,0,.08,0,.11,0,.78,.85,1.99,2.11,1.99,0,.2,.25,.47,.52,.51v.1h-.11c-1.73,0-2.47,.83-2.47,1.39-.52,.21-.85,.78-.85,1.31,0,1.05,.77,1.8,1.79,1.8,.34,0,.69-.13,.93-.32,.18,.06,.4,.1,.64,.1,.49,0,1.03-.17,1.41-.73,.06,0,.11,0,.16,0,.62,0,1.16-.41,1.44-.95,.07-.13,.1-.24,.1-.32s-.03-.14-.11-.14c-.1,0-.11,.09-.29,.26-.4,.36-1,.49-1.63,.49-.3,.45-.68,.68-1.11,.68-.32,0-.57-.09-.82-.25-.2,.23-.46,.32-.71,.32-.56,0-.95-.39-.95-.95,0-.39,.25-.75,.61-.88,.06-.7,.81-1.17,1.75-1.17,.12,0,.24,0,.37,.02,.14-.23,.48-.47,.96-.53,.1-.01,.18-.02,.23-.05,.06-.03,.08-.08,.08-.15,0-.06-.02-.11-.08-.14-.05-.03-.14-.04-.23-.06-.45-.08-.98-.36-1.24-1.03-1.07,0-1.85-.85-1.85-1.81v-.06c-.35-.14-.59-.48-.59-.88,0-.53,.42-.95,.95-.95,.32,0,.59,.15,.77,.39,.15-.04,.32-.06,.48-.06,.79,0,1.64,.5,1.8,1.47,1.02,.09,1.26,.95,1.32,1.31,.04,.18,.06,.34,.18,.34,.13,0,.16-.14,.2-.33,.08-.36,.21-.65,.48-.87,0-.92,.69-1.72,1.67-1.72Z"/> <path class="cls-2" d="M41.05,135.87c-.33,.47-.57,.71-1.33,1.59-1,1.18-1.52,2.13-2.39,4.25,.14-.01,.35-.03,.57-.03,.11,0,.2,0,.35,0l.11-.23c.49-1.04,1.14-2.45,2.06-3.54l.32-.37c.95-1.11,1.53-1.76,1.9-3.27,.13-.54,.23-1.01,.59-1.36,.33-.31,.74-.44,1.15-.44,.35,0,.61,.08,1,.25,.35,.15,.47,.18,.84,.18,.13,0,.22,0,.3-.01l-.49,.66,.67,.47c-.84,.25-1.29,1.06-1.44,1.43-.03,.08-.04,.13-.04,.18,0,.06,.03,.11,.11,.11,.09,0,.16-.07,.28-.21,.41-.49,.74-.83,2.25-1.3l-1.07-.8,.81-1.18h-.76c-.48,0-.8,0-1.21-.2-.57-.26-.86-.37-1.36-.37-.61,0-1.17,.22-1.63,.64-.53,.49-.69,1.14-.88,1.85-.15,.55-.33,1.16-.72,1.71Z"/> <path class="cls-2" d="M42.72,140.98c-.4,.54-.95,1.25-1.38,2.01,.14,.06,.58,.3,.74,.39,.49-.73,1.17-1.63,1.61-2.32,.4-.62,.57-.89,.59-1.72,0-.14,0-.28,.02-.41,.04-.43,.15-.87,.56-1.27,.3-.3,.74-.46,1.18-.46s.67,.12,1.04,.12c.26,0,.45-.06,.62-.13l.14-.05-.33,.78,.76,.31c-.49,.3-1.55,1.61-1.55,3.15,0,.56,.08,1.07,.2,1.53,.01,.05,.04,.1,.12,.1,.07,0,.12-.04,.13-.12v-.16c.03-.47,.06-1.22,.25-1.89,.32-1.13,1.17-2.19,2.03-2.69l-1.22-.53,.52-1.28-.57,.12c-.35,.07-.6,.13-.9,.13-.2,0-.42-.03-.69-.09-.2-.05-.42-.09-.73-.09-.56,0-1.16,.21-1.57,.61-.75,.71-.79,1.48-.84,2.16-.06,.91-.23,1.13-.73,1.8Z"/> <path class="cls-2" d="M60.29,141.1c-.05-.06-.09-.09-.15-.09-.08,0-.13,.06-.13,.12,0,.1,.07,.22,.25,.52,.54,.91,1.2,1.83,2.02,2.69,.88,.94,1.92,1.81,3.03,2.59l.35,.24s.09,.06,.13,.06c.07,0,.12-.07,.12-.13,0-.04-.01-.07-.06-.11-1.03-.94-2.14-2.08-3.18-3.18-.81-.87-1.65-1.79-2.38-2.71Z"/> <path class="cls-2" d="M37.6,137.64c.11-.18,.42-.61,.55-.74-.54-1.1-1.43-2.15-1.82-2.57l-.33,.32c.37,.54,1,1.59,1.6,2.99Z"/> <path class="cls-2" d="M32.75,131.24c-.06-.06-.08-.09-.08-.13,0-.05,.03-.11,.11-.11,.03,0,.06,0,.09,.02,.52,.21,.97,.46,1.36,.76,.33,.25,.66,.56,.97,.94l-.3,.34c-.37-.3-1.55-1.3-2.17-1.82Z"/> <path class="cls-2" d="M37.72,133.6l-.38-.23c.25-.59,.55-1.12,.91-1.52,.26-.29,.5-.52,.76-.75,.06-.05,.1-.09,.16-.09,.07,0,.12,.06,.12,.11,0,.03-.01,.06-.04,.1-.43,.67-1.27,2-1.53,2.38Z"/> <path class="cls-2" d="M32.97,136.97c-.09,.04-.13,.06-.18,.06-.08,0-.11-.06-.11-.11s.02-.08,.07-.12c.87-.68,1.63-.94,2.69-1.12l.13,.42-2.59,.87Z"/> <path class="cls-2" d="M50.68,131.69c0-.25,.13-.69,.59-.69,.16,0,.3,.03,.42,.09,.17,.08,.28,.19,.28,.31,0,.13-.13,.25-.32,.41-.2,.16-.45,.31-.66,.31-.25,0-.32-.23-.32-.43Z"/> <path class="cls-2" d="M44.01,133.64c0-.3,.18-.63,.54-.63,.16,0,.34,.06,.47,.19,.08,.07,.11,.15,.11,.23,0,.17-.16,.33-.35,.44-.15,.09-.3,.14-.44,.14-.22,0-.33-.13-.33-.37Z"/> <path class="cls-2" d="M45.34,138.27c0-.07,0-.15,.04-.24,.06-.18,.18-.36,.47-.36,.13,0,.28,.03,.4,.12,.11,.07,.15,.16,.15,.25,0,.3-.51,.66-.76,.66-.18,0-.3-.18-.3-.43Z"/> <path class="cls-2" d="M42.72,147.29c-.95,0-1.38-.45-1.38-1.02,0-1,1.76-1.98,3.34-2.59l.41,.53c-.97,.39-2.94,1.22-2.94,1.94,0,.25,.15,.44,.74,.44,1.03,0,2.14-.5,3.17-1,.08-.04,.17-.07,.25-.07,.13,0,.22,.04,.32,.18l.17,.23c-1.19,.66-2.68,1.36-4.08,1.36Z"/> <path class="cls-2" d="M45.2,147.37c-.93,.52-1.9,.87-2.75,.87-.95,0-1.8-.41-2.51-1.47-.3-.45-.53-1.01-.81-1.52-.34-.59-.71-.91-1.35-.91-.59,0-1.16,.24-1.77,.5l.03,.13c.05,.22,.13,.37,.34,.37,.09,0,.18-.04,.23-.06,.34-.11,.59-.2,.93-.2,.53,0,.78,.31,1.14,1.07l.14,.28c-.37,.13-1.23,.19-1.87,.19h-.3l.05,.3c.02,.13,.07,.23,.18,.28,.13,.06,.31,.07,.63,.07,.81,0,1.39-.1,1.73-.18,.87,1.29,2.06,1.79,3.22,1.79,.98,0,1.98-.36,2.93-.88l-.18-.64Z"/> <path class="cls-2" d="M46.18,147.3l-.17-.65c1.45-.78,2.78-1.41,4.9-1.61,.04,.81-.01,1.83,.59,1.83,.55,0,1.75-1.42,3.14-3.2,.13,.12,.33,.25,.52,.39l-.35,.46c-1.35,1.74-2.5,3.22-3.45,3.22-.88,0-1.21-1.04-1.23-1.81-1.35,.13-2.62,.59-3.94,1.38Z"/> <path class="cls-2" d="M65.14,133.29c-.55,0-.71-.3-.71-.73,0-.89,.56-2.17,.91-2.89h-.86c-.44,.86-2.2,3.62-3.14,4.76l.54,.58c.51-.56,1.07-1.52,1.67-2.47h.11s0,.11,0,.15c0,.8,.41,1.39,1.42,1.39,.62,0,1.6-.31,2.52-.62,.76-.26,1.46-.53,1.81-.63v-.85c-.4,.12-1.2,.43-2.03,.72-.88,.3-1.74,.58-2.24,.58Z"/> <path class="cls-2" d="M67.06,135.81c.85-.36,2.37-.97,3.24-1.28v-.86c-1.76,.65-4.85,1.93-6.95,3.07,.06,.07,.42,.59,.47,.65,.89-.37,1.69-.61,2.41-.61,1.01,0,1.84,0,3.22-.33v-.65c-.78,.14-1.6,.31-2.14,.31-.32,0-.41-.04-.41-.15,0-.06,.04-.1,.16-.15Z"/> <path class="cls-2" d="M49.02,139.67l-.34,.65h3.61l-.27-.65h-3Z"/> <path class="cls-2" d="M35.71,143.68c.38,0,.69-.13,.99-.25,.28-.11,.57-.23,.95-.23,.91,0,2.02,.44,3,.85,.06,.02,.12,.04,.18,.04,.16,0,.28-.07,.35-.22l.13-.23c-1.08-.63-2.81-1.3-3.7-1.3-.41,0-.71,.11-.99,.22-.32,.13-.59,.26-.88,.26-.71,0-2.54-.71-2.54-1.39,0-.8,2.91-1.11,3.23-1.11l.29-.66c-2.11,0-4.63,.74-4.63,1.72,0,.28,.16,.42,.16,.68,0,.35-.16,.59-.16,.99,0,.26,.16,.59,.34,.88,.2,.3,.43,.5,.43,.75,0,.19-.13,.42-.13,.86,0,.95,.54,1.53,1.6,2.67l.21,.22c-.88,.34-2.51,1.04-2.89,1.21-1.32,.55-1.65,1.22-1.65,2.28,0,.41,0,.88,.03,1.29h.25c.53,0,.59-.32,.59-.62,0-.21,0-.44,0-.69,0-.58,.03-1.11,.97-1.53,.38-.17,2.25-.93,3.65-1.52,.41-.18,.79-.32,1.21-.32,.47,0,1.02,.21,1.7,.61,.57,.34,1.17,.8,1.65,1.32l.6-.46c-.52-.61-1.23-1.15-1.94-1.57-.71-.42-1.35-.67-1.89-.67-.23,0-.42,.04-.59,.08-.19,.05-.37,.11-.59,.11-.26,0-.48-.06-.8-.43-.12-.13-.88-1-1.05-1.25-.08-.12-.22-.36-.22-.64,0-.12,.02-.26,.09-.39,.66,.51,1.47,.82,2.46,.94l-.13-.67c-1.42-.37-2.93-1.62-2.93-2.43,0-.17,.04-.29,.11-.44,.55,.51,1.84,1.04,2.54,1.04Z"/> <path class="cls-2" d="M46.01,144.01c.89-.63,1.81-.7,2.55-.7,.45,0,.97,.06,1.52,.13,.44,.06,.85,.1,1.33,.1,.97,0,1.94-.35,2.37-.54,.12,.15,.33,.35,.49,.49-.2,.13-1.5,.83-2.83,.83-.59,0-1.15-.07-1.63-.13-.42-.06-.88-.1-1.33-.1-.49,0-1.47,.14-2.08,.43l-.39-.51Z"/> <path class="cls-2" d="M59.09,146.34c-1.06,2.23-2.67,3.85-4.32,4.79-.78,.44-1.49,.73-3.02,.73h-3.3c-1.18,0-1.92,.15-2.5,.3-.62,.16-1.02,.32-1.65,.32-.93,0-1.79-.46-2.21-.9l.78-.61-.39-.52c-.23,.16-2.99,2.2-3.57,2.66l-.04-.02c.01-.14,.01-.27,.01-.39,0-1.55-.72-1.93-1.82-2.36l-.74,.44c1.51,.5,1.88,.9,1.88,2.02,0,.89-.32,1.24-.78,1.51-.47,.28-1.06,.4-1.58,.4-.22,0-.32,.04-.4,.12-.08,.08-.13,.21-.13,.39v.25h.18c.95,0,1.82-.15,2.78-.9l3.13-2.44c.44,.51,1.57,1.21,2.9,1.21,.75,0,1.23-.18,1.92-.36,.54-.13,1.06-.25,2.2-.25h3.31c1.7,0,2.52-.35,3.42-.86,1.96-1.1,3.64-2.96,4.59-5.1-.25-.15-.48-.3-.68-.43Z"/> <path class="cls-2" d="M53.96,148.98c.85-1.37,1.62-2.58,3.49-3.57-.2-.12-.48-.3-.63-.4-.73,.32-1.45,.95-2.06,1.59-1.41,1.47-1.29,2.31-2.78,2.88-.37,.14-.83,.3-1.42,.43-.35-1.07-1.21-2.12-2.13-2.12-.64,0-1.37,.33-2.22,.71-1,.44-1.91,.94-2.2,1.13l.39,.52c.3-.16,1.15-.59,2.01-.95,.74-.32,1.41-.58,1.87-.58,.73,0,1.2,.82,1.46,1.49-.95,.23-2.52,.28-3,.28-.22,0-.3,.03-.37,.1-.07,.06-.13,.18-.16,.33l-.06,.24h.51c2.64,0,5.14-.42,6.74-1.39,.23,.06,.42,.1,.68,.1,.92,0,1.87-.5,2.46-.96,.21-.16,.26-.31,.26-.47,0-.08,0-.15-.01-.22l-.03-.27c-.85,.67-1.55,1.17-2.43,1.17-.16,0-.27-.01-.36-.04Z"/> <rect class="cls-1" x="175" y="98" width="166.98" height="89.91"/> <rect class="cls-1" y="196" width="166.98" height="89.91"/> <path class="cls-2" d="M43.69,248.36c-2.45,.05-4.89-.37-7.18-1.23-1.47-.54-2.82-1.35-3.99-2.37-.86-.75-1.55-1.68-2.01-2.73-.38-.84-.55-1.75-.49-2.67,.05-.92,.32-1.81,.79-2.6,.67-1.18,1.61-2.19,2.74-2.95,1.42-.97,2.99-1.69,4.66-2.12,1.94-.53,3.95-.75,5.96-.67,2.3,.07,4.58,.57,6.69,1.48,1.44,.6,2.76,1.47,3.86,2.56,.83,.81,1.45,1.8,1.81,2.9,.27,.84,.34,1.74,.21,2.61-.13,.88-.46,1.71-.96,2.44-.79,1.2-1.85,2.2-3.09,2.93-1.7,1.02-3.57,1.72-5.52,2.07-1.15,.22-2.31,.34-3.48,.34h0Zm3.03-8.71c0,.05,0,.1,0,.16,.02,.96-.05,1.93-.2,2.88-.13,1.04-.41,2.07-.83,3.04-.25,.6-.63,1.14-1.11,1.59l-.16,.15h.05l.5-.04c1.92-.15,3.79-.69,5.5-1.59,1.33-.67,2.48-1.64,3.36-2.83,.88-1.18,1.3-2.64,1.18-4.11-.12-1.2-.59-2.34-1.35-3.29-.03-.03-.06-.06-.1-.08-.01,.12-.04,.24-.08,.36-.18,.61-.54,1.15-1.03,1.56-.71,.6-1.53,1.07-2.4,1.39-1.07,.39-2.18,.67-3.32,.83h0Zm-13.37-4.11l-.08-.07c-.15,.22-.31,.43-.46,.67-.74,1.13-1.07,2.47-.95,3.81,.13,1.22,.62,2.38,1.4,3.34,.92,1.13,2.08,2.04,3.4,2.68,1.44,.71,2.99,1.18,4.59,1.38,.4,.05,.83,.07,1.2,.12,0-.02,0-.05,0-.07-.59-.51-1.04-1.15-1.31-1.87-.59-1.47-.91-3.04-.95-4.62,0-.41-.02-.83-.05-1.26h-.15c-1-.16-1.99-.41-2.95-.76-.9-.32-1.74-.8-2.48-1.41-.51-.4-.89-.94-1.08-1.55-.08-.11-.13-.24-.15-.38l.02,.02Zm13.17,1.9l.83-.16c.88-.15,1.73-.43,2.53-.82,.41-.19,.78-.47,1.07-.82,.18-.2,.27-.46,.27-.73s-.1-.53-.27-.73c-.23-.28-.51-.51-.83-.69-.49-.29-1.02-.51-1.56-.67-1.4-.43-2.85-.67-4.32-.71-1.55-.07-3.1,.05-4.62,.34-.9,.15-1.78,.43-2.6,.82-.43,.18-.82,.46-1.12,.82-.18,.2-.27,.46-.27,.73s.1,.53,.27,.73c.06,.08,.13,.15,.21,.22,.29,.27,.63,.5,.99,.67,.85,.39,1.74,.66,2.66,.82l.55,.09v-.17c.15-.88,.4-1.73,.74-2.55,.25-.68,.64-1.3,1.16-1.82,.25-.25,.57-.43,.92-.5,.26-.04,.53-.02,.79,.06,.25,.08,.48,.23,.67,.42,.33,.3,.61,.66,.82,1.05,.41,.75,.71,1.55,.88,2.39,.06,.39,.14,.78,.23,1.21Zm-1.16,2.37c-1.31,.11-2.62,.11-3.93,0,0,.57,.04,1.15,.13,1.72,.1,.8,.34,1.58,.69,2.31,.14,.28,.34,.54,.59,.74,.15,.15,.36,.23,.57,.23s.42-.08,.57-.23c.16-.13,.3-.29,.41-.46,.18-.31,.33-.64,.46-.98,.28-.81,.45-1.66,.5-2.52,.02-.28,0-.54,0-.81h0Zm-3.8-2.22c1.22,.12,2.46,.12,3.68,0-.11-.78-.33-1.53-.66-2.24-.14-.28-.33-.54-.56-.75-.08-.08-.17-.15-.28-.2-.1-.05-.22-.07-.33-.07s-.23,.02-.33,.07c-.1,.05-.2,.11-.28,.2-.17,.15-.32,.33-.44,.53-.42,.76-.7,1.6-.8,2.46h0Z"/> <path class="cls-2" d="M78.72,246.62c-1.53-.01-3.01-.55-4.19-1.52-1.18-.97-1.98-2.32-2.27-3.81-.29-1.49-.05-3.04,.68-4.37,.73-1.34,1.9-2.38,3.32-2.95,1.42-.57,2.99-.64,4.45-.19,1.46,.45,2.72,1.39,3.57,2.65,.84,1.27,1.22,2.79,1.06,4.3-.16,1.51-.84,2.92-1.92,3.99-1.25,1.23-2.95,1.92-4.71,1.91Zm3.71-6.5c.05-1.08-.3-2.14-.98-2.98-.32-.4-.72-.73-1.19-.96-.46-.23-.97-.35-1.49-.35-.52,0-1.03,.1-1.49,.32-.47,.22-.88,.53-1.21,.93-.58,.66-.94,1.49-1.03,2.37-.09,.62-.04,1.24,.13,1.84,.17,.6,.47,1.15,.88,1.63,.31,.38,.69,.69,1.13,.91,.44,.22,.92,.34,1.41,.36s.98-.07,1.43-.26c.45-.19,.86-.47,1.19-.83,.78-.8,1.21-1.86,1.22-2.97h0Z"/> <path class="cls-2" d="M104.75,246.62c-1.53-.01-3.01-.55-4.18-1.52-1.18-.97-1.98-2.32-2.27-3.81-.29-1.49-.05-3.04,.68-4.37,.73-1.34,1.9-2.38,3.32-2.95,1.42-.57,2.99-.64,4.45-.19,1.46,.45,2.72,1.39,3.57,2.65,.84,1.27,1.22,2.79,1.06,4.3-.16,1.51-.84,2.92-1.92,3.99-1.25,1.23-2.95,1.92-4.71,1.91h0Zm3.71-6.65c.01-.59-.1-1.18-.33-1.73-.23-.55-.57-1.04-1-1.45-.63-.61-1.48-.96-2.36-.96s-1.73,.35-2.36,.96c-.83,.82-1.32,1.92-1.36,3.09-.04,1.16,.37,2.3,1.15,3.17,.32,.36,.71,.65,1.15,.85,.44,.2,.92,.3,1.4,.3,.49,0,.96-.1,1.4-.3,.44-.2,.83-.49,1.15-.86,.77-.84,1.19-1.94,1.16-3.07h0Z"/> <path class="cls-2" d="M132.87,245.88l-1.07-2.77h-5.14l-1.07,2.78h-3.24c1.69-4.07,3.38-8.15,5.07-12.22,0-.07,.06-.11,.08-.18h3.49l5.17,12.45-3.3-.05Zm-3.6-9.38h-.07c-.55,1.48-1.12,2.96-1.7,4.45,1.15,.07,2.31,.07,3.47,0l-1.7-4.45Z"/> <path class="cls-2" d="M85.79,233.48h3c.1-.01,.2,.01,.29,.06,.09,.05,.15,.13,.19,.22,.89,1.56,1.79,3.11,2.7,4.65,.05,.09,.1,.17,.18,.3l2.99-5.21h3.31l-.17,.25c-1.55,2.46-3.06,4.84-4.59,7.24-.1,.15-.15,.32-.14,.49v4.43h-2.85v-4.4c0-.18-.05-.35-.14-.49-1.53-2.4-3.05-4.81-4.57-7.21l-.2-.33Z"/> <path class="cls-2" d="M64.88,245.92v-10.14h-3.84c-.06-.77-.06-1.54,0-2.3h10.54c.06,.75,.06,1.51,0,2.27-.32,.03-.64,.03-.96,0h-2.91v10.17h-2.83Z"/> <path class="cls-2" d="M112.44,233.48h10.62v2.29h-3.9v10.15h-2.82v-10.15h-3.9v-2.29Z"/> <rect class="cls-1" x="175" y="196" width="166.98" height="89.91"/> <path d="M253.73,223.72l.49,.13c.79,.21,1.48,.71,1.93,1.39,.45,.69,.63,1.52,.5,2.33-.13,.81-.55,1.54-1.19,2.06-.64,.52-1.44,.78-2.26,.73-.82-.04-1.59-.39-2.17-.97-.58-.58-.92-1.36-.96-2.18-.04-.82,.22-1.62,.74-2.26s1.26-1.05,2.07-1.18c.06-.01,.11-.03,.16-.06h.69Z"/> <path d="M287.67,249.15c-.04,.12-.11,.23-.21,.3-.1,.08-.22,.12-.35,.12h-1.59c-.27,0-.39-.22-.41-.47v-10.22c0-.67,.06-.8,.74-.8,.42-.03,.84-.03,1.26,0,.12,0,.24,.04,.33,.11,.1,.07,.17,.17,.22,.28l.02,10.67Z"/> <path d="M227.32,236.62c.18,.8,.34,1.59,.54,2.35,.58,2.29,1.67,4.43,3.19,6.24,1.2,1.52,2.84,2.63,4.7,3.19,1.07,.3,2.19,.36,3.29,.19,1.1-.17,2.15-.57,3.08-1.18,1.85-1.16,3.39-2.75,4.5-4.64,.68-1.11,1.24-2.29,1.86-3.43,.26-.46,.5-.93,.8-1.37,.14-.25,.35-.44,.62-.54,.26-.1,.56-.1,.82,0,.34,.09,.67,.22,.99,.37,.19,.1,.35,.24,.46,.43,.11,.18,.17,.39,.17,.6,.01,.68-.11,1.36-.35,1.99-.84,2.77-2.2,5.36-3.98,7.65-1.68,2.24-3.96,3.97-6.57,4.99-1.85,.75-3.87,.98-5.84,.64-1.97-.33-3.81-1.21-5.31-2.53-2.06-1.76-3.67-3.97-4.71-6.47-1.08-2.47-1.83-5.07-2.25-7.73-.02-.07-.04-.15-.05-.22,0-.18-.09-.22-.26-.21l-2.06,.13c-.23,.02-.46,.02-.68,0-.28-.05-.54-.18-.74-.38-.2-.2-.33-.46-.38-.75-.21-.79-.19-1.61,.04-2.39,.07-.3,.24-.57,.49-.76,.24-.19,.54-.3,.85-.3,.15,0,.31,0,.46,0h8.56c1.35,0,1.82,.39,2.06,1.73,.05,.29,.08,.58,.09,.88,.01,.16,0,.33-.06,.49-.05,.16-.14,.3-.25,.42s-.24,.22-.39,.29c-.15,.07-.31,.11-.48,.11-.69,.09-1.39,.13-2.09,.18l-1.12,.03Z"/> <path d="M282.42,242.54v3.3c0,.56-.1,1.12-.28,1.66-.21,.55-.55,1.04-1.01,1.42-.45,.38-1,.63-1.58,.73-1.22,.3-2.5,.29-3.72-.04-.74-.17-1.4-.59-1.88-1.17-.48-.59-.76-1.31-.79-2.07,0-.16,0-.32,0-.49v-7.06c0-.51,.1-.65,.62-.68,.43-.03,.86-.03,1.29,0,.49,0,.61,.2,.61,.71v6.8c-.02,.22-.02,.44,0,.66,.03,.32,.17,.63,.39,.87,.22,.24,.52,.4,.84,.45,.46,.1,.93,.12,1.39,.07,.23,0,.46-.04,.67-.14,.21-.09,.4-.23,.55-.4,.15-.17,.26-.38,.33-.6,.07-.22,.08-.45,.05-.68v-6.98c0-.57,.1-.72,.68-.8,.44-.03,.88-.03,1.31,0,.41,0,.55,.21,.55,.63l-.02,3.82Z"/> <path d="M268.13,240.17v8.56c0,.65-.14,.8-.8,.8-.41,.03-.82,.03-1.23,0-.41-.05-.54-.23-.54-.64v-8.72h-2.91c-.53,0-.68-.14-.64-.66,.03-.33,.08-.66,.15-.99,.03-.13,.1-.25,.21-.33,.11-.08,.24-.13,.38-.12h8.11c.13,0,.27,0,.41,0,.22,0,.37,.15,.36,.4,0,.35-.03,.69-.1,1.03-.11,.56-.27,.67-.85,.68h-2.54Z"/> <g> <path class="cls-3" d="M302.57,138.81c0,.11-.05,.21-.12,.29-.07,.08-.17,.14-.27,.16l.42,.71h-.31l-.39-.68h-.28v.68h-.29v-1.66h.7c.07,0,.14,0,.2,.02,.07,.02,.13,.06,.18,.1,.05,.05,.09,.1,.12,.16,.03,.06,.05,.13,.05,.2h0Zm-.28,.03c0-.18-.13-.24-.31-.24h-.37v.49h.37c.18,0,.31-.07,.31-.24Z"/> <path class="cls-3" d="M300.07,138.72c0-.27,.08-.53,.23-.76,.15-.22,.36-.4,.61-.5,.25-.1,.52-.13,.78-.08,.26,.05,.51,.18,.7,.37,.19,.19,.32,.43,.37,.7,.05,.26,.03,.54-.08,.79-.1,.25-.28,.46-.5,.61-.22,.15-.49,.23-.75,.23-.36,0-.71-.14-.96-.4-.25-.26-.4-.6-.4-.96h0Zm1.36,1.14c.3,0,.59-.12,.81-.33,.21-.21,.33-.51,.33-.81h0c0-.3-.12-.59-.33-.81-.21-.21-.5-.33-.81-.33s-.59,.12-.81,.33c-.21,.21-.33,.51-.33,.81,0,.15,.03,.3,.09,.44,.06,.14,.14,.26,.25,.37,.11,.11,.23,.19,.37,.25,.14,.06,.29,.09,.44,.09h0Zm-56.5-.52c0,.3-.05,.6-.17,.88-.11,.28-.28,.53-.49,.75-.21,.21-.46,.39-.74,.5-.28,.12-.57,.18-.87,.18h-.02c-.29,0-.57-.12-.78-.33-.21-.21-.33-.49-.33-.78,0-.57,.31-.58,.31-.96,0-.14-.06-.27-.15-.37-.1-.1-.23-.15-.37-.16-.11,0-.22,.02-.32,.06-.1,.04-.2,.1-.27,.18-.08,.08-.14,.17-.18,.27s-.07,.21-.07,.32v6s.02,.09,.05,.13c.03,.03,.07,.06,.12,.07l.59,.18c.08,.02,.19,.09,.19,.19v.49c0,.05-.02,.1-.06,.14-.04,.04-.09,.06-.14,.06h-3.78s-.05,0-.07-.01-.05-.02-.06-.04c-.02-.02-.03-.04-.04-.06,0-.02-.01-.05-.01-.08v-2.71c-1.06,1.11-3.23,3.2-4.35,3.2-1.25,0-1.09-1.35-2.03-1.35-.82,0-.87,1.35-3.15,1.35-2.46,0-4.45-2.31-4.45-5.19s1.99-5.18,4.45-5.18c2,0,2.46,1.09,2.95,1.09,.31,0,.44-.24,.5-.59,0-.06,.04-.11,.08-.14,.04-.04,.1-.06,.16-.05h3.15c.05,0,.1,.02,.14,.06,.04,.04,.06,.09,.06,.14h0v.48c0,.11-.11,.17-.2,.19l-.58,.17s-.09,.03-.12,.07c-.03,.04-.05,.08-.05,.13v5.29c0,.17,.09,.33,.21,.45,.13,.12,.29,.18,.46,.18,.63,0,1.98-1.12,2.78-1.84v-3.75s0-.1-.03-.14-.05-.08-.08-.12c-.04-.03-.08-.06-.12-.07-.05-.02-.09-.02-.14-.02-.24,0-.25,.22-.56,.22-.12,0-.24-.05-.32-.14-.09-.09-.13-.2-.14-.32,0-.41,.74-1.31,1.89-1.31,1.99,0,1.68,1.48,2.39,1.48,.64,0,.75-1.48,2.5-1.48,.3,0,.6,.05,.88,.17,.28,.11,.53,.28,.75,.5,.21,.21,.38,.47,.5,.75,.12,.28,.17,.58,.17,.88h0Zm-14.34,1.31c0-.65-.89-1.31-1.71-1.31-1.52,0-2.49,1.2-2.49,2.9s.97,2.94,2.49,2.94c.82,0,1.71-.66,1.71-1.31v-3.22Zm15.34,3.22c0,2.54,1.92,3.26,3.2,3.26h6.59c.38,.01,.76-.06,1.11-.19,.35-.14,.68-.35,.95-.61,.27-.27,.49-.59,.63-.94,.15-.35,.22-.73,.22-1.11,0-2.67-4.1-2.43-4.1-3.96,0-.62,.61-.84,1.35-.84,.63,.02,1.24,.22,1.76,.57,.02,.02,.05,.03,.08,.04,.03,0,.06,0,.09,0,.03,0,.06-.02,.08-.04,.02-.02,.04-.05,.05-.08l1.01-2.33s.02-.06,.02-.09c0-.03-.01-.06-.03-.09-.02-.03-.04-.05-.07-.06-.03-.01-.06-.02-.09-.02h-4.71c-.65,.02-1.27,.29-1.73,.76-.46,.47-.71,1.1-.71,1.75,0,2.75,3.56,2.27,3.56,4.13,0,.18-.04,.36-.11,.52-.07,.16-.17,.31-.3,.44-.13,.12-.28,.22-.45,.29-.17,.07-.34,.1-.52,.09-1.57,0-2.23-1.06-2.3-1.67,0-.03-.02-.06-.03-.08-.02-.02-.04-.04-.06-.06-.02-.01-.05-.02-.08-.03-.03,0-.06,0-.09,0l-.65,.26s-.05,.03-.07,.06c-.02,.02-.03,.05-.04,.08,0,.03,0,.06,0,.09,0,.03,.02,.06,.03,.08,.12,.14,.18,.31,.18,.49,0,.1-.02,.2-.06,.3-.04,.1-.1,.18-.17,.25-.07,.07-.16,.13-.25,.17-.09,.04-.2,.06-.3,.06-.2,0-.4-.09-.54-.23-.14-.15-.22-.34-.22-.55v-13.69s0-.05-.01-.08c0-.02-.02-.05-.04-.06-.02-.02-.04-.03-.06-.04-.02,0-.05-.01-.08-.01h-3.79c-.05,0-.1,.02-.14,.06-.04,.04-.06,.09-.06,.14h0v.48c0,.11,.11,.17,.2,.19l.58,.18s.09,.03,.12,.07c.03,.04,.05,.08,.06,.13v11.94Z"/> <path class="cls-3" d="M299.01,137.95v.48c0,.11-.11,.17-.19,.19l-.59,.17s-.09,.03-.12,.07c-.03,.04-.05,.08-.05,.13v10.03c-.02,1.18-.5,2.3-1.33,3.12-.84,.82-1.96,1.28-3.14,1.28-.76,.03-1.51-.14-2.19-.5-.67-.36-1.24-.88-1.65-1.53-1,1.79-4.22,5.63-13.65,5.63-5.18,0-13.99-2.58-18.57-2.58-6.29,0-10.44,1.72-14.75,6.06-.03,.05-.09,.08-.15,.09-.06,.01-.12,0-.17-.04l-8.04-4.41s-.05-.03-.07-.06c-.02-.02-.03-.05-.03-.08,0-.03,0-.06,0-.09,0-.03,.03-.05,.05-.08,5.32-4.53,13.02-6.87,18.46-6.87,10.65,0,18.07,5.29,26.82,5.29,7.39,0,9.52-3.71,9.52-4.94,0-.05,.02-.1,.06-.14,.04-.04,.08-.06,.14-.06h.74s.05,0,.07,.02c.02,.01,.04,.02,.06,.04,.02,.02,.03,.04,.04,.06,0,.02,.01,.05,.01,.08,0,.3,.07,.59,.19,.86,.12,.27,.29,.51,.5,.72,.21,.2,.47,.36,.74,.46,.28,.1,.57,.15,.86,.14,.3,0,.6-.06,.88-.18,.28-.12,.53-.29,.74-.51,.21-.22,.37-.48,.48-.77,.11-.28,.15-.59,.14-.89v-1.93s0-.1-.01-.14c-.01-.05-.04-.09-.07-.12-.03-.03-.08-.06-.12-.08-.05-.01-.1-.02-.14-.01-.35,0-.66,.94-2.53,.94-2.46,0-4.45-2.31-4.45-5.19s2.01-5.17,4.46-5.17c2.01,0,2.46,1.09,2.95,1.09,.3,0,.43-.24,.5-.59,.01-.06,.04-.11,.08-.14,.04-.04,.1-.05,.16-.05h3.15c.05,0,.1,.02,.14,.06,.04,.04,.06,.09,.06,.14h0Zm-4.17,3.08c0-.65-.89-1.31-1.71-1.31-1.52,0-2.49,1.2-2.49,2.9s.98,2.94,2.49,2.94c.82,0,1.71-.66,1.71-1.31v-3.22Z"/> <path class="cls-3" d="M288.54,136.83c0,2.01-1.26,3.08-2.3,3.08-1.23,0-1.06-.85-1.86-.85-.23,0-.46,.08-.63,.24-.17,.16-.27,.38-.28,.61v5.98s.02,.09,.06,.13c.03,.03,.07,.06,.12,.07l.58,.18c.08,.02,.2,.08,.2,.19v.49c0,.05-.02,.1-.06,.14-.04,.04-.08,.06-.14,.06h-3.78s-.05,0-.07-.01c-.02,0-.04-.02-.06-.04-.02-.02-.03-.04-.04-.06,0-.02-.01-.05-.01-.07v-6.96c.01-.11,0-.21-.03-.31-.03-.1-.09-.19-.17-.27-.08-.08-.17-.13-.27-.17-.1-.03-.21-.05-.31-.03-.4,0-1.02,.35-1.59,.75-.04,2.14-1.96,3.77-4.95,3.77,0,.41,.94,1.94,2.78,1.94,.47,.02,.94-.07,1.37-.26,.43-.2,.8-.5,1.09-.87,.26-.35,.88-.2,.58,.47-.4,.76-1.01,1.39-1.75,1.82-.74,.43-1.59,.64-2.45,.61-1.18,0-2.33-.4-3.25-1.14-.92-.74-1.56-1.78-1.8-2.94-.58-.18-1.13-.43-1.64-.75v1.82c.02,.36-.04,.72-.18,1.06s-.33,.64-.59,.9c-.26,.26-.57,.45-.9,.58-.34,.13-.7,.18-1.06,.16h-1.57c-2.3,0-3.73-1.29-3.73-3.29v-11.91s-.02-.09-.05-.13c-.03-.04-.07-.06-.12-.07l-.58-.18c-.09-.02-.2-.09-.2-.19v-.48c0-.05,.02-.1,.06-.14,.04-.04,.09-.06,.14-.06h3.78s.05,0,.07,.02c.02,0,.04,.02,.06,.04,.02,.02,.03,.04,.04,.06,0,.02,.01,.05,.01,.08v13.24c0,.96,.93,1.37,1.61,1.37,.73,0,1.6-.28,1.6-1.31v-2.62l-1.3-.78c-.09-.05-.17-.12-.23-.21-.05-.09-.08-.19-.08-.3v-2.73c0-.05,.02-.1,.06-.14,.04-.04,.09-.06,.14-.06h2.81c.05,0,.1,.02,.14,.06,.04,.04,.06,.09,.06,.14v3.7c.48,.32,.99,.59,1.52,.82,.04-1.35,.6-2.63,1.57-3.56,.97-.94,2.26-1.46,3.6-1.45,1.58,0,2.59,.74,3.04,1.66,.94-.73,2.36-1.66,3.52-1.66,1.29,0,1.29,1.06,1.93,1.06,.1,0,.2-.05,.28-.13,.07-.08,.11-.18,.11-.28,0-.27-.13-.47-.13-.71,.02-.25,.13-.48,.32-.65,.18-.17,.43-.26,.68-.26,.94,0,1.47,.98,2.28,.98,.21-.02,.41-.12,.55-.28,.14-.16,.22-.37,.21-.59,0-.5-.58-1.28-1.13-1.74-.08-.07-.13-.17-.14-.27,0-.11,.02-.21,.09-.29,.07-.08,.17-.13,.27-.14,.11-.01,.21,.02,.29,.09,.55,.29,1.01,.72,1.32,1.26,.32,.53,.49,1.14,.48,1.76v-.02Zm-12.54,3.18c.01-.13,0-.27-.05-.4-.05-.13-.12-.24-.21-.34-.1-.1-.21-.17-.34-.22-.13-.05-.26-.06-.4-.05-1.08,0-2.23,1.31-2.23,3.51,2.11-.01,3.23-1.69,3.23-2.52h0Z"/> <path class="cls-3" d="M283.98,128.4c-.06,0-.12-.01-.17-.03-.05-.02-.1-.05-.14-.1-.04-.04-.07-.09-.1-.14-.02-.05-.03-.11-.03-.17h0v-.91c0-.11-.03-.22-.09-.32-.06-.1-.14-.17-.24-.22-.1-.05-.21-.07-.32-.05-.11,.01-.22,.06-.3,.13-.19,.15-.42,.25-.66,.29-.24,.04-.49,0-.72-.08-.2-.09-.43-.11-.64-.04-.21,.07-.39,.21-.5,.4-.11,.19-.15,.42-.1,.63,.04,.22,.17,.41,.35,.54,.19,.15,.34,.35,.43,.58,.09,.23,.12,.48,.08,.72-.02,.13,0,.27,.07,.38,.08,.14,.21,.23,.36,.28,.15,.04,.31,.02,.45-.06l.78-.46c.1-.05,.23-.07,.34-.03,.11,.04,.21,.11,.26,.22,.05,.1,.07,.21,.04,.32-.03,.11-.1,.2-.19,.26l-.78,.46c-.14,.08-.24,.21-.28,.36-.04,.15-.02,.32,.06,.45,.07,.11,.17,.2,.3,.25,.23,.09,.44,.23,.6,.43,.16,.19,.26,.42,.3,.67,.03,.21,.13,.41,.29,.56,.16,.14,.37,.22,.59,.22s.42-.08,.59-.22c.16-.14,.27-.34,.29-.56,.04-.24,.14-.47,.29-.66,.15-.19,.35-.34,.58-.43,.12-.05,.23-.14,.3-.25,.08-.14,.1-.3,.06-.45-.04-.15-.14-.28-.28-.36l-.78-.46c-.1-.06-.18-.16-.21-.27s-.01-.24,.04-.34c.06-.1,.16-.18,.27-.21,.11-.03,.24-.01,.34,.04l.78,.46c.14,.08,.3,.1,.45,.06,.15-.04,.28-.14,.36-.28,.06-.12,.09-.25,.07-.38-.03-.24,0-.49,.08-.72,.09-.23,.24-.43,.43-.58,.16-.13,.27-.32,.31-.53,.04-.21,0-.42-.1-.61-.11-.18-.27-.32-.47-.4-.2-.07-.42-.07-.61,0-.23,.09-.48,.12-.72,.08-.24-.04-.47-.13-.66-.29-.09-.07-.19-.12-.3-.13-.11-.01-.22,0-.32,.05-.1,.05-.19,.13-.24,.22-.06,.1-.09,.21-.09,.32v.91c0,.06-.01,.12-.04,.18-.02,.06-.06,.11-.1,.15-.04,.04-.09,.07-.15,.09-.06,.02-.12,.03-.18,.03h0Zm-46.33,21.22c-2.49,2.52-5.87,3.95-9.41,4-7.26,0-13.43-6-13.43-13.74-.02-5.24,2.53-9.78,6.4-13.25,.12-.11,.28-.17,.45-.18h16.74s.07,0,.1,.03c.03,.02,.05,.05,.07,.08,.01,.03,.02,.07,.01,.1,0,.03-.02,.07-.05,.09l-5.59,7.41s-.04,.04-.07,.05c-.03,.01-.06,.02-.09,.02s-.06,0-.09-.02c-.03-.01-.05-.03-.07-.05-1.06-1.06-2.82-1.72-4.49-1.72-4.55,0-8.18,4.56-8.18,9.11,0,5.48,4.6,10.02,10.09,10.02,2.55,0,5.02-.94,6.92-2.65,.58-.54,1.25,.16,.7,.71h0Z"/> </g> </svg> </div> </div> </div> </div> </div> </div> </section> </div> <section id="complementary-suite" class="relative" data-scrollfx data-scrollfx-dir="down" data-scrollfx-times="-1" data-scrollfx-screen-threshold="0.1" data-scrollfx-active-class="a-page-element-scroll-wrap"> <div class="absolute--center-x pe-none" style="width: 200vw; top: -25%; bottom: 60%;"> <div class="color-bg-white" style="transform: rotate(-5deg); transform-origin: top center; background-image: linear-gradient( #f9f9f9, #fff );"> </div> </div> <div class="l-page-gutter"> <div class="l-container l-container-4-xl bn_b-md pb6 pb0-md relative"> <div class="pb7-md a-page-element-default--scroll"> <!-- c-heading.php --> <h2 class="c-heading f8 f9-sm f10-lg f13-lg-xl lh-super-tight pb5" style="margin-top: -0.065em; margin-left: -0.07em;"> <span class="c-heading--light-bold-optic-correction"> A complementary suite <br class="dn di-md">of specialized, best in class tools </span> </h2> <!-- !END c-heading.php --> </div> <div class="a-page-element-default--scroll a-delay-1 relative"> <!-- Begin Cycler List Nav (size: iris-ai) --> <div > <div data-js-cycler-layout="vertical" class="js-cycler tl relative overlow-hidden l-grid l-grid--gutters-2 flex-items-start l-grid--gutters-3-sm l-grid l-grid--gutters-4-md"> <div class=" l-grid__item w-100 z-2 w-35-lg flex-order-1 flex-order-0-lg mt5 mt0-md"> <div class="mw7 mw6-lg mx-auto mx0-lg "> <div class="js-cycler__clicker cursor-pointer user-select-none color-border-grey-2 bw1 t-active-wrap z-1 relative" data-js-cycler-active-classes="t-active-wrap z-1" data-ga="interaction" data-ga-action="carousel-select" data-ga-label="Conduct deep research"> <div class=""> <div class="df flex-items-center w-100 py3 pl3 pr4 py0-lg px0-lg color-bg-grey-2 color-bg-onHover-grey-3 color-bg-onHover-grey-3__target color-bg-grey-3--t-active color-bg-transparent-lg--t-active color-bg-onHover-transparent-lg color-bg-onHover-transparent__target color-bg-transparent-lg "> <div class="df flex-items-center w-100"> <div style="font-size: 1.25em;"> <span class="color-bg-hexicon-green c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-search"></use> </svg> </span></span> </div> <!-- c-heading.php --> <h3 class="c-heading f4 f6-xs f7-md lh-super-tight pl3 dib db-lg" style="margin-top: -0.065em; margin-left: -0.07em; margin-bottom: -0.03em;"> <span class="c-heading--light-bold-optic-correction"> Conduct deep research </span> </h3> <!-- !END c-heading.php --> </div> <div class="dn-lg"> <div class="t-display-none"> <!-- c-icon.php --> <span class="f5 mt2 c-icon color-text-grey-8"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#app-icon-plus"></use> </svg> </span> </div> <div class="t-display-block"> <!-- c-icon.php --> <span class="f5 mt2 c-icon color-text-grey-8"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#app-icon-minus"></use> </svg> </span> </div> </div> </div> <div class="cycler__contents overflow-hidden"> <div class="df flex-column flex-row-lg px4 px0-lg mb3 mb0-lg color-bg-grey-2 color-bg-transparent-lg"> <div class="dn df-lg flex-justify-center my2" style="min-width: 40px;"> <div class="dib color-border-grey-3 pt1 pb3 " style="border-style: solid; border-width: 2px;"></div> </div> <div class=" pl3-lg pt4 pt3-lg pb3 pb5-md c-content t-display-block"> <p class="c-lead ">Bring structure and meaning to billions of voices with game-changing AI solutions</p> </div> <!-- cycler contents for mobile accordion --> <div class="dn-lg"> <div class="t-display-block"> <div class="px5-md pt3 pt4-md pb4 pb6-md overflow-hidden relative"> <div class="relative-md c-asset-svg-wrap" style="min-width: 100%;"> <div class="relative dn db-lg"> <div class="tff-opacity-1 relative" style="width: 100%; left: 0%; top: -14.3%; opacity: 0; transition-delay: 0s;"> <div class="relative t-scale-94-100"> <!-- c-reserve-space-img --> <div class="color-bg-grey-2 shadow-atlassian c-asset-border-radius overflow-hidden color-bg-grey-2 tff-translate3d-000 df" style="transform: translate3d(0,0,0);"> <div style="padding-top: 0%; position: relative;" class="w-100"> <img data-src="/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/conduct-deep-research-1-new.svg" class="js-lazy-img w-100 df"> </div> </div> <!-- !END c-reserve-space-img --> </div> </div> <div class="absolute t-scale-94-100" style="bottom: -15%; right: -5%; width: 36%;"> <!-- c-reserve-space-img --> <div class="color-bg-grey-2 shadow-atlassian c-asset-border-radius overflow-hidden color-bg-grey-2 tff-translate3d-000" style="transform: translate3d(0,0,0); transition-delay: 0.135s;"> <div style="padding-top: 0%; position: relative;" class="w-100"> <img data-src="/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/conduct-deep-research-2-new.svg" class="js-lazy-img w-100 df"> </div> </div> <!-- !END c-reserve-space-img --> </div> </div> <div class="relative dn-lg"> <!-- c-reserve-space-img --> <div class=" c-asset-border-radius "> <div style="padding-top: 73.460639127046%; position: relative;" class="w-100"> <div style="position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%;"> <img src="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/conduct-deep-research--mobile.png&width=1024" srcset="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/conduct-deep-research--mobile.png&width=380 380w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/conduct-deep-research--mobile.png&width=500 500w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/conduct-deep-research--mobile.png&width=768 768w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/conduct-deep-research--mobile.png&width=1024 1024w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/conduct-deep-research--mobile.png&width=2200 2200w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/conduct-deep-research--mobile.png&width=0 2566w" class="w-100 df"> </div> </div> </div> <!-- !END c-reserve-space-img --> </div> </div> </div> </div> <span class="js-cycler__paginator"></span> </div> </div> </div> </div> </div> <div class="js-cycler__clicker cursor-pointer user-select-none color-border-grey-2 bw1 relative" data-js-cycler-active-classes="t-active-wrap z-1" data-ga="interaction" data-ga-action="carousel-select" data-ga-label="Monitor your brand"> <div class=""> <div class="df flex-items-center w-100 py3 pl3 pr4 py0-lg px0-lg color-bg-grey-2 color-bg-onHover-grey-3 color-bg-onHover-grey-3__target color-bg-grey-3--t-active color-bg-transparent-lg--t-active color-bg-onHover-transparent-lg color-bg-onHover-transparent__target color-bg-transparent-lg "> <div class="df flex-items-center w-100"> <div style="font-size: 1.25em;"> <span class="color-bg-hexicon-green c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#app-icon-bar"></use> </svg> </span></span> </div> <!-- c-heading.php --> <h3 class="c-heading f4 f6-xs f7-md lh-super-tight pl3 dib db-lg" style="margin-top: -0.065em; margin-left: -0.07em; margin-bottom: -0.03em;"> <span class="c-heading--light-bold-optic-correction"> Monitor your brand </span> </h3> <!-- !END c-heading.php --> </div> <div class="dn-lg"> <div class="t-display-none"> <!-- c-icon.php --> <span class="f5 mt2 c-icon color-text-grey-8"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#app-icon-plus"></use> </svg> </span> </div> <div class="t-display-block"> <!-- c-icon.php --> <span class="f5 mt2 c-icon color-text-grey-8"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#app-icon-minus"></use> </svg> </span> </div> </div> </div> <div class="cycler__contents overflow-hidden"> <div class="df flex-column flex-row-lg px4 px0-lg mb3 mb0-lg color-bg-grey-2 color-bg-transparent-lg"> <div class="dn df-lg flex-justify-center my2" style="min-width: 40px;"> <div class="dib color-border-grey-3 pt1 pb3 " style="border-style: solid; border-width: 2px;"></div> </div> <div class=" pl3-lg pt4 pt3-lg pb3 pb5-md c-content t-display-block"> <p class="c-lead ">Survive and thrive in a fast-moving digital landscape by keeping your finger on the pulse of consumer opinion</p> </div> <!-- cycler contents for mobile accordion --> <div class="dn-lg"> <div class="t-display-block"> <div class="px5-md pt3 pt4-md pb4 pb6-md overflow-hidden relative"> <div class="relative-md c-asset-svg-wrap" style="min-width: 100%; left: 0%; top: 0%;"> <div class="relative dn db-lg"> <div class="relative tff-opacity-1" style="width: 100%; left: 0%; opacity: 0; transition-delay: 0s;"> <div class="relative t-scale-94-100"> <!-- c-reserve-space-img --> <div class="color-bg-grey-2 shadow-atlassian shadow-atlassia c-asset-border-radius overflow-hidden color-bg-grey-2 tff-translate3d-000" style="transform: translate3d(0,0,0);"> <div style="padding-top: 0%; position: relative;" class="w-100"> <img data-src="/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/monitor-your-brand-2.svg" class="js-lazy-img w-100 df"> </div> </div> <!-- !END c-reserve-space-img --> </div> <div class="absolute" style="bottom: -5%; left: -4%; width: 29.5%;"> <!-- c-reserve-space-img --> <div class="color-bg-grey-2 shadow-atlassian shadow-atlassia c-asset-border-radius overflow-hidden color-bg-grey-2 tff-translate3d-000" style="transform: translate3d(0,0,0); transition-delay: 0.085s;"> <div style="padding-top: 0%; position: relative;" class="w-100"> <img data-src="/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/monitor-your-brand-1.svg" class="js-lazy-img w-100 df"> </div> </div> <!-- !END c-reserve-space-img --> </div> </div> <div class="absolute t-scale-94-100" style="bottom: 18%; right: -12%;; width: 31%;"> <!-- c-reserve-space-img --> <div class="color-bg-grey-2 shadow-atlassian c-asset-border-radius overflow-hidden color-bg-grey-2 tff-translate3d-000" style="transform: translate3d(0,0,0); transition-delay: 0.135s;"> <div style="padding-top: 0%; position: relative;" class="w-100"> <img data-src="/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/monitor-your-brand-3.svg" class="js-lazy-img w-100 df"> </div> </div> <!-- !END c-reserve-space-img --> </div> </div> <div class="relative dn-lg"> <!-- c-reserve-space-img --> <div class=" c-asset-border-radius "> <div style="padding-top: 72.678227360308%; position: relative;" class="w-100"> <div style="position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%;"> <img src="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/monitor-your-brand--mobile.png&width=1024" srcset="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/monitor-your-brand--mobile.png&width=380 380w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/monitor-your-brand--mobile.png&width=500 500w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/monitor-your-brand--mobile.png&width=768 768w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/monitor-your-brand--mobile.png&width=1024 1024w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/monitor-your-brand--mobile.png&width=2200 2200w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/monitor-your-brand--mobile.png&width=0 2595w" class="w-100 df"> </div> </div> </div> <!-- !END c-reserve-space-img --> </div> </div> </div> </div> <span class="js-cycler__paginator"></span> </div> </div> </div> </div> </div> <div class="js-cycler__clicker cursor-pointer user-select-none color-border-grey-2 bw1 relative" data-js-cycler-active-classes="t-active-wrap z-1" data-ga="interaction" data-ga-action="carousel-select" data-ga-label="Create winning content"> <div class=""> <div class="df flex-items-center w-100 py3 pl3 pr4 py0-lg px0-lg color-bg-grey-2 color-bg-onHover-grey-3 color-bg-onHover-grey-3__target color-bg-grey-3--t-active color-bg-transparent-lg--t-active color-bg-onHover-transparent-lg color-bg-onHover-transparent__target color-bg-transparent-lg "> <div class="df flex-items-center w-100"> <div style="font-size: 1.25em;"> <span class="color-bg-hexicon-green c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-star"></use> </svg> </span></span> </div> <!-- c-heading.php --> <h3 class="c-heading f4 f6-xs f7-md lh-super-tight pl3 dib db-lg" style="margin-top: -0.065em; margin-left: -0.07em; margin-bottom: -0.03em;"> <span class="c-heading--light-bold-optic-correction"> Create winning content </span> </h3> <!-- !END c-heading.php --> </div> <div class="dn-lg"> <div class="t-display-none"> <!-- c-icon.php --> <span class="f5 mt2 c-icon color-text-grey-8"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#app-icon-plus"></use> </svg> </span> </div> <div class="t-display-block"> <!-- c-icon.php --> <span class="f5 mt2 c-icon color-text-grey-8"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#app-icon-minus"></use> </svg> </span> </div> </div> </div> <div class="cycler__contents overflow-hidden"> <div class="df flex-column flex-row-lg px4 px0-lg mb3 mb0-lg color-bg-grey-2 color-bg-transparent-lg"> <div class="dn df-lg flex-justify-center my2" style="min-width: 40px;"> <div class="dib color-border-grey-3 pt1 pb3 " style="border-style: solid; border-width: 2px;"></div> </div> <div class=" pl3-lg pt4 pt3-lg pb3 pb5-md c-content t-display-block"> <p class="c-lead ">Grow your brand with a data-driven content strategy all managed in one collaborative social content calendar</p> </div> <!-- cycler contents for mobile accordion --> <div class="dn-lg"> <div class="t-display-block"> <div class="px5-md pt3 pt4-md pb4 pb6-md overflow-hidden relative"> <div class="relative-md c-asset-svg-wrap home-slider-fix" style="min-width: 100%; left: 0%;"> <div class="relative mb0-md dn db-lg" style="left: -5%;"> <div class="relative t-scale-94-100" style="width: 100%;"> <!-- c-reserve-space-img --> <div class="color-bg-transparent tff-translate3d-000 relative w-100 shadow-atlassian c-asset-border-radius overflow-hidden" style="transform: translate3d(0,0,0);"> <div style="padding-top: 0%; position: relative;" class="w-100"> <img data-src="/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/create-winning-content-1.svg" class="js-lazy-img w-100 df"> </div> </div> <!-- !END c-reserve-space-img --> </div> <div class="absolute t-scale-94-100" style="bottom: 18%; right: -7%; width: 24%;"> <!-- c-reserve-space-img --> <div class="color-bg-grey-2 shadow-atlassian c-asset-border-radius overflow-hidden color-bg-grey-2 tff-translate3d-000" style="transform: translate3d(0,0,0); transition-delay: 0.135s;"> <div style="padding-top: 0%; position: relative;" class="w-100"> <img data-src="/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/create-winning-content-2.svg" class="js-lazy-img w-100 df"> </div> </div> <!-- !END c-reserve-space-img --> </div> </div> <div class="relative dn-lg"> <!-- c-reserve-space-img --> <div class=" c-asset-border-radius "> <div style="padding-top: 67.747035573123%; position: relative;" class="w-100"> <div style="position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%;"> <img src="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/create-winning-content--mobile.png&width=1024" srcset="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/create-winning-content--mobile.png&width=380 380w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/create-winning-content--mobile.png&width=500 500w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/create-winning-content--mobile.png&width=768 768w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/create-winning-content--mobile.png&width=1024 1024w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/create-winning-content--mobile.png&width=2200 2200w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/create-winning-content--mobile.png&width=0 2530w" class="w-100 df"> </div> </div> </div> <!-- !END c-reserve-space-img --> </div> </div> </div> </div> <span class="js-cycler__paginator"></span> </div> </div> </div> </div> </div> <div class="js-cycler__clicker cursor-pointer user-select-none color-border-grey-2 bw1 relative" data-js-cycler-active-classes="t-active-wrap z-1" data-ga="interaction" data-ga-action="carousel-select" data-ga-label="Engage with consumers"> <div class=""> <div class="df flex-items-center w-100 py3 pl3 pr4 py0-lg px0-lg color-bg-grey-2 color-bg-onHover-grey-3 color-bg-onHover-grey-3__target color-bg-grey-3--t-active color-bg-transparent-lg--t-active color-bg-onHover-transparent-lg color-bg-onHover-transparent__target color-bg-transparent-lg "> <div class="df flex-items-center w-100"> <div style="font-size: 1.25em;"> <span class="color-bg-hexicon-green c-spot-icon size-"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-social-panel"></use> </svg> </span></span> </div> <!-- c-heading.php --> <h3 class="c-heading f4 f6-xs f7-md lh-super-tight pl3 dib db-lg" style="margin-top: -0.065em; margin-left: -0.07em; margin-bottom: -0.03em;"> <span class="c-heading--light-bold-optic-correction"> Engage with consumers </span> </h3> <!-- !END c-heading.php --> </div> <div class="dn-lg"> <div class="t-display-none"> <!-- c-icon.php --> <span class="f5 mt2 c-icon color-text-grey-8"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#app-icon-plus"></use> </svg> </span> </div> <div class="t-display-block"> <!-- c-icon.php --> <span class="f5 mt2 c-icon color-text-grey-8"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#app-icon-minus"></use> </svg> </span> </div> </div> </div> <div class="cycler__contents overflow-hidden"> <div class="df flex-column flex-row-lg px4 px0-lg mb3 mb0-lg color-bg-grey-2 color-bg-transparent-lg"> <div class="dn df-lg flex-justify-center my2" style="min-width: 40px;"> </div> <div class=" pl3-lg pt4 pt3-lg pb3 pb5-md c-content t-display-block"> <p class="c-lead ">Deliver exceptional customer experience by engaging with the right people in the right place at the right time</p> </div> <!-- cycler contents for mobile accordion --> <div class="dn-lg"> <div class="t-display-block"> <div class="px5-md pt3 pt4-md pb4 pb6-md overflow-hidden relative"> <div class="relative-md c-asset-svg-wrap" style="min-width: 100%; left: 0%;"> <div class="relative mb0-md dn db-lg"> <div class="relative t-scale-94-100" style="width: 100%;"> <!-- c-reserve-space-img --> <div class="color-bg-transparent tff-translate3d-000 relative w-100 shadow-atlassian c-asset-border-radius overflow-hidden" style="transform: translate3d(0,0,0);"> <div style="padding-top: 0%; position: relative;" class="w-100"> <img data-src="/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/engage-with-consumers-1.svg" class="js-lazy-img w-100 df"> </div> </div> <!-- !END c-reserve-space-img --> </div> <div class="absolute t-scale-94-100" style="bottom: -3%; right: -13.5%;"> <!-- c-reserve-space-img --> <div class=" tff-translate3d-000" style="transform: translate3d(0,0,0); transition-delay: 0.085s;"> <div style="padding-top: 0%; position: relative;" class="w-100"> <img src="/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/engage-with-consumers-2-updated.svg" class="w-100 df"> </div> </div> <!-- !END c-reserve-space-img --> </div> </div> <div class="relative dn-lg"> <!-- c-reserve-space-img --> <div class> <div style="padding-top: 68.642370845014%; position: relative;" class="w-100"> <div style="position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%;"> <img src="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/engage-with-consumers--mobile.png&width=1024" srcset="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/engage-with-consumers--mobile.png&width=380 380w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/engage-with-consumers--mobile.png&width=500 500w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/engage-with-consumers--mobile.png&width=768 768w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/engage-with-consumers--mobile.png&width=1024 1024w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/engage-with-consumers--mobile.png&width=2200 2200w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/engage-with-consumers--mobile.png&width=0 2497w" class="w-100 df"> </div> </div> </div> <!-- !END c-reserve-space-img --> </div> </div> </div> </div> <span class="js-cycler__paginator"></span> </div> </div> </div> </div> </div> </div> </div> <div class="l-grid__item w-100 z-1 w-65-lg df relative flex-order-0 nowrap flex-items-start dn db-lg"> <div data-js-cycler-active-classes="t-fade-in--active t-height-auto--active t-active-wrap a-active-wrap z-1" class="t-duration-0 w-100 min-width-100 js-cycler__item t-fade-in t-height-auto t-fade-in--active t-height-auto--active t-active-wrap a-active-wrap z-2 t-height-auto--active " style=""> <div class="relative-md c-asset-svg-wrap" style="min-width: 100%;"> <div class="relative dn db-lg"> <div class="tff-opacity-1 relative" style="width: 100%; left: 0%; top: -14.3%; opacity: 0; transition-delay: 0s;"> <div class="relative t-scale-94-100"> <!-- c-reserve-space-img --> <div class="color-bg-grey-2 shadow-atlassian c-asset-border-radius overflow-hidden color-bg-grey-2 tff-translate3d-000 df" style="transform: translate3d(0,0,0);"> <div style="padding-top: 0%; position: relative;" class="w-100"> <img data-src="/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/conduct-deep-research-1-new.svg" class="js-lazy-img w-100 df"> </div> </div> <!-- !END c-reserve-space-img --> </div> </div> <div class="absolute t-scale-94-100" style="bottom: -15%; right: -5%; width: 36%;"> <!-- c-reserve-space-img --> <div class="color-bg-grey-2 shadow-atlassian c-asset-border-radius overflow-hidden color-bg-grey-2 tff-translate3d-000" style="transform: translate3d(0,0,0); transition-delay: 0.135s;"> <div style="padding-top: 0%; position: relative;" class="w-100"> <img data-src="/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/conduct-deep-research-2-new.svg" class="js-lazy-img w-100 df"> </div> </div> <!-- !END c-reserve-space-img --> </div> </div> <div class="relative dn-lg"> <!-- c-reserve-space-img --> <div class=" c-asset-border-radius "> <div style="padding-top: 73.460639127046%; position: relative;" class="w-100"> <div style="position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%;"> <img src="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/conduct-deep-research--mobile.png&width=1024" srcset="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/conduct-deep-research--mobile.png&width=380 380w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/conduct-deep-research--mobile.png&width=500 500w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/conduct-deep-research--mobile.png&width=768 768w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/conduct-deep-research--mobile.png&width=1024 1024w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/conduct-deep-research--mobile.png&width=2200 2200w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/conduct-deep-research--mobile.png&width=0 2566w" class="w-100 df"> </div> </div> </div> <!-- !END c-reserve-space-img --> </div> </div> </div> <span class="js-cycler__paginator"></span> <div data-js-cycler-active-classes="t-fade-in--active t-height-auto--active t-active-wrap a-active-wrap z-1" class="t-duration-0 w-100 min-width-100 js-cycler__item t-fade-in t-height-auto " style=""> <div class="relative-md c-asset-svg-wrap" style="min-width: 100%; left: 0%; top: 0%;"> <div class="relative dn db-lg"> <div class="relative tff-opacity-1" style="width: 100%; left: 0%; opacity: 0; transition-delay: 0s;"> <div class="relative t-scale-94-100"> <!-- c-reserve-space-img --> <div class="color-bg-grey-2 shadow-atlassian shadow-atlassia c-asset-border-radius overflow-hidden color-bg-grey-2 tff-translate3d-000" style="transform: translate3d(0,0,0);"> <div style="padding-top: 0%; position: relative;" class="w-100"> <img data-src="/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/monitor-your-brand-2.svg" class="js-lazy-img w-100 df"> </div> </div> <!-- !END c-reserve-space-img --> </div> <div class="absolute" style="bottom: -5%; left: -4%; width: 29.5%;"> <!-- c-reserve-space-img --> <div class="color-bg-grey-2 shadow-atlassian shadow-atlassia c-asset-border-radius overflow-hidden color-bg-grey-2 tff-translate3d-000" style="transform: translate3d(0,0,0); transition-delay: 0.085s;"> <div style="padding-top: 0%; position: relative;" class="w-100"> <img data-src="/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/monitor-your-brand-1.svg" class="js-lazy-img w-100 df"> </div> </div> <!-- !END c-reserve-space-img --> </div> </div> <div class="absolute t-scale-94-100" style="bottom: 18%; right: -12%;; width: 31%;"> <!-- c-reserve-space-img --> <div class="color-bg-grey-2 shadow-atlassian c-asset-border-radius overflow-hidden color-bg-grey-2 tff-translate3d-000" style="transform: translate3d(0,0,0); transition-delay: 0.135s;"> <div style="padding-top: 0%; position: relative;" class="w-100"> <img data-src="/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/monitor-your-brand-3.svg" class="js-lazy-img w-100 df"> </div> </div> <!-- !END c-reserve-space-img --> </div> </div> <div class="relative dn-lg"> <!-- c-reserve-space-img --> <div class=" c-asset-border-radius "> <div style="padding-top: 72.678227360308%; position: relative;" class="w-100"> <div style="position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%;"> <img src="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/monitor-your-brand--mobile.png&width=1024" srcset="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/monitor-your-brand--mobile.png&width=380 380w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/monitor-your-brand--mobile.png&width=500 500w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/monitor-your-brand--mobile.png&width=768 768w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/monitor-your-brand--mobile.png&width=1024 1024w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/monitor-your-brand--mobile.png&width=2200 2200w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/monitor-your-brand--mobile.png&width=0 2595w" class="w-100 df"> </div> </div> </div> <!-- !END c-reserve-space-img --> </div> </div> </div> <span class="js-cycler__paginator"></span> <div data-js-cycler-active-classes="t-fade-in--active t-height-auto--active t-active-wrap a-active-wrap z-1" class="t-duration-0 w-100 min-width-100 js-cycler__item t-fade-in t-height-auto " style=""> <div class="relative-md c-asset-svg-wrap home-slider-fix" style="min-width: 100%; left: 0%;"> <div class="relative mb0-md dn db-lg" style="left: -5%;"> <div class="relative t-scale-94-100" style="width: 100%;"> <!-- c-reserve-space-img --> <div class="color-bg-transparent tff-translate3d-000 relative w-100 shadow-atlassian c-asset-border-radius overflow-hidden" style="transform: translate3d(0,0,0);"> <div style="padding-top: 0%; position: relative;" class="w-100"> <img data-src="/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/create-winning-content-1.svg" class="js-lazy-img w-100 df"> </div> </div> <!-- !END c-reserve-space-img --> </div> <div class="absolute t-scale-94-100" style="bottom: 18%; right: -7%; width: 24%;"> <!-- c-reserve-space-img --> <div class="color-bg-grey-2 shadow-atlassian c-asset-border-radius overflow-hidden color-bg-grey-2 tff-translate3d-000" style="transform: translate3d(0,0,0); transition-delay: 0.135s;"> <div style="padding-top: 0%; position: relative;" class="w-100"> <img data-src="/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/create-winning-content-2.svg" class="js-lazy-img w-100 df"> </div> </div> <!-- !END c-reserve-space-img --> </div> </div> <div class="relative dn-lg"> <!-- c-reserve-space-img --> <div class=" c-asset-border-radius "> <div style="padding-top: 67.747035573123%; position: relative;" class="w-100"> <div style="position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%;"> <img src="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/create-winning-content--mobile.png&width=1024" srcset="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/create-winning-content--mobile.png&width=380 380w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/create-winning-content--mobile.png&width=500 500w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/create-winning-content--mobile.png&width=768 768w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/create-winning-content--mobile.png&width=1024 1024w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/create-winning-content--mobile.png&width=2200 2200w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/create-winning-content--mobile.png&width=0 2530w" class="w-100 df"> </div> </div> </div> <!-- !END c-reserve-space-img --> </div> </div> </div> <span class="js-cycler__paginator"></span> <div data-js-cycler-active-classes="t-fade-in--active t-height-auto--active t-active-wrap a-active-wrap z-1" class="t-duration-0 w-100 min-width-100 js-cycler__item t-fade-in t-height-auto " style=""> <div class="relative-md c-asset-svg-wrap" style="min-width: 100%; left: 0%;"> <div class="relative mb0-md dn db-lg"> <div class="relative t-scale-94-100" style="width: 100%;"> <!-- c-reserve-space-img --> <div class="color-bg-transparent tff-translate3d-000 relative w-100 shadow-atlassian c-asset-border-radius overflow-hidden" style="transform: translate3d(0,0,0);"> <div style="padding-top: 0%; position: relative;" class="w-100"> <img data-src="/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/engage-with-consumers-1.svg" class="js-lazy-img w-100 df"> </div> </div> <!-- !END c-reserve-space-img --> </div> <div class="absolute t-scale-94-100" style="bottom: -3%; right: -13.5%;"> <!-- c-reserve-space-img --> <div class=" tff-translate3d-000" style="transform: translate3d(0,0,0); transition-delay: 0.085s;"> <div style="padding-top: 0%; position: relative;" class="w-100"> <img src="/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/engage-with-consumers-2-updated.svg" class="w-100 df"> </div> </div> <!-- !END c-reserve-space-img --> </div> </div> <div class="relative dn-lg"> <!-- c-reserve-space-img --> <div class> <div style="padding-top: 68.642370845014%; position: relative;" class="w-100"> <div style="position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%;"> <img src="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/engage-with-consumers--mobile.png&width=1024" srcset="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/engage-with-consumers--mobile.png&width=380 380w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/engage-with-consumers--mobile.png&width=500 500w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/engage-with-consumers--mobile.png&width=768 768w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/engage-with-consumers--mobile.png&width=1024 1024w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/engage-with-consumers--mobile.png&width=2200 2200w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/complementary/final/engage-with-consumers--mobile.png&width=0 2497w" class="w-100 df"> </div> </div> </div> <!-- !END c-reserve-space-img --> </div> </div> </div> <span class="js-cycler__paginator"></span> </div> </div> </div> <!-- End Cycler --> </div> </div> </div> </section> <!-- core/blocks/picthbox/c-5050-default --> <section id="react-to-trends" class="relative z-1 pb6 pt4 pt5-md pt6-lg-xl"> <div class="l-page-gutter"> <div class="l-container l-container-4-xl"> <div class="relative" data-scrollfx data-scrollfx-dir="down" data-scrollfx-times="-1" data-scrollfx-screen-threshold="0.01" data-scrollfx-active-class="a-page-element-scroll-wrap"> <div class="l-grid l-grid--gutters-4 l-grid--gutters-5-lg flex-row-reverse flex-items-center"> <!-- Cell 1 --> <div class="l-grid__item df w-100 w-50-md relative z-1 a-page-element-default--scroll"> <div class="w-100 "> <!-- c-pitchbox-text-module - size:md --> <div class=""> <!-- Label --> <!-- Heading --> <h2 class="c-heading f10 f11-md f12-lg" style="letter-spacing: -0.05em; line-height: 0.98;">React to the <span class="color-text-ui-primary">trends</span> that matter</h2> <!-- strapline --> <!-- Text --> <p class="c-lead pt4 dib f5 f6-lg-xl mw6">Access the world’s largest archive of consumer opinion and leverage advanced proprietary and generative AI to <strong>discover new trends before anyone else and make smarter decisions.</strong></p> <!-- Btn or Btns --> <div class="mt5 mt6-lg"> <!-- c-btn --> <a class="c-btn c-btn-- c-btn--secondary-light c-btn--2 c-btn--icon-right c-btn--animate-left-right c-btn--rounded f3 f4-lg" href="https://www.brandwatch.com/demo/"> <div class="relative w-100 df flex-items-center flex-justify-center" > <span class=" ">Get started</span> <!-- c-icon.php --> <span class="c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-arrow-long-right"></use> </svg> </span> </div> </a> <!-- !END c-btn --></div> <!-- Bullets --> <!-- Btn or Btns --> <!-- Btn or Btns --> <!-- Icon Cells --> <!-- Quote --> </div> <!-- !END c-pitchbox-text-module --></div> </div> <!-- Cell 2 --> <div class="l-grid__item df w-100 w-50-md a-page-element-default--scroll a-delay-1"> <div class="w-100 "> <style> .react-core { min-width: 152%; left: -51%; top: 5%; } @media (max-width: 1500px) { .react-core { min-width: 135%; left: -31%; } } @media (max-width: 900px) { .react-core { min-width: 147%; left: -41%; } } </style> <div class="relative react-core"> <!-- c-reserve-space-img --> <div class="color-bg-transparent relative" style="z-3"> <div style="padding-top: 93.866666666667%; position: relative;" class="w-100"> <div style="position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%;"> <img data-src="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/react/globe-thur-midday.jpg&width=1024" class="js-lazy-img w-100 df" data-srcset="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/react/globe-thur-midday.jpg&width=380 380w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/react/globe-thur-midday.jpg&width=500 500w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/react/globe-thur-midday.jpg&width=768 768w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/react/globe-thur-midday.jpg&width=1024 1024w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/react/globe-thur-midday.jpg&width=0 1500w"> </div> </div> </div> <!-- !END c-reserve-space-img --></div> </div> </div> </div> </div> </div> </div> </section> <!-- !END core/blocks/picthbox/c-5050-default --> <!-- core/blocks/picthbox/c-5050-default --> <section id="collaborate" class="relative z-1 pb5 pt5 pt8-md mb6"> <div class="l-page-gutter"> <div class="l-container l-container-4-xl"> <div class="relative" data-scrollfx data-scrollfx-dir="down" data-scrollfx-times="-1" data-scrollfx-screen-threshold="0.01" data-scrollfx-active-class="a-page-element-scroll-wrap"> <div class="l-grid l-grid--gutters-4 l-grid--gutters-5-lg flex-items-center"> <!-- Cell 1 --> <div class="l-grid__item df w-100 w-50-md relative z-1 a-page-element-default--scroll"> <div class="w-100 "> <!-- c-pitchbox-text-module - size:md --> <div class=""> <!-- Label --> <!-- Heading --> <h2 class="c-heading f10 f11-md f12-lg" style="letter-spacing: -0.05em; line-height: 0.98;"><span class="color-text-ui-primary">Collaborate</span> on data-driven content</h2> <!-- strapline --> <!-- Text --> <p class="c-lead pt4 dib f5 f6-lg-xl mw6">Manage channels, teams, workflows, approvals, and campaigns and <strong>ensure brand alignment and stellar quality</strong> in one collaborative content calendar.</p> <!-- Btn or Btns --> <div class="mt5 mt6-lg"> <!-- c-btn --> <a class="c-btn c-btn-- c-btn--secondary-light c-btn--2 c-btn--icon-right c-btn--animate-left-right c-btn--rounded f3 f4-lg" href="https://www.brandwatch.com/demo/"> <div class="relative w-100 df flex-items-center flex-justify-center" > <span class=" ">Get started</span> <!-- c-icon.php --> <span class="c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-arrow-long-right"></use> </svg> </span> </div> </a> <!-- !END c-btn --></div> <!-- Bullets --> <!-- Btn or Btns --> <!-- Btn or Btns --> <!-- Icon Cells --> <!-- Quote --> </div> <!-- !END c-pitchbox-text-module --></div> </div> <!-- Cell 2 --> <div class="l-grid__item df w-100 w-50-md a-page-element-default--scroll a-delay-1"> <div class="w-100 "><div class="relative"> <!-- c-reserve-space-img --> <div class="color-bg-transparent relative" style="z-3"> <div style="padding-top: 111.1456713323%; position: relative;" class="w-100"> <div style="position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%;"> <img data-src="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/collaborate/collaborate_on_data-driven_content-2.jpg&width=1024" class="js-lazy-img w-100 df" data-srcset="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/collaborate/collaborate_on_data-driven_content-2.jpg&width=380 380w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/collaborate/collaborate_on_data-driven_content-2.jpg&width=500 500w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/collaborate/collaborate_on_data-driven_content-2.jpg&width=768 768w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/collaborate/collaborate_on_data-driven_content-2.jpg&width=1024 1024w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/collaborate/collaborate_on_data-driven_content-2.jpg&width=0 1929w"> </div> </div> </div> <!-- !END c-reserve-space-img --></div> </div> </div> </div> </div> </div> </div> </section> <!-- !END core/blocks/picthbox/c-5050-default --> <!-- core/blocks/picthbox/c-5050-default --> <section id="shield-from-threats" class="relative pb9-md pb7 pt0-md pt0-lg-xl"> <div class="l-page-gutter"> <div class="l-container l-container-4-xl"> <div class="relative" data-scrollfx data-scrollfx-dir="down" data-scrollfx-times="-1" data-scrollfx-screen-threshold="0.01" data-scrollfx-active-class="a-page-element-scroll-wrap"> <div class="l-grid l-grid--gutters-4 l-grid--gutters-5-lg flex-row-reverse flex-items-center"> <!-- Cell 1 --> <div class="l-grid__item df w-100 w-50-md relative z-1 a-page-element-default--scroll"> <div class="w-100 "> <!-- c-pitchbox-text-module - size:md --> <div class=""> <!-- Label --> <!-- Heading --> <h2 class="c-heading f10 f11-md f12-lg" style="letter-spacing: -0.05em; line-height: 0.98;">Shield your brand from <span class="color-text-hexicon-red">threats</span></h2> <!-- strapline --> <!-- Text --> <p class="c-lead pt4 dib f5 f6-lg-xl mw6">Monitor emerging threats across over 100m sources and set up smart, real-time alerts to <strong>respond with speed and confidence before problems develop.</strong></p> <!-- Btn or Btns --> <div class="mt5 mt6-lg"> <!-- c-btn --> <a class="c-btn c-btn-- c-btn--secondary-light c-btn--2 c-btn--icon-right c-btn--animate-left-right c-btn--rounded f3 f4-lg" href="https://www.brandwatch.com/demo/"> <div class="relative w-100 df flex-items-center flex-justify-center" > <span class=" ">Get started</span> <!-- c-icon.php --> <span class="c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-arrow-long-right"></use> </svg> </span> </div> </a> <!-- !END c-btn --></div> <!-- Bullets --> <!-- Btn or Btns --> <!-- Btn or Btns --> <!-- Icon Cells --> <!-- Quote --> </div> <!-- !END c-pitchbox-text-module --></div> </div> <!-- Cell 2 --> <div class="l-grid__item df w-100 w-50-md a-page-element-default--scroll a-delay-1"> <div class="w-100 "> <style> .map-core { min-width: 180%; left: -72%; top: 5%; } @media (max-width: 1600px) { .map-core { min-width: 144%; left: -31%; } } @media (max-width: 900px) { .map-core { min-width: 162%; left: -51%; } } @media (max-width: 600px) { .map-core { min-width: 151%; left: -44%; } } </style> <div class="relative map-core"> <!-- c-reserve-space-img --> <div class="color-bg-transparent relative" style="z-3"> <div style="padding-top: 82.066666666667%; position: relative;" class="w-100"> <div style="position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%;"> <img data-src="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/shield/bg--thu-midday.jpg&width=1024" class="js-lazy-img w-100 df" data-srcset="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/shield/bg--thu-midday.jpg&width=380 380w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/shield/bg--thu-midday.jpg&width=500 500w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/shield/bg--thu-midday.jpg&width=768 768w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/shield/bg--thu-midday.jpg&width=1024 1024w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/shield/bg--thu-midday.jpg&width=0 1500w"> </div> </div> </div> <!-- !END c-reserve-space-img --> <!-- c-blip --> <span class="c-blip absolute" style="width: 200px; top: 30.5%; right: 25.9%; width: 4.5%;"> <span class="c-blip__aspect-provider"></span> <span class="c-blip__dot color-bg-hexicon-red" style="background-color: #FF6D56;"></span> <span class="c-blip__static o-40 color-bg-hexicon-red" style="background-color: #FF6D56;"></span> <span class="c-blip__animated color-bg-hexicon-red" style="background-color: #FF6D56; animation-duration: 0.5s; animation-delay: 0.2s;"></span> </span> <!-- c-blip --> <span class="c-blip absolute" style="width: 200px; top: 26.5%; right: 24.9%; width: 8.5%;"> <span class="c-blip__aspect-provider"></span> <span class="c-blip__dot color-bg-hexicon-red" style="background-color: #FF6D56;"></span> <span class="c-blip__static o-40 color-bg-hexicon-red" style="background-color: #FF6D56;"></span> <span class="c-blip__animated color-bg-hexicon-red" style="background-color: #FF6D56; animation-duration: 0.5s; animation-delay: 0.15s;"></span> </span> <!-- c-blip --> <span class="c-blip absolute" style="width: 200px; top: 23.5%; right: 23.9%; width: 8.5%;"> <span class="c-blip__aspect-provider"></span> <span class="c-blip__dot color-bg-hexicon-red" style="background-color: #FF6D56;"></span> <span class="c-blip__static o-40 color-bg-hexicon-red" style="background-color: #FF6D56;"></span> <span class="c-blip__animated color-bg-hexicon-red" style="background-color: #FF6D56; animation-duration: 0.5s; animation-delay: 0.1s;"></span> </span> <!-- c-blip --> <span class="c-blip absolute" style="width: 200px; top: 24.5%; right: 21.9%; width: 8.5%;"> <span class="c-blip__aspect-provider"></span> <span class="c-blip__dot color-bg-hexicon-red" style="background-color: #FF6D56;"></span> <span class="c-blip__static o-40 color-bg-hexicon-red" style="background-color: #FF6D56;"></span> <span class="c-blip__animated color-bg-hexicon-red" style="background-color: #FF6D56; animation-duration: 0.5s;"></span> </span> <!-- c-reserve-space-img --> <div class="color-bg-transparent absolute" style="width: 32%; right: 1%; top: 4.5%;"> <div style="padding-top: 0%; position: relative;" class="w-100"> <img data-src="/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/shield/popover--thu-midday.svg" class="js-lazy-img w-100 df"> </div> </div> <!-- !END c-reserve-space-img --></div> </div> </div> </div> </div> </div> </div> </section> <!-- !END core/blocks/picthbox/c-5050-default --> <!-- core/blocks/picthbox/c-5050-default --> <section id="manage" class="relative z-1 pb5 pb8-md pt4 pt0-md mb6"> <div class="l-page-gutter"> <div class="l-container l-container-4-xl"> <div class="relative" data-scrollfx data-scrollfx-dir="down" data-scrollfx-times="-1" data-scrollfx-screen-threshold="0.01" data-scrollfx-active-class="a-page-element-scroll-wrap"> <div class="l-grid l-grid--gutters-4 l-grid--gutters-5-lg flex-items-center"> <!-- Cell 1 --> <div class="l-grid__item df w-100 w-50-md relative z-1 a-page-element-default--scroll"> <div class="w-100 "> <!-- c-pitchbox-text-module - size:md --> <div class=""> <!-- Label --> <!-- Heading --> <h2 class="c-heading f10 f11-md f12-lg" style="letter-spacing: -0.05em; line-height: 0.98;"><span class="color-text-ui-primary">Manage</span> all channels with ease</h2> <!-- strapline --> <!-- Text --> <p class="c-lead pt4 dib f5 f6-lg-xl mw6">Take the stress out of community management and customer support. <strong>Engage customers and prospects with one social inbox for all your networks.</strong></p> <!-- Btn or Btns --> <div class="mt5 mt6-lg"> <!-- c-btn --> <a class="c-btn c-btn-- c-btn--secondary-light c-btn--2 c-btn--icon-right c-btn--animate-left-right c-btn--rounded f3 f4-lg" href="https://www.brandwatch.com/demo/"> <div class="relative w-100 df flex-items-center flex-justify-center" > <span class=" ">Get started</span> <!-- c-icon.php --> <span class="c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-arrow-long-right"></use> </svg> </span> </div> </a> <!-- !END c-btn --></div> <!-- Bullets --> <!-- Btn or Btns --> <!-- Btn or Btns --> <!-- Icon Cells --> <!-- Quote --> </div> <!-- !END c-pitchbox-text-module --></div> </div> <!-- Cell 2 --> <div class="l-grid__item df w-100 w-50-md a-page-element-default--scroll a-delay-1"> <div class="w-100 "><div class="relative"> <!-- c-reserve-space-img --> <div class="color-bg-transparent relative w-100 shadow-fr c-asset-border-radius overflow-hidden full-width-mb" style="width: 170%;"> <div style="padding-top: 65.477214101462%; position: relative;" class="w-100"> <div style="position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%;"> <img data-src="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/manage/manage-all-channels-with-ease.jpg&width=1024" class="js-lazy-img w-100 df" data-srcset="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/manage/manage-all-channels-with-ease.jpg&width=380 380w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/manage/manage-all-channels-with-ease.jpg&width=500 500w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/manage/manage-all-channels-with-ease.jpg&width=768 768w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/manage/manage-all-channels-with-ease.jpg&width=1024 1024w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/manage/manage-all-channels-with-ease.jpg&width=2200 2200w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/manage/manage-all-channels-with-ease.jpg&width=0 2326w"> </div> </div> </div> <!-- !END c-reserve-space-img --></div> </div> </div> </div> </div> </div> </div> </section> <!-- !END core/blocks/picthbox/c-5050-default --> <section id="better-results" class="pb8"> <!-- core/blocks/picthbox/c-5050-default --> <section class="pb8 pb0-md relative z-1"> <div class="l-page-gutter"> <div class="l-container l-container-4-xl"> <div class="relative" data-scrollfx data-scrollfx-dir="down" data-scrollfx-times="-1" data-scrollfx-screen-threshold="0.01" data-scrollfx-active-class="a-page-element-scroll-wrap"> <div class="l-grid l-grid--gutters-4 l-grid--gutters-5-lg flex-row-reverse flex-items-center"> <!-- Cell 1 --> <div class="l-grid__item df w-100 w-50-md relative z-1 a-page-element-default--scroll"> <div class="w-100 "> <!-- c-pitchbox-text-module - size:md --> <div class=""> <!-- Label --> <!-- Heading --> <h2 class="c-heading f10 f11-md f12-lg" style="letter-spacing: -0.05em; line-height: 0.98;">Get better results and <span class="color-text-ui-primary">ROI</span></h2> <!-- strapline --> <!-- Text --> <p class="c-lead pt4 dib f5 f6-lg-xl mw6">When your social strategy is executed well and informed by robust, unique insights you’ll get a competitive edge that produces measurable results. <strong>Don’t just take our word for it, see how some of our other clients did it.</strong></p> <!-- Btn or Btns --> <div class="mt5 mt6-lg"> <!-- c-btn --> <a class="c-btn c-btn-- c-btn--secondary-light c-btn--2 c-btn--icon-right c-btn--animate-left-right c-btn--rounded f3 f4-lg" href="https://www.brandwatch.com/demo/"> <div class="relative w-100 df flex-items-center flex-justify-center" > <span class=" ">Get started</span> <!-- c-icon.php --> <span class="c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-arrow-long-right"></use> </svg> </span> </div> </a> <!-- !END c-btn --></div> <!-- Bullets --> <!-- Btn or Btns --> <!-- Btn or Btns --> <!-- Icon Cells --> <!-- Quote --> </div> <!-- !END c-pitchbox-text-module --></div> </div> <!-- Cell 2 --> <div class="l-grid__item df w-100 w-50-md a-page-element-default--scroll a-delay-1"> <div class="w-100 nl4-md"><div class="w-100 relative"> <!-- Arrow Navigation --> <div class="dn-md" data-cyclr data-cyclr--show-arrows data-cyclr--items-selector="#results-slides" data-cyclr--first-initially-shown data-cyclr-control="true" data-cyclr--item-active-classes="t-fade-in--active t-active-wrap a-active-wrap"> <div class="absolute x-home-results-controls-arrows bw-tns__nav-btn bw-tns__prev z-3" data-cyclr-left-arrow style="-webkit-tap-highlight-color: rgba(255, 255, 255, 0);"> <!-- c-icon.php --> <span class="c-icon color-text-grey-10"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-arrow-long-left"></use> </svg> </span> </div> <div class="absolute x-home-results-controls-arrows bw-tns__nav-btn bw-tns__next z-3" data-cyclr-right-arrow style="-webkit-tap-highlight-color: rgba(255, 255, 255, 0);"> <!-- c-icon.php --> <span class="c-icon color-text-grey-10"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-arrow-long-right"></use> </svg> </span> </div> </div> <!-- Controls --> <div class="df absolute--center-x x-home-results-controls" style="z-index: 13;" data-cyclr data-cyclr--items-selector="#results-slides" data-cyclr--control-active-classes="color-bg-ui-primary" data-cyclr--first-initially-shown data-cyclr--item-active-classes="t-fade-in--active t-active-wrap a-active-wrap z-1"> <!-- c-em-dot --> <span class="color-bg-grey-4 db flex-noshrink flex-grow-0 mr2 cursor-pointer color-bg-ui-primary" style="height: 0.7em; width: 0.7em; max-height: 0.7em; max-width: 0.7em; border-radius: 50%;" data-cyclr-control="true" data-ga="interaction" data-ga-action="results-cycler-select" data-ga-label="results-cycler-select-0"></span> <!-- c-em-dot --> <span class="color-bg-grey-4 db flex-noshrink flex-grow-0 mr2 cursor-pointer " style="height: 0.7em; width: 0.7em; max-height: 0.7em; max-width: 0.7em; border-radius: 50%;" data-cyclr-control="true" data-ga="interaction" data-ga-action="results-cycler-select" data-ga-label="results-cycler-select-1"></span> <!-- c-em-dot --> <span class="color-bg-grey-4 db flex-noshrink flex-grow-0 mr2 cursor-pointer " style="height: 0.7em; width: 0.7em; max-height: 0.7em; max-width: 0.7em; border-radius: 50%;" data-cyclr-control="true" data-ga="interaction" data-ga-action="results-cycler-select" data-ga-label="results-cycler-select-2"></span> <!-- c-em-dot --> <span class="color-bg-grey-4 db flex-noshrink flex-grow-0 mr2 cursor-pointer " style="height: 0.7em; width: 0.7em; max-height: 0.7em; max-width: 0.7em; border-radius: 50%;" data-cyclr-control="true" data-ga="interaction" data-ga-action="results-cycler-select" data-ga-label="results-cycler-select-3"></span> </div> <!-- !END Controls --> <!-- Slides --> <div id="results-slides" class="df nowrap relative flex-order-0 z-1"> <div data-cyclr-item class="w-100 min-width-100 ws-normal relative t-duration-0 color-bg-white t-fade-in t-fade-in--active" style="left: -000%; width: 100%;"> <div class="relative"> <!-- c-reserve-space-img --> <div class="color-bg-grey-2"> <div style="padding-top: 119.88130563798%; position: relative;" class="w-100"> <div style="position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%;"> <img data-src="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/results/2.jpg&width=1011" class="js-lazy-img w-100 df" data-srcset="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/results/2.jpg&width=380 380w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/results/2.jpg&width=500 500w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/results/2.jpg&width=768 768w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/results/2.jpg&width=0 1011w"> </div> </div> </div> <!-- !END c-reserve-space-img --> <div class="absolute w-70 w-50-lg" style=" bottom: -5%; right: -18%;"> <div class="relative static-md" style="left: -47%; bottom: -12rem;"> <a class="df flex-column w-100 cursor-pointer color-bg-white pa5 br2 relative c-mode-light shadow-atlassian u-object-hover" href="https://www.brandwatch.com/case-studies/virgin-holidays-digital/view/" data-ga="link" data-ga-label="Better audience engagement - https://www.brandwatch.com/case-studies/virgin-holidays-digital/view/"> <div class="mx-auto w-50 w-70-md pb3"> <!-- c-reserve-space-img --> <div class> <div style="padding-top: 0%; position: relative;" class="w-100"> <img src="/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/svg/virgin-logo--dot.svg" class="w-100 df"> </div> </div> <!-- !END c-reserve-space-img --> </div> <div class="w-100"> <div class="f8 color-border-grey-3"> <h3 class="c-heading f7 lh-super-tight mb1">Better audience <span class="color-text-hexicon-red">engagement</span></h3> </div> </div> <div> <p class="c-lead f3 pt3-md">Virgin Holidays brought award-winning innovative content discovery to the travel industry to achieve excellent readership results.</p> <div class="df flex-items-center mt3 f4"> <div class="c-heading mr2">Read More</div> <span class="color-bg-hexicon-red c-spot-icon size- f2 f3-md"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-arrow-long-right"></use> </svg> </span></span> </div> </div> </a> </div> </div> </div> </div> <div data-cyclr-item class="w-100 min-width-100 ws-normal relative t-duration-0 color-bg-white t-fade-in " style="left: -100%; width: 100%;"> <div class="relative"> <!-- c-reserve-space-img --> <div class="color-bg-grey-2"> <div style="padding-top: 119.88130563798%; position: relative;" class="w-100"> <div style="position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%;"> <img data-src="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/results/1.jpg&width=1011" class="js-lazy-img w-100 df" data-srcset="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/results/1.jpg&width=380 380w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/results/1.jpg&width=500 500w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/results/1.jpg&width=768 768w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/results/1.jpg&width=0 1011w"> </div> </div> </div> <!-- !END c-reserve-space-img --> <div class="absolute w-70 w-50-lg" style=" bottom: -5%; right: -18%;"> <div class="relative static-md" style="left: -47%; bottom: -12rem;"> <a class="df flex-column w-100 cursor-pointer color-bg-white pa5 br2 relative c-mode-light shadow-atlassian u-object-hover" href="https://www.brandwatch.com/case-studies/oneplus/view/" data-ga="link" data-ga-label="Take the lead - https://www.brandwatch.com/case-studies/oneplus/view/"> <div class="mx-auto w-50 w-70-md pb3"> <!-- c-reserve-space-img --> <div class> <div style="padding-top: 0%; position: relative;" class="w-100"> <img src="/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/svg/oneplus-logo--dot.svg" class="w-100 df"> </div> </div> <!-- !END c-reserve-space-img --> </div> <div class="w-100"> <div class="f8 color-border-grey-3"> <h3 class="c-heading f7 lh-super-tight mb1">Take the <span class="color-text-ui-primary">lead</span></h3> </div> </div> <div> <p class="c-lead f3 pt3-md">OnePlus use Brandwatch to add context to their social insights and become the #1 premium smartphone in their market</p> <div class="df flex-items-center mt3 f4"> <div class="c-heading mr2">Read More</div> <span class="color-bg-hexicon-green c-spot-icon size- f2 f3-md"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-arrow-long-right"></use> </svg> </span></span> </div> </div> </a> </div> </div> </div> </div> <div data-cyclr-item class="w-100 min-width-100 ws-normal relative t-duration-0 color-bg-white t-fade-in " style="left: -200%; width: 100%;"> <div class="relative"> <!-- c-reserve-space-img --> <div class="color-bg-grey-2"> <div style="padding-top: 119.88130563798%; position: relative;" class="w-100"> <div style="position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%;"> <img data-src="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/results/3.jpg&width=1011" class="js-lazy-img w-100 df" data-srcset="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/results/3.jpg&width=380 380w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/results/3.jpg&width=500 500w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/results/3.jpg&width=768 768w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/results/3.jpg&width=0 1011w"> </div> </div> </div> <!-- !END c-reserve-space-img --> <div class="absolute w-70 w-50-lg" style=" bottom: -5%; right: -18%;"> <div class="relative static-md" style="left: -47%; bottom: -12rem;"> <a class="df flex-column w-100 cursor-pointer color-bg-white pa5 br2 relative c-mode-light shadow-atlassian u-object-hover" href="https://www.brandwatch.com/case-studies/metia/view/" data-ga="link" data-ga-label="Double the ROI - https://www.brandwatch.com/case-studies/metia/view/"> <div class="mx-auto w-50 w-70-md pb3"> <!-- c-reserve-space-img --> <div class> <div style="padding-top: 0%; position: relative;" class="w-100"> <img src="/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/svg/metia-logo--dot.svg" class="w-100 df"> </div> </div> <!-- !END c-reserve-space-img --> </div> <div class="w-100"> <div class="f8 color-border-grey-3"> <h3 class="c-heading f7 lh-super-tight mb1">Double the <span class="color-text-hexicon-orange">ROI</span></h3> </div> </div> <div> <p class="c-lead f3 pt3-md">Metia achieved a 22% higher click-through rate on its Twitter ads, a 59% higher landing rate on its webpage, and a 144% higher conversion rate.</p> <div class="df flex-items-center mt3 f4"> <div class="c-heading mr2">Read More</div> <span class="color-bg-hexicon-orange c-spot-icon size- f2 f3-md"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-arrow-long-right"></use> </svg> </span></span> </div> </div> </a> </div> </div> </div> </div> <div data-cyclr-item class="w-100 min-width-100 ws-normal relative t-duration-0 color-bg-white t-fade-in " style="left: -300%; width: 100%;"> <div class="relative"> <!-- c-reserve-space-img --> <div class="color-bg-grey-2"> <div style="padding-top: 119.88130563798%; position: relative;" class="w-100"> <div style="position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%;"> <img data-src="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/results/4.jpg&width=1011" class="js-lazy-img w-100 df" data-srcset="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/results/4.jpg&width=380 380w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/results/4.jpg&width=500 500w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/results/4.jpg&width=768 768w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/results/4.jpg&width=0 1011w"> </div> </div> </div> <!-- !END c-reserve-space-img --> <div class="absolute w-70 w-50-lg" style=" bottom: -5%; right: -18%;"> <div class="relative static-md" style="left: -47%; bottom: -12rem;"> <a class="df flex-column w-100 cursor-pointer color-bg-white pa5 br2 relative c-mode-light shadow-atlassian u-object-hover" href="https://www.brandwatch.com/case-studies/bimbo/view/" data-ga="link" data-ga-label="Turn crisis into opportunity - https://www.brandwatch.com/case-studies/bimbo/view/"> <div class="mx-auto w-50 w-70-md pb3"> <!-- c-reserve-space-img --> <div class> <div style="padding-top: 0%; position: relative;" class="w-100"> <img src="/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/svg/bimbo-logo--dot.svg" class="w-100 df"> </div> </div> <!-- !END c-reserve-space-img --> </div> <div class="w-100"> <div class="f8 color-border-grey-3"> <h3 class="c-heading f7 lh-super-tight mb1">Turn crisis into <span class="color-text-hexicon-yellow">opportunity</span></h3> </div> </div> <div> <p class="c-lead f3 pt3-md">Bimbo took a crisis and turned it into a business opportunity that saw a social campaign generate $580,000 in sales.</p> <div class="df flex-items-center mt3 f4"> <div class="c-heading mr2">Read More</div> <span class="color-bg-hexicon-yellow c-spot-icon size- f2 f3-md"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-arrow-long-right"></use> </svg> </span></span> </div> </div> </a> </div> </div> </div> </div> </div> <!-- !END Slides --> </div> </div> </div> </div> </div> </div> </div> </section> <!-- !END core/blocks/picthbox/c-5050-default --> </section> <section class="color-bg-white py7-md py5"> <div class="l-page-gutter"> <div class="l-container l-container-4-xl pt7 pt0-md"> <!-- c-quote --> <div class="df-md w-100"> <div class="mx-auto mb5 mb0-md mr5-md w-50 w-20-md df flex-items-center "> <!-- c-avatar --> <div class="dib lh-super-tight mw-100 br-100 relative w4 shadow-3 mx-auto filter-grayscale-10"> <div class="br-100 relative color-bg-grey-2 bw4 overflow-hidden color-border-white ba"> <div class="aspect-ratio--1x1 relative br-100 overflow-hidden"> <div class="absolute--fill bg-img " data-image-set="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/quote/jaya-deshpande.jpg&width=0 236w" ></div> </div> </div> <div class="absolute ba bw2 bw3-xl color-border-white br-100 w-40 z-1 color-fill-grey-3 overflow-hidden shadow-fr" style="bottom: -3%; right: -1.5%;"> <div class="aspect-ratio--1x1 color-bg-grey-2"></div> <div class="absolute--fill bg-img " data-image-set="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/homepage/quote/bbc-home-page.jpg&width=0 174w" ></div> </div> </div> <!-- !END c-avatar --> </div> <div class="w-80-md df flex-items-center tc flex-justify-center flex-justify-start-md tl-md"> <div class="dib"> <!-- c-heading.php --> <h2 class="c-heading mx-auto f4 f5-sm f6-lg lh-regular mb3 mb5-xl " style="margin-top: -0.065em; margin-left: -0.07em;"> <span class="c-heading--light-bold-optic-correction"> “My favourite thing about Brandwatch is the ability to really customize the data. We’re able to customize what we’re looking for and the audiences we’re speaking to.” </span> </h2> <!-- !END c-heading.php --> <div class="c-copy df flex-items-center tc flex-justify-center tl-md flex-justify-start-md"> <p class="f2 f3-lg f4-xl"><strong>Jaya Deshpande</strong>, Principal Social Analyst, BBC</p> </div> </div> </div> </div> <!-- !END c-quote --> </div> </div> </section> <!-- core/blocks/picthbox/c-5050-default --> <section class="pt7-md pb8"> <div class="l-page-gutter"> <div class="l-container l-container-4-xl pt7 pt0-md"> <div class="py5-lg" data-scrollfx data-scrollfx-dir="down" data-scrollfx-times="-1" data-scrollfx-screen-threshold="0.01" data-scrollfx-active-class="a-page-element-scroll-wrap"> <div class="l-grid l-grid--gutters-4 l-grid--gutters-5-lg flex-items-center"> <!-- Cell 1 --> <div class="l-grid__item df w-100 w-50-md relative z-1 a-page-element-default--scroll"> <div class="w-100 "> <!-- c-pitchbox-text-module - size:md --> <div class=""> <!-- Label --> <!-- Heading --> <h2 class="c-heading f10 f11-md f12-lg" style="letter-spacing: -0.05em; line-height: 0.98;">A solution that <span class="color-text-ui-primary">fits</span></h2> <!-- strapline --> <!-- Text --> <p class="c-lead pt4 dib f5 f6-lg-xl mw6">Select your job role, your industry or your use case and we’ll show how Brandwatch can help.</p> <!-- Btn or Btns --> <div class="mt5 mt6-lg"> <!-- c-btn --> <a class="c-btn c-btn-- c-btn--secondary-light c-btn--2 c-btn--icon-right c-btn--animate-left-right c-btn--rounded f3 f4-lg" href="https://www.brandwatch.com/demo/"> <div class="relative w-100 df flex-items-center flex-justify-center" > <span class=" ">Get started</span> <!-- c-icon.php --> <span class="c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-arrow-long-right"></use> </svg> </span> </div> </a> <!-- !END c-btn --></div> <!-- Bullets --> <!-- Btn or Btns --> <!-- Btn or Btns --> <!-- Icon Cells --> <!-- Quote --> </div> <!-- !END c-pitchbox-text-module --></div> </div> <!-- Cell 2 --> <div class="l-grid__item df w-100 w-50-md a-page-element-default--scroll a-delay-1"> <div class="w-100 "> <div> <div class="l-grid l-grid--gutters-2 w-75-md"> <div class="l-grid__item l-grid__item--12 a-page-element-default--scroll" style="transition-delay: 0.1s;"> <a href="https://www.brandwatch.com/use-cases/" class="db color-bg-grey-2 u-object-hover" data-ga="link" data-ga-label="routing-block--use cases"> <div class="pa4 relative"> <h3 class="c-heading l-super-tight f6">Use Cases</h3> <p class="c-lead f3 dn">Lorem ipsum dolor sit amet consectetur adipisicing elit.</p> </div> <div class="flex-1"></div> <div class="df flex-items-center color-border-grey-3 bt px4 py3 relative"> <div class="c-heading f4 mr2 mr3-lg-xl">Explore</div> <span class="color-bg-hexicon-green c-spot-icon size- f1 f3-lg-xl"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-arrow-long-right"></use> </svg> </span></span> </div> </a> </div> <div class="l-grid__item l-grid__item--12 a-page-element-default--scroll" style="transition-delay: 0.2s;"> <a href="https://www.brandwatch.com/industries/" class="db color-bg-grey-2 u-object-hover" data-ga="link" data-ga-label="routing-block--industries"> <div class="pa4 relative"> <h3 class="c-heading l-super-tight f6">Industries</h3> <p class="c-lead f3 dn">Lorem ipsum dolor sit amet consectetur adipisicing elit.</p> </div> <div class="flex-1"></div> <div class="df flex-items-center color-border-grey-3 bt px4 py3 relative"> <div class="c-heading f4 mr2 mr3-lg-xl">Explore</div> <span class="color-bg-hexicon-orange c-spot-icon size- f1 f3-lg-xl"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-arrow-long-right"></use> </svg> </span></span> </div> </a> </div> <div class="l-grid__item l-grid__item--12 a-page-element-default--scroll" style="transition-delay: 0.3s;"> <a href="https://www.brandwatch.com/roles/" class="db color-bg-grey-2 u-object-hover" data-ga="link" data-ga-label="routing-block--roles"> <div class="pa4 relative"> <h3 class="c-heading l-super-tight f6">Roles</h3> <p class="c-lead f3 dn">Lorem ipsum dolor sit amet consectetur adipisicing elit.</p> </div> <div class="flex-1"></div> <div class="df flex-items-center color-border-grey-3 bt px4 py3 relative"> <div class="c-heading f4 mr2 mr3-lg-xl">Explore</div> <span class="color-bg-hexicon-yellow c-spot-icon size- f1 f3-lg-xl"> <!-- c-icon.php --> <span class="c-spot-icon__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-arrow-long-right"></use> </svg> </span></span> </div> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <!-- !END core/blocks/picthbox/c-5050-default --> <!-- core/blocks/picthbox/c-5050-default --> <section id="number-one-trusted-enterprise" class="nt6 mt0-md py7 relative"> <div class="l-page-gutter"> <div class="l-container l-container-4-xl"> <div class="" data-scrollfx data-scrollfx-dir="down" data-scrollfx-times="-1" data-scrollfx-screen-threshold="0.01" data-scrollfx-active-class="a-page-element-scroll-wrap"> <div class="l-grid l-grid--gutters-4 l-grid--gutters-5-lg flex-items-center"> <!-- Cell 1 --> <div class="l-grid__item df w-100 w-50-md relative z-1 a-page-element-default--scroll"> <div class="w-100 "> <!-- c-pitchbox-text-module - size:md --> <div class=""> <!-- Label --> <!-- Heading --> <h2 class="c-heading f10 f11-md f12-lg" style="letter-spacing: -0.05em; line-height: 0.98;">The <span class="color-text-ui-primary">#1</span> trusted enterprise solution</h2> <!-- strapline --> <!-- Text --> <p class="c-lead pt4 dib f5 f6-lg-xl mw6">Brandwatch solutions are consistently recognized as leaders by industry analysts and the customers who rely on them to better understand and engage with their consumers.</p> <!-- Btn or Btns --> <div class="mt5 mt6-lg"> <!-- c-btn --> <a class="c-btn c-btn-- c-btn--secondary-light c-btn--2 c-btn--icon-right c-btn--animate-left-right c-btn--rounded f3 f4-lg" href="https://www.brandwatch.com/p/forrester-wave-social-suites/"> <div class="relative w-100 df flex-items-center flex-justify-center" > <span class=" ">Read the Forrester Wave</span> <!-- c-icon.php --> <span class="c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-arrow-long-right"></use> </svg> </span> </div> </a> <!-- !END c-btn --></div> <!-- Bullets --> <!-- Btn or Btns --> <!-- Btn or Btns --> <!-- Icon Cells --> <!-- Quote --> </div> <!-- !END c-pitchbox-text-module --></div> </div> <!-- Cell 2 --> <div class="l-grid__item df w-100 w-50-md a-page-element-default--scroll a-delay-1"> <div class="w-100 "><div class="mx-auto-md pt2-md c-asset-svg-wrap"> <div class="dn-xs db-md"> <img src="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/award-badges-2024.png&width=1024" srcset="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/award-badges-2024.png&width=380 380w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/award-badges-2024.png&width=500 500w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/award-badges-2024.png&width=768 768w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/award-badges-2024.png&width=1024 1024w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/award-badges-2024.png&width=0 1059w"> </div> <div class="dn db-xs dn-md w-100 w-70-md mw7 pl5-md"> <img src="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/award-badges-2024.png&width=1024" srcset="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/award-badges-2024.png&width=380 380w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/award-badges-2024.png&width=500 500w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/award-badges-2024.png&width=768 768w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/award-badges-2024.png&width=1024 1024w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/site--brandwatch.com/assets/img/award-badges-2024.png&width=0 1059w"> </div> </div> </div> </div> </div> </div> </div> </div> </section> <!-- !END core/blocks/picthbox/c-5050-default --> <!-- c-cta-default --> <section id="cta-sitewide-cta-block" class="color-bg-grey-10 color-bg-white-xs overflow-hidden mb8-xs" data-scrollfx="true" data-scrollfx-dir="down" data-scrollfx-times="-1" data-scrollfx-screen-threshold="0.15" data-scrollfx-active-class="a-page-element-scroll-wrap"> <div class="l-page-gutter-xs"> <div class="l-container l-container-4-xl tc tl-lg"> <a href="https://www.brandwatch.com/demo/" data-ga="cta" data-ga-label="cta-sitewide-cta-block--book-a-meeting" class="a-page-element-default--scroll db overflow-hidden relative br-ui-charcoal color-bg-grey-10 c-mode-dark"> <div class="l-grid l-grid--gutters-4-md"> <!-- Cell 1 --> <div class="l-grid__item w-100 df flex-items-center w-60-md w-50-lg"> <div class="l-page-gutter l-page-gutter--disabled-xs w-100"> <div class=" py5 py6-md py7-lg pr5-xs pr0-md pl5-xs pl6-md pl7-lg"> <!-- c-pitchbox-text-module - size:sitewide-cta-block --> <div class=" mw6 tc tl-md mx-auto ml0-md py4 px4-sm pr0-md"> <!-- Label --> <!-- Heading --> <h2 class="c-heading f10 f11-md f12-lg-xl" style="letter-spacing: -0.05em; line-height: 0.98;">Book a meeting<br><span class="color-text-ui-primary">to get started</span></h2> <!-- strapline --> <!-- Text --> <p class="c-lead pt4 dib f4 f5-md f6-lg-xl mw6">Speak to an expert to find out how Brandwatch will change the way you work.</p> <!-- Btn or Btns --> <div class="mt5"> <!-- c-btn --> <button class="c-btn c-btn--primary-ui c-btn--primary-light c-btn--2 c-btn--icon-right c-btn--animate-left-right c-btn--rounded f4 f5-lg-xl w-80-md"> <div class="c-btn__color-mix color-bg-grey-8 "></div> <div class="c-btn__color color-bg-hexicon-green "></div> <div class="relative w-100 df flex-items-center flex-justify-center" > <span class=" ">Get started</span> <!-- c-icon.php --> <span class="c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-arrow-long-right"></use> </svg> </span> </div> </button> <!-- !END c-btn --></div> <!-- Bullets --> <!-- Btn or Btns --> <!-- Btn or Btns --> <!-- Icon Cells --> <!-- Quote --> </div> <!-- !END c-pitchbox-text-module --> </div> </div> </div> <!-- Cell 2 --> <div class="l-grid__item w-100 df w-40-md w-50-lg"> <div class="df w-100 pt6-md pt7-lg"> <div class="df w-100 pt4-md"> <div class="df w-100 l-page-gutter l-page-gutter--disabled-md"> <div class="w-100 color-bg-grey-7 df"> <div class="w-100 relative mb0-force-md" style="margin-bottom: -36%;"> <div class="relative absolute-md top-0 left-0 w-100 w-200-md w-160-lg"> <div class="w-100"> <div class="aspect-ratio--16x10"></div> <div class="absolute--fill w-100 color-bg-grey-7 shadow-atlassian c-asset-border-radius color-border-grey-7 ba overflow-hidden"> <!-- c-reserve-space-img --> <div class="color-bg-grey-7"> <div style="padding-top: 0%; position: relative;" class="w-100"> <img data-src="/wp-content/themes/brandwatch/src/site--brandwatch.com/assets/svg/dashboards/bcr/wed-midday.svg" class="js-lazy-img w-100 df"> </div> </div> <!-- !END c-reserve-space-img --> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </a> </div> </div> </section> <!-- !END c-cta-default --> </div><!-- !END l-enforce-page-height__block --> </div><!-- !End l-enforce-page-height__wrap --> <!-- Site Footer --> <style> .lang-position { left: -5px; width: 200px; bottom: calc(100% + 1.5rem); } @media (max-width: 420px) { .lang-position { left: 50%; margin-left: -100px; } } </style> <footer class="color-bg-white relative z-3"> <div class="l-page-gutter py4-lg color-border-blocktone bt"> <div class="l-container l-container-4-xl py6"> <!-- Menu --> <ul class="l-grid l-grid--gutters-3 l-grid--gutters-3 tc tl-xs f3 f4-xl"> <li class="lh-tight l-grid__item l-grid__item--12 l-grid__item--auto-lg l-grid__item--6-xs l-grid__item--3-sm"> <p class="c-heading c-heading--bottom-medium f3">Our Suite</p> <ul class="pt1"> <li class="mb1"> <a href="https://www.brandwatch.com/suite/consumer-intelligence/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Consumer Intelligence"> Consumer Intelligence </a> </li> <li class="mb1"> <a href="https://www.brandwatch.com/suite/social-media-management/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Social Media Management"> Social Media Management </a> </li> <li class="mb1"> <a href="https://www.brandwatch.com/products/influence/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Influencer Marketing"> Influencer Marketing </a> </li> <li class="mb1"> <a href="https://www.brandwatch.com/suite/insights/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Media Intelligence & Insights"> Media Intelligence & Insights </a> </li> <li class="mb1"> <a href="https://www.brandwatch.com/products/apis/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-APIs"> APIs </a> </li> </ul> </li> <li class="lh-tight l-grid__item l-grid__item--12 l-grid__item--auto-lg l-grid__item--6-xs l-grid__item--3-sm"> <p class="c-heading c-heading--bottom-medium f3">Resources</p> <ul class="pt1"> <li class="mb1"> <a href="https://www.brandwatch.com/blog/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Blog"> Blog </a> </li> <li class="mb1"> <a href="https://www.brandwatch.com/events/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Events"> Events </a> </li> <li class="mb1"> <a href="https://www.brandwatch.com/webinars/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Webinars"> Webinars </a> </li> <li class="mb1"> <a href="https://www.brandwatch.com/reports/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Reports"> Reports </a> </li> <li class="mb1"> <a href="https://www.brandwatch.com/case-studies/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Case Studies"> Case Studies </a> </li> <li class="mb1"> <a href="https://www.brandwatch.com/guides/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Guides"> Guides </a> </li> <li class="mb1"> <a href="https://www.brandwatch.com/social-media-glossary/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Social Media Glossary"> Social Media Glossary </a> </li> <li class="mb1"> <a href="https://academy.brandwatch.com" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Brandwatch Academy"> Brandwatch Academy </a> </li> </ul> </li> <li class="lh-tight l-grid__item l-grid__item--12 l-grid__item--auto-lg l-grid__item--6-xs l-grid__item--3-sm"> <p class="c-heading c-heading--bottom-medium f3">Company</p> <ul class="pt1"> <li class="mb1"> <a href="https://www.brandwatch.com/company/about/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-About Us"> About Us </a> </li> <li class="mb1"> <a href="https://www.brandwatch.com/company/careers/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Careers"> Careers </a> </li> <li class="mb1"> <a href="https://www.brandwatch.com/contact/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Contact Us"> Contact Us </a> </li> <li class="mb1"> <a href="https://www.brandwatch.com/press/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Press"> Press </a> </li> <li class="mb1"> <a href="https://www.brandwatch.com/partnerships/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Partnerships"> Partnerships </a> </li> <li class="mb1"> <a href="https://www.brandwatch.com/integrations/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Integrations"> Integrations </a> </li> <li class="mb1"> <a href="https://www.brandwatch.com/company/environmental-commitment/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Environmental Commitment"> Environmental Commitment </a> </li> <li class="mb1"> <a href="https://www.brandwatch.com/press/awards/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Awards"> Awards </a> </li> </ul> </li> <li class="lh-tight l-grid__item l-grid__item--12 l-grid__item--auto-lg l-grid__item--6-xs l-grid__item--3-sm"> <p class="c-heading c-heading--bottom-medium f3">Legal</p> <ul class="pt1"> <li class="mb1"> <a href="https://www.brandwatch.com/legal/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Legal Hub"> Legal Hub </a> </li> <li class="mb1"> <a href="https://www.brandwatch.com/legal/user-privacy-policy/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-User Privacy Statement"> User Privacy Statement </a> </li> <li class="mb1"> <a href="https://www.brandwatch.com/legal/author-privacy-policy/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Author Privacy Statement"> Author Privacy Statement </a> </li> <li class="mb1"> <a href="https://www.brandwatch.com/legal/terms-and-conditions/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Terms & Conditions"> Terms & Conditions </a> </li> <li class="mb1"> <a href="https://www.brandwatch.com/legal/information-security/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Information Security"> Information Security </a> </li> <li class="mb1"> <a href="https://www.brandwatch.com/legal/gender-pay-gap-report/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Gender Pay Gap Report"> Gender Pay Gap Report </a> </li> <li class="mb1"> <a href="https://www.brandwatch.com/wp-content/themes/brandwatch/static/modern-slavery-statement-2022.pdf" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Modern Slavery Act Statement"> Modern Slavery Act Statement </a> </li> <li class="mb1"> <a href="https://www.brandwatch.com/p/legal-data-subject-access-request/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Do Not Sell My Personal Data"> Do Not Sell My Personal Data </a> </li> </ul> </li> <li class="lh-tight l-grid__item l-grid__item--12 l-grid__item--auto-lg l-grid__item--6-xs l-grid__item--3-sm"> <p class="c-heading c-heading--bottom-medium f3">More</p> <ul class="pt1"> <li class="mb1"> <a href="https://www.brandwatch.com/customer-support/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Customer Support"> Customer Support </a> </li> <li class="mb1"> <a href="https://www.brandwatch.com/help-center/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Help Center"> Help Center </a> </li> <li class="mb1"> <a href="https://status.brandwatch.com/" class="c-simple-link-light db py1 f2" data-ga="link" data-label="footer-Platform Status"> Platform Status </a> </li> </ul> </li> <li class="l-grid__item l-grid__item--12 l-grid__item--4-sm l-grid__item--3-md l-grid__item--auto-lg"> <p class="c-heading c-heading--bottom-medium f3"> The Brandwatch Bulletin </p> <p class="f2 f3-xl color-text-grey-5 pt1 lh-regular mb4 measure"> All our latest data stories and insights straight to your inbox </p> <!-- c-btn --> <a class="c-btn c-btn-- c-btn--secondary-light c-btn--2 c-btn--rounded w-100 db f1 f2-xl" href="https://www.brandwatch.com/p/brandwatch-bulletin/" data-ga="cta" data-ga-label="footer-cta-btn"> <div class="relative w-100 df flex-items-center flex-justify-center" > <span class=" ">Sign up</span> </div> </a> <!-- !END c-btn --> <!-- Temporary Lang Selector --> <div class="mt6 mt4-xs c-site-controls__item--lang-footer"> <span class="relative"> <a href="#0" class="u-onHover-reveal c-heading underline no-underline-hover dif flex-items-center f3 fw600 pt4 nt4" data-js-togglr data-js-togglr-this-class="u-onHover-reveal--active" style="opacity: 1;"> <!-- c-icon.php --> <span class="f4 mr1 c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-globe"></use> </svg> </span> English</a> <span class="u-onHover-reveal__target absolute--fill" style="bottom: 20px;"> <div class="absolute br-ui-charcoal shadow-atlassian color-bg-white mw-78vw-lg w-100-important_max lang-position"> <div class="br-ui-charcoal overflow-hidden tl "> <div class="py3 px4 pb0"> <div> <div class="relative db w-100 pb3 mb2"> <div class="absolute color-bg-grey-2" style="top: -20px; left: -25%; right: -25%; bottom: 0;"></div> <span class="c-heading f3 relative">Language</span> </div> <ul class="mb0"> <li> <a href="https://www.brandwatch.com/de/" class="no-underline underline-hover l-page-gutter l-page-gutter--disabled db w-100 c-simple-link-light color-text-grey-7 tl c-heading " style="opacity: 1;"> <div class="f3 f4-xl lh-super-tight color-border-onHover-hexicon-green py3 w-100 color-border-grey-3 bb"> <div> <div class=""> <span class="f3-lg-xl c-site-controls__lang__item__label">Deutsch</span> <div class="fr"> </div> </div> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/" class="no-underline underline-hover l-page-gutter l-page-gutter--disabled db w-100 c-simple-link-light color-text-grey-7 tl c-heading " style="opacity: 1;"> <div class="f3 f4-xl lh-super-tight color-border-onHover-hexicon-green py3 w-100 color-border-grey-3 bb"> <div> <div class=""> <span class="f3-lg-xl c-site-controls__lang__item__label">English</span> <div class="fr"> <!-- c-icon.php --> <span class="c-site-controls__lang__item__icon c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-tick"></use> </svg> </span> </div> </div> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/es/" class="no-underline underline-hover l-page-gutter l-page-gutter--disabled db w-100 c-simple-link-light color-text-grey-7 tl c-heading " style="opacity: 1;"> <div class="f3 f4-xl lh-super-tight color-border-onHover-hexicon-green py3 w-100 color-border-grey-3 bb"> <div> <div class=""> <span class="f3-lg-xl c-site-controls__lang__item__label">Español</span> <div class="fr"> </div> </div> </div> </div> </a> </li> <li> <a href="https://www.brandwatch.com/fr/" class="no-underline underline-hover l-page-gutter l-page-gutter--disabled db w-100 c-simple-link-light color-text-grey-7 tl c-heading " style="opacity: 1;"> <div class="f3 f4-xl lh-super-tight color-border-onHover-hexicon-green py3 w-100 color-border-grey-3 bb"> <div> <div class=""> <span class="f3-lg-xl c-site-controls__lang__item__label">Français</span> <div class="fr"> </div> </div> </div> </div> </a> </li> <!-- This is only for the single Italian page, as we don't have an Italian database. --> <li> <a href="https://www.brandwatch.com/p/italy/" class="no-underline underline-hover l-page-gutter l-page-gutter--disabled db w-100 c-simple-link-light color-text-grey-7 tl c-heading " style="opacity: 1;"> <div class="f3 f4-xl lh-super-tight color-border-onHover-hexicon-green py3 w-100 color-border-grey-3"> <div> <div class=""> <span class="f3-lg-xl c-site-controls__lang__item__label">Italiano</span> </div> </div> </div> </a> </li> </ul> </div> </div> </div> </div> </span> </span> </div> </li> </ul> </div> </div> <div class="l-page-gutter bt color-bg-grey-2 c-blocktone-border"> <div class="l-container l-container-4-xl py5 py4-lg"> <!-- Legals + Socials --> <div class="l-grid l-grid--gutters-3 flex-items-center flex-justify-between tc tl-xs"> <div class="l-grid__item l-grid__item--12 l-grid__item--8-md"> <!-- Legal info --> <p class="color-text-grey-5 f1 f2-xl tc tl-md"> Copyright © 2025 Brandwatch. All Rights Reserved. Cision Group Ltd, 7th Floor, 5 Churchill Place, Canary Wharf, London, E14 5HU <br> Company number: 03898053 | VAT number: 754 750 710 </p> </div> <!-- Social Cell --> <div class="l-grid__item l-grid__item--12 l-grid__item--auto-md tr-sm"> <!-- Socials --> <ul class="l-grid l-grid--gutters-2 flex-justify-center flex-justify-end-md f6"> <li class="l-grid__item df flex-items-center"> <a href="https://www.x.com/brandwatch" target="_blank" rel="noopener noreferrer" class="color-text-grey-7 db f4" data-ga="link" data-label="footer-twitter"> <!-- c-icon.php --> <span class="db c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-twitter"></use> </svg> </span> </a> </li> <li class="l-grid__item df flex-items-center"> <a href="https://www.facebook.com/Brandwatch" target="_blank" rel="noopener noreferrer" class="color-text-grey-7 db f4" data-ga="link" data-label="footer-facebook"> <!-- c-icon.php --> <span class="db c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-facebook"></use> </svg> </span> </a> </li> <li class="l-grid__item df flex-items-center"> <a href="https://www.linkedin.com/company/brandwatch" target="_blank" rel="noopener noreferrer" class="color-text-grey-7 db f4" data-ga="link" data-label="footer-linkedin"> <!-- c-icon.php --> <span class="db c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-linkedin"></use> </svg> </span> </a> </li> <li class="l-grid__item df flex-items-center"> <a href="https://www.instagram.com/brandwatch" target="_blank" rel="noopener noreferrer" class="color-text-grey-7 db f4" data-ga="link" data-label="footer-instagram"> <!-- c-icon.php --> <span class="db c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-instagram"></use> </svg> </span> </a> </li> <li class="l-grid__item df flex-items-center"> <a href="https://www.youtube.com/c/BrandwatchVideos" target="_blank" rel="noopener noreferrer" class="color-text-grey-7 db f4" data-ga="link" data-label="footer-youtube"> <!-- c-icon.php --> <span class="db c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-youtube"></use> </svg> </span> </a> </li> </ul> </div> </div> </div> </div> </footer> <!-- !END Site Footer --> <div id="bw-cookie-sys-active"> <style> .x-cookie-tick-icon-adjust .c-icon { position: relative; top: -0.01em; } </style> <div data-js-cookie-notification-strict-mode class="fixed w-100 bottom-0 left-0 right-0 pe-none" style="z-index: 1003;"> <div class="absolute--center t-fade-in" style="height: 200vh; width: 200vw;"> <div class="absolute--fill color-bg-black" style="opacity: 0.7;"></div> </div> <div class="t-scale-94-100 t-duration-500"> <div class="t-fade-in t-duration-500 py5 py7-xl shadow-floating-ui-light l-page-gutter color-bg-white"> <div class="relative pa1-lg w-100 l-container l-container-4-xl" style="margin-bottom: -6px;"> <!-- Nav Logo --> <a href="/" class="dn flex-items-center c-asset-svg-wrap" data-ga="link" data-ga-label="header-logo"> <div class="ie-fixes--nav-logo w-100"> <div class="c-navsite--logo "> <svg width="889" height="201" viewBox="0 0 889 201" xmlns="http://www.w3.org/2000/svg"> <g fill="none" fill-rule="evenodd"> <path d="M.6 61.3v52.3l61.2 28.9 62.6-65.9L83.4 2c-1.3.4-2.6 1-3.9 1.7l-68 39.1A21.4 21.4 0 0 0 .5 61.3" fill="#57B7DD"/> <path fill="#F99132" d="M61.8 142.5l73.8 34.8L169 158l-44.6-81.4z"/> <path d="M161 38L101 3.7A21.6 21.6 0 0 0 83.5 2l41 74.7 36.7-38.5z" fill="#A98BBC"/> <path d="M169 158h.2a21.4 21.4 0 0 0 10.7-18.5V61.3c0-7.7-4-14.7-10.7-18.6l-8.1-4.6-36.7 38.5 44.7 81.5z" fill="#FF6D56"/> <path d="M.6 113.6v25.9c0 7.6 4.2 14.7 10.8 18.5l23 13.3 27.4-28.8L.6 113.6z" fill="#8AC539"/> <path d="M34.5 171.3l45 25.8a21.6 21.6 0 0 0 21.6 0l34.5-19.8-73.8-34.8-27.3 28.8z" fill="#FFBE0A"/> <g class="color-fill-grey-10"> <path d="M697 122.5c0 10.4-8.5 14-15.7 14-12.9 0-14.3-6.5-14.3-9.3 0-2.4.7-5.7 3.7-7.7s7.7-2.2 13.8-2.2h12.4v5.2zm-27.4-25.7a7.7 7.7 0 0 1 3.1-5.3c2.5-2 6-3 10.4-3 4.7 0 8.3 1 10.7 3 2.1 2 3.2 4.6 3.2 8.3v4.2h-12.7c-7.5 0-15.4.4-21.6 4.9-5.6 4-8.8 10.4-8.8 18 0 13.9 10.8 22.8 27.4 22.8 6.8 0 14-2.6 18-6.5l.3 5.3H710V99.9c0-7.9-2.6-14-7.8-18.4a29 29 0 0 0-19-6.2c-7.8 0-14.1 2.1-19 6.2-4.6 3.9-7 8.6-7.4 14.2l12.8 1zM396.2 122.5c0 10.4-8.4 14-15.6 14-13 0-14.3-6.5-14.3-9.3 0-2.4.6-5.7 3.6-7.7 3.1-2 7.7-2.2 13.8-2.2h12.5v5.2zm-27.4-25.7a7.7 7.7 0 0 1 3.1-5.3c2.5-2 6-3 10.5-3 4.7 0 8.3 1 10.6 3 2.2 2 3.2 4.6 3.2 8.3v4.2h-12.6c-7.6 0-15.4.4-21.7 4.9-5.6 4-8.7 10.4-8.7 18 0 13.9 10.7 22.8 27.4 22.8 6.7 0 14-2.6 18-6.5l.3 5.3h10.4V99.9c0-7.9-2.6-14-7.8-18.4a29 29 0 0 0-19.1-6.2c-7.7 0-14 2.1-19 6.2-4.6 3.9-7 8.6-7.3 14.2l12.7 1zM535.5 112.2c0 8-1.2 14.3-4.3 18.6-2.7 3.8-6.8 5.7-12.3 5.7-5.6 0-9.6-1.9-12.4-5.7-3-4.3-4.6-10.5-4.6-18.6 0-7.9 1.5-13.6 4.6-18 2.8-3.8 6.8-5.7 12.4-5.7 5.6 0 9.6 1.9 12.3 5.7 3.2 4.4 4.3 10.1 4.3 18zm-2-61.6v30.2a20.9 20.9 0 0 0-14.5-5.5h-.2a27 27 0 0 0-22.2 10.5 40.7 40.7 0 0 0-7.8 26.4c0 11.5 2.5 20.4 7.8 27a27 27 0 0 0 22.2 10.5h.2c6.5 0 13-3.3 16.8-7.3l.4 6.1h10.4V50.6h-13zM808.7 123.7c-.2 4-1.5 7-4 9.1-2.9 2.5-6.6 3.7-10.9 3.7-5.6 0-9.6-1.9-12.4-5.7a30.7 30.7 0 0 1-4.7-18.3c0-8 1.6-14 4.7-18.3 2.8-3.8 6.8-5.7 12.4-5.7 4.3 0 8 1.2 11 3.7 2.5 2 3.7 5 4 9l12.7-.7c-.3-8-3-14-8.2-18.4-5.3-4.5-11.9-6.8-19.5-6.8a27 27 0 0 0-22.4 10.5 41.9 41.9 0 0 0-7.7 26.7c0 11.3 2.5 20 7.7 26.7a27 27 0 0 0 22.4 10.5c7.6 0 14.2-2.3 19.5-6.8 5.2-4.4 7.8-10.3 8.2-18.5l-12.8-.7zM753.4 136c-2.5 1.8-5.6 1.8-8.4-.2-1.3-1-3.5-3.2-3.5-7.7V89.7h12.7V76.5h-12.7V63h-13.2v13.6h-7.6v13.2h7.6v38.4c0 9.2 4 16.6 11 20a20.3 20.3 0 0 0 21.5-2.3l.4-.4-7.3-9.9-.5.4zM623.3 126l-14-49.4H597L583 126l-14.2-49.4h-12.6l20.6 71.9H589L603.1 99l14.1 49.4h12.2l20.6-72h-12.6zM285.5 81.3c0 4.5-1.3 7.6-3.8 9.6-3 2.2-7.7 3.3-14 3.3h-15v-26h14.5c18.3.3 18.3 9.3 18.3 13m-.5 50.1c-3 2.7-7.5 4-13.3 4h-19v-28H273c5.3.2 9.3 1.5 12.3 4.1 2.8 2.5 4 5.4 4 9.2 0 4.7-1.3 8.2-4.2 10.7m6.3-31.5a25 25 0 0 0 7.3-18.3 24 24 0 0 0-8.8-19.8 36.8 36.8 0 0 0-23.3-6.6h-26.8v93.4h31.7c9.4 0 17-2.5 22.4-7.4 5.7-5.1 8.5-12 8.5-20.6 0-6.2-2.2-11.8-6.5-16.7-1.4-1.5-2.9-2.8-4.5-4M450 75.3c-17 0-27.2 11-27.2 29.4v43.8H436v-43.9c0-4.8 1.4-16 14.2-16 12.8 0 14.1 11.2 14.1 16v44h13.1v-43.9c0-18.4-10.2-29.4-27.2-29.4M861.5 75.3c-6 0-11.3 1.6-16 5.4v-30h-13v97.8h13v-43.6c0-10.8 7.6-16.4 15-16.4 9.3 0 13.5 8.3 13.5 16v44h13.2v-42.8c0-28.9-21.4-30.4-25.7-30.4M341.3 75.3c-17 0-27.3 11-27.3 29.4v43.8h13.1v-43.9c0-4.8 1.4-16 14.2-16 1 0 2.9 0 4.8.6l3.4-12.9a35 35 0 0 0-8.2-1"/> </g> </g> </svg> </div> </div> </a> <!-- c-heading.php --> <span class="c-heading f6 f7-lg-xl f8-xl mb3 db lh-super-tight color-border-blocktone bb pb2" style="margin-top: -0.065em; margin-left: -0.07em;"> <span class="c-heading--light-bold-optic-correction"> We value your privacy </span> </span> <!-- !END c-heading.php --> <p class="c-copy w-100 mb4 pb2 f2 f3-lg-xl"> We use cookies to improve your experience and give you personalized content. Do you agree to our <a href="https://www.brandwatch.com/legal/cookie-policy/">cookie policy?</a> </p> <!-- c-btn-pair --> <div class="c-btn-pair dib "> <div class="l-grid l-grid--gutters-1 "> <div class="l-grid__item l-grid__item--natural flex-self-center "> <!-- c-btn --> <a class="c-btn c-btn--tertiary-primary-ui c-btn--tertiary-light c-btn--2 o-70 f1" href="https://www.brandwatch.com/legal/cookie-preferences/"> <div class="relative w-100 df flex-items-center flex-justify-center" style="padding: 0 0 .33em 0;"> <span class=" ">No, take me to settings</span> <div class="c-btn__underline c-btn__underline--color color-bg-hexicon-green"></div> <div class="c-btn__underline c-btn__underline--base"></div> </div> </a> <!-- !END c-btn --> </div> <div class="l-grid__item l-grid__item--natural flex-self-center "> <!-- c-btn --> <a data-js-cookie-notification-accept class="c-btn c-btn--primary-ui c-btn--primary-light c-btn--2 c-btn--icon-right c-btn--rounded x-cookie-tick-icon-adjust ml2-xs f1 f2-lg" href="#"> <div class="c-btn__color-mix color-bg-grey-8 "></div> <div class="c-btn__color color-bg-hexicon-green "></div> <div class="relative w-100 df flex-items-center flex-justify-center" > <span class=" ">Yes, I agree</span> <!-- c-icon.php --> <span class="c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#brand-icon-tick"></use> </svg> </span> </div> </a> <!-- !END c-btn --> </div> </div> </div> <a href="/legal/cookie-policy/" class="mt3 dn"> <span class="mr3 underline c-simple-link-light color-text-grey-6 fw600">More info.</span> </a> </div> </div> </div> </div> <div data-js-cookie-notification-default-mode class="o-0 pe-none fixed bottom-0 left-0 right-0 tc f2 f3-lg shadow-2" style="z-index: 1003;"> <div class="t-scale-94-100 t-duration-500"> <div class="t-fade-in t-duration-500"> <div class="absolute--fill o-90 color-bg-white"></div> <div class="px2 py3 my1-lg dif flex-items-center flex-justify-center relative lh-tight"> <p class="color-text-grey-6 f2 f3-lg" style="margin: 0;"> <span>By using our site you agree to our</span> <a href="/legal/cookie-policy/"> <span class="c-simple-link-light color-text-grey-6 fw600"> use of cookies </span> </a> — <button class="px0 f2 f3-lg"> <span data-js-cookie-notification-accept class="c-simple-link-light cursor-pointer color-text-ui-primary fw600"> I Agree </span> </button> </p> </div> </div> </div> </div> </div> <!-- TODO: these shouldn’t really have a "site--" hardcoded here - Consider site module specific config file --> <!-- c-falcon-redirection-popup --> <!-- c-popup --> <div class="c-popup fixed top-0 left-0 w-100 vh-100 o-0 js-popup" style="z-index: 1002" data-title="redirect-popup-ch-to-bw" data-custom-event-on-show="image-set/load" data-image-set-wrapper data-custom-display-unit="hash" data-custom-display-value="from-falcon"> <!-- c-popup veil --> <div class="absolute--fill color-bg-black o-80 pe-none"></div> <!-- c-popup__box-holder --> <div class="absolute--center c-popup__box-holder"> <!-- popup body --> <div style="max-width: 96vw;" class="mx-auto u-ov-fader--white-bottom w-100"> <div class="o-0 c-popup__box relative mx-auto overflow-hidden tc color-bg-white shadow-2 br-ui webkit-ov-touch outline-none" tabindex="-1" style="max-height: 95vh; overflow-y: scroll; "> <!-- c-popup close icon --> <div class="c-popup__close-icon-btn js-popup__close absolute cursor-pointer color-text-grey-8 color-bg-grey-2 br-100" data-ga="interaction" data-ga-action="popup-dismiss-x-icon" data-ga-label="popup-x-close-icon"> <!-- c-icon.php --> <span class="db f1 c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-close"></use> </svg> </span> </div><!-- end c-popup close icon --> <!-- c-popup heading & text --> <div class="c-popup__heading-and-text-holder"> <span class="c-heading c-popup__heading"><span class="db tl">Falcon.io is now part of Brandwatch.<br/>You're in the right place!</span></span> <p class="c-copy c-popup__description"><span class="db fw600 tl">Existing customer?</span><span class="db tl">Log in to access your existing Falcon products and data via the login menu on the top right of the page.</span><span class="db mt3 fw600 tl">New customer?</span><span class="db tl">You'll find the former Falcon products under 'Social Media Management' if you go to 'Our Suite' in the navigation.</span></p> </div><!-- !END c-popup heading & text --> <!-- c-popup asset slot --> <div> <!-- c-popup manual mode img --> <div class="min-h4 min-h5-md relative w-100" style="min-height: 12rem"> <div class="absolute--fill absolute top-0 bottom-0 left-0 right--3 pe-none o-90 o-100-sm bg-img" data-image-set-lazy data-image-set="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/core/assets/img/merger/falcon-brandwatch-merger-standard-asset.png&width=380 380w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/core/assets/img/merger/falcon-brandwatch-merger-standard-asset.png&width=500 500w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/core/assets/img/merger/falcon-brandwatch-merger-standard-asset.png&width=768 768w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/core/assets/img/merger/falcon-brandwatch-merger-standard-asset.png&width=0 960w"></div> </div> </div><!-- !END c-popup asset slot --> <!-- btn holder --> <div class="c-popup__btns-holder relative hw-accel"> <!-- c-btn --> <a data-ga="cta" data-ga-label="c-popup-primary-cta--Continue to brandwatch.com" class="c-btn c-btn--primary-ui c-btn--primary-light c-btn--2 c-btn--rounded db js-popup__close c-popup__btn" target="_blank" rel="noopener noreferrer"> <div class="c-btn__color-mix color-bg-grey-8 "></div> <div class="c-btn__color color-bg-hexicon-green "></div> <div class="relative w-100 df flex-items-center flex-justify-center" > <span class=" ">Continue to brandwatch.com</span> </div> </a> <!-- !END c-btn --> </div><!-- !END btn holder --> </div><!-- !END c-popup box --> </div><!-- !END popup body --> </div><!-- !END c-popup__box-holder --> </div><!-- !END c-popup --> <!-- c-paladin-redirection-popup --> <!-- c-popup --> <div class="c-popup fixed top-0 left-0 w-100 vh-100 o-0 js-popup" style="z-index: 1002" data-title="redirect-popup-paladin-to-bw" data-custom-event-on-show="image-set/load" data-image-set-wrapper data-custom-display-unit="hash" data-custom-display-value="from-paladin"> <!-- c-popup veil --> <div class="absolute--fill color-bg-black o-80 pe-none"></div> <!-- c-popup__box-holder --> <div class="absolute--center c-popup__box-holder"> <!-- popup body --> <div style="max-width: 96vw;" class="mx-auto u-ov-fader--white-bottom w-100"> <div class="o-0 c-popup__box relative mx-auto overflow-hidden tc color-bg-white shadow-2 br-ui webkit-ov-touch outline-none" tabindex="-1" style="max-height: 95vh; overflow-y: scroll; "> <!-- c-popup close icon --> <div class="c-popup__close-icon-btn js-popup__close absolute cursor-pointer color-text-grey-8 color-bg-grey-2 br-100" data-ga="interaction" data-ga-action="popup-dismiss-x-icon" data-ga-label="popup-x-close-icon"> <!-- c-icon.php --> <span class="db f1 c-icon "> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.brandwatch.com/wp-content/themes/brandwatch/build/sprite-map-2020-pitchbox.svg?ver-25.0#core-icon-close"></use> </svg> </span> </div><!-- end c-popup close icon --> <!-- c-popup heading & text --> <div class="c-popup__heading-and-text-holder"> <span class="c-heading c-popup__heading"><span class="db tl">Paladin is now Influence.<br/>You're in the right place!</span></span> <p class="c-copy c-popup__description"><span class="db tl">Brandwatch acquired Paladin in March 2022. It's now called Influence, which is part of Brandwatch's Social Media Management solution.</span><span class="db fw600 tl mt4">Want to access your Paladin account?</span><span class="db tl">Use the login menu at the top right corner.</span></p> </div><!-- !END c-popup heading & text --> <!-- c-popup asset slot --> <div> <!-- c-popup manual mode img --> <div class="min-h4 min-h5-md relative w-100" style="min-height: 12rem"> <div class="absolute--fill absolute top-0 bottom-0 left-0 right--3 pe-none o-90 o-100-sm bg-img" data-image-set-lazy data-image-set="https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/core/assets/img/merger/paladin-brandwatch-merger-standard-asset.png&width=380 380w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/core/assets/img/merger/paladin-brandwatch-merger-standard-asset.png&width=500 500w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/core/assets/img/merger/paladin-brandwatch-merger-standard-asset.png&width=768 768w, https://s14415.pcdn.co/wp-content/themes/brandwatch/src/core/endpoints/resize.php?image=themes/brandwatch/src/core/assets/img/merger/paladin-brandwatch-merger-standard-asset.png&width=0 888w"></div> </div> </div><!-- !END c-popup asset slot --> <!-- btn holder --> <div class="c-popup__btns-holder relative hw-accel"> <!-- c-btn --> <a data-ga="cta" data-ga-label="c-popup-primary-cta--Continue to brandwatch.com" class="c-btn c-btn--primary-ui c-btn--primary-light c-btn--2 c-btn--rounded db js-popup__close c-popup__btn" target="_blank" rel="noopener noreferrer"> <div class="c-btn__color-mix color-bg-grey-8 "></div> <div class="c-btn__color color-bg-hexicon-green "></div> <div class="relative w-100 df flex-items-center flex-justify-center" > <span class=" ">Continue to brandwatch.com</span> </div> </a> <!-- !END c-btn --> </div><!-- !END btn holder --> </div><!-- !END c-popup box --> </div><!-- !END popup body --> </div><!-- !END c-popup__box-holder --> </div><!-- !END c-popup --> <!-- !END TODO --> <!-- Begin footer scripts --> <div id="js-footer-scripts" style="display: none;"> <script type="text/javascript"> window.__optional_scripts__for_output = { "functional": [], "statistical": [ { "src": "https://www.brandwatch.com/wp-content/themes/brandwatch/templates/footer/script_bizible.php" }, { "src": "https://www.brandwatch.com/wp-content/themes/brandwatch/templates/footer/script_munchkin.php" }, { "src": "https://www.brandwatch.com/wp-content/themes/brandwatch/templates/footer/script_zoominfo.php" }, { "src": "https://www.brandwatch.com/wp-content/themes/brandwatch/templates/footer/script_hotjar.php?id=751219" } ], "marketing": [ { "src": "https://www.brandwatch.com/wp-content/themes/brandwatch/templates/footer/script_remarketing_fb.php?id=373916203006502" }, { "src": "https://www.brandwatch.com/wp-content/themes/brandwatch/templates/footer/script_remarketing_twitter.php?id=nunct" }, { "src": "https://www.brandwatch.com/wp-content/themes/brandwatch/templates/footer/script_remarketing_linkedin.php?id=14403" }, { "src": "https://www.brandwatch.com/wp-content/themes/brandwatch/templates/footer/script_remarketing_bing.php" }, { "src": "https://www.brandwatch.com/wp-content/themes/brandwatch/templates/footer/script_drift-bot.php?id=2x3d22kufsd6" } ] }; window.__optional_scripts__count = { 'functional': 2, 'statistical': 6, 'marketing': 10, }; function global_inject_optional_scripts(force = false) { var optional_scripts_wrapper = document.getElementById('js-footer-scripts'); function load_script(item) { var script = document.createElement('script'); if (item.async) { script.setAttribute('async', true); } optional_scripts_wrapper.appendChild(script); script.setAttribute('src', item.src); } function load_scripts(category) { var scripts = window.__optional_scripts__for_output[category]; if (!scripts) return false; var value = global_get_cookie('bw_cookies__strict__approved__' + category); if (value === 'Y' || force === true) { scripts.forEach(load_script) } } load_scripts('functional'); load_scripts('statistical'); load_scripts('marketing'); } </script> <!-- Core & module scripts --> <script src="https://s14415.pcdn.co/wp-content/themes/brandwatch/build/modules/core/module-core.js?ver=1739461017" type="text/javascript" charset="utf-8" defer></script> <script src="https://s14415.pcdn.co/wp-content/themes/brandwatch/build/modules/site--brandwatch.com/module-site--brandwatch.com.js?ver=1739461017" type="text/javascript" charset="utf-8" defer></script> <!-- !END core & module scripts --> <!-- Essential scripts --> <script type="text/javascript" async src="https://www.brandwatch.com/wp-content/themes/brandwatch/templates/footer/script_gtm.php?id=GTM-TNKN47"></script> <!-- !END Essential scripts --> </div> <!-- !END footer scripts --> <!-- Meta Pixel Event Code --> <script type='text/javascript'> document.addEventListener( 'wpcf7mailsent', function( event ) { if( "fb_pxl_code" in event.detail.apiResponse){ eval(event.detail.apiResponse.fb_pxl_code); } }, false ); </script> <!-- End Meta Pixel Event Code --> <div id='fb-pxl-ajax-code'></div> </body> </html> <script> document.addEventListener('DOMContentLoaded', () => { // Only run the script if the screen width is greater than or equal to 900px if (window.innerWidth < 900) return; const initializeScript = () => { const stickyCtaOuter = document.querySelector('.sticky-cta-outer'); if (!stickyCtaOuter) return; const cNavSticky = document.getElementById('c-nav--sticky'); const growlWrapper = document.getElementById('x-sticky-growl-wrapper'); let lastScrollTop = 0; const scrollThreshold = 600; let isResizing = false; let throttledScrollHandler; const updateStickyNavTop = () => { const siteGrowl = growlWrapper.querySelector('.js-site-growl'); if (siteGrowl && !siteGrowl.classList.contains('dn')) { const growlHeight = siteGrowl.offsetHeight; stickyCtaOuter.style.top = `${growlHeight}px`; stickyCtaOuter.classList.add('growl-present'); stickyCtaOuter.classList.remove('no-growl'); } else { stickyCtaOuter.style.top = '0px'; stickyCtaOuter.classList.add('no-growl'); stickyCtaOuter.classList.remove('growl-present'); } }; const updateClassesOnScroll = () => { if (isResizing) return; let st = window.pageYOffset || document.documentElement.scrollTop; if (st > scrollThreshold) { if (st > lastScrollTop) { cNavSticky.classList.add('dn'); stickyCtaOuter.classList.remove('dn'); } else if (st < lastScrollTop) { cNavSticky.classList.remove('dn'); stickyCtaOuter.classList.add('dn'); } } else { cNavSticky.classList.remove('dn'); stickyCtaOuter.classList.add('dn'); } lastScrollTop = st <= 0 ? 0 : st; }; const checkScrollPositionOnLoad = () => { let st = window.pageYOffset || document.documentElement.scrollTop; if (st >= scrollThreshold) { stickyCtaOuter.classList.add('dn'); } else { stickyCtaOuter.classList.remove('dn'); } }; const throttle = (func, limit) => { let lastFunc; let lastRan; return function() { const context = this; const args = arguments; if (!lastRan) { func.apply(context, args); lastRan = Date.now(); } else { clearTimeout(lastFunc); lastFunc = setTimeout(function() { if ((Date.now() - lastRan) >= limit) { func.apply(context, args); lastRan = Date.now(); } }, limit - (Date.now() - lastRan)); } }; }; const handleClick = () => { setTimeout(updateStickyNavTop, 100); }; const initialize = () => { setTimeout(updateStickyNavTop, 100); checkScrollPositionOnLoad(); document.addEventListener('click', handleClick); throttledScrollHandler = throttle(updateClassesOnScroll, 100); window.addEventListener('scroll', throttledScrollHandler, false); }; const cleanup = () => { window.removeEventListener('scroll', throttledScrollHandler, false); window.removeEventListener('resize', resizeHandler); document.removeEventListener('click', handleClick); }; if (window.innerWidth >= 900) { initialize(); } window.addEventListener('resize', resizeHandler); }; const observer = new MutationObserver(() => { const stickyCtaOuter = document.querySelector('.sticky-cta-outer'); if (stickyCtaOuter) { initializeScript(); observer.disconnect(); } }); if (document.querySelector('.sticky-cta-outer')) { initializeScript(); } else { observer.observe(document.body, { childList: true, subtree: true }); } }); </script>