CINXE.COM

Careers at Quantile

<!DOCTYPE html> <html lang="en-GB" class="no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <link rel="shortcut icon" href="https://www.quantile.com/wp-content/themes/eprefix-bootstrap/favicon.ico" type="image/x-icon" /> <title>Careers at Quantile</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <style> .menu_close { display: none; position: fixed; width: 100%; height: 100vh; background-color: rgba(0, 0, 0, .5); z-index: 50; } .top_holder { top: 0; background-color: #292C2C; /* border-bottom: 1px solid #707476; */ z-index: 100; } header { height: 3rem; border-bottom: 1px solid #707476; } .desk_nav { height: 6rem; border-bottom: 1px solid #707476; } .menu_logo { width: 11rem; } .footer_logo { width: 11rem; } .lseg_logo { width: 11rem; } .top_menu { font-size: 1rem; list-style: none; } .top_menu li { display: inline-block; margin-left: 2rem; } .top_menu a { color: #fff; transition: 250ms; } .top_menu a:hover { color: #F7758D; text-decoration: none; } .main_menu_items { list-style: none; } .main_menu_items li { display: inline-block; margin-right: 2.5rem; line-height: 6rem; position: relative; font-size: 1.2rem; } .main_menu_items a { color: #fff; cursor: pointer; } .main_menu_items a:hover { color: #fff; text-decoration: none; } .main_menu_items a:after { content: ''; position: absolute; border-bottom: 5px solid #F7758D; width: 100%; transform: scaleX(0); transition: transform 250ms ease-in-out; left: 0; bottom: 0; } .main_menu_items a:hover:after { content: ''; position: absolute; border-bottom: 5px solid #F7758D; width: 100%; transform: scaleX(1); left: 0; bottom: 0; } .footer_menu li { margin-bottom: .5rem; } .headroom { will-change: transform; transition: transform 200ms linear; } .headroom--pinned { transform: translateY(0%); } .headroom--unpinned { transform: translateY(-3rem); } .drop_one { display: none; background: linear-gradient(to left, #9CE2EA 50%, #EBEAE9 50%); } .sub-menu li { margin-bottom: .5rem; } .sub-menu a { color: #292C2C; font-size: 1.4rem; transition: 250ms; } .sub-menu a:hover { color: #F7758D; text-decoration: none; } .menu-thumb { height: 0; padding-bottom: 65%; margin-bottom: 1rem; } .sub-story-link { color: #292C2C; font-size: 1.1rem; line-height: 1.6rem; transition: 250ms; } .sub-story-link:hover { color: #F7758D; text-decoration: none; } .mobile-menu { top: 0; height: 5rem; background-color: #292C2C; z-index: 100; -webkit-transition: background-color 1000ms cubic-bezier(.77,0,.175,1); -moz-transition: background-color 1000ms cubic-bezier(.77,0,.175,1); -khtml-transition: background-color 1000ms cubic-bezier(.77,0,.175,1); -o-transition: background-color 1000ms cubic-bezier(.77,0,.175,1); transition: background-color 1000ms cubic-bezier(.77,0,.175,1); } .mobile-menu-open { background-color: transparent; } /* Mobile shrink code */ .content-holder { height: 100%; width: 100%; padding-top: 5rem; } @media (min-width: 768px) { .content-holder { height: 100%; padding-top: 0; } } .content-page { -webkit-transition: all 1000ms cubic-bezier(.77,0,.175,1); -moz-transition: all 1000ms cubic-bezier(.77,0,.175,1); -khtml-transition: all 1000ms cubic-bezier(.77,0,.175,1); -o-transition: all 1000ms cubic-bezier(.77,0,.175,1); transition: all 1000ms cubic-bezier(.77,0,.175,1); position: relative; z-index: 20; width: 100%; height: 100%; overflow-y: scroll; background-color: #fff; } @media (min-width: 768px) { .content-page { min-height: 100%; height: auto; overflow: visible; display: flex; flex-direction: column; } } .mobile-shrink { -webkit-transform: scale(.6); -moz-transform: scale(.6); -khtml-transform: scale(.6); -o-transform: scale(.6); transform: scale(.6); margin-left: -240px; -webkit-transition: all 1000ms cubic-bezier(.77,0,.175,1); -moz-transition: all 1000ms cubic-bezier(.77,0,.175,1); -khtml-transition: all 1000ms cubic-bezier(.77,0,.175,1); -o-transition: all 1000ms cubic-bezier(.77,0,.175,1); transition: all 1000ms cubic-bezier(.77,0,.175,1); -webkit-box-shadow: 10px 0px 30px -5px rgba(0,0,0,0.75); -moz-box-shadow: 10px 0px 30px -5px rgba(0,0,0,0.75); box-shadow: 10px 0px 30px -5px rgba(0,0,0,0.75); } /* Mobile shrink code end */ .mobile-items { top: 0; background-color: #707476; } .mobile_menu_holder { position: absolute; left: 30vw; top: 50vw; } .mobile_menu { color: #fff; font-size: 6vw; z-index: 100; } .mobile_menu li { margin-bottom: 2vw; } .mobile_menu a { color: #fff; } .mobile_menu a:hover { color: #fff; text-decoration: none; } .mobile_menu ul { display: none; padding-left: 0; list-style: none; margin-left: 3vw; } .mobile_parent { position: relative; } .mobile_parent:after { position: absolute; content: ''; right: 2vw; top: 4vw; width: 2vw; height: 2vw; background-image: url(https://www.quantile.com/wp-content/themes/eprefix-bootstrap/img/down_chevron.svg); background-repeat: no-repeat; background-size: cover; } .sub_active:after { transform: rotate(180deg); } .top_menu_mobile li { margin-bottom: .5rem; } .top_menu_mobile a { color: #fff; } .top_menu_mobile a:hover { color: #fff; } /* Burger button */ #nav_button { position: absolute; top: 1.3rem; right: 15px; cursor: pointer; display: block; } #nav_button a { z-index:3000; display:block; width:35px; position:absolute; top:2px; right:0px; height:30px; padding-top:0; } #nav_button a span { float:right; position: relative; display:block; top:12px; -webkit-transition-duration: 0s; transition-duration: 0s; } #nav_button a span:before, #nav_button a span:after { position: absolute; content: ''; } #nav_button a span, #nav_button a span:before, #nav_button a span:after { width: 35px; height: 3px; background-color: #fff; display: block; } #nav_button a:hover span, #nav_button a:hover span:before, #nav_button a:hover span:after { background-color: #fff; } #nav_button a span:before { margin-top: -12px; } #nav_button a span:after { margin-top: 12px; } #nav_button a.open span { background-color: rgba(0,0,0,0.0); -webkit-transition-delay: 0.2s; transition-delay: 0.2s; } #nav_button a span:before { -webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s; } #nav_button a.open span:before { background-color: #fff; margin-top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s; } #nav_button a span:after { -webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s; } #nav_button a.open span:after { background-color: #fff; margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s; } /* Burger button */ </style> <!-- wordpress head functions --> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- This site is optimized with the Yoast SEO Premium plugin v22.4 (Yoast SEO v22.4) - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="We&#039;re seeking bright minds to help us make the derivatives market run smoother. If you&#039;re ready to make an impact, apply now." /> <link rel="canonical" href="https://www.quantile.com/careers/" /> <meta property="og:locale" content="en_GB" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Careers" /> <meta property="og:url" content="https://www.quantile.com/careers/" /> <meta property="og:site_name" content="Quantile" /> <meta property="article:modified_time" content="2023-12-13T15:02:36+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.quantile.com/careers/","url":"https://www.quantile.com/careers/","name":"Careers at Quantile","isPartOf":{"@id":"https://www.quantile.com/#website"},"datePublished":"2021-11-18T10:35:47+00:00","dateModified":"2023-12-13T15:02:36+00:00","description":"We're seeking bright minds to help us make the derivatives market run smoother. If you're ready to make an impact, apply now.","breadcrumb":{"@id":"https://www.quantile.com/careers/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https://www.quantile.com/careers/"]}]},{"@type":"BreadcrumbList","@id":"https://www.quantile.com/careers/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.quantile.com/"},{"@type":"ListItem","position":2,"name":"Careers"}]},{"@type":"WebSite","@id":"https://www.quantile.com/#website","url":"https://www.quantile.com/","name":"Quantile","description":"","publisher":{"@id":"https://www.quantile.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.quantile.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https://www.quantile.com/#organization","name":"Quantile","url":"https://www.quantile.com/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https://www.quantile.com/#/schema/logo/image/","url":"https://www.quantile.com/wp-content/uploads/2020/02/Quantile-Logo-High-Res.png","contentUrl":"https://www.quantile.com/wp-content/uploads/2020/02/Quantile-Logo-High-Res.png","width":1850,"height":250,"caption":"Quantile"},"image":{"@id":"https://www.quantile.com/#/schema/logo/image/"},"sameAs":["https://www.linkedin.com/company/quantile"]}]}</script> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//ajax.googleapis.com' /> <link rel='dns-prefetch' href='//cdnjs.cloudflare.com' /> <link rel='dns-prefetch' href='//cdn.jsdelivr.net' /> <link rel='dns-prefetch' href='//maps.googleapis.com' /> <!-- This site uses the Google Analytics by ExactMetrics plugin v7.25.0 - Using Analytics tracking - https://www.exactmetrics.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-DBHR7W2VV5" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var em_version = '7.25.0'; var em_track_user = true; var em_no_track_reason = ''; var ExactMetricsDefaultLocations = {"page_location":"https:\/\/www.quantile.com\/careers\/"}; if ( typeof ExactMetricsPrivacyGuardFilter === 'function' ) { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsPrivacyGuardFilter( ExactMetricsExcludeQuery ) : ExactMetricsPrivacyGuardFilter( ExactMetricsDefaultLocations ); } else { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsExcludeQuery : ExactMetricsDefaultLocations; } var disableStrs = [ 'ga-disable-G-DBHR7W2VV5', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.ExactMetricsDualTracker = { helpers: {}, trackers: {}, }; if (em_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = exactmetrics_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof ExactMetricsDualTracker.trackers[hookName] !== 'undefined') { ExactMetricsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dNDMyYj': true, }); if ( ExactMetricsLocations.page_location ) { __gtagTracker('set', ExactMetricsLocations); } __gtagTracker('config', 'G-DBHR7W2VV5', {"forceSSL":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by ExactMetrics --> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.quantile.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.5.5"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://www.quantile.com/wp-includes/css/dist/block-library/style.min.css?ver=6.5.5' type='text/css' media='all' /> <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'> body{--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;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :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;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='contact-form-7-css' href='https://www.quantile.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.9.3' type='text/css' media='all' /> <link rel='stylesheet' id='bootstrap-css' href='https://www.quantile.com/wp-content/themes/eprefix-bootstrap/css/bootstrap.css?ver=6.5.5' type='text/css' media='all' /> <link rel='stylesheet' id='owlcarousel_css-css' href='https://cdn.jsdelivr.net/npm/owl.carousel@2.3.4/dist/assets/owl.carousel.css?ver=6.5.5' type='text/css' media='all' /> <link rel='stylesheet' id='animate-css' href='https://cdn.jsdelivr.net/npm/animate.css@3.7.2/animate.min.css?ver=6.5.5' type='text/css' media='all' /> <link rel='stylesheet' id='fancybox-css' href='https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css?ver=6.5.5' type='text/css' media='all' /> <link rel='stylesheet' id='theme_styles-css' href='https://www.quantile.com/wp-content/themes/eprefix-bootstrap/style.css?ver=6.5.5' type='text/css' media='all' /> <link rel='stylesheet' id='fontawsome-css' href='https://www.quantile.com/wp-content/themes/eprefix-bootstrap/css/all.min.css?ver=6.5.5' type='text/css' media='all' /> <script type="text/javascript" src="https://www.quantile.com/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js?ver=7.25.0" id="exactmetrics-frontend-script-js"></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='exactmetrics-frontend-script-js-extra'>/* <![CDATA[ */ var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/www.quantile.com","hash_tracking":"false","v4_id":"G-DBHR7W2VV5"};/* ]]> */ </script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js?ver=6.5.5" id="jquery-js"></script> <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBHMd5SBlpRFT3eU3vNpFTjzWJfgzx74ok&amp;ver=6.5.5" id="googlemap-js"></script> <link rel="https://api.w.org/" href="https://www.quantile.com/wp-json/" /><link rel="alternate" type="application/json" href="https://www.quantile.com/wp-json/wp/v2/pages/2850" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.quantile.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.5.5" /> <link rel='shortlink' href='https://www.quantile.com/?p=2850' /> <link rel="alternate" type="application/json+oembed" href="https://www.quantile.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.quantile.com%2Fcareers%2F" /> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-ZB2KRC7DLK"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-ZB2KRC7DLK'); </script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-84210033-1'); </script> <!-- end of wordpress head --> <!—Prod script for quantile.com --> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="cd9f6f31-65f5-4f3f-bfa9-987de2196841" ></script> <!-- Prod script for quantile.com --> </head> <body class="page-template-default page page-id-2850 page-parent"> <div class="d-none d-md-block"> <section class="menu_close"></section> </div> <div class="d-md-none w-100 vh-100 position-fixed mobile-items"> <div class="mobile_menu_holder"> <ul id="menu-mobile-menu" class="mobile_menu list-unstyled"><li id="menu-item-301" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-301"><a href="https://www.quantile.com/the-challenges/" data-ps2id-api="true">The Challenges</a></li> <li id="menu-item-47" class="mobile_parent menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-47"><a data-ps2id-api="true">The Services</a> <ul class="sub-menu"> <li id="menu-item-302" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-302"><a href="https://www.quantile.com/the-services/compression/" data-ps2id-api="true">Compression</a></li> <li id="menu-item-303" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-303"><a href="https://www.quantile.com/the-services/optimisation/" data-ps2id-api="true">Counterparty Risk Optimisation</a></li> </ul> </li> <li id="menu-item-304" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-304"><a href="https://www.quantile.com/the-insights/" data-ps2id-api="true">The Insights</a></li> </ul> <ul id="menu-top-menu" class="top_menu_mobile list-unstyled mt-5"><li id="menu-item-3760" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3760"><a href="https://www.quantile.com/japan/" data-ps2id-api="true">日本語</a></li> <li id="menu-item-1227" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1227"><a href="https://www.quantile.com/about/" data-ps2id-api="true">About</a></li> <li id="menu-item-3631" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-2850 current_page_item menu-item-3631"><a href="https://www.quantile.com/careers/" aria-current="page" data-ps2id-api="true">Careers</a></li> <li id="menu-item-296" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-296"><a href="https://www.quantile.com/contact/" data-ps2id-api="true">Contact</a></li> </ul> </div> </div> <section class="top_holder w-100 position-fixed"> <div class="d-none d-md-block"> <header class="w-100"> <section class="container h-100"> <div class="row h-100 align-items-center"> <div class="col-md-12 text-right"> <ul id="menu-top-menu-1" class="top_menu list-unstyled m-0"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3760"><a href="https://www.quantile.com/japan/" data-ps2id-api="true">日本語</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1227"><a href="https://www.quantile.com/about/" data-ps2id-api="true">About</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-2850 current_page_item menu-item-3631"><a href="https://www.quantile.com/careers/" aria-current="page" data-ps2id-api="true">Careers</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-296"><a href="https://www.quantile.com/contact/" data-ps2id-api="true">Contact</a></li> </ul> </div> </div> </section> </header> <section class="desk_nav w-100"> <section class="container h-100"> <div class="row h-100 align-items-center"> <div class="col-md-8 text-white"> <ul id="menu-main-menu" class="main_menu_items list-unstyled m-0"><li id="menu-item-297" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-297"><a href="https://www.quantile.com/the-challenges/" data-ps2id-api="true">The Challenges</a></li> <li id="menu-item-20" class="sub-one menu-item menu-item-type-custom menu-item-object-custom menu-item-20"><a data-ps2id-api="true">The Services</a></li> <li id="menu-item-298" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-298"><a href="https://www.quantile.com/the-insights/" data-ps2id-api="true">The Insights</a></li> </ul> </div> <div class="col-md-4 text-right"> <a href="/"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 444 114" class="menu_logo"> <path d="m55.1,28.6c0-15.6-10.4-27.4-26.8-27.4S1.5,13.1,1.5,28.3s10.4,27.1,26.8,27.1h.3v-5.8h-.3c-12.7,0-20.6-9.5-20.6-21.2S15.7,7.2,28.3,7.2s20.7,9.7,20.7,21.3-2.7,12.4-7.3,16.4l-5.6-6.7h-7.9l17.4,20.6,7.4-.3-7.5-9c5.9-4.9,9.5-12.3,9.5-20.8m62.7,3.8V2.3h-6.1v30.1c0,10-5.1,17.2-15.7,17.2s-15.7-7.3-15.7-17.2V2.3h-6.1v30.3c0,13.5,8,22.9,21.8,22.7,13.9,0,21.8-9.2,21.8-22.9m59.2,21.8h7L158.3,2.3h-1.4l-25.4,51.9h6.8l19.4-40.2,14.7,31.2,4.5,9.1h0Zm66.4,0h1.8V2.3h-6.1v39L201.7,2.3h-1.8v51.9h6.1V15l37.4,39.2h0Zm43.4-46.2h18.2V2.3h-42.4v5.8h18.2v46.2h6V8.1h0Zm35.6,46h6.1V2.3h-6.1v51.8h0Zm30.9.2h36.2v-5.6h-30.1V2.3h-6v51.9h0Zm57.4-5.6v-17.1h28.1v-5.6h-28.1V8.1h31.9V2.3h-38v51.9h38v-5.6h-31.9Z" style="fill: #fff; stroke-width: 0px;"/> <g> <path d="m150.6,105.6h-13.2l-2.3,5.8h-3.6l10.5-26h4l10.5,26h-3.6l-2.3-5.8h0Zm-12.3-2.9h11.3l-5.6-14.5s-5.7,14.5-5.7,14.5Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m172.5,99c0-3.3-1.7-4.4-4.2-4.4s-4.5,1.4-5.6,2.9v13.8h-2.9v-18.8h2.9v2.7c1.3-1.6,3.9-3.2,6.7-3.2s6,2,6,6.1v13.2h-2.9v-12.3h0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m191.5,85.3h3.2v23.2h12.1v2.9h-15.3v-26h0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m211.7,105.2c1.7,1.9,4.5,3.7,8.2,3.7s6.1-2.5,6.1-4.5c0-3.1-3.2-4-6.6-4.9-4.2-1.1-8.8-2.3-8.8-7.4s3.8-7.2,8.9-7.2,7.1,1.3,9.2,3.6l-1.9,2.4c-1.9-2.2-4.7-3.1-7.5-3.1s-5.4,1.7-5.4,4.1,3,3.4,6.3,4.3c4.2,1.1,9.1,2.5,9.1,7.9s-2.6,7.7-9.6,7.7-7.9-1.7-10-4.1l1.9-2.5h0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m234.2,85.3h17.1v2.9h-13.8v8.4h13.5v2.9h-13.5v9h13.8v2.9h-17.1v-26h0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m268.8,84.9c4.6,0,7.8,2,10.1,4.9l-2.6,1.6c-1.6-2.1-4.4-3.6-7.5-3.6-5.7,0-10,4.4-10,10.6s4.3,10.6,10,10.6,5.7-1.5,7-2.8v-5.3h-8.9v-2.9h12.2v9.4c-2.4,2.7-6,4.5-10.2,4.5-7.4,0-13.4-5.4-13.4-13.5s6-13.5,13.4-13.5h0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m294.4,85.3h11.6c4.5,0,7.3,2.7,7.3,6.6s-2.2,5.5-4.6,6c2.8.4,5.1,3.3,5.1,6.4s-2.8,7-7.5,7h-11.9v-26h0Zm11,11.3c2.9,0,4.5-1.8,4.5-4.2s-1.6-4.2-4.5-4.2h-7.8v8.4h7.8Zm.2,11.9c3,0,4.8-1.7,4.8-4.5s-1.6-4.5-4.8-4.5h-8v9s8,0,8,0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m331.5,108.7c-1.4,1.6-3.9,3.1-6.7,3.1s-6-1.9-6-6v-13.3h2.9v12.4c0,3.3,1.7,4.3,4.2,4.3s4.5-1.3,5.6-2.8v-13.9h2.9v18.8h-2.9v-2.7h0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m340.2,106.7c1.2,1.4,3.6,2.7,6.2,2.7s4.5-1.3,4.5-3.1-2.3-2.7-4.8-3.4c-3.2-.7-6.8-1.6-6.8-5.5s2.5-5.4,7-5.4,5.5,1.2,7,2.7l-1.4,2c-1.1-1.4-3.2-2.4-5.6-2.4s-4.2,1.2-4.2,2.8,2.1,2.4,4.6,3c3.3.7,7.1,1.7,7.1,5.9s-2.5,5.7-7.4,5.7-5.7-.9-7.6-3l1.5-2.1Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m358,87.3c0-1.1.9-1.9,2-1.9s2,.9,2,1.9-.9,2-2,2-2-.9-2-2Zm.5,5.2h2.9v18.8h-2.9v-18.8Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m380,99c0-3.3-1.7-4.4-4.2-4.4s-4.5,1.4-5.6,2.9v13.8h-2.9v-18.8h2.9v2.7c1.3-1.6,3.9-3.2,6.7-3.2s6,2,6,6.1v13.2h-2.9v-12.3h0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m396.9,92c5.7,0,9.1,4.4,9.1,10.1v.7h-15.3c.2,3.6,2.7,6.5,6.8,6.5s4.3-.9,5.8-2.4l1.4,1.9c-1.9,1.9-4.4,2.9-7.5,2.9-5.6,0-9.6-4-9.6-9.9s3.9-9.9,9.3-9.9h0Zm-6.2,8.7h12.4c0-2.8-1.9-6.3-6.2-6.3s-6,3.4-6.2,6.3h0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m410.6,106.7c1.2,1.4,3.6,2.7,6.2,2.7s4.5-1.3,4.5-3.1-2.3-2.7-4.8-3.4c-3.2-.7-6.8-1.6-6.8-5.5s2.5-5.4,7-5.4,5.5,1.2,7,2.7l-1.4,2c-1.1-1.4-3.2-2.4-5.6-2.4s-4.2,1.2-4.2,2.8,2.1,2.4,4.6,3c3.3.7,7.1,1.7,7.1,5.9s-2.5,5.7-7.4,5.7-5.7-.9-7.6-3l1.5-2.1Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m428.8,106.7c1.2,1.4,3.6,2.7,6.2,2.7s4.5-1.3,4.5-3.1-2.3-2.7-4.8-3.4c-3.2-.7-6.8-1.6-6.8-5.5s2.5-5.4,7-5.4,5.5,1.2,7,2.7l-1.4,2c-1.1-1.4-3.2-2.4-5.6-2.4s-4.2,1.2-4.2,2.8,2.1,2.4,4.6,3c3.3.7,7.1,1.7,7.1,5.9s-2.5,5.7-7.4,5.7-5.7-.9-7.6-3l1.5-2.1Z" style="fill: #fff; stroke-width: 0px;"/> </g> </svg></a> </div> </div> </section> </section> <section class="drop_one w-100"> <section class="container py-5"> <div class="row"> <div class="col-md-6"> <ul id="menu-sub-menu-one" class="list-unstyled sub-menu surt-db"><li id="menu-item-300" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-300"><a href="https://www.quantile.com/the-services/optimisation/" data-ps2id-api="true">Counterparty Risk Optimisation</a></li> <li id="menu-item-299" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-299"><a href="https://www.quantile.com/the-services/compression/" data-ps2id-api="true">Compression</a></li> <li id="menu-item-5441" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5441"><a href="https://www.quantile.com/fx-smart-clearing/" data-ps2id-api="true">Smart Clearing</a></li> </ul> </div> <div class="col-md-4 offset-md-1"> <a href="https://www.quantile.com/quantile-wins-optimisation-service-of-the-year-for-the-fifth-year-running/" class="sub-story-link surt-db"> <div class="menu-thumb w-100 background-cover" style="background-image: url(https://www.quantile.com/wp-content/uploads/2024/09/Insights-image-Award-Global-Capital-24-scaled.jpg);"></div> Quantile wins Optimisation Service of the Year for the fifth year running </a> </div> </div> </section> </section> </div> </section> <section class="content-holder"> <div class="d-md-none"> <section class="mobile-menu position-fixed d-flex align-items-center w-100"> <a href="/" class="ml-4"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 444 114" class="menu_logo"> <path d="m55.1,28.6c0-15.6-10.4-27.4-26.8-27.4S1.5,13.1,1.5,28.3s10.4,27.1,26.8,27.1h.3v-5.8h-.3c-12.7,0-20.6-9.5-20.6-21.2S15.7,7.2,28.3,7.2s20.7,9.7,20.7,21.3-2.7,12.4-7.3,16.4l-5.6-6.7h-7.9l17.4,20.6,7.4-.3-7.5-9c5.9-4.9,9.5-12.3,9.5-20.8m62.7,3.8V2.3h-6.1v30.1c0,10-5.1,17.2-15.7,17.2s-15.7-7.3-15.7-17.2V2.3h-6.1v30.3c0,13.5,8,22.9,21.8,22.7,13.9,0,21.8-9.2,21.8-22.9m59.2,21.8h7L158.3,2.3h-1.4l-25.4,51.9h6.8l19.4-40.2,14.7,31.2,4.5,9.1h0Zm66.4,0h1.8V2.3h-6.1v39L201.7,2.3h-1.8v51.9h6.1V15l37.4,39.2h0Zm43.4-46.2h18.2V2.3h-42.4v5.8h18.2v46.2h6V8.1h0Zm35.6,46h6.1V2.3h-6.1v51.8h0Zm30.9.2h36.2v-5.6h-30.1V2.3h-6v51.9h0Zm57.4-5.6v-17.1h28.1v-5.6h-28.1V8.1h31.9V2.3h-38v51.9h38v-5.6h-31.9Z" style="fill: #fff; stroke-width: 0px;"/> <g> <path d="m150.6,105.6h-13.2l-2.3,5.8h-3.6l10.5-26h4l10.5,26h-3.6l-2.3-5.8h0Zm-12.3-2.9h11.3l-5.6-14.5s-5.7,14.5-5.7,14.5Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m172.5,99c0-3.3-1.7-4.4-4.2-4.4s-4.5,1.4-5.6,2.9v13.8h-2.9v-18.8h2.9v2.7c1.3-1.6,3.9-3.2,6.7-3.2s6,2,6,6.1v13.2h-2.9v-12.3h0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m191.5,85.3h3.2v23.2h12.1v2.9h-15.3v-26h0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m211.7,105.2c1.7,1.9,4.5,3.7,8.2,3.7s6.1-2.5,6.1-4.5c0-3.1-3.2-4-6.6-4.9-4.2-1.1-8.8-2.3-8.8-7.4s3.8-7.2,8.9-7.2,7.1,1.3,9.2,3.6l-1.9,2.4c-1.9-2.2-4.7-3.1-7.5-3.1s-5.4,1.7-5.4,4.1,3,3.4,6.3,4.3c4.2,1.1,9.1,2.5,9.1,7.9s-2.6,7.7-9.6,7.7-7.9-1.7-10-4.1l1.9-2.5h0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m234.2,85.3h17.1v2.9h-13.8v8.4h13.5v2.9h-13.5v9h13.8v2.9h-17.1v-26h0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m268.8,84.9c4.6,0,7.8,2,10.1,4.9l-2.6,1.6c-1.6-2.1-4.4-3.6-7.5-3.6-5.7,0-10,4.4-10,10.6s4.3,10.6,10,10.6,5.7-1.5,7-2.8v-5.3h-8.9v-2.9h12.2v9.4c-2.4,2.7-6,4.5-10.2,4.5-7.4,0-13.4-5.4-13.4-13.5s6-13.5,13.4-13.5h0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m294.4,85.3h11.6c4.5,0,7.3,2.7,7.3,6.6s-2.2,5.5-4.6,6c2.8.4,5.1,3.3,5.1,6.4s-2.8,7-7.5,7h-11.9v-26h0Zm11,11.3c2.9,0,4.5-1.8,4.5-4.2s-1.6-4.2-4.5-4.2h-7.8v8.4h7.8Zm.2,11.9c3,0,4.8-1.7,4.8-4.5s-1.6-4.5-4.8-4.5h-8v9s8,0,8,0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m331.5,108.7c-1.4,1.6-3.9,3.1-6.7,3.1s-6-1.9-6-6v-13.3h2.9v12.4c0,3.3,1.7,4.3,4.2,4.3s4.5-1.3,5.6-2.8v-13.9h2.9v18.8h-2.9v-2.7h0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m340.2,106.7c1.2,1.4,3.6,2.7,6.2,2.7s4.5-1.3,4.5-3.1-2.3-2.7-4.8-3.4c-3.2-.7-6.8-1.6-6.8-5.5s2.5-5.4,7-5.4,5.5,1.2,7,2.7l-1.4,2c-1.1-1.4-3.2-2.4-5.6-2.4s-4.2,1.2-4.2,2.8,2.1,2.4,4.6,3c3.3.7,7.1,1.7,7.1,5.9s-2.5,5.7-7.4,5.7-5.7-.9-7.6-3l1.5-2.1Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m358,87.3c0-1.1.9-1.9,2-1.9s2,.9,2,1.9-.9,2-2,2-2-.9-2-2Zm.5,5.2h2.9v18.8h-2.9v-18.8Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m380,99c0-3.3-1.7-4.4-4.2-4.4s-4.5,1.4-5.6,2.9v13.8h-2.9v-18.8h2.9v2.7c1.3-1.6,3.9-3.2,6.7-3.2s6,2,6,6.1v13.2h-2.9v-12.3h0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m396.9,92c5.7,0,9.1,4.4,9.1,10.1v.7h-15.3c.2,3.6,2.7,6.5,6.8,6.5s4.3-.9,5.8-2.4l1.4,1.9c-1.9,1.9-4.4,2.9-7.5,2.9-5.6,0-9.6-4-9.6-9.9s3.9-9.9,9.3-9.9h0Zm-6.2,8.7h12.4c0-2.8-1.9-6.3-6.2-6.3s-6,3.4-6.2,6.3h0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m410.6,106.7c1.2,1.4,3.6,2.7,6.2,2.7s4.5-1.3,4.5-3.1-2.3-2.7-4.8-3.4c-3.2-.7-6.8-1.6-6.8-5.5s2.5-5.4,7-5.4,5.5,1.2,7,2.7l-1.4,2c-1.1-1.4-3.2-2.4-5.6-2.4s-4.2,1.2-4.2,2.8,2.1,2.4,4.6,3c3.3.7,7.1,1.7,7.1,5.9s-2.5,5.7-7.4,5.7-5.7-.9-7.6-3l1.5-2.1Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m428.8,106.7c1.2,1.4,3.6,2.7,6.2,2.7s4.5-1.3,4.5-3.1-2.3-2.7-4.8-3.4c-3.2-.7-6.8-1.6-6.8-5.5s2.5-5.4,7-5.4,5.5,1.2,7,2.7l-1.4,2c-1.1-1.4-3.2-2.4-5.6-2.4s-4.2,1.2-4.2,2.8,2.1,2.4,4.6,3c3.3.7,7.1,1.7,7.1,5.9s-2.5,5.7-7.4,5.7-5.7-.9-7.6-3l1.5-2.1Z" style="fill: #fff; stroke-width: 0px;"/> </g> </svg></a> <div id="nav_button"> <a id="hidden-nav-button" class=""><span></span></a> </div> </section> </div> <div class="content-page"> <div class="site-content overflow-hidden"> <div class="fade-content"> <div class="image_header image_header1 w-100 background-cover"> <section class="container h-100"> <div class="row h-100 align-items-md-center"> <div class="col-md-5 mt-4 mt-md-0"> <h1 class="surt-db">Great minds. Think unalike.</h1> <div class="sub_header mt-5">Careers at Quantile</div> </div> </div> </section> </div> <style> .image_header1 { background-image: url(https://www.quantile.com/wp-content/uploads/2023/12/Page-Headers-Mob_Q.png); color: #ffffff} @media (min-width: 768px) { .image_header1 { background-image: url(https://www.quantile.com/wp-content/uploads/2023/12/Page-Headers-Desktop_Q.png); } } .sub_header { color: #f7758d} </style><div style="background-color: ;"> <div class="d-none d-md-block" style="height: 5rem;"></div> <div class="d-md-none" style="height: 3rem;"></div> </div><div class="container block3"> <div class="row"> <div class="col-md-6 border-right-grd"> <div class="row"> <div class="col-md-11"> <div class="spacer2"></div> <h3 class="surt-db">Quantile's an exciting place. Since launch, our team of experts have come together to deliver market leading optimisation services to some of the largest financial institutions globally.</h3> </div> </div> </div> <div class="col-md-6"> <div class="row justify-content-md-end"> <div class="col-md-11"> <div class="spacer2"></div> <p>Quantile's here to help OTC market participants manage their portfolios more efficiently. With market leading algorithms, quantitative analytics and technology, we optimise processes to respond faster and deliver solutions and results that help the derivatives market perform better.</p> <p>Our people are what drives our business forward, so if you have a curious mind, a love of data and a rigorous approach then we would love to hear from you! To apply, please follow the link to submit your application.</p> <p>We’re always on the lookout for new talent, so if there isn’t a suitable role listed, please <u><a style="color: #F7758D;" href="mailto:careers@quantile.com" target="_blank" rel="noopener">get in touch</a></u> to register your interest.</p> <a class="btn btn-learn rounded-pill text-uppercase mt-3" href="https://www.quantile.com/careers/experienced-hires/" target="_blank">VIEW OPEN ROLES & APPLY NOW</a> <div class="spacer3"></div> </div> </div> </div> </div> </div> <style> .block3 h3 { font-size: 2.2rem; } </style><div style="background-color: ;"> <div class="d-none d-md-block" style="height: 5rem;"></div> <div class="d-md-none" style="height: 3rem;"></div> </div><div style="background-color: #707476;"> <div class="d-none d-md-block" style="height: 5rem;"></div> <div class="d-md-none" style="height: 3rem;"></div> </div><div class="service-card6"> <div class="spacer3"></div> <div class="container"> <div class="row"> <div class="col-md-6 mb-5 mb-md-0 position-relative d-flex flex-column"> <div class="flex-fill" style="background-color: #292C2C;padding-left: 3.5rem;padding-right: 3.5rem;"> <div class="spacer5"></div> <h2 class="surt-db" style="color: #fff;">Graduates + Internships</h2> <div class="mt-4 col-md-8 col-10 p-0" style="color: #fff;"></div> <div class="text-decoration-none position-absolute service_txt_lnk" style="color: #F7758D;">Kickstart your career with our Graduate and Internship roles<img src="https://www.quantile.com/wp-content/themes/eprefix-bootstrap/img/team-arrow.svg" class="service-card-icon ml-2 align-baseline"></div> <a href="https://www.quantile.com/careers/graduates-internships/" target="" class="stretched-link"></a> <div class="spacer2"></div> <div class="text-right"> <img class="service-card-img" src="https://www.quantile.com/wp-content/uploads/2021/12/Graduate-service-card-v2.png" alt=""/> </div> <div class="spacer1"></div> </div> </div> <div class="col-md-6 mb-5 mb-md-0 position-relative d-flex flex-column"> <div class="flex-fill" style="background-color: #292C2C;padding-left: 3.5rem;padding-right: 3.5rem;"> <div class="spacer5"></div> <h2 class="surt-db" style="color: #fff;">Experienced Hires</h2> <div class="mt-4 col-md-8 col-10 p-0" style="color: #fff;"></div> <div class="text-decoration-none position-absolute service_txt_lnk" style="color: #F7758D;">Join our technical experts to take your career to the next level <img src="https://www.quantile.com/wp-content/themes/eprefix-bootstrap/img/team-arrow.svg" class="service-card-icon ml-2 align-baseline"></div> <a href="https://www.quantile.com/careers/experienced-hires/" target="" class="stretched-link"></a> <div class="spacer2"></div> <div class="text-right"> <img class="service-card-img" src="https://www.quantile.com/wp-content/uploads/2021/12/mountains-service-card-v2.png" alt=""/> </div> <div class="spacer1"></div> </div> </div> </div> </div> <div class="spacer3"></div> </div> <style> .service-card6 { background-color: #707476; } </style><div style="background-color: #707476;"> <div class="d-none d-md-block" style="height: 5rem;"></div> <div class="d-md-none" style="height: 3rem;"></div> </div><div style="background-color: ;"> <div class="d-none d-md-block" style="height: 5rem;"></div> <div class="d-md-none" style="height: 3rem;"></div> </div><div class="block9 py-5"> <div class="container"> <div class="row"> <div class="col-md-6"> <div class="row"> <div class="col-md-11"> <div class="postion-relative"> <img class="img-fluid w-100" src="https://www.quantile.com/wp-content/uploads/2020/01/Quantile_Blog_Imagery-12.jpg" alt="" /> </div> </div> </div> </div> <div class="col-md-6"> <div class="row justify-content-md-end"> <div class="col-md-11"> <div class="spacer3"></div> <h2><strong>Why join Quantile?</strong></h2> <p>Progressive and rapidly expanding, we pride ourselves on being nimble and delivering what the market wants, when it’s needed. We strive to attract dynamic and inquisitive individuals who are passionate about being the best they can be.</p> <p>We truly care about our people and value individuality. Our employees hail from different backgrounds from every corner of the globe, and are all united by a desire to design and deliver new innovative solutions, realise their full potential, and have fun along the way.</p> <p>We offer comprehensive and competitive benefits packages tailored to each jurisdiction, ranging from healthcare and retirement planning to flexible working. We support employees to be at their best by ensuring health and wellbeing is paramount.</p> </div> </div> </div> </div> </div> </div> <style> .block9 { background-color: ; } .block9 .play_button { width: 6rem; } .block9 .play_button:hover { opacity: .7; } .block9 .bottom_right { bottom: 1rem; right: 2rem; } </style> <div style="background-color: ;"> <div class="d-none d-md-block" style="height: 5rem;"></div> <div class="d-md-none" style="height: 3rem;"></div> </div><div class="d-none d-md-block" style="height: 0rem;"></div> <div class="d-md-none" style="height: 0rem;"></div> <hr class="d-none d-md-block" style="margin: 0 0;border-top-color: "> <hr class="d-md-none" style="margin: 0 0;border-top-color: "> <div class="d-none d-md-block" style="height: 0rem;"></div> <div class="d-md-none" style="height: 0rem;"></div><div class="block12 py-5"> <div class="container"> <div class="row"> <div class="col-md-6 order-md-last"> <div class="row justify-content-md-end"> <div class="col-md-11"> <div class="postion-relative"> <img class="img-fluid w-100" src="https://www.quantile.com/wp-content/uploads/2022/12/Quantile-video.jpg" alt="" /> <a href="https://www.quantile.com/quantiles-values-video/" class="stretched-link" target=""></a> <a href="https://www.quantile.com/quantiles-values-video/" class="position-absolute bottom_right" target=""> <img src="https://www.quantile.com/wp-content/themes/eprefix-bootstrap/img/play_button.svg" class="play_button" alt="" /> </a> </div> </div> </div> </div> <div class="col-md-6 order-md-first"> <div class="row"> <div class="col-md-11"> <div class="spacer3"></div> <h2><strong>What makes Quantile, Quantile?</strong></h2> <p>We firmly believe that our services bring positive change to the market. At the heart of our business is a powerful optimisation engine – and at the heart of that – a team of talented, driven individuals who enable that change. Across teams and geographies, we are all united by a set of core values which make Quantile, Quantile.</p> <p><span style="color: #f7758d;"><a style="color: #f7758d;" href="https://www.quantile.com/quantiles-values/">Quantile&#8217;s Values &gt;</a></span></p> </div> </div> </div> </div> </div> </div> <style> .block12 { background-color: ; } .block12 .play_button { width: 6rem; } .block12 .play_button:hover { opacity: .7; } .block12 .bottom_right { bottom: 1rem; right: 2rem; } </style> <div style="background-color: ;"> <div class="d-none d-md-block" style="height: 5rem;"></div> <div class="d-md-none" style="height: 3rem;"></div> </div><div class="container"> <div class="row"> <div class="col-md-4 card border-0 mb-5 mb-md-5"> <img width="525" height="350" src="https://www.quantile.com/wp-content/uploads/2023/03/Uliana-QT-background-v2.png" class="img-fluid w-100 wp-post-image" alt="" decoding="async" fetchpriority="high" /> <h4 class="surt-db card-body px-0">Employee Spotlight: Uliana Cherniavtseva, from Intern to Product Manager</h4> <div class="card-footer p-0 border-0 bg-transparent"> <div class="card-date mb-3"></div> <a class="btn rounded-pill stretched-link" href="https://www.quantile.com/insights-employee-spotlight-product-management-at-quantile-with-uliana-cherniavtseva/"> Careers </a> </div> </div> <div class="col-md-4 card border-0 mb-5 mb-md-5"> <img width="3333" height="2225" src="https://www.quantile.com/wp-content/uploads/2023/06/Insights-image-Jihong-INWED-day.jpg" class="img-fluid w-100 wp-post-image" alt="" decoding="async" /> <h4 class="surt-db card-body px-0">Celebrating International Women in Engineering Day with a Spotlight: Jihong Lee, from Intern to Engineer</h4> <div class="card-footer p-0 border-0 bg-transparent"> <div class="card-date mb-3">23 June 2023</div> <a class="btn rounded-pill stretched-link" href="https://www.quantile.com/celebrating-international-women-in-engineering-day-with-a-spotlight-jihong-lee-from-intern-to-engineer/"> Article </a> </div> </div> <div class="col-md-4 card border-0 mb-5 mb-md-5"> <img width="800" height="534" src="https://www.quantile.com/wp-content/uploads/2022/02/Quantile_Careers_Spotlight-Image-v3.png" class="img-fluid w-100 wp-post-image" alt="" decoding="async" /> <h4 class="surt-db card-body px-0">Employee Spotlight: Engineering at Quantile with Liam Williams, Engineer</h4> <div class="card-footer p-0 border-0 bg-transparent"> <div class="card-date mb-3"></div> <a class="btn rounded-pill stretched-link" href="https://www.quantile.com/employee-spotlight-engineering-at-quantile/"> Careers </a> </div> </div> </div> </div><div style="background-color: ;"> <div class="d-none d-md-block" style="height: 5rem;"></div> <div class="d-md-none" style="height: 3rem;"></div> </div> <div style="background-color: #292c2c;"> <div class="spacer4"></div> <div class="container"> <h2 class="surt-db text-white">In Credible Company </h2> <div id="carousel16" class="owl-carousel owl-hidden features-carousel features-carousel-dark"> <div class="row w-100 align-content-between"> <div class="col-md-9 offset-1"> <img src="https://www.quantile.com/wp-content/uploads/2020/01/awards.svg" alt="" style="width:auto;height: 5rem;"/> <div class="spacer3"></div> <h3 class="surt-db text-white" style="min-height:8rem;">We're leading the charge with our award winning optimisation services.</h3> <div class="text-white"> </div> </div> </div> <div class="row w-100 align-content-between"> <div class="col-md-9 offset-1"> <img src="https://www.quantile.com/wp-content/uploads/2021/12/rewarding-returns.png" alt="" style="width:auto;height: 5rem;"/> <div class="spacer3"></div> <h3 class="surt-db text-white" style="min-height:8rem;">Our live services continue to evolve, and we've more innovations on the way.</h3> <div class="text-white"> </div> </div> </div> <div class="row w-100 align-content-between"> <div class="col-md-9 offset-1"> <img src="https://www.quantile.com/wp-content/uploads/2021/12/client-grey.png" alt="" style="width:auto;height: 5rem;"/> <div class="spacer3"></div> <h3 class="surt-db text-white" style="min-height:8rem;">We're a team of 90+ industry experts, hailing from across the globe.</h3> <div class="text-white"> </div> </div> </div> <div class="row w-100 align-content-between"> <div class="col-md-9 offset-1"> <img src="https://www.quantile.com/wp-content/uploads/2021/12/inflation-swaps.png" alt="" style="width:auto;height: 5rem;"/> <div class="spacer3"></div> <h3 class="surt-db text-white" style="min-height:8rem;">Our client network, including the world's largest banks, is extensive and rapidly growing.</h3> <div class="text-white"> </div> </div> </div> </div> </div> <div class="spacer4"></div> </div> <style> #carousel16 .owl-hidden { display: none !important; } #carousel16 .owl-hidden.owl-loaded { display: block; } </style> <script> window.addEventListener('DOMContentLoaded', function(){ var carousel16 = $("#carousel16"); carousel16.owlCarousel({ margin: 10, loop:true, autoplay: false, smartSpeed:1000, nav: false, dots: true, autoplayTimeout: 5000, stagePadding: 0, responsiveRefreshRate: 0, responsive : { 0 : { items: 1, }, 768 : { items: 3, } } }); }); </script><div style="background-color:#9CE2EA;"> <div class="spacer3"></div> <div class="container"> <div class="row"> <div class="col-md-6"> <h2 class="surt-db mb-4">View Roles + Apply Today</h2> <div class="row"> <div class="col-md-11"> If you’re ready to make an impact and take your career to the next level, apply now. </div> </div> </div> <div class="col-md-3 offset-md-2"> <div class="spacer3"></div> <a class="btn btn-cta rounded-pill text-uppercase" href="https://www.quantile.com/careers/experienced-hires/" target="_blank">APPLY NOW</a> </div> </div> </div> <div class="spacer3"></div> </div> </div> </div> <div class="footerholder w-100 py-5"> <section class="container"> <div class="row"> <div class="col-md-4 mb-5"> <a href="https://www.quantile.com"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 444 114" class="footer_logo"> <path d="m55.1,28.6c0-15.6-10.4-27.4-26.8-27.4S1.5,13.1,1.5,28.3s10.4,27.1,26.8,27.1h.3v-5.8h-.3c-12.7,0-20.6-9.5-20.6-21.2S15.7,7.2,28.3,7.2s20.7,9.7,20.7,21.3-2.7,12.4-7.3,16.4l-5.6-6.7h-7.9l17.4,20.6,7.4-.3-7.5-9c5.9-4.9,9.5-12.3,9.5-20.8m62.7,3.8V2.3h-6.1v30.1c0,10-5.1,17.2-15.7,17.2s-15.7-7.3-15.7-17.2V2.3h-6.1v30.3c0,13.5,8,22.9,21.8,22.7,13.9,0,21.8-9.2,21.8-22.9m59.2,21.8h7L158.3,2.3h-1.4l-25.4,51.9h6.8l19.4-40.2,14.7,31.2,4.5,9.1h0Zm66.4,0h1.8V2.3h-6.1v39L201.7,2.3h-1.8v51.9h6.1V15l37.4,39.2h0Zm43.4-46.2h18.2V2.3h-42.4v5.8h18.2v46.2h6V8.1h0Zm35.6,46h6.1V2.3h-6.1v51.8h0Zm30.9.2h36.2v-5.6h-30.1V2.3h-6v51.9h0Zm57.4-5.6v-17.1h28.1v-5.6h-28.1V8.1h31.9V2.3h-38v51.9h38v-5.6h-31.9Z" style="fill: #fff; stroke-width: 0px;"/> <g> <path d="m150.6,105.6h-13.2l-2.3,5.8h-3.6l10.5-26h4l10.5,26h-3.6l-2.3-5.8h0Zm-12.3-2.9h11.3l-5.6-14.5s-5.7,14.5-5.7,14.5Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m172.5,99c0-3.3-1.7-4.4-4.2-4.4s-4.5,1.4-5.6,2.9v13.8h-2.9v-18.8h2.9v2.7c1.3-1.6,3.9-3.2,6.7-3.2s6,2,6,6.1v13.2h-2.9v-12.3h0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m191.5,85.3h3.2v23.2h12.1v2.9h-15.3v-26h0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m211.7,105.2c1.7,1.9,4.5,3.7,8.2,3.7s6.1-2.5,6.1-4.5c0-3.1-3.2-4-6.6-4.9-4.2-1.1-8.8-2.3-8.8-7.4s3.8-7.2,8.9-7.2,7.1,1.3,9.2,3.6l-1.9,2.4c-1.9-2.2-4.7-3.1-7.5-3.1s-5.4,1.7-5.4,4.1,3,3.4,6.3,4.3c4.2,1.1,9.1,2.5,9.1,7.9s-2.6,7.7-9.6,7.7-7.9-1.7-10-4.1l1.9-2.5h0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m234.2,85.3h17.1v2.9h-13.8v8.4h13.5v2.9h-13.5v9h13.8v2.9h-17.1v-26h0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m268.8,84.9c4.6,0,7.8,2,10.1,4.9l-2.6,1.6c-1.6-2.1-4.4-3.6-7.5-3.6-5.7,0-10,4.4-10,10.6s4.3,10.6,10,10.6,5.7-1.5,7-2.8v-5.3h-8.9v-2.9h12.2v9.4c-2.4,2.7-6,4.5-10.2,4.5-7.4,0-13.4-5.4-13.4-13.5s6-13.5,13.4-13.5h0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m294.4,85.3h11.6c4.5,0,7.3,2.7,7.3,6.6s-2.2,5.5-4.6,6c2.8.4,5.1,3.3,5.1,6.4s-2.8,7-7.5,7h-11.9v-26h0Zm11,11.3c2.9,0,4.5-1.8,4.5-4.2s-1.6-4.2-4.5-4.2h-7.8v8.4h7.8Zm.2,11.9c3,0,4.8-1.7,4.8-4.5s-1.6-4.5-4.8-4.5h-8v9s8,0,8,0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m331.5,108.7c-1.4,1.6-3.9,3.1-6.7,3.1s-6-1.9-6-6v-13.3h2.9v12.4c0,3.3,1.7,4.3,4.2,4.3s4.5-1.3,5.6-2.8v-13.9h2.9v18.8h-2.9v-2.7h0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m340.2,106.7c1.2,1.4,3.6,2.7,6.2,2.7s4.5-1.3,4.5-3.1-2.3-2.7-4.8-3.4c-3.2-.7-6.8-1.6-6.8-5.5s2.5-5.4,7-5.4,5.5,1.2,7,2.7l-1.4,2c-1.1-1.4-3.2-2.4-5.6-2.4s-4.2,1.2-4.2,2.8,2.1,2.4,4.6,3c3.3.7,7.1,1.7,7.1,5.9s-2.5,5.7-7.4,5.7-5.7-.9-7.6-3l1.5-2.1Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m358,87.3c0-1.1.9-1.9,2-1.9s2,.9,2,1.9-.9,2-2,2-2-.9-2-2Zm.5,5.2h2.9v18.8h-2.9v-18.8Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m380,99c0-3.3-1.7-4.4-4.2-4.4s-4.5,1.4-5.6,2.9v13.8h-2.9v-18.8h2.9v2.7c1.3-1.6,3.9-3.2,6.7-3.2s6,2,6,6.1v13.2h-2.9v-12.3h0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m396.9,92c5.7,0,9.1,4.4,9.1,10.1v.7h-15.3c.2,3.6,2.7,6.5,6.8,6.5s4.3-.9,5.8-2.4l1.4,1.9c-1.9,1.9-4.4,2.9-7.5,2.9-5.6,0-9.6-4-9.6-9.9s3.9-9.9,9.3-9.9h0Zm-6.2,8.7h12.4c0-2.8-1.9-6.3-6.2-6.3s-6,3.4-6.2,6.3h0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m410.6,106.7c1.2,1.4,3.6,2.7,6.2,2.7s4.5-1.3,4.5-3.1-2.3-2.7-4.8-3.4c-3.2-.7-6.8-1.6-6.8-5.5s2.5-5.4,7-5.4,5.5,1.2,7,2.7l-1.4,2c-1.1-1.4-3.2-2.4-5.6-2.4s-4.2,1.2-4.2,2.8,2.1,2.4,4.6,3c3.3.7,7.1,1.7,7.1,5.9s-2.5,5.7-7.4,5.7-5.7-.9-7.6-3l1.5-2.1Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m428.8,106.7c1.2,1.4,3.6,2.7,6.2,2.7s4.5-1.3,4.5-3.1-2.3-2.7-4.8-3.4c-3.2-.7-6.8-1.6-6.8-5.5s2.5-5.4,7-5.4,5.5,1.2,7,2.7l-1.4,2c-1.1-1.4-3.2-2.4-5.6-2.4s-4.2,1.2-4.2,2.8,2.1,2.4,4.6,3c3.3.7,7.1,1.7,7.1,5.9s-2.5,5.7-7.4,5.7-5.7-.9-7.6-3l1.5-2.1Z" style="fill: #fff; stroke-width: 0px;"/> </g> </svg></a> <a href="https://www.lseg.com/en/post-trade" target="_blank"> <div class="mt-4"><svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 870.1 168.4" class="lseg_logo"> <g id="Layer_1-2" data-name="Layer 1"> <g> <path d="m625.5,88.2v23.3c0,6.1.5,10.3,1.2,12.9v.7c-8,2.6-20.4,4.7-29.5,4.7-34.4,0-56.7-20-56.7-50.7s21.1-51.3,53.6-51.3,19.9,1.8,26.2,4.7v20.3h-.7c-6.3-5.9-15.7-9.4-25.8-9.4-20.6,0-32.5,12.6-32.5,34.9s13,35.8,35.7,35.8,6.1-.3,9-.9v-24.4c-9,0-14,.7-18.6,1.6h-.7v-18.7h.7c4.7.9,10,1.6,19.6,1.6h20v.7c-1,2.7-1.5,8.1-1.5,14.2Zm-127.2,25.5h-11.2v-28.6h11.2c10.5,0,16.2.7,21.5,1.8h.7v-19.2h-.7c-5.3,1.2-10.9,1.8-21.5,1.8h-11.2v-25.7h11.5c12.1,0,21.2,1.3,26.9,4.2h.5v-18.7h-63v.7c2.4,4.1,4,12.4,4,20.9v55.6c0,8.6-1.6,16.9-4,20.9v.7h66.4v-20h-.7c-7.5,3.9-17.8,5.6-30.4,5.6Zm-75.8-42.9c-12.8-5-19.9-7.5-19.9-15.9s5.5-11.7,15.3-11.7,15.2,2.9,22.5,9h.7v-20c-6.5-2.8-14.5-4.2-22.5-4.2-22.4,0-36.1,11.5-36.1,30.2s12.8,23.6,26.7,29c12.8,5,19.9,7.5,19.9,15.9s-5.7,11.6-15.9,11.6-18.6-3.6-28.1-12.1h-.7v21.6c7.9,3.7,18.2,5.8,27.9,5.8,22.8,0,36.9-11.5,36.9-30,0-18.2-12.8-23.8-26.7-29.2Zm-83.2,42.9h-9v-62.7c0-8.6,1.6-16.9,4-20.9v-.7h-28.1v.7c2.4,4.1,4,12.4,4,20.9v55.6c0,8.6-1.6,16.9-4,20.9v.7h64.2v-20.2h-.7c-7.6,3.9-17.7,5.7-30.4,5.7Zm-143.1,28.8c1-.3,1.5-.3,2-.1,0,0,.1,0,.1-.1v-1.8c-2.4.6-4.9,1.3-7.3,2v1.8h.1c.5-.4,1-.7,2-1l.7-.2v5.5c0,.7-.1,1.4-.4,1.8h0c.8,0,1.7-.4,2.5-.6h0c-.3-.4-.4-1-.4-1.7v-5.5h.7Zm-129.4,2.3h0c-.8-.3-1.7-.5-2.5-.7h0c.3.5.4,1.2.4,1.9v4.1c0,2,1.1,3.3,3,3.8,2.5.6,4.3-.7,4.3-3v-3.3c0-.7.1-1.3.4-1.6h0c-.8-.2-1.6-.4-2.4-.5h0c.3.5.4,1.2.4,1.9v3.5c0,1.4-.8,2-2.3,1.6-1.1-.3-1.7-1-1.7-2.2v-3.8c0-.7.1-1.3.4-1.7Zm119.4.3c1-.3,2.1-.1,2.8.4h.1v-1.6c-.7-.4-2-.5-3.3-.1-2.4.7-3.8,2.5-3.8,5.1s2.3,4.6,5.2,3.7c.8-.2,1.3-.5,1.8-1v-1.8h-.1c-.6.7-1.3,1.2-2.1,1.5-1.8.5-3.1-.6-3.1-2.8.2-1.8,1.1-3,2.5-3.4Zm16.7-20.8c-3.7,1.7-2.9,7.7-2.9,7.7,1.4-2.4,3.1-4,3.6-4.2.9-.4.7-4.2-.7-3.5Zm-75.7-61.6c0-1.2-.8-2.5-2.2-2.5s-2.2,1.3-2.2,2.5v3.3h4.4v-3.3Zm-21.4,12.8c.2-.7-.1-2.5-2.2-2.5.1,2.9,1.5,1.7,2.2,2.5Zm99.5,72.4c2-.4,3.1-1.8,3.1-3.8v-3.9c0-.7.1-1.4.4-1.8h0c-.8,0-1.6.2-2.4.3h0c.3.4.4,1,.4,1.7v3.8c0,1.2-.5,1.8-1.6,2.1-1.5.3-2.4-.2-2.4-1.6v-3.4c0-.7.1-1.4.4-1.8h0c-.8,0-1.7.3-2.5.5h0c.3.4.4,1,.4,1.7v3.5c0,2.2,1.7,3.2,4.2,2.7Zm1.1-12.2c.8-.7,1.8-.8,3.2-1.2,3.3-.9,2.9-4.6-.4-3.6-1.8.6-2.7,3-2.8,4.8Zm-.3-8.3c-4.7,1.5-4.5,8.7-4.5,8.7,1.1-1.4,3.4-3.9,4.6-4.3,1.3-.3,1.7-4.9-.1-4.4Zm-130.6,27.6h0c.8.2,1.6.3,2.4.4v-.2c-.3-.4-.4-1.1-.4-1.8v-4.2c.8,1.2,1.6,2.3,2.3,3.5h.1c.8-1.1,1.6-2.1,2.3-3.2v4.2c0,.7-.1,1.3-.4,1.7h0c.8.1,1.7.1,2.5.1h0c-.3-.5-.4-1.1-.4-1.8v-5c0-.7.1-1.3.4-1.7h0c-.7-.1-1.4-.1-2-.1-.8,1.1-1.5,2.2-2.3,3.3-.8-1.2-1.5-2.3-2.3-3.5-.7-.1-1.5-.2-2.2-.2h0c.3.5.4,1.2.4,1.9v5c0,.6-.1,1.2-.4,1.6Zm45.1-81.3c-2-.6-2.7,1.1-2.7,1.8.9-.8,2.1.6,2.7-1.8Zm-6.8,4.8c.4,0,.5-.3.5-1s.1-.6.3-.6c.3,0,.4.1.7-.6.2-.3.7-.6,1.5-.6,0,0,.1-.1.1-.3,0,0-1.1-.4-2.3,0-.4.1-1.2-.3-1.2-.3,0,0-.3.2,0,.8.3.5.4,2.6.4,2.6Zm70.8-55.5c2.8.6,5.5-2.2,10.5-.2,0,0-1.3-4-6.7-2.8-5.4,1.2-5.9-2.4-5.9-2.4,0,0-2.1,4.5,2.1,5.4Zm-24.3,8.4c0-2,.8-3.8,2.8-4.4.4,0,.8-.5.8-1.3,0-1.5-1.8-1.4-1.8-1.4-2.1,0-3.9,4.1-1.8,7.1Zm.7-8.1c.4-.3.4-.6.6-1.1.3-1.2-.6-2-1.4-2-1.6,0-3.7,3.2-2.4,5.8,1.2-2,2.7-2.3,3.2-2.7Zm-101.2,121.1c1,.3,1.5.5,2,1h.1v-1.8c-2.4-.6-4.9-1.3-7.3-2v1.8h.1c.5,0,1,0,2,.2l.7.2v5.5c0,.7-.1,1.3-.4,1.6h0c.8.3,1.7.6,2.5.8h0c-.3-.5-.4-1.2-.4-1.9v-5.6l.7.2ZM217.3,10.8c-.9-1-1.9-1.9-2.9-2.7l-2.1,2.2c-.7-.6-1.4-1.1-2.1-1.6l1.5-2.6c-1.4-1-3.6-2.3-5.1-3.1l-1.5,2.6c-.8-.4-1.6-.8-2.4-1.1l.9-2.9c-1.7-.7-3.4-1.2-5.2-1.6l-1,8.6c3.8.3,10.2,3.7,11.1,4.1,3.7,0,5.1,0,8.8-1.9Zm-5.4,135.6h0c.8,0,1.6,0,2.4,0h0c-.3-.5-.4-1.1-.4-1.8v-4.2c.8,1,1.6,2.1,2.3,3.1h.1c.8-1.1,1.6-2.2,2.3-3.3v4.2c0,.7-.1,1.3-.4,1.7h0c.8.1,1.7.1,2.5.2h0c-.3-.5-.4-1.1-.4-1.8v-5c0-.7.1-1.3.4-1.7h0c-.7-.1-1.4-.2-2-.2-.8,1.1-1.5,2.2-2.3,3.4-.8-1.1-1.5-2.1-2.3-3.2-.7.1-1.5.1-2.2.2h0c.3.4.4,1.1.4,1.8v5c0,.7,0,1.3-.4,1.7Zm-91.9,15.4c-.4,0-.8,0-1.3-.1v-2.4c.4,0,.8,0,1.1.1.9,0,1.4.1,1.8.3h.1v-1.8h-.1c-.4.1-.9.1-1.8.1s-.8,0-1.1-.1v-2.1c.4,0,.8.1,1.3.1,1,.1,1.7.2,2.2.5h.1v-1.7c-1.9-.1-3.8-.2-5.7-.3h0c.3.5.4,1.2.4,1.9v5c0,.7-.1,1.3-.4,1.7h0c2,.3,4,.4,6,.5v-1.8h-.1c-.7,0-1.5.2-2.5,0Zm58.3-7.6c.2-.4.2-1.1-.1-1.8-1.2.2-2.4.4-3.5.6-.3.7-.3,1.4,0,1.8h0c-.8.2-1.7.3-2.5.4h0c.4-.4.7-1.1,1.1-2.1,1-2.4,2-4.8,3-7.2.1,0,.3,0,.4-.1,1.1,2.1,2.2,4.1,3.3,6.2.4.8.8,1.4,1.2,1.7h0c-.9.3-1.9.5-2.8.7v-.2h-.1Zm-.8-3l-1.2-2.4-1.1,2.7c.8,0,1.5-.1,2.3-.3Zm-11.1,1.3v1.2c0,.7.1,1.3.4,1.7h0c-.8.1-1.7.1-2.5,0h0c.3-.5.4-1.1.4-1.8v-5c0-.7-.1-1.3-.4-1.7h0c1.2,0,2.4,0,3.6-.1,2.2-.1,3.4.7,3.4,2.6s-1.2,3-3.4,3c-.5.1-1,.1-1.5.1Zm0-1.4h1.6c1,0,1.6-.5,1.6-1.4s-.6-1.5-1.7-1.4h-1.5v2.8Zm16.8-69.1c.1-.2,1.1-4.4-.4-5.5-1.9-1.5-3,1.4-1.5,3.1,2.3,1.8,1.2,4.1,1.9,2.4Zm66.8-7.2c-.5,1.2-1.8,1.7-2.7,1.8.8,2,.7,6.8,1.9,8.2-.7.2-1.6,0-2.3-.3.7,4.3-.8,6.1-3.2,8.3.4-4.5-2.3-6.8-2.1-10.9-.6.5-1.2,1.5-1.3,2.6-.8-1-1.5-2.3-1.6-3.9-.3-2.5,2.4-7,.4-7s-3.6,3.3-3.6,5.5c0,4.7,4.7,11.3,4.7,18.5s-3.1,10.8-8.7,10.8-8.9-3.9-11.7-10c.3,1.9-1.1,4.5-1.2,6-.2,1.6,2,4.9,3.1,5.5,1.4.7,2.6.4,2.6.4-.9,1.9-.7,5,.9,6.7.9.9,1.9,1.6,2.4,4,.5,2.3-1.1,4.3-1.1,4.3.2-2.7-1.3-4.9-1.3-4.9-.4,1.5.3,2,.2,4.8-.1,3.4-1.8,5.1-1.8,5.1.1-4.3-1.9-4.6-1.9-4.6,1.4,7.9-3.6,9.5-3.6,9.5.1-3.1-.1-4.2-.1-4.2-.3,1.2-2.6,5.4-4.6,5.1-.7-.1-1.6-.7-2.2-1.2,2.5-1.8,1.4-4.6-1-4.6s-1.6.2-2.3.7c.4-1.7.2-4.1-1.5-4.1s-1.2.3-1.6.5c.2-.9.1-2.3-.4-3,2-1.7,5,.7,6.5,1.5,1.2.6,3.4-3.6,3.1-7.2-1.6-2-3.3-5.4-4-6.7-1.9,1.8-3.9,1.3-3.9,1.3,1.3-6.9-1.2-10.9-1.8-12.2-.6-1.2.2-3.6.9-5.2,1.8-4.4,3.4-8.1-1.1-11.6,0,0,2,2.8,1.6,5.4-.4,2.6-2,5.3-2,5.3-5.1,1.4-10.7,1-10.7,2.8s.6,9.9.9,11.5c.3,1.3-.7,3.7-2.3,3.8-1.5.2-2.5,1.1-3.3,3-.8,2-2.3,2.6-2.3,2.6.5-1,0-2.1,0-2.1-1.5,4.2-8.5,3.8-8.5,3.8,1.3-1.1,1.8-2.8,1.8-2.8-4,3.8-8.1.6-8.1.6,1.7-.8,2.1-2.6,2.1-2.6-5.4,3.1-7.1-1.9-7.1-1.9,1.4-.3,1.7-1.4,1.7-1.4-1.7.5-2.5-.3-2.6-.6.3-.6.1-2-.2-2.7-.2-.5-.5-.8-.8-1-1.6-2-.5-3.4-.5-3.5,0,0,.1-.1.2,0,1.3.4,3-1.9,2.8-3.1,1.3-.6,3,.6,3,.6-1.3-1.8-.8-2.7-.7-2.9,1.1.4,3.3-1.1,3.5-2.1,2.8,0,2.1,4.9,1.3,6.7-.7,1.7.1,3.7.1,3.7,5.3-2.7,9.9-2.3,9.9-2.3l-1.3-4.5c-2.5,1.9-4.3,1.4-4.4,1.4,2.8-1.2,3.1-8.6,6.1-11.8,2-2.1,5.5-3.1,7.2-3.4,8.1-1.4,8.5-6,8.5-6-.4-1.3-5.7-6.1-9.8-9,.6-.6,1.5-3,1.5-3,6.2.4,7.6-4.7,6.7-6.4-1.6,6.3-7.2,4.7-7.8,4.2,0,0,.2.3-.5,2.3-.7,1.9-3.7,5.5-3.7,5.5-2.7-2.6-1.8-7.1-1.8-7.1-1.1,1-7.4,6.4-7.4,6.4.4,0,3.2.3,3.2.3,1.6.3,1.8,1.1,1.7,1.5-1.8-.6-3.2,1.6-2.3,3.6-.5.4-1.1.1-2-.6-1.1-.9-2.9-.5-3.4-.4-.1,0-1.3.5-1.3.5-.7,1,.2,1.1.1,2.9,0,0,.6.6.7,1.3.1.9-.8,2-.8,2-1.5-2.5-4.8-1.1-3.7,2v.2c-.6-.7-1.2-.9-1.5-1-1.9-.6-3.3.9-3.1,2.3-.9-.5-1.2-1.3-1.2-1.3-1-2,.4-3.5.9-4.1,1.2-1.3.9-1.2,2-4.6.6-1.7,3.2-4.2,3.9-4.9.6-.7,4.2-3.2,6.1-7.2,2-4,5.8-7.8,5.8-7.8-4.8-.4-7,2.5-7,2.5-2.4-6.5,1.3-11.2,1.3-11.2-3.4,1-3.9,3.8-3.9,3.8,0,0-1.7-8.7,7.8-14.7-.1-.2-.3-.3-.5-.5-.8.2-1.7.5-2.6.9.4-.9.8-1.7,1.3-2.4-1.8-2.2-3.9-4.8-4.5-5.4,0,.6-.1,2.5-.1,3.1s-.3,1.3-.8,1.5c-.1-1.7-1.4-2.8-3.9-2.1-.1-.2-.1-.8.5-1.6,1.2-1.5.2-3.8.1-4-.1-.3-.5-.5-.8-.6-1.9-.4-3,1.6-4.5,1.2-.7-.2-1.1-.6-1.3-.9,2.4-2.1.4-4.8-1.6-4.6,0,0,.1-.4.1-.6.5-1.8-.8-3.2-2.2-3.3q.4-.5.8-.7c1.5-1,3,0,4.3,1,.7.5.8.6,3,1.1,6,1.4,7.2,6.5,13.6,9.2,2.3.9,4.3,2.9,4.3,2.9,4.4-.7,9.2-.1,11.8-3.7,0,0,1.4.6,2.6.9,3.3.8,5.6-.7,6.1-2.4.9-2.8-.5-4.2-.5-4.2.2.3.6,2-.4,3.5-1.7,2.5-4.8,2.1-7.7.8-.2,0-.9.3-1.5.5-1.8.7-3.8.3-4.4,0-2.9-1.5-2.4-4.7-2.4-4.7,1,.9,1.8,1.1,2.1,1.2,1.9.7,6.4-1.6,8.7-.8-.2-.4-.9-1.5-2-2.3-2.3-1.8-3.7-.4-6.3-4.2-1.7-2.1-5-.7-5.3,1,0,0-1.1-2.5.3-4.9,2-3.2,6.3-2.1,6.3-2.1.6-2,3.1-2,3.3-2,3.7,0,9.6,3.2,11.4,4.2,4.3,0,5.4-.3,9.1-1.9,3-1.3,4.4-3.2,5-4.1,1.6,8-5.3,9.5-5.3,9.5,2.6,0,3.5-.7,3.5-.7.1,0,0,1.3-.7,2.1-2.2,2.7-7,1.5-8.1,1.2.3,0,.9.6,1.8,2,1.3,2.2,1.9,6.5,1.9,6.5-.9.7-2.3.4-2.3.4.5,1.3.7,1.6.9,3.7.5,4.4-1.1,7.1-1.1,7.1-1.4-1-2.1-2.8-2.1-2.8,0,0-12.1,19.1-1.6,19,6.2-.1,10.1-6.6,8.5-9.8-3.2-6.2-.8-9.6,3.3-16.2,9.4-14.9,8.8-26.2,8.8-26.2,4.6,2.4,3.8,11.8,3.8,11.8,2.6-3.8,5.7-9.3,5.5-14.6,7.2,8.9,1.2,22.4,1.2,22.4,5.7-4.5,6.1-9.4,6.1-9.4,4.6,8.3-4.8,18.6-4.8,18.6,5.7-.6,7.4-2.8,7.4-2.8.4,10-10.7,12.2-10.7,12.2,5.5.9,10.4-.4,10.4-.4-4.1,11.1-14.1,12-14.1,12,4.4,2.6,9.3,3,9.3,3-3.4,7.7-13.8,4.5-13.8,4.5,1.8,1,4.6,4.2,5.2,5-1.4,1.7-5.3,2.9-8.4,2,1.1,4.6-.2,7-.2,7-3.7.7-6.5-1.1-6.5-1.1,0,3.2-1.3,4.7-1.3,4.7-3.9-.4-6.5-3.8-6.5-3.8-.4,2.3-1.8,4.4-1.8,4.4-4.6-1.5-4.9-6.7-4.9-6.7-1.4,6.6,5.1,8.4,5.1,8.4,1.9-1.4,2.3-3.5,2.3-3.5,2.4,2.2,4.8,2.2,5.4,2.3,2.4,3.6,3.7,9,4.8,12.9,2.4,8.4,5.4,11.5,8.4,11.5s4.3-2.1,4.3-7-4.5-11.2-4.5-17,3.2-9.9,9.4-9.9c6-.3,5.4,3.8,9.5,4.7Zm-48-59.3c-.9-.6-1.2-.9-1.9-1,.6.6.1,1.7-.7,1.7s-1.3-.9-.8-1.5c-1,.3-1.1.8-2.4.5h0c0,0,2.8,4.4,5.8.3Zm-134.8,60.9c-1.5,1.1-.5,5.4-.4,5.5.6,1.7-.4-.5,1.9-2.5,1.5-1.5.4-4.4-1.5-3Zm155.1,56c2.2.1,3.7.4,5.9.9v19c-23.6-5.5-47.1,12.8-70.7,7.3v-2.4c-1.5.1-2.9.5-4.5,1.4v5.4c-18.2,5.9-37.9,5.9-56.1,0v-5.4c-1.6-.9-3-1.3-4.5-1.4v2.4c-23.6,5.5-47.1-12.8-70.7-7.3v-19c2.2-.5,3.7-.8,5.9-.9.2.4.5,1,1,1.6-2,.1-3.3.3-5.3.6v15.8c22.5-4.2,45,12.2,67.5,8v-15.8c-13.8,2.6-27.6-2.6-41.4-6v-1.6c12.8,3.2,25.5,7.8,38.3,6.5v-1.5c0-1.7,2.1-3,7.4-1.5,3.9,1.1,7.5,3.2,7.5,6.3v2c14.7,3.7,30,3.7,44.7,0v-2c0-3.1,3.6-5.2,7.5-6.3,5.3-1.5,7.4-.2,7.4,1.5v1.5c12.8,1.4,25.5-3.3,38.3-6.5,0,.4-.1,1.3,0,1.6-13.8,3.4-27.6,8.6-41.4,6v15.8c22.5,4.2,45-12.2,67.5-8v-15.8c-2-.4-3.3-.6-5.3-.6.4-.6.8-1.2,1-1.6Zm-70.8,14.7c-17.3,5.3-35.7,5.3-53,0v15.8c17.3,5.3,35.7,5.3,53,0v-15.8ZM18.5,108.4c-5.6,0-8.7-5.9-8.7-10.8,0-7.2,4.7-13.7,4.7-18.5s-1.6-5.5-3.6-5.5.7,4.4.4,7c-.2,1.6-.9,2.9-1.6,3.9-.2-1-.7-2-1.3-2.6,0,4.1-2.5,6.4-2.1,10.9-2.4-2.2-4-4-3.2-8.3-.7.2-1.6.5-2.3.3,1.2-1.4,1-6.2,1.9-8.2-.9-.1-2.2-.6-2.7-1.8,4.1-.8,3.6-4.9,9.2-4.9s9.4,4,9.4,9.9-4.5,10.7-4.5,17,2,7,4.3,7,6-3.1,8.4-11.5c1-4,2.4-9.3,4.8-12.9.6-.1,2.9-.1,5.4-2.3,0,0,.5,2.2,2.3,3.5,0,0,6.5-1.8,5.1-8.4,0,0-.3,5.2-4.9,6.7,0,0-1.4-2.1-1.8-4.4,0,0-2.5,3.4-6.5,3.8,0,0-1.2-1.5-1.3-4.7,0,0-2.8,1.8-6.5,1.1,0,0-1.4-2.3-.2-7-3.1.9-7-.3-8.4-2,.5-.8,3.4-4,5.2-5,0,0-10.4,3.2-13.8-4.5,0,0,4.9-.4,9.3-3,0,0-9.9-.9-14.1-12,0,0,4.9,1.4,10.4.4,0,0-11.1-2.2-10.7-12.2,0,0,1.7,2.1,7.4,2.8,0,0-9.4-10.3-4.8-18.6,0,0,.4,4.8,6.1,9.4,0,0-6-13.5,1.2-22.4-.2,5.4,3,10.9,5.5,14.6,0,0-.9-9.4,3.8-11.8,0,0-.6,11.3,8.8,26.2,4.1,6.6,6.5,10,3.3,16.2-1.7,3.2,2.2,9.7,8.5,9.8,10.6.1-1.6-19-1.6-19,0,0-.7,1.9-2.1,2.8,0,0-1.6-2.6-1.1-7.1.2-2.1.4-2.4.9-3.7,0,0-1.4.3-2.3-.4,0,0,.6-4.3,1.9-6.5.9-1.5,1.5-1.9,1.8-2-1.1.3-5.9,1.5-8.1-1.2-.7-.8-.7-2.1-.7-2.1,0,0,.9.8,3.5.7,0,0-7-1.6-5.3-9.5.5.8,2,2.7,5,4.1,3.7,1.7,4.7,1.8,9.1,1.9,1.8-1,7.7-4,11.4-4.2.3,0,2.7,0,3.3,2,0,0,4.3-1.2,6.3,2.1,1.4,2.4.3,4.9.3,4.9-.2-1.7-3.6-3.1-5.3-1-2.6,3.8-4,2.4-6.3,4.2-1.1.8-1.8,1.9-2,2.3,2.3-.8,6.8,1.4,8.7.8.2,0,1.1-.3,2.1-1.2,0,0,.6,3.2-2.4,4.7s-2.6.7-4.4,0c-.6-.2-1.3-.4-1.5-.5-2.9,1.3-6,1.7-7.7-.8-1-1.5-.6-3.2-.4-3.5,0,0-1.4,1.4-.5,4.2.5,1.7,2.9,3.1,6.1,2.4,1.2-.3,2.6-.9,2.6-.9,2.6,3.6,7.4,3,11.8,3.7,0,0,2.1-1.9,4.3-2.9,6.4-2.7,7.6-7.8,13.6-9.2,2.2-.5,2.3-.6,3-1.1,1.3-1,2.8-1.9,4.3-1q.4.2.8.7c-1.4,0-2.7,1.5-2.2,3.3.1.3.1.6.1.6-2-.2-4,2.5-1.6,4.6-.2.3-.7.7-1.3.9-1.5.4-2.6-1.7-4.5-1.2-.3,0-.7.3-.8.6-.1.2-1,2.5.1,4,.6.8.6,1.3.5,1.6-2.5-.6-3.7.5-3.9,2.1-.5-.2-.8-1-.8-1.5s-.1-2.5-.1-3.1c-.5.7-2.6,3.2-4.5,5.4.5.7.9,1.5,1.3,2.4-.9-.4-1.8-.7-2.6-.9-.2.2-.3.4-.5.5,9.5,6,7.8,14.7,7.8,14.7,0,0-.5-2.9-3.9-3.8,0,0,3.7,4.6,1.3,11.2,0,0-2.1-2.9-7-2.5,0,0,3.8,3.8,5.8,7.8s5.5,6.5,6.1,7.2,3.3,3.2,3.9,4.9c1.1,3.4.8,3.3,2,4.6.5.6,1.9,2.1.9,4.1,0,0-.3.7-1.2,1.3.2-1.4-1.2-2.9-3.1-2.3-.3.1-1,.3-1.5,1v-.2c1.1-3.2-2.2-4.6-3.7-2,0,0-1-1.1-.8-2,.1-.7.7-1.3.7-1.3,0-1.8.9-2,.1-2.9,0,0-1.2-.4-1.3-.5-.4-.1-2.3-.5-3.4.4-.9.7-1.4,1.1-2,.6.9-2-.5-4.2-2.3-3.6-.1-.5.1-1.2,1.7-1.5,0,0,2.8-.3,3.2-.3,0,0-6.4-5.5-7.4-6.4,0,0,.9,4.4-1.8,7.1,0,0-2.9-3.6-3.7-5.5-.7-1.9-.5-2.3-.5-2.3-.5.5-6.2,2.1-7.8-4.2-.9,1.7.5,6.8,6.7,6.4,0,0,.9,2.4,1.5,3-4.1,2.8-9.4,7.6-9.8,9,0,0,.4,4.6,8.5,6,1.7.3,5.3,1.3,7.2,3.4,3,3.2,3.4,10.6,6.1,11.8-.1,0-1.9.5-4.4-1.4l-1.3,4.5s4.6-.4,9.9,2.3c0,0,.8-2,.1-3.7-.8-1.8-1.5-6.7,1.3-6.7.2,1,2.4,2.5,3.5,2.1.1.2.6,1.1-.7,2.9,0,0,1.6-1.2,3-.6-.2,1.2,1.5,3.5,2.8,3.1h.2s1.1,1.5-.5,3.5c-.3.2-.7.5-.8,1-.3.8-.5,2.1-.2,2.7,0,.3-.9,1.1-2.6.6,0,0,.3,1.2,1.7,1.4,0,0-1.7,4.9-7.1,1.9,0,0,.4,1.8,2.1,2.6,0,0-4.2,3.2-8.1-.6,0,0,.5,1.7,1.8,2.8,0,0-7.1.3-8.5-3.8,0,0-.5,1.1,0,2.1,0,0-1.5-.6-2.3-2.6s-1.8-2.9-3.3-3c-1.6-.2-2.5-2.5-2.3-3.8.3-1.7.9-9.7.9-11.5s-5.5-1.4-10.7-2.8c0,0-1.6-2.7-2-5.3s1.6-5.4,1.6-5.4c-4.5,3.5-2.9,7.2-1.1,11.6.7,1.6,1.5,4,.9,5.2s-3.1,5.3-1.8,12.2c0,0-2.1.5-3.9-1.3-.7,1.4-2.4,4.7-4,6.7-.4,3.6,1.9,7.8,3.1,7.2,1.5-.7,4.5-3.2,6.5-1.5-.5.8-.6,2.1-.4,3-.4-.2-1.1-.5-1.6-.5-1.7,0-1.9,2.4-1.5,4.1-.7-.5-1.6-.7-2.3-.7-2.4,0-3.5,2.8-1,4.6-.6.5-1.5,1.1-2.2,1.2-2,.3-4.4-3.9-4.6-5.1,0,0-.2,1.2-.1,4.2,0,0-4.9-1.6-3.6-9.5,0,0-2,.3-1.9,4.6,0,0-1.7-1.7-1.8-5.1,0-2.7.6-3.3.2-4.8,0,0-1.5,2.2-1.3,4.9,0,0-1.6-2-1.1-4.3s1.5-3.1,2.4-4c1.7-1.7,1.9-4.8.9-6.7,0,0,1.3.3,2.6-.4,1.1-.6,3.2-3.9,3.1-5.5-.2-1.5-1.5-4.1-1.2-6-2.5,6.3-6.1,10.2-11.4,10.2ZM47.9,15.5c3,4.1,5.9-.4,5.9-.4h0c-1.3.2-1.3-.2-2.4-.6.4.7-.1,1.5-.8,1.5s-1.3-1-.7-1.7c-.7.3-1,.6-2,1.2Zm2.7,126.2c.8.2,1.5.7,2.1,1.5h.1v-1.8c-.5-.5-1.1-.8-1.9-1-2.9-.8-5.2.9-5.2,3.8s1.3,4.3,3.8,5c1.2.3,2.5.3,3.3-.1v-1.6h-.1c-.7.5-1.9.7-2.8.4-1.4-.4-2.4-1.7-2.4-3.4,0-2.2,1.3-3.3,3.1-2.8Zm11-121.8c-5.4-1.2-6.7,2.8-6.7,2.8,5-2,7.7.9,10.5.2,4.2-.9,2.2-5.4,2.2-5.4,0,0-.6,3.7-6,2.4Zm64,140.4c0,2,1.4,3.3,3.7,3.1,2.2-.1,3.7-1.6,3.7-3.7v-3.7c0-.7.1-1.3.4-1.8h0c-.8.1-1.6.1-2.4.2h0c.3.5.4,1.1.4,1.8v3.8c0,1.2-.7,1.8-2,1.9s-2-.6-2-1.8v-3.7c0-.7.1-1.3.4-1.7h0c-.8-.1-1.7-.1-2.5-.1h0c.3.5.4,1.1.4,1.8v3.9h0ZM52.6,8.7L51.6,0c-1.8.4-3.5.9-5.2,1.6l.9,2.9c-.8.3-1.6.7-2.4,1.1l-1.5-2.6c-1.5.8-3.7,2.1-5.1,3.1l1.5,2.6c-.7.5-1.4,1-2.1,1.6l-2.1-2.2c-1,.8-2,1.8-2.9,2.7,3.7,1.8,5.1,1.9,8.8,2,.9-.6,7.3-3.9,11.1-4.2Zm56.5,147.8c-.8-1.2-1.5-2.5-2.3-3.8-.8-.2-1.6-.3-2.4-.5h0c.3.5.4,1.2.4,1.9v5c0,.7-.1,1.3-.4,1.6h0c.8.3,1.6.5,2.4.6h0c-.3-.5-.4-1.2-.4-1.9v-4.2c.8,1.3,1.6,2.5,2.3,3.8h.1c.8-1,1.6-1.9,2.3-2.9v4.2c0,.7-.1,1.3-.4,1.7h0c.8.2,1.7.4,2.5.5h0c-.3-.5-.4-1.2-.4-1.9v-5c0-.7.1-1.3.4-1.7h0c-.6-.2-1.3-.3-1.9-.4-.6,1.1-1.4,2.1-2.2,3Zm29.9,5.6c-.3-.3-.4-1-.4-1.7v-4.2c.8,1,1.6,1.9,2.3,2.9h.1c.8-1.2,1.6-2.5,2.3-3.7v4.2c0,.7-.1,1.4-.4,1.8h0c.8-.1,1.7-.2,2.5-.4h0c-.3-.4-.4-1-.4-1.7v-5c0-.7.1-1.4.4-1.8v-.3c-.7.2-1.4.3-2.1.5-.8,1.3-1.5,2.5-2.3,3.8-.8-1-1.5-2-2.3-2.9-.7.1-1.4.2-2.1.3h0c.3.4.4,1.1.4,1.8v5c0,.7-.1,1.4-.4,1.8h0c.8,0,1.6-.1,2.4-.2v-.2Zm-109.5-17.8v-5c0-.7-.1-1.3-.4-1.7h0c1.3-.1,2.6-.1,3.9-.1,2.6.1,4.2,1.8,4.2,4.3s-2,4.6-4.9,4.5h-3.2c.3-.7.4-1.3.4-2Zm1.7.4h1.2c1.8.1,3.1-1.1,3.1-3s-1-2.8-2.5-2.9h-1.7v5.9h-.1ZM88.4,22.2c.1.5.2.8.6,1.1.5.4,2,.7,3.2,2.7,1.3-2.6-.8-5.8-2.4-5.8-.8,0-1.7.8-1.4,2Zm-40.1,113.9s.3-7.2-4.5-8.7c-1.8-.5-1.4,4.1-.2,4.4,1.3.4,3.6,2.9,4.7,4.3Zm-7.5-5.2c-3.3-1-3.7,2.7-.4,3.6,1.4.3,2.4.5,3.2,1.2-.2-1.8-1.1-4.2-2.8-4.8Zm6.2-6.6c-1.4-.7-1.6,3.1-.7,3.5.5.2,2.3,1.8,3.6,4.2,0,0,.8-6-2.9-7.7Zm-4.3,14.5h0c-.8-.3-1.7-.4-2.5-.5h0c.3.5.4,1.2.4,1.9v5c0,.7-.1,1.3-.4,1.7h0c.8.2,1.7.4,2.5.5h0c-.3-.5-.4-1.2-.4-1.9v-5c0-.8.2-1.4.4-1.7Zm123.8-52.2c-2.5,1.7,1.7,5.2,4.9,4-1.9-1.4-2.1-2.9-2.5-3.4-.4-.7-1.8-1-2.4-.6Zm-7.4,25c1.3-.5,3.9-1,5.4-.5.3.1.4,0,.4-.1.1-.9-.2-2.6-1-2.7-2.2-.2-4,1.5-4.8,3.3Zm3.5-12.1c-2.2,0-3.6,1.7-3.6,1.7,1.5-.2,3.5.4,5.1,2.1.6.6,1.7-.9,2-1.7.2-.7-.6-1.1-.6-1.1-1.1-.8-2-1-2.9-1Zm5.6-5.6c-1.6,0-2.8,1-2.8,1,0,0,2.8.7,3.9,3,.1.2.3.1.5.1,1.1-.3,1.6-.8,2-1.3s-.2-1.2-.2-1.2c-1.2-1.2-2.4-1.6-3.4-1.6ZM93.9,23.8h62.1c-.3,1.9,1.5,4.9,1.5,4.9l.5-.8c-.2,3.1,2.7,5.7,3.4,6.1,0,0-.6-3,.6-4.7.2-.3.4-.5.6-.7h.1c.5.8,1.2,1.2,2,1.5.2.1.5.1.7.1.9,0,1.6-.4,2.3-.8.5-.3.9-.5,1.3-.5h.2c.2.6.6,1.8,0,2.5-.9,1.2-.9,2.1-.8,2.7h0c-.5.4-1,.9-1.4,1.4-.1.2-1.6,2.2-1.6,2.2,0,0,2.8.6,3.9.6h.8v33.7c-.2.2-.4.3-.5.5,0,0-.2.2-.4.4-1.7,1.7-3.3,3.5-3.8,5-.3.8-.5,1.5-.6,2q-.4,1.4-1.1,2.2c-.3.3-.9,1-1.2,1.9-.5,1.2-.4,2.5.2,3.6.1.2.6,1.1,1.7,1.8l.8.5c.8,1.2,2.3,2.1,3.8,2.3,0,.2-.1.4-.1.6h-.6c-2.6,0-5.1,2.8-5.1,2.8,0,0,2.9.3,4.6,2.5-.1.6-.3,1.1-.4,1.7-.2,0-.4.2-.6.1-.6-.3-1.5-1.4-4.4-1.4s-5.8,4.1-5.8,4.1c0,0,3.5-1,6.2,1.4,0,0-.3.8-.4,1.4-.1.7.3,1.9.3,1.9-.6.2-4.2.8-5.5,6.6,0,0,3.2-1.9,5.8-1.5-6.2,13-17.4,25.1-37.9,29.7-20.5-4.6-31.7-16.8-37.9-29.7,2.6-.5,5.8,1.5,5.8,1.5-1.3-5.8-4.9-6.4-5.5-6.6,0,0,.3-1.2.3-1.9-.1-.7-.4-1.4-.4-1.4,2.6-2.4,6.2-1.4,6.2-1.4,0,0-2.9-4.1-5.8-4.1s-3.8,1.1-4.4,1.4c-.2.1-.4-.1-.6-.1-.1-.6-.3-1.1-.4-1.7,1.6-2.2,4.6-2.5,4.6-2.5,0,0-2.5-2.8-5.1-2.8h-.6c0-.2-.1-.4-.1-.6,1.6-.3,3-1.2,3.8-2.3l.8-.5c1.1-.7,1.6-1.6,1.7-1.8.6-1.2.6-2.4.2-3.6-.4-.9-1-1.6-1.2-1.9q-.7-.8-1.1-2.2c-.2-.5-.3-1.1-.6-2-.5-1.5-2.1-3.3-3.8-5l-.4-.4-.5-.5v-33.7h.8c1.1,0,3.9-.6,3.9-.6,0,0-1.5-2-1.6-2.2-.4-.5-.9-1-1.4-1.4h0c.1-.6.1-1.5-.8-2.7-.6-.7-.2-2,0-2.5h.2c.4,0,.8.3,1.3.5.6.4,1.4.8,2.3.8s.5,0,.7-.1c.8-.2,1.5-.7,2-1.4h.1c.2,0,.4.3.6.6,1.2,1.7.6,4.7.6,4.7.7-.4,3.6-3,3.4-6.1l.5.8c-.3,0,1.5-2.9,1.2-4.9Zm9.1,83c0-.2-1-1.1-1.5.3-.5,1.4.8,2.7,1.5,2.8-.4-.7-.2-1.4,0-2.1,0-.3,0-.8,0-1Zm2.4-.1c-.2-.3-.5-.6-.9-.6-1.6.1-1,3.8.7,4.3-.3-.7-.2-1.4,0-2.1,0-.4,0-1.1.2-1.6Zm2.4,1.3c.3-.5,0-1.5-1-1.5s-1.1,2.6,0,3.4c0-.2,0-.9,1-1.9Zm13-3.5c-.3-1.1-1.6,0-1.7.7-.1.6.5,1.9.7,2-.4-1.2.1-2.2,1-2.7Zm.6,3.1c-.2-1,.1-1.8.7-2.2-.1-.2-.2-.4-.4-.4-.4,0-2.2.8-.7,3,.1.2.3.3.4.4-.1-.3,0-.6,0-.8Zm0-3.4c.5-.1,1,.3,1.3.8,1.1-.3,1.3.5,1-.3-1-1.3-2.3-2.1-2.6-1.1.1.2.2.4.3.6Zm2.3,1.7c-.3-.3-1-.4-1.4.2-.9,1.3.5,2.9.7,3-.2-.7.9-2,1-1.9.3-.6-.1-1.1-.3-1.3Zm13-3.2c.4-.1,1.5.3,1.3-1.6-.1-.7-1.4-1.5-1.7-2.8-.1-.3-.1-.6-.2-.9-.8-.8-.5-.5-1.4-1.2-2.3-.3-3.6-.1-5.3.2.9,3.8,2.1,4,1.9,5-.1.3-.4.8-1.3,1.5-2.3,1.7-3.6,2.8-6,2.6.6.5.9,1.4.5,2.1l-.5.9c1.5-.4,2.5-.2,3.9-.1,1.5.1,2.1-1.5,2.9-2,1.5-1.1,3.1-2.1,4.7-3,.5-.2.9-.6,1.2-.7Zm.6,4.1c.1-.6.4-1.1.9-1.6.6-.5.9-.1.3-.7s-.6-.3-.8-.1c-1.2,1.5-.5,2.3-.4,2.4Zm1.5,1.2c.2-.7.6-1.2,1.1-1.4-.2-.7-.7-1.3-1.2-.8-1.3,1.2-.6,3.4-.6,3.4.5-.9.4-.8.7-1.2Zm2.8-.3c0-.4-.8-1.1-1.6-.3-1.2,1.2-.2,2.9-.2,2.9v-.4c.6-.8,1.9-.9,1.8-2.2Zm-4.1-34.8c.8.3,2.3,3.7-1,3.7s-3.6-1-6.1-1-5.2,1.5-5.2,4.1,2.5,4.1,5.5,4.1,5.7-.7,8.1-1.2c0,.6.3,1.5,1.2,1.7-.2-2.1,3.7-2.5,4.4-2.5,1.8,0,3.4,1.2,3.4,2.9,0,4.4-5.7,4.3-8.6,3.1-2.9-1.3-9.9-.5-12.4-.8-2.6-.3-3.9-1.1-4.9-1.1.5,2.9-.5,6.2-3.6,7.9-.9,1.2-3,2.8-5.1,2.4-.7.9-.6,1.8,0,3.8-1,.2-2.9-.5-2.9-.5-.7.8-2.2,3.8-3.5,4.6-.9-.3-2.6-.6-3.9.4-1.8-.2-2.2.6-2.2,1.8.6-1,1.5-1,2.3-.3.6-.9,1.8-.9,2.5,0,1.2-1,3.6.5,2.5,2.3l-.5.5c.3.1,1.5.3,1.8-1.2.8-.4,5.3-4.5,5.4-4.9.4.7,0,1.3-.3,1.7,1.3-.8,2.6-3.1,2.4-5.8,0,0,.6.5.6,1.5,1-.8,1.1-2.4,1.1-2.4,0,0,3.6-.8,8.5-2.1,3-.6,4.4-1.1,8-.6.9.6,2.2,2,2.8,2.6,1.9,2,6.7.2,7.2,2.2.6,2,.7,2.5.5,3.5-.2,1.4-.3,2.2-.9,2.2s-2.2.2-2.6-.2c-1.8-1.8-3.4-2.1-3.3-1.3.3.4.5.7.6,1,.3.2.6.5.8.9.2.5,0,.3.4.3.8,0,1.5.7,1.6,1.3,0,.3,0,1.2-.8,1.8-.2.2-1,.2,3.8.2s3.3-2.6,3.1-4.1c.3.7.4,1.6.4,2.3,1.3-.9,2.1-3.9.4-5.8.7-.1,1.5.8,1.8,1.5.1-2.1-.7-4.2-2.6-5.3.7,0,2,.4,2.4,1-.2-1.5-.5-3.9-4.4-3.9s-4.1-4.1-6.6-5c1.4.4,2.6.5,4.3.6,4.1,0,6.2-2.6,6.5-5.4.3-2.9-1.3-5.4-5.4-5.8-1.1,1-2.4.8-2.4.8-2.3,1.5-5.8,1.2-7.8.3-3.6,1.5-6.8.9-6.8-.8s.5-1.6,2.5-1.6c5.4-.1,5.2,2.9,9.8,1.8,0,0-1.6-.5-1.9-1.7,4.5,2.2,5.4,0,7.3,0s2.5.4,3.6,1.4c.3-2.2-4.4-6.7-8.6-3.7,1.1-1.1-.5-4.6-3.2-3.2Zm-7.9,6.9c0,.3.7.5,1.5.5s1.6,0,2.8-.4c-1.4-.5-4.3-.7-4.3-.1Zm-5.8-1.7c-.7,1-1,1.9-2.4,2.1.7,2.8,1.3,3.1,2.3,4l-.9.7c1.1.2,2.2.8,4.1,1,1.9.2,6.5-.2,10,.2l-.3-1.7c-1.7.4-3.5.7-5.8.7-4,0-6.7-2.1-6.7-5.3s2.4-5.3,6.4-5.3,3.4.5,4.8.8l-2.6-17.2c-5.2-1.7-10.3-1.7-15.5,0l-1.3,8.4c1.5,0,2,.6,3,1.3-.9,1.1-.9,1-1,1.3,1.3-.5,2.5-.1,4,.2-1.4,2.6-1.1,1.9-1.3,2.4,1.2.1,1.6.6,2.1,1-.1,1.4-.3,2.8-1.2,3.7.5.4.3.5.9.8.3.2.2.2,1.4.9Zm-11.5-30.5l2.2,6.9,2.1,2.3c5.5-1.9,10.9-1.9,16.4,0l2.1-2.3,2.2-6.9c-1.9-.6-3.8-1.1-5.7-1.4l-.7,3.2c-.9-.2-1.9-.3-2.8-.3v-3.2c-1.8-.1-4.7-.1-6.5,0v3.2c-1,.1-1.9.2-2.8.3l-.8-3.2c-1.9.3-3.8.7-5.7,1.4Zm-8.2,28.4c.5.5,1.7.6,1.9.9.2.4.1.9.5,1.5s2.2.2,2.2.2c.1.3,0,.5-.1.7-2.2.6-.9,2.7.5,2.7s2.3-.5,2.3-1.3-1.8,0-1.4-1.4c.4-1.7,0-2.3-.1-2.3-.1-.1-.6,0-.6-.2-.2-1.1-2-1.4-2-1.4.3-.6,2.7,0,3.1-.2.3-.2.9-.4.9-.4-.4,1.2-.5,4.3-.5,4.5,0,.6,2.7.8,3.1-.1,0,0,.5,0,.5.4.2.9-1.5.4-1.5,1.2s1.1,1.3,2.3,1.3,1.8-.7,1.8-1.6v-.4c-.2-.4-.6-.6-1.2-.8-.2-.2-.2-.4-.1-.7,0,0,1.8.5,2.2-.2.4-.6.4-1.7.4-1.7.2-.9,1.5-.2,2.6-1.4.4-.4.7-1.9.7-2.2-.5-.4-1.5-.5-2.5-.3.2-1.3.8-2.2,1.1-2.8-2.4-.5-3.1,1.4-3.1,1.4-1-2,.3-3.4.3-3.4,0,0-.5-.4-1.6-.3-1.1.1-1.5,1.8-1.5,1.8,0,0-.4-.4-1-1.2-.8-1.1-.5-2.4-.5-2.4-1.3.4-2.1,1.8-1.9,3.1,0,0-.5-.8-1-1.1-1.6-1.1-3.3.2-3.3.2.5,0,2.4,1.4,1.9,2.6-1.2-1.2-2.6-1-3.4-.3,0,0,1.6.8,1.5,1.8,0,.3-.1.6-.3,1-1.2-.9-2.3-1.3-2.8-1.1-.5.2-1.3,2.2.6,3.9Zm5.9,6.5s-.4.3-.9.2c1.6,4.4,4.5,4.4,6.1,0-.5,0-.9-.2-.9-.2.1,1-1.2,2.9-2.2,2.9s-2.3-1.8-2.1-2.9Zm2.1,1.9c.8,0,2.3-2,0-2s-.8,2,0,2Zm-9.7-7c.3.6.8,1.3,1.8,1.2-.1.7-.1,1.9-2.2,4.4.3.3,1.4.4,2.6-.1-1.8,1.3-2.5,3.7-.8,6.6.7-1.5,2.1-3.3,3.5-3.4-1.3,1.2-4.3,4.2-.6,8.7-.1-2,.5-4.2,2.2-4.7-1.5,1.9-1.9,5.3.4,7.4-1.5-4.2,1.9-7.8,1.9-7.8,0,0-2.3,4.4-.9,8.6,0,0,.6.4,1.6.7-1.8-4.1,5.2-4.7,2.2-10,2.2,2.7.8,5.5.4,6.3,3.1-.6,5.5-5.3,3.3-8.2,1.7.7,2,2.9,1.9,4.4,1.6-2,1.9-6.3.2-7.4.9.4,1.7.4,2,.1-1-1-1.8-3.9-2-5.2.9.2,1.8.2,2.2-.4-.6-.4-1.2-.8-1.4-1.1-.1-.2-.3-.3-.5-.3s-1.1.5-1.1.5c-.1.5-.2,1.4-1,2,0,0,.3,2.3-1.5,3.1-1.2,1.6-2.2,4.4-4.5,4.4s-3.3-3.2-4.7-4.6c-1.4-.9-1.4-3-1.4-3-1-.5-.9-1.7-1.3-2-.4-.4-1.3-.6-1.9-.3,0,0-.2,0-.4.1Zm-2.5,3.1c-.2.7-.9,1-1.5,1.1.3.9-.4,1.9-1.8,1.7.7,1.3,1.5.9,1.9,2.1.3,1.3.9,4.3,2.3,5.2-.4.1-.7.2-1.1,0,.5,1.1,1.9,2.4,2.8,2.4-.6.3-.9.3-1.4.2.7,1,1.2,1.3,2,1.7,1.7.9,2.9,3.3,3.8,1.7.2-.3,0-.4-.2-.5-2-1.4-2.8-3.4-3-4.8-2.2-1.9-2.5-5.4-1.6-7.2-1.1,0-1.6-1-1.6-1,.5-.6,1.2-1.6,1.8-2.5.1-.2-.3-1.1-.6-1.7-.3.9-.9,1.6-1.8,1.6Zm-2.3-2.1c.5.1,1.9.7,2,1.2q0,.2.2.2c.6,0,1-.7.9-1.3-.5-.6-1.9-.8-3.1,0Zm-2.3,1.6c1-.3,2.1.1,2.5.9.5.1.9,0,1.2-.3.9-1-2.2-2.6-3.7-.6Zm-.9,2.5c.5-.5,1.3-.4,1.8,0,.5.2,1.1.1,1.2,0,.2-.2.3-.7,0-1-1-.7-2.6-.6-3,1Zm73.1-45.7c6.1.9,5.5-2.7,3.5-2.5-1.5,0-2.4,1.3-3.5,2.5Zm8.8,50.8s-2.4-.6-3.7-2.6c-.6-.9-1.4-1-1.9-.7-.8.5-.5,2.2-.2,2.5,1.9,2,4.4,1.6,5.8.8ZM89.6,31.4c2.1-3,.3-7.1-1.8-7.1,0,0-1.8-.2-1.8,1.4s.4,1.2.8,1.3c2,.6,2.8,2.3,2.8,4.4Zm-9.4,66.6c.2,0,.4.1.5-.1,1.2-2.4,3.9-3,3.9-3,0,0-1.2-1-2.8-1s-2.2.4-3.4,1.7c0,0-.6.7-.2,1.2.3.5.8.9,2,1.2Zm2.2-61.2c-1.1-1.2-2-2.4-3.5-2.5-2-.1-2.7,3.4,3.5,2.5Zm3.8,71.5c-.9.1-1.1,1.8-1,2.7,0,.1.1.2.4.1,1.4-.5,4,0,5.4.5-.9-1.8-2.7-3.5-4.8-3.3Zm-7.7-17.7c3.2,1.3,7.4-2.3,4.9-4-.6-.4-2-.1-2.4.5s-.6,2.1-2.5,3.5Zm.7-6.3c-.5-.3-1.3-.2-1.9.7-1.3,2-3.7,2.6-3.7,2.6,1.4.9,3.9,1.2,5.8-.9.3-.3.6-1.9-.2-2.4Zm8.1,15.2c-.8,0-1.8.2-2.9.9,0,0-.8.4-.6,1.1.2.9,1.4,2.3,2,1.7,1.6-1.7,3.6-2.3,5.1-2.1,0,.1-1.4-1.6-3.6-1.6Z" style="fill: #fff; stroke-width: 0px;"/> <g> <g> <path d="m707.9,42.9c0,4.4-1.4,7.8-4.3,10.2-2.9,2.4-7,3.6-12.3,3.6h-5.2v5.9c0,1.8.2,3.6.5,5.2.3,1.6.7,2.9,1.2,3.8v.3h-12v-.3c.5-.9.9-2.1,1.2-3.8.3-1.6.5-3.4.5-5.2v-23.8c0-1.8-.2-3.6-.5-5.2-.3-1.6-.7-2.9-1.2-3.8v-.3h15.5c5.5,0,9.6,1.1,12.4,3.4,2.8,2.2,4.2,5.6,4.2,10Zm-21.8-7.1v14.5h5.1c2.7,0,4.6-.6,5.9-1.7,1.2-1.2,1.9-3,1.9-5.5s-.6-4.3-1.9-5.5c-1.3-1.2-3.2-1.8-5.8-1.8h-5.2Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m713,50.9c0-6.6,2-11.9,5.9-16,4-4.1,9.1-6.1,15.4-6.1s11.5,2,15.4,6,5.8,9.2,5.8,15.7-2,11.9-5.9,16c-4,4.1-9.1,6.1-15.4,6.1s-11.5-2-15.4-6c-3.8-3.9-5.8-9.2-5.8-15.7Zm33.7,0c0-4.8-1.1-8.6-3.3-11.3s-5.2-4.1-9.1-4.1-6.9,1.3-9,3.9c-2.2,2.6-3.2,6.3-3.2,11s1.1,8.6,3.3,11.3,5.2,4.1,9.1,4.1,6.9-1.3,9-3.9,3.2-6.3,3.2-11Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m790.1,59.7c0,4-1.4,7.1-4.2,9.5-2.8,2.3-6.7,3.5-11.6,3.5s-4.2-.2-6.3-.7c-2.1-.4-4-1-5.7-1.8v-9.3h.3c2,1.9,4,3.2,5.9,4s3.9,1.2,6.1,1.2,4-.4,5.1-1.3c1.2-.9,1.7-2.1,1.7-3.7s-.2-1.9-.7-2.6c-.5-.7-1.3-1.4-2.4-1.9-.4-.2-.9-.5-1.5-.8s-1.9-.8-3.9-1.6c-2.2-.9-4-1.6-5.1-2.2-1.2-.6-2.1-1.3-2.9-2-1.2-1-2-2.2-2.6-3.6-.6-1.3-.8-2.9-.8-4.6,0-4,1.4-7.2,4.2-9.5s6.5-3.5,11.3-3.5,3.5.2,5.1.5,3.1.8,4.5,1.3v8.6h-.2c-1.6-1.3-3.2-2.3-4.8-2.9-1.6-.6-3.2-.9-4.9-.9s-3.7.4-4.9,1.3c-1.1.9-1.7,2.1-1.7,3.7s.2,1.9.7,2.6c.5.7,1.3,1.4,2.4,1.9.4.2.9.5,1.5.8s1.9.8,3.9,1.6c2.2.9,4,1.6,5.1,2.2,1.2.6,2.1,1.3,2.9,2,1.2,1,2,2.2,2.6,3.6.6,1.3.9,2.8.9,4.6Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m814.6,71.9h-12v-.3c.5-.8.9-2.1,1.2-3.7.3-1.6.5-3.4.5-5.3v-26.9h-1.7c-2.4,0-4.5.2-6.4.6-1.9.4-3.4,1-4.6,1.8h-.3v-8.6h34.8v8.6h-.3c-1.2-.8-2.8-1.4-4.6-1.8-1.9-.4-4-.6-6.5-.6h-1.7v26.9c0,1.8.2,3.6.5,5.2.3,1.6.7,2.9,1.2,3.8v.3h-.1Z" style="fill: #fff; stroke-width: 0px;"/> </g> <g> <path d="m697.2,128.2h-12.1v-.3c.5-.8.9-2.1,1.2-3.7.3-1.6.5-3.4.5-5.3v-27h-1.7c-2.4,0-4.6.2-6.4.6-1.9.4-3.4,1-4.7,1.8h-.3v-8.6h34.9v8.6h-.3c-1.2-.8-2.8-1.4-4.7-1.8-1.9-.4-4-.6-6.5-.6h-1.7v27c0,1.8.2,3.6.5,5.2.3,1.6.7,2.9,1.2,3.8v.3h0Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m728,111.5h-3.4v7.4c0,1.8.2,3.6.5,5.2.3,1.6.7,2.9,1.2,3.8v.3h-12.1v-.3c.5-.9.9-2.1,1.2-3.8.3-1.6.5-3.4.5-5.2v-23.9c0-1.8-.2-3.6-.5-5.2-.3-1.6-.7-2.9-1.2-3.8v-.3h16.3c5.3,0,9.3,1.1,12.1,3.2,2.8,2.1,4.1,5.2,4.1,9.3s-.7,5.2-2.3,7.1-3.7,3.2-6.6,4.1c.7.5,1.4,1.1,1.9,1.8.6.7,1.2,1.6,1.8,2.7l4.3,7.3c1.1,1.8,2,3.3,2.8,4.3s1.6,1.9,2.4,2.5v.3h-9.8c-.8-.3-1.6-.9-2.4-1.8-.8-.9-1.6-2.2-2.3-3.8l-2.7-5.6c-1-2.1-2-3.6-2.8-4.3-.8-.9-1.8-1.3-3-1.3Zm-3.4-19.4v13.1h5.9c2.5,0,4.3-.5,5.4-1.6,1.2-1,1.8-2.7,1.8-4.9s-.6-3.9-1.8-5-3-1.6-5.4-1.6h-5.9Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m765.8,85.7h10.1l12.1,34.6c.5,1.7,1.1,3.1,1.7,4.3s1.2,2.3,1.8,3.3v.3h-13.1v-.3c.6-1.1,1-2.3,1.1-3.5,0-1.3,0-2.6-.6-4l-1.2-3.4h-15.3l-1.2,3.4c-.5,1.3-.7,2.6-.6,3.9,0,1.3.4,2.5,1.1,3.6v.3h-11.6v-.3c.7-1,1.3-2.2,1.8-3.4s1.1-2.6,1.6-4.3l12.3-34.5Zm4.3,8.7l-5.3,15.8h10.7l-5.4-15.8Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m834.6,106.7c0,6.5-1.9,11.8-5.8,15.7s-9.1,5.9-15.6,5.9h-18.1v-.3c.5-.9.9-2.1,1.2-3.8.3-1.6.5-3.4.5-5.2v-23.9c0-1.8-.2-3.6-.5-5.2-.3-1.6-.7-2.9-1.2-3.8v-.3h18.2c6.5,0,11.7,1.9,15.5,5.7,3.8,3.6,5.8,8.7,5.8,15.2Zm-9,.5c0-4.9-1.1-8.6-3.2-11.1s-5.2-3.8-9.3-3.8h-7.7v29.4h7.8c4,0,7.1-1.2,9.2-3.7,2.2-2.5,3.2-6.1,3.2-10.8Z" style="fill: #fff; stroke-width: 0px;"/> <path d="m870.1,128.2h-28.6v-.3c.5-.9.9-2.1,1.2-3.8.3-1.6.5-3.4.5-5.2v-23.9c0-1.8-.2-3.6-.5-5.2-.3-1.6-.7-2.9-1.2-3.8v-.3h27.1v8.1h-.2c-1.2-.6-2.7-1.1-4.7-1.4-1.9-.3-4.2-.4-6.9-.4h-4.9v11.1h4.8c2,0,3.7-.1,5.1-.2,1.4-.1,2.8-.3,4.2-.6h.2v8.3h-.2c-1.3-.3-2.6-.5-4-.6s-3.2-.2-5.3-.2h-4.8v12.3h4.8c2.8,0,5.3-.2,7.5-.6s4.1-1,5.6-1.8h.3v8.5h0Z" style="fill: #fff; stroke-width: 0px;"/> </g> </g> </g> </g> </svg></div> </a> </div> <div class="col-md-2 text-white"> <ul id="menu-footer-menu-one" class="footer_menu list-unstyled"><li id="menu-item-305" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-305"><a href="https://www.quantile.com/the-challenges/" data-ps2id-api="true">The Challenges</a></li> <li id="menu-item-307" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-307"><a href="https://www.quantile.com/the-services/optimisation/" data-ps2id-api="true">Counterparty Risk Optimisation</a></li> <li id="menu-item-306" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-306"><a href="https://www.quantile.com/the-services/compression/" data-ps2id-api="true">Compression</a></li> <li id="menu-item-308" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-308"><a href="https://www.quantile.com/the-insights/" data-ps2id-api="true">The Insights</a></li> </ul> </div> <div class="col-md-2 text-white"> <ul id="menu-footer-menu-two" class="footer_menu list-unstyled"><li id="menu-item-1225" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1225"><a href="https://www.quantile.com/about/" data-ps2id-api="true">About</a></li> <li id="menu-item-1583" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1583"><a href="/about/#leadership" data-ps2id-api="true">Leadership</a></li> <li id="menu-item-3635" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-2850 current_page_item menu-item-3635"><a href="https://www.quantile.com/careers/" aria-current="page" data-ps2id-api="true">Careers</a></li> <li id="menu-item-311" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-311"><a href="https://www.quantile.com/contact/" data-ps2id-api="true">Contact</a></li> </ul> </div> <div class="col-md-4"> <div class="footer_address text-white"><p>Cannon Green, 27 Bush Lane, London, EC4R 0AN<br /> +44 (0)203 917 7544<br /> <a href="mailto:info@quantile.com">info@quantile.com</a></p> <p><a href="https://www.linkedin.com/company/quantile/" target="_blank" rel="noopener">Linkedin</a></p> <p>&nbsp;</p> </div> </div> </div> <div class="row mt-5 footer_detail"> <div class="col-md-8 offset-md-4"> <a href="https://www.lseg.com/en/policies/privacy-and-cookie-statement" class="mr-3" target="">Privacy Statement</a> <a href="https://www.lseg.com/en/policies/cookie-statement" class="mr-3" target="">Cookie Statement</a> <a href="https://www.quantile.com/regulatory-information/" class="" target="">Regulatory Information</a> <hr> <p>Copyright © 2025 All rights reserved Quantile Group Limited. Company number: 12857301 (Registered in England and Wales).<br /> Quantile Technologies Limited is authorised and regulated by the Financial Conduct Authority. Financial Services Register number: 751812.</p> </div> </div> </section> </div> </div> </section> <!-- <div id="gdpr-box" class="py-5 fixed-bottom" style="background-color: #505050;"> <div class="container"> <div class="text-white surt-db">Cookie notice</div> <div class="spacer1"></div> <div class="row align-items-center justify-content-md-between"> <div class="col-lg-5 col-xl-6 surt-db"> <div class="text-white"> <h6>We like to keep things simple at Quantile, and use very limited cookies to analyse our traffic via Google Analytics. Sometimes we also share information with our LinkedIn page and trade publications, to ensure you see the most relevent content.</h6> <h6>For more details, please see our <a href="https://www.quantile.com/cookie-policy/">Cookie Notice</a>. Click ‘Accept Cookies’ to consent to cookies and proceed. Alternatively, click manage cookies for more options.</h6> </div> <div class="spacer2 d-lg-none"></div> </div> <div class="col-sm-11 col-lg-5 offset-lg-1 offset-xl-0"> <div class="row justify-content-xl-end"> <div class="col-sm-6 col-md-4 col-lg-6 col-xl-5"> <a class="btn btn-block btn-action rounded-pill text-uppercase mr-5 mb-3 mb-sm-0 gdpr-button-accept" href="#" target="">Accept cookies</a> </div> <div class="col-sm-6 col-md-4 col-lg-6 col-xl-5"> <a class="btn btn-block btn-action rounded-pill text-uppercase" style="color:#fff;border-color: #fff;background-color: transparent;" href="https://www.quantile.com/cookie-policy/#manage_cookies" target="">Manage cookies</a> </div> </div> </div> <div class="col-sm-1 text-center text-sm-right"> <button type="button" class="close float-none float-sm-right cookies_close" aria-label="Close"><span aria-hidden="true">&times;</span></button> </div> </div> </div> </div> --> <script type="text/javascript"> _linkedin_partner_id = "1967932"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script><script type="text/javascript"> (function(l) { if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])}; window.lintrk.q=[]} var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(window.lintrk); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=1967932&fmt=gif" /> </noscript><script type="text/javascript" src="https://www.quantile.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.9.3" id="swv-js"></script> <script type="text/javascript" id="contact-form-7-js-extra"> /* <![CDATA[ */ var wpcf7 = {"api":{"root":"https:\/\/www.quantile.com\/wp-json\/","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type="text/javascript" src="https://www.quantile.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.9.3" id="contact-form-7-js"></script> <script type="text/javascript" id="page-scroll-to-id-plugin-script-js-extra"> /* <![CDATA[ */ var mPS2id_params = {"instances":{"mPS2id_instance_0":{"selector":"a[href*='#']:not([href='#'])","autoSelectorMenuLinks":"true","excludeSelector":"a[href^='#tab-'], a[href^='#tabs-'], a[data-toggle]:not([data-toggle='tooltip']), a[data-slide], a[data-vc-tabs], a[data-vc-accordion]","scrollSpeed":800,"autoScrollSpeed":"true","scrollEasing":"easeInOutQuint","scrollingEasing":"easeOutQuint","forceScrollEasing":"false","pageEndSmoothScroll":"true","stopScrollOnUserAction":"false","autoCorrectScroll":"false","autoCorrectScrollExtend":"false","layout":"vertical","offset":0,"dummyOffset":"false","highlightSelector":"","clickedClass":"mPS2id-clicked","targetClass":"mPS2id-target","highlightClass":"mPS2id-highlight","forceSingleHighlight":"false","keepHighlightUntilNext":"false","highlightByNextTarget":"false","appendHash":"false","scrollToHash":"true","scrollToHashForAll":"true","scrollToHashDelay":0,"scrollToHashUseElementData":"true","scrollToHashRemoveUrlHash":"false","disablePluginBelow":"767","adminDisplayWidgetsId":"true","adminTinyMCEbuttons":"true","unbindUnrelatedClickEvents":"false","unbindUnrelatedClickEventsSelector":"","normalizeAnchorPointTargets":"false","encodeLinks":"false"}},"total_instances":"1","shortcode_class":"_ps2id"}; /* ]]> */ </script> <script type="text/javascript" src="https://www.quantile.com/wp-content/plugins/page-scroll-to-id/js/page-scroll-to-id.min.js?ver=1.7.9" id="page-scroll-to-id-plugin-script-js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?ver%5B0%5D" id="polyfills-js"></script> <script type="text/javascript" src="https://www.quantile.com/wp-content/themes/eprefix-bootstrap/js/cf7Fix.js?v=3&amp;ver%5B0%5D" id="cf7fix-js"></script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js?ver%5B0%5D" id="ui_interface-js"></script> <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/jquery.easing@1.4.1/jquery.easing.min.js?ver%5B0%5D" id="easing-js"></script> <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/jquery-mousewheel@3.1.13/jquery.mousewheel.min.js?ver%5B0%5D" id="mousewheel-js"></script> <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/owl.carousel@2.3.4/dist/owl.carousel.min.js?ver%5B0%5D" id="owlcarousel-js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js?ver%5B0%5D" id="fancybox-js"></script> <script type="text/javascript" src="https://www.quantile.com/wp-content/themes/eprefix-bootstrap/js/headroom.js?ver%5B0%5D" id="headroom-js"></script> <script type="text/javascript" src="https://www.quantile.com/wp-content/themes/eprefix-bootstrap/js/main.js?v=3&amp;ver%5B0%5D" id="js_main-js"></script> </body> </html>

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