CINXE.COM

Tapjoy | ironSource

<!doctype html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <link rel="profile" href="https://gmpg.org/xfn/11"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <script> var sessionStorage_transfer = function(event) { if(!event) { event = window.event; } // ie suq if(!event.newValue) return; // do nothing if no value to work with var utmToTransfer = [ 'utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'utm_url', 'utm_clid' ]; var utmSessionObj = {}; if (event.key == 'getSessionStorage') { // another tab asked for the sessionStorage -> send it utmToTransfer.forEach(function(item) { var utmVal = window.sessionStorage.getItem(item + '_session'); if(utmVal) utmSessionObj[item] = window.sessionStorage.getItem(item + '_session'); }) localStorage.setItem('sessionUTMStorage', JSON.stringify(utmSessionObj)); // the other tab should now have it, so we're done with it. setTimeout(function(){ localStorage.removeItem('sessionUTMStorage'); // <- could do short timeout as well. }, 2000) } else if (event.key == 'sessionUTMStorage' && !sessionStorage.length) { // another tab sent data <- get it var data = JSON.parse(event.newValue); for (var key in data) { sessionStorage.setItem(key + '_session', data[key]); } } }; // listen for changes to localStorage if(window.addEventListener) { window.addEventListener("storage", sessionStorage_transfer, false); } else { window.attachEvent("onstorage", sessionStorage_transfer); }; // Ask other tabs for session storage (this is ONLY to trigger event) if (!sessionStorage.length) { localStorage.setItem('getSessionStorage', 'foobar'); localStorage.removeItem('getSessionStorage', 'foobar'); }; </script> <script> var ajaxurl = 'https://www.is.com/wp-admin/admin-ajax.php'; </script><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <link rel="alternate" hreflang="en" href="https://www.is.com/tapjoy/" /> <link rel="alternate" hreflang="cn" href="https://www.is.com/zh-hant/tapjoy/" /> <link rel="alternate" hreflang="jp" href="https://www.is.com/ja/tapjoy/" /> <link rel="alternate" hreflang="kr" href="https://www.is.com/ko/tapjoy/" /> <link rel="alternate" hreflang="x-default" href="https://www.is.com/tapjoy/" /> <!-- This site is optimized with the Yoast SEO plugin v19.11 - https://yoast.com/wordpress/plugins/seo/ --> <title>Tapjoy | ironSource</title> <link rel="canonical" href="https://www.is.com/tapjoy/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Tapjoy | ironSource" /> <meta property="og:url" content="https://www.is.com/tapjoy/" /> <meta property="og:site_name" content="ironSource" /> <meta property="article:modified_time" content="2023-11-13T10:32:16+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Est. reading time" /> <meta name="twitter:data1" content="5 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.is.com/tapjoy/","url":"https://www.is.com/tapjoy/","name":"Tapjoy | ironSource","isPartOf":{"@id":"https://www.is.com/#website"},"datePublished":"2022-08-23T17:57:33+00:00","dateModified":"2023-11-13T10:32:16+00:00","breadcrumb":{"@id":"https://www.is.com/tapjoy/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.is.com/tapjoy/"]}]},{"@type":"BreadcrumbList","@id":"https://www.is.com/tapjoy/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.is.com/"},{"@type":"ListItem","position":2,"name":"Tapjoy"}]},{"@type":"WebSite","@id":"https://www.is.com/#website","url":"https://www.is.com/","name":"ironSource","description":"ironSource Turning Apps Into Scalable Businesses","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.is.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//ajax.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="ironSource &raquo; Feed" href="https://www.is.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="ironSource &raquo; Comments Feed" href="https://www.is.com/comments/feed/" /> <link rel='stylesheet' id='classic-theme-styles-css' href='https://www.is.com/wp-includes/css/classic-themes.min.css?ver=1' type='text/css' media='all' /> <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--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--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;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.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-columns.is-layout-flex){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='sps_front_css-css' href='https://www.is.com/wp-content/plugins/sync-post-with-other-site/assets/css/sps_front_style.css?rand=130&#038;ver=1.4.0' type='text/css' media='all' /> <link rel='stylesheet' id='bootstrap-grid-css' href='https://www.is.com/wp-content/themes/ironsrc/dist/bootstrapGrid.min.css?ver=1644239292' type='text/css' media='all' /> <link rel='stylesheet' id='style-bundle-css' href='https://www.is.com/wp-content/themes/ironsrc/dist/style.min.css?ver=1694420506' type='text/css' media='all' /> <link rel='stylesheet' id='flags-css' href='https://www.is.com/wp-content/themes/ironsrc/dist/flags.min.css?ver=1639484066' type='text/css' media='all' /> <script type='text/javascript' src='https://www.is.com/wp-content/themes/ironsrc/js/jquery-3.6.0.min.js' id='jquery-custom-js'></script> <script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js' id='jquery-ui-js'></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.is.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.is.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 6.1.1" /> <link rel='shortlink' href='https://www.is.com/?p=109004' /> <meta name="generator" content="WPML ver:4.5.14 stt:61,1,4,28,29,45,2,53,57;" /> <!-- OneTrust is.com --> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" data-domain-script="018e00a7-cd87-7599-8319-0c380498b56b" charset="UTF-8" data-dLayer-ignore="true" data-document-language="true"></script> <script type="text/javascript"> function OptanonWrapper(){ } </script> <!-- OneTrust is.com --> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5V25JL6');</script> <!-- End Google Tag Manager --> <style> .ot-sdk-show-settings { cursor: pointer; } </style> <style> .sec-menu-btn { border-radius: 30px; background-color: #0d148c; padding: 5px 22px !important; } .sec-menu-btn a{ color: #ffffff !important; } .langs-dropdown{ z-index:1; } .__ADORIC__1{ z-index:10 !important; } </style> <style> #menu-footer-about .ot-sdk-show-settings{ display: block; } </style> <meta name="facebook-domain-verification" content="dylu5erj0e1zwbu7wg91cvv2r6pkwg" /> <meta name="naver-site-verification" content="c782b36da94e095b9b90cd35c03edd5ccd96d564" /> <script> window.submitContactForm = function(e) { let interestValue = jQuery('#topic').val(); dataLayer.push({'event' : 'ironFormSubm', 'formName' : 'contact form', 'interestValue': interestValue}); } </script> <style> .sc_section.header-cover { margin-top: 0; } .page h3{ line-height: 1.02em !important; } .hide-everywhere { display: none; } .home .hide-everywhere { display: block; } .menu-aura-container li:first-child a:before { z-index: -1; } .filter_section ul.feed-tags li { text-transform: inherit !important; } #masthead .sc_menu ul li.menu-item-has-children .sub-menu li a{ text-transform: inherit !important; } input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { display: none; } .owl-carousel.owl-theme:hover .owl-nav .owl-prev { left: -35px } .owl-carousel.owl-theme:hover .owl-nav .owl-next { right: -35px } .owl-carousel .owl-stage-outer { padding: 10px 0px; } .hide-menu-item { display: none !important; } #masthead .sc_menu ul .menu-item-has-children.menu-dynamic-columns>.sub-menu>li>a, #masthead .sc_menu ul .menu-item-has-children.menu-dropdown-row>.sub-menu>li>a{ font-weight: bold; } .unity_banner #masthead .sc_menu ul .menu-item-has-children.menu-fixed>.sub-menu{ top: 139px !important; } .unity_banner.admin-bar #masthead .sc_menu ul .menu-item-has-children.menu-fixed>.sub-menu { top: 171px !important; } /* #side-menu .nav li.current-menu-parent.close:nth-of-type(2):before { content: ""; display:none !important; } #side-menu .nav li.current-menu-parent:nth-of-type(2) .current-menu-item:before{ display: none !important; } */ .single-header-title { font-size: 46px; line-height: 48px; } .single-header-ebook-title { font-size: 60px; line-height: 64px; padding-top: 51px; } @media only screen and (max-width: 1023px) { .single-header-title { font-size: 26px; line-height: 32px; } .single-header-ebook-title { font-size: 32px; line-height: 38px; } } </style> <script> document.addEventListener('DOMContentLoaded', function() { console.log('DOMloaded'); function handleScrollBanner(e) { var lastKnownScrollPosition = window.scrollY; if(lastKnownScrollPosition >= 15) { document.getElementsByTagName('body')[0].classList.remove('unity_banner'); document.removeEventListener('scroll', handleScrollBanner) } } intervalID = setInterval(function() { if(document.getElementById('uxi-banner')) { document.getElementsByTagName('body')[0].classList.add('unity_banner'); clearInterval(intervalID); } if(document.querySelector('.unity_banner')) { document.addEventListener('scroll', handleScrollBanner); } }, 100); var cur_items = document.querySelectorAll('#side-menu .nav li.current-menu-parent'); if(cur_items.length >= 2){ cur_items[1].classList.remove('current-menu-parent'); cur_items[1].querySelector('.current-menu-item').classList.remove('current-menu-item'); } }) </script> <meta name="google-site-verification" content="LpeKiTzB6n2Ikt7-VXA8frmJHfQwZdVhucFvQBMa8lc" /> <meta name="google-site-verification" content="HGs4D4IF75YpfzycPjtG29FiPjkKxAK7e2dMr-apYMk" /> <script> document.documentElement.className = document.documentElement.className.replace( 'no-js', 'js' ); </script> <style> .no-js img.lazyload { display: none; } figure.wp-block-image img.lazyloading { min-width: 150px; } .lazyload, .lazyloading { opacity: 0; } .lazyloaded { opacity: 1; transition: opacity 400ms; transition-delay: 0ms; } </style> <style> :root {--color-post:#3385ff;--color-background-post:#ebf3ff;--color-class:#0d148c;--color-background-class:#d6d7e6;--color-career:#000000;--color-background-career:#0d148c;--color-video:#fea222;--color-background-video:#fff1d8;--color-case-study:#914afa;--color-background-case-study:#f4edff;--color-podcast:#00c1cb;--color-background-podcast:#e6fafb;--color-ebook:#ff7a59;--color-background-ebook:#fff2ef;--color-event:#00ccd7;--color-background-event:#0d148c;--color-in-the-press:#0d148c;--color-background-in-the-press:#e7e8f4;--color-press-release:#3385ff;--color-background-press-release:#ebf3ff;--color-webinar:#8f8f8f;--color-background-webinar:#f4f4f4; } .home-post-new .post-tag.Blog strong { background-color: #ebf3ff; color:#3385ff ; }.sc_home-post-new .post-tag.Blog strong { background-color: #ebf3ff; color:#3385ff ; }.home-post-new .post-tag.Academy strong { background-color: #d6d7e6; color:#0d148c ; }.sc_home-post-new .post-tag.Academy strong { background-color: #d6d7e6; color:#0d148c ; }.home-post-new .post-tag.Case strong { background-color: #f4edff; color:#914afa ; }.sc_home-post-new .post-tag.Case strong { background-color: #f4edff; color:#914afa ; }.home-post-new .post-tag.Podcast strong { background-color: #e6fafb; color:#00c1cb ; }.sc_home-post-new .post-tag.Podcast strong { background-color: #e6fafb; color:#00c1cb ; }.home-post-new .post-tag.eBook strong { background-color: #fff2ef; color:#ff7a59 ; }.sc_home-post-new .post-tag.eBook strong { background-color: #fff2ef; color:#ff7a59 ; }.home-post-new .post-tag.Press strong { background-color: #e7e8f4; color:#0d148c ; }.sc_home-post-new .post-tag.Press strong { background-color: #e7e8f4; color:#0d148c ; }.home-post-new .post-tag.Release strong { background-color: #ebf3ff; color:#3385ff ; }.sc_home-post-new .post-tag.Release strong { background-color: #ebf3ff; color:#3385ff ; }.home-post-new .post-tag.Webinar strong { background-color: #f4f4f4; color:#8f8f8f ; }.sc_home-post-new .post-tag.Webinar strong { background-color: #f4f4f4; color:#8f8f8f ; }</style><style>body {--menu-color: #0D148C}</style><link rel="icon" href="https://www.is.com/wp-content/uploads/2022/04/ironsource-favicon-1-150x150.png" sizes="32x32" /> <link rel="icon" href="https://www.is.com/wp-content/uploads/2022/04/ironsource-favicon-1.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://www.is.com/wp-content/uploads/2022/04/ironsource-favicon-1.png" /> <meta name="msapplication-TileImage" content="https://www.is.com/wp-content/uploads/2022/04/ironsource-favicon-1.png" /> <style type="text/css" id="wp-custom-css"> .page h6{line-height: 1.5em;} .page h3{line-height: 1.2em;} </style> <link rel="dns-prefetch" href="https://cookie-cdn.cookiepro.com"> <link rel="dns-prefetch" href="https://cdn.equalweb.com"> <link rel="dns-prefetch" href="https://www.googletagmanager.com"> <link rel="dns-prefetch" href="https://www.googleadservices.com"> <link rel="dns-prefetch" href="https://www.google-analytics.com"> <link rel="dns-prefetch" href="https://googleads.g.doubleclick.net"> <link rel="dns-prefetch" href="https://snap.licdn.com"> <link rel="dns-prefetch" href="https://pi.pardot.com"> <link rel="dns-prefetch" href="https://static.ads-twitter.com"> <link rel="dns-prefetch" href="https://www.clarity.ms"> <link rel="dns-prefetch" href="https://ws.zoominfo.com"> <link rel="dns-prefetch" href="https://w.soundcloud.com"> <link rel="dns-prefetch" href="https://connect.facebook.net"> <link rel="dns-prefetch" href="https://analytics.twitter.com"> <link rel="dns-prefetch" href="https://static.ads-twitter.com"> <link rel="dns-prefetch" href="https://static.hotjar.com"> <link rel="dns-prefetch" href="https://script.hotjar.com"> <link rel="dns-prefetch" href="https://js.driftt.com"> <link rel="dns-prefetch" href="https://22707403.adoric-om.com"> <link rel="dns-prefetch" href="https://go.is.com"> <link rel="dns-prefetch" href="https://cdn.equalweb.com"> </head> <body class="page-template-default page page-id-109004 page-parent menu-dark iron-custom"> <div style="display: none;"><?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol viewBox="0 0 17 17" id="ad-formats" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill="currentColor" fill-rule="nonzero" stroke="currentColor" stroke-width=".3" d="M6.031.5c-.965 0-1.75.785-1.75 1.75v12.5c0 .965.785 1.75 1.75 1.75h5.5c.965 0 1.75-.785 1.75-1.75V2.25c0-.965-.785-1.75-1.75-1.75h-5.5zm0 .5h5.5c.69 0 1.25.56 1.25 1.25v.25h-8v-.25c0-.69.56-1.25 1.25-1.25zm2.265.441a.25.25 0 00-.25.25c0 .139.111.25.25.25h1a.25.25 0 00.25-.25.25.25 0 00-.25-.25h-1zM4.781 3h8v10.5h-8V3zm0 11h8v.75c0 .69-.56 1.25-1.25 1.25h-5.5c-.69 0-1.25-.56-1.25-1.25V14zm4 .5a.5.5 0 100 1 .5.5 0 000-1z"/><path d="M0 0h17v17H0z"/></g></symbol><symbol viewBox="0 0 20 20" id="adjust" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h20v20H0z"/><path d="M3.634 7.758c.507.132.923.403 1.248.813.326.41.488.886.488 1.429a2.23 2.23 0 01-.488 1.429c-.325.41-.741.68-1.248.813v6.439a.556.556 0 01-.172.406.556.556 0 01-.406.172.556.556 0 01-.407-.172.556.556 0 01-.172-.406v-6.439a2.34 2.34 0 01-1.239-.813A2.205 2.205 0 01.741 10c0-.543.166-1.019.497-1.429a2.34 2.34 0 011.239-.813V1.319c0-.156.057-.292.172-.406A.556.556 0 013.056.74c.156 0 .292.057.406.172.115.114.172.25.172.406v6.439zm-.578 3.4c.325 0 .6-.115.822-.344.223-.23.335-.5.335-.814 0-.313-.112-.585-.335-.814a1.104 1.104 0 00-.822-.343c-.326 0-.6.114-.823.343-.223.23-.335.5-.335.814 0 .313.112.585.335.814.223.229.497.343.823.343zm7.523.072c.506.132.922.404 1.248.814.325.41.488.886.488 1.428a2.23 2.23 0 01-.488 1.429c-.326.41-.742.681-1.248.814v2.966a.556.556 0 01-.172.406.556.556 0 01-.407.172.556.556 0 01-.407-.172.556.556 0 01-.172-.406v-2.966a2.34 2.34 0 01-1.238-.814 2.205 2.205 0 01-.498-1.429c0-.542.166-1.019.498-1.428a2.34 2.34 0 011.238-.814V1.32c0-.157.058-.293.172-.407A.556.556 0 0110 .74c.157 0 .292.057.407.172.114.114.172.25.172.406v9.91zM10 14.63c.326 0 .6-.115.823-.344.223-.229.334-.5.334-.814 0-.313-.111-.585-.334-.814a1.104 1.104 0 00-.823-.343c-.326 0-.6.114-.823.343-.223.23-.334.5-.334.814 0 .314.111.585.334.814.223.23.497.344.823.344zm7.523-10.345c.507.133.922.404 1.248.814.326.41.488.886.488 1.429a2.23 2.23 0 01-.488 1.428c-.326.41-.741.682-1.248.814v9.91a.556.556 0 01-.172.407.556.556 0 01-.407.172.556.556 0 01-.406-.172.556.556 0 01-.172-.406V8.77a2.34 2.34 0 01-1.239-.815 2.205 2.205 0 01-.497-1.428c0-.543.165-1.019.497-1.429a2.34 2.34 0 011.239-.814V1.32c0-.156.057-.292.172-.406a.556.556 0 01.406-.172c.157 0 .293.057.407.172.115.114.172.25.172.406v2.966zm-.579 3.4c.326 0 .6-.114.823-.343.223-.23.335-.5.335-.814 0-.314-.112-.585-.335-.814a1.104 1.104 0 00-.823-.344c-.325 0-.6.115-.822.344-.223.229-.335.5-.335.814 0 .313.112.585.335.814.223.229.497.343.822.343z" fill="currentColor" fill-rule="nonzero"/></g></symbol><symbol viewBox="0 0 20 20" id="android" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h20v20H0z"/><g fill="currentColor" fill-rule="nonzero"><path d="M6.728.373a.45.45 0 00-.048.012.386.386 0 00-.229.6l.818 1.227c-1.384.727-2.377 1.981-2.608 3.473V5.77a.401.401 0 000 .06v.541a1.511 1.511 0 00-.77-.216c-.845 0-1.538.692-1.538 1.538v4.616c0 .846.693 1.538 1.538 1.538.283 0 .541-.082.77-.216v.985a1.16 1.16 0 001.153 1.154H6.2v2.308c0 .846.693 1.538 1.539 1.538.845 0 1.538-.692 1.538-1.538v-2.308h1.538v2.308c0 .846.693 1.538 1.539 1.538s1.538-.692 1.538-1.538v-2.308h.385a1.16 1.16 0 001.154-1.154v-.985c.228.134.487.216.77.216.845 0 1.538-.692 1.538-1.538V7.692c0-.846-.693-1.538-1.539-1.538-.282 0-.54.082-.77.216v-.529a.434.434 0 000-.108v-.012-.012c-.223-1.502-1.216-2.767-2.607-3.497l.817-1.226a.382.382 0 00.009-.438.385.385 0 00-.646.005l-.901 1.334a6.073 6.073 0 00-2.056-.349c-.724 0-1.421.12-2.055.349L7.089.553a.387.387 0 00-.361-.18zm3.317 1.935c.723 0 1.4.14 1.995.396.012.005.024.01.036.012 1.204.528 2.08 1.515 2.416 2.669H5.598c.332-1.138 1.19-2.113 2.368-2.645a.324.324 0 00.072-.036 5.058 5.058 0 012.007-.396zM7.93 3.462a.576.576 0 10-.002 1.152.576.576 0 00.002-1.152zm4.23 0a.577.577 0 100 1.154.577.577 0 000-1.154zM5.43 6.154h9.23v8.461a.38.38 0 01-.384.385h-3.005a.39.39 0 00-.156 0h-4.46a.39.39 0 00-.155 0h-.686a.38.38 0 01-.384-.385V6.154zm-1.539.77c.43 0 .77.339.77.768v4.616c0 .43-.34.769-.77.769s-.769-.34-.769-.77V7.693c0-.43.34-.769.77-.769zm12.308 0c.43 0 .77.339.77.768v4.616c0 .43-.34.769-.77.769s-.77-.34-.77-.77V7.693c0-.43.34-.769.77-.769zm-9.23 8.845h1.538v2.308c0 .43-.34.77-.77.77s-.769-.34-.769-.77v-2.308zm4.615 0h1.538v2.308c0 .43-.34.77-.77.77-.429 0-.768-.34-.768-.77v-2.308z"/><path d="M7.053 2.158L6.33 1.074A.531.531 0 016.263.57a.53.53 0 01.374-.33L6.7.226l.014-.002c.201-.017.395.08.498.246l.837 1.238c.624-.21 1.3-.319 1.995-.319.696 0 1.372.109 1.996.32l.834-1.235a.534.534 0 01.898-.008.53.53 0 01-.01.604l-.725 1.09c1.382.776 2.321 2.059 2.542 3.55v.016a.478.478 0 010 .116v.287c.198-.081.405-.124.62-.124.928 0 1.688.76 1.688 1.688v4.616c0 .928-.76 1.688-1.689 1.688-.214 0-.421-.043-.62-.124v.743a1.31 1.31 0 01-1.303 1.304h-.235v2.158c0 .929-.76 1.688-1.688 1.688-.929 0-1.689-.76-1.689-1.688v-2.158H9.426v2.158c0 .929-.76 1.688-1.688 1.688-.93 0-1.689-.76-1.689-1.688v-2.158h-.235a1.31 1.31 0 01-1.303-1.304v-.743a1.613 1.613 0 01-.62.124c-.928 0-1.688-.76-1.688-1.688V7.692c0-.928.76-1.688 1.688-1.688.215 0 .422.043.62.124v-.287c-.002-.042-.002-.042 0-.072v-.078l.001-.029c.227-1.459 1.165-2.73 2.541-3.504zM6.713.531a.234.234 0 00-.137.371l.818 1.226-.055.216c-1.375.723-2.311 1.952-2.528 3.341v.096c-.002.018-.002.018 0 .048v.803L4.585 6.5a1.36 1.36 0 00-.694-.196c-.763 0-1.388.625-1.388 1.388v4.616c0 .763.625 1.388 1.388 1.388.242 0 .475-.068.694-.196l.226-.132v1.247c0 .55.454 1.004 1.003 1.004H6.2l.15.15v2.308c0 .763.626 1.388 1.389 1.388s1.388-.625 1.388-1.388v-2.308l.15-.15h1.538l.15.15v2.308c0 .763.626 1.388 1.389 1.388s1.388-.625 1.388-1.388v-2.308l.15-.15h.385a1.01 1.01 0 001.004-1.004v-1.247l.226.132c.218.128.451.196.693.196.763 0 1.389-.625 1.389-1.388V7.692c0-.763-.626-1.388-1.389-1.388a1.36 1.36 0 00-.693.196l-.226.132V6.37l.001-.547a.383.383 0 00-.001-.09V5.72c-.215-1.418-1.151-2.653-2.528-3.376l-.055-.216.821-1.231a.232.232 0 00.004-.267.233.233 0 00-.246-.1.238.238 0 00-.15.107l-.901 1.334-.175.057a5.924 5.924 0 00-2.005-.34c-.702 0-1.383.116-2.004.34l-.175-.057L6.96.632a.237.237 0 00-.213-.11.58.58 0 00-.035.009zm5.327 2.33c-.032-.008-.032-.008-.059-.019a4.908 4.908 0 00-1.936-.384c-.7 0-1.363.132-1.924.371a.425.425 0 01-.093.048c-1.064.48-1.865 1.338-2.224 2.358h8.483c-.365-1.037-1.183-1.905-2.247-2.373zm-1.995-.703c.73 0 1.43.14 2.048.406l.044.015c1.232.54 2.147 1.556 2.5 2.764l.055.192H5.398l.056-.192c.347-1.19 1.242-2.194 2.462-2.744a.361.361 0 00.063-.032 5.208 5.208 0 012.066-.41zM7.93 3.312a.727.727 0 110 1.454.727.727 0 010-1.454zm0 .3a.426.426 0 100 .853.426.426 0 100-.853zm4.23-.3a.726.726 0 11.002 1.452.726.726 0 01-.001-1.452zm0 .3a.427.427 0 100 .854.427.427 0 000-.854zM5.58 6.304v8.311a.23.23 0 00.234.235l.655.003a.45.45 0 01.187-.003l4.429.003a.45.45 0 01.186-.003h3.005a.23.23 0 00.235-.235V6.304H5.58zm-.15-.3h9.23l.15.15v8.461a.53.53 0 01-.534.535l-3.035-.003a.34.34 0 00-.126.003l-4.49-.003a.34.34 0 00-.125.003h-.686a.53.53 0 01-.534-.535V6.154l.15-.15zM3.89 7.074a.613.613 0 00-.619.618v4.616c0 .347.273.619.62.619.346 0 .619-.272.619-.62V7.693a.613.613 0 00-.62-.619zm0-.3c.513 0 .92.406.92.918v4.616c0 .512-.407.919-.92.919a.913.913 0 01-.919-.92V7.693c0-.512.407-.919.92-.919zm12.308.3a.613.613 0 00-.62.618v4.616c0 .347.273.619.62.619s.62-.272.62-.62V7.693a.613.613 0 00-.62-.619zm0-.3c.513 0 .92.406.92.918v4.616c0 .512-.407.919-.92.919a.913.913 0 01-.92-.92V7.693c0-.512.408-.919.92-.919zm-9.08 9.145v2.158c0 .347.272.62.619.62.346 0 .619-.273.619-.62v-2.158H7.118zm-.15-.3h1.538l.15.15v2.308c0 .512-.407.92-.92.92a.913.913 0 01-.919-.92v-2.308l.15-.15zm4.765 2.458c0 .347.272.62.619.62s.62-.273.62-.62v-2.158h-1.24v2.158zm-.15-2.458h1.538l.15.15v2.308c0 .512-.407.92-.92.92a.913.913 0 01-.918-.92v-2.308l.15-.15z"/></g></g></symbol><symbol viewBox="0 0 20 20" id="android-fill" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero"><path d="M3.162 12.973c0 .595-.486 1.081-1.08 1.081A1.084 1.084 0 011 12.973V8.108c0-.594.486-1.081 1.081-1.081s1.081.487 1.081 1.081v4.865zM18.297 12.973c0 .595-.486 1.081-1.08 1.081a1.084 1.084 0 01-1.082-1.081V8.108c0-.594.487-1.081 1.081-1.081.595 0 1.081.487 1.081 1.081v4.865zM8.568 18.919c0 .595-.487 1.081-1.082 1.081a1.084 1.084 0 01-1.08-1.081v-4.865c0-.595.486-1.081 1.08-1.081.595 0 1.082.486 1.082 1.081v4.865zM12.892 18.919c0 .595-.487 1.081-1.081 1.081a1.084 1.084 0 01-1.081-1.081v-4.865c0-.595.486-1.081 1.08-1.081.595 0 1.082.486 1.082 1.081v4.865z"/><path d="M4.243 7.027v8.108c0 .595.487 1.081 1.081 1.081h8.649c.595 0 1.081-.486 1.081-1.08V7.026H4.244zM9.649 1.622c-3.244 0-5.244 1.946-5.406 4.324h10.811c-.162-2.378-2.162-4.324-5.405-4.324zM7.486 4.649c-.324 0-.54-.217-.54-.54 0-.325.216-.541.54-.541.325 0 .541.216.541.54 0 .27-.216.54-.54.54zm4.325 0c-.325 0-.54-.217-.54-.54 0-.325.215-.541.54-.541.324 0 .54.216.54.54 0 .27-.216.54-.54.54z"/><path d="M11.973 2.973c-.108 0-.216-.054-.324-.108-.27-.162-.325-.487-.163-.757l.92-1.351c.162-.27.486-.325.756-.162.27.162.324.486.162.756l-.919 1.352c-.054.162-.216.27-.432.27zM7.108 2.757c-.162 0-.378-.108-.432-.27L5.973 1.35c-.162-.27-.108-.594.162-.756.27-.163.595-.109.757.162l.703 1.135c.162.27.108.594-.163.757-.108.054-.216.108-.324.108z"/></g></symbol><symbol viewBox="0 0 18 19" id="arrow-down" xmlns="http://www.w3.org/2000/svg"><text fill="#FFF" fill-rule="evenodd" font-family="simple-line-icons" font-size="18" transform="translate(-647 -490)"><tspan x="647" y="507"></tspan></text></symbol><symbol viewBox="0 0 18 18" id="arrow-left" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M14.8 1.8L13 0 4 9l9 9 1.8-1.8L7.656 9z"/></symbol><symbol viewBox="0 0 18 18" id="arrow-right" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M4 1.8L5.8 0l9 9-9 9L4 16.2 11.144 9z" fill-rule="evenodd"/></symbol><symbol viewBox="0 0 20 20" id="badge" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h20v20H0z"/><path d="M19.964 16.406a.524.524 0 01.078.342.68.68 0 01-.136.342.587.587 0 01-.274.205.503.503 0 01-.351.01l-3.145-.703-1.074 2.988a.563.563 0 01-.205.283.66.66 0 01-.322.127h-.06a.615.615 0 01-.321-.088.582.582 0 01-.225-.244l-3.262-5.957a4.935 4.935 0 01-.644.039 6.337 6.337 0 01-.703-.04l-3.203 5.958a.582.582 0 01-.225.244.615.615 0 01-.322.088h-.04a.68.68 0 01-.341-.127.563.563 0 01-.205-.283L3.91 16.602l-3.145.703a.547.547 0 01-.625-.234.576.576 0 01-.137-.323.524.524 0 01.078-.342l3.672-6.699a6.776 6.776 0 01-.605-2.832c0-.95.179-1.842.537-2.676A6.93 6.93 0 015.16 2.012 6.93 6.93 0 017.347.537 6.705 6.705 0 0110.023 0c.95 0 1.842.179 2.676.537.833.358 1.559.85 2.177 1.475a7.155 7.155 0 011.475 2.187c.364.834.547 1.725.547 2.676 0 .495-.052.973-.156 1.436a7.82 7.82 0 01-.43 1.337l3.652 6.758zM5.687 17.832l2.344-4.375a6.948 6.948 0 01-1.983-.977 6.766 6.766 0 01-1.553-1.523L1.84 15.781l2.324-.527a.574.574 0 01.44.059.713.713 0 01.303.332l.78 2.187zM4.397 6.875a5.564 5.564 0 001.65 3.965c.516.508 1.111.911 1.788 1.21.677.3 1.407.45 2.188.45.768 0 1.494-.15 2.178-.45a5.644 5.644 0 002.988-2.998 5.47 5.47 0 00.44-2.177 5.47 5.47 0 00-.44-2.178A5.644 5.644 0 0012.2 1.7c-.684-.3-1.41-.449-2.178-.449-.781 0-1.51.15-2.188.45-.677.299-1.272.702-1.787 1.21a5.564 5.564 0 00-1.65 3.965zm11.485 8.379l2.324.527-2.636-4.863a7.112 7.112 0 01-1.592 1.562 6.887 6.887 0 01-2.022.997l2.403 4.375.781-2.207a.713.713 0 01.303-.332.574.574 0 01.44-.06z" fill="currentColor" fill-rule="nonzero"/></g></symbol><symbol viewBox="0 0 17 16" id="bar" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" fill-rule="evenodd" d="M4.91 5a.48.48 0 01.352.148.48.48 0 01.148.352v10a.48.48 0 01-.148.352.48.48 0 01-.352.148h-3.5a.48.48 0 01-.352-.148.48.48 0 01-.148-.352v-10a.48.48 0 01.148-.352A.48.48 0 011.41 5h3.5zm-.5 10V6h-2.5v9h2.5zm6-7.031a.48.48 0 01.352.148.48.48 0 01.148.352V15.5a.48.48 0 01-.148.352.48.48 0 01-.352.148h-3.5a.494.494 0 01-.5-.5V8.469a.494.494 0 01.5-.5h3.5zM9.91 15V8.969h-2.5V15h2.5zm6-15a.48.48 0 01.352.148.48.48 0 01.148.352v15a.48.48 0 01-.148.352.48.48 0 01-.352.148h-3.5a.48.48 0 01-.352-.148.48.48 0 01-.148-.352V.5a.48.48 0 01.148-.352A.48.48 0 0112.41 0h3.5zm-.5 15V1h-2.5v14h2.5z"/></symbol><symbol viewBox="0 0 14 14" id="brief" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M13.023 2.568c.235 0 .439.086.61.258a.834.834 0 01.259.61v9.116a.834.834 0 01-.258.61.834.834 0 01-.61.259H.867a.834.834 0 01-.61-.258.834.834 0 01-.258-.61V3.435c0-.235.086-.439.258-.61a.834.834 0 01.61-.258H4.34v-.841c0-.353.127-.658.38-.916s.56-.387.922-.387h2.605c.362 0 .67.13.923.387.253.258.38.563.38.916v.84h3.472zM5.21 1.727v.84h3.473v-.84a.429.429 0 00-.434-.434H5.643a.417.417 0 00-.305.128.417.417 0 00-.129.306zM.87 3.436v3.052h4.774v-.447c0-.235.084-.439.251-.61a.828.828 0 01.618-.259h.868c.235 0 .438.086.61.258a.834.834 0 01.258.61v.448h4.775V3.436H.868zm6.51 4.789V6.04h-.867v2.184h.868zM.87 12.552h12.154V7.357H8.248v.868c0 .244-.086.45-.258.617a.846.846 0 01-.61.251h-.868a.839.839 0 01-.618-.251.839.839 0 01-.25-.617v-.868H.867v5.195z"/></symbol><symbol viewBox="0 0 20 20" id="briefcase" xmlns="http://www.w3.org/2000/svg"><path d="M17.813 3.969c.321 0 .6.119.834.357.235.238.353.52.353.845v12.626c0 .326-.118.608-.353.846a1.134 1.134 0 01-.834.357H1.188c-.322 0-.6-.119-.835-.357A1.163 1.163 0 010 17.797V5.171c0-.325.118-.607.353-.845s.513-.357.835-.357h4.75V2.804c0-.489.173-.912.519-1.269A1.692 1.692 0 017.719 1h3.562c.495 0 .916.178 1.262.535.346.357.52.78.52 1.269v1.165h4.75zM7.124 2.804v1.165h4.75V2.804a.598.598 0 00-.167-.423.559.559 0 00-.427-.178H7.72c-.161 0-.3.059-.418.178a.581.581 0 00-.176.423zM1.187 5.17V9.4H7.72v-.62c0-.326.114-.608.343-.846.229-.238.51-.357.844-.357h1.188c.321 0 .6.12.835.357.235.238.352.52.352.846v.62h6.531V5.17H1.188zm8.907 6.633V8.779H8.906v3.025h1.188zm-8.906 5.993h16.625v-7.196H11.28v1.203c0 .338-.117.623-.352.855a1.15 1.15 0 01-.835.347H8.906a1.14 1.14 0 01-.844-.347 1.17 1.17 0 01-.343-.855V10.6H1.187v7.196z" fill="currentColor" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 37 37" id="burger" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><rect fill="#FFF" width="37" height="37" rx="18.5"/><path fill="currentColor" d="M11 13h15v1.375H11zM11 22.167h15v1.375H11zM11 17.583h15v1.375H11z"/></g></symbol><symbol viewBox="0 0 20 20" id="calendar" xmlns="http://www.w3.org/2000/svg"><path d="M18.75 2.125c.352 0 .648.12.889.361.24.241.361.537.361.889V19c0 .339-.12.632-.361.879s-.537.371-.889.371H1.25c-.352 0-.648-.124-.889-.371A1.217 1.217 0 010 19V3.375c0-.352.12-.648.361-.889.241-.24.537-.361.889-.361h5V.875a.6.6 0 01.186-.44.6.6 0 01.439-.185.6.6 0 01.44.186.6.6 0 01.185.439v1.25h5V.875a.6.6 0 01.186-.44.6.6 0 01.439-.185.6.6 0 01.44.186.6.6 0 01.185.439v1.25h5zm0 16.875V3.375h-5V4a.6.6 0 01-.186.44.6.6 0 01-.439.185.6.6 0 01-.44-.186A.6.6 0 0112.5 4v-.625h-5V4a.6.6 0 01-.186.44.6.6 0 01-.439.185.6.6 0 01-.44-.186A.6.6 0 016.25 4v-.625h-5V19h17.5zm-4.375-8.75a.6.6 0 01-.44-.186.6.6 0 01-.185-.439v-1.25a.6.6 0 01.186-.44.6.6 0 01.439-.185h1.25a.6.6 0 01.44.186.6.6 0 01.185.439v1.25a.6.6 0 01-.186.44.6.6 0 01-.439.185h-1.25zm0 5a.6.6 0 01-.44-.186.6.6 0 01-.185-.439v-1.25a.6.6 0 01.186-.44.6.6 0 01.439-.185h1.25a.6.6 0 01.44.186.6.6 0 01.185.439v1.25a.6.6 0 01-.186.44.6.6 0 01-.439.185h-1.25zm-3.75-2.5a.6.6 0 01.44.186.6.6 0 01.185.439v1.25a.6.6 0 01-.186.44.6.6 0 01-.439.185h-1.25a.6.6 0 01-.44-.186.6.6 0 01-.185-.439v-1.25a.6.6 0 01.186-.44.6.6 0 01.439-.185h1.25zm0-5a.6.6 0 01.44.186.6.6 0 01.185.439v1.25a.6.6 0 01-.186.44.6.6 0 01-.439.185h-1.25a.6.6 0 01-.44-.186.6.6 0 01-.185-.439v-1.25a.6.6 0 01.186-.44.6.6 0 01.439-.185h1.25zm-5 0a.6.6 0 01.44.186.6.6 0 01.185.439v1.25a.6.6 0 01-.186.44.6.6 0 01-.439.185h-1.25a.6.6 0 01-.44-.186.6.6 0 01-.185-.439v-1.25a.6.6 0 01.186-.44.6.6 0 01.439-.185h1.25zm0 5a.6.6 0 01.44.186.6.6 0 01.185.439v1.25a.6.6 0 01-.186.44.6.6 0 01-.439.185h-1.25a.6.6 0 01-.44-.186.6.6 0 01-.185-.439v-1.25a.6.6 0 01.186-.44.6.6 0 01.439-.185h1.25z" fill="currentColor" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 20 20" id="chart" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h20v20H0z"/><path d="M4.903 6.25c.166 0 .31.062.431.186.121.123.182.27.182.439v12.5c0 .17-.06.316-.182.44a.583.583 0 01-.43.185H.612a.583.583 0 01-.431-.186.607.607 0 01-.182-.439v-12.5c0-.17.06-.316.182-.44a.583.583 0 01.43-.185h4.291zm-.613 12.5V7.5H1.226v11.25H4.29zm7.355-8.79c.166 0 .31.063.431.186.121.124.182.27.182.44v8.789c0 .17-.06.316-.182.44a.583.583 0 01-.43.185H7.354a.575.575 0 01-.44-.186.624.624 0 01-.173-.439v-8.79c0-.168.057-.315.172-.439a.575.575 0 01.44-.185h4.291zm-.613 8.79v-7.54H7.968v7.54h3.064zM18.387 0c.166 0 .31.062.431.186.121.123.182.27.182.439v18.75c0 .17-.06.316-.182.44a.583.583 0 01-.43.185h-4.291a.583.583 0 01-.431-.186.607.607 0 01-.182-.439V.625c0-.17.06-.316.182-.44a.583.583 0 01.43-.185h4.291zm-.613 18.75V1.25H14.71v17.5h3.064z" fill="currentColor" fill-rule="nonzero"/></g></symbol><symbol viewBox="0 0 18 19" id="clock" xmlns="http://www.w3.org/2000/svg"><path d="M9 .225c1.242 0 2.411.234 3.507.703a9.031 9.031 0 012.865 1.925 9.031 9.031 0 011.925 2.865A8.821 8.821 0 0118 9.225a8.821 8.821 0 01-.703 3.507 9.031 9.031 0 01-1.925 2.865 9.031 9.031 0 01-2.865 1.925A8.821 8.821 0 019 18.225a8.821 8.821 0 01-3.507-.703 9.031 9.031 0 01-2.865-1.925 9.031 9.031 0 01-1.925-2.865A8.821 8.821 0 010 9.225c0-1.242.234-2.411.703-3.507a9.031 9.031 0 011.925-2.865A9.031 9.031 0 015.493.928 8.821 8.821 0 019 .225zm0 16.893c1.09 0 2.112-.208 3.067-.624a7.947 7.947 0 002.496-1.697 8.131 8.131 0 001.688-2.505 7.597 7.597 0 00.624-3.067c0-1.09-.208-2.112-.624-3.067a8.023 8.023 0 00-1.688-2.496 8.023 8.023 0 00-2.496-1.688A7.597 7.597 0 009 1.35c-1.09 0-2.112.208-3.067.624a8.023 8.023 0 00-2.496 1.688 8.023 8.023 0 00-1.688 2.496 7.597 7.597 0 00-.624 3.067c0 1.09.208 2.112.624 3.067.416.955.979 1.79 1.688 2.505a7.947 7.947 0 002.496 1.697A7.597 7.597 0 009 17.118zm.563-8.122l2.654 2.655a.537.537 0 01.158.395c0 .158-.053.29-.158.396a.51.51 0 01-.396.176.51.51 0 01-.395-.176L8.63 9.664c0-.011-.003-.02-.009-.026l-.009-.009a.436.436 0 01-.132-.175.588.588 0 01-.043-.229V3.6a.54.54 0 01.166-.396A.54.54 0 019 3.037a.54.54 0 01.396.167.54.54 0 01.166.396v5.396z"/></symbol><symbol viewBox="0 0 12 12" id="close" xmlns="http://www.w3.org/2000/svg"><path d="M1 11L11 1M1 1l10 10"/></symbol><symbol viewBox="0 0 20 20" id="cloud" xmlns="http://www.w3.org/2000/svg"><path d="M14.902 4.687a5.87 5.87 0 011.983.573 5.829 5.829 0 011.62 1.174A5.45 5.45 0 0119.6 8.077c.267.618.4 1.277.4 1.977 0 .662-.11 1.324-.332 1.986a5.746 5.746 0 01-.967 1.786 5.26 5.26 0 01-1.553 1.309c-.612.344-1.308.528-2.09.554a.607.607 0 01-.439-.182.581.581 0 01-.185-.43c0-.165.061-.308.185-.43a.607.607 0 01.44-.18h.175a2.78 2.78 0 001.455-.392 3.788 3.788 0 001.123-1.032c.313-.426.554-.9.723-1.423a5.03 5.03 0 00.254-1.566c0-.573-.117-1.111-.352-1.614a4.215 4.215 0 00-.957-1.318 4.774 4.774 0 00-1.386-.898 4.176 4.176 0 00-1.66-.334l-.45-.02-.136-.42c-.326-1.018-.85-1.81-1.573-2.378-.722-.566-1.702-.85-2.94-.85-.78 0-1.483.131-2.108.392a4.767 4.767 0 00-1.612 1.089A4.763 4.763 0 004.58 5.365a5.86 5.86 0 00-.361 2.072h.02l.038.573-.566.096c-.69.114-1.276.477-1.758 1.088a3.247 3.247 0 00-.723 2.063 3.2 3.2 0 00.89 2.254c.592.637 1.291.955 2.099.955h.547c.182 0 .332.06.449.182a.597.597 0 01.176.43.597.597 0 01-.176.43.598.598 0 01-.45.18H4.22a3.806 3.806 0 01-1.621-.353 4.321 4.321 0 01-1.338-.964 4.762 4.762 0 01-.918-1.414 4.292 4.292 0 01-.342-1.7c0-.98.28-1.865.84-2.655.56-.79 1.276-1.318 2.148-1.585a6.695 6.695 0 01.576-2.378 6.258 6.258 0 011.329-1.91 6.009 6.009 0 011.953-1.27C7.594 1.152 8.424 1 9.336 1a6.85 6.85 0 011.934.258 5.6 5.6 0 011.582.735c.468.319.872.707 1.21 1.165.339.459.619.968.84 1.529zm-2.285 9.837l.156.133c.092.09.137.185.137.287a.398.398 0 01-.137.286l-2.304 2.464v.02l-.156.152a.45.45 0 01-.157.105.508.508 0 01-.342 0 .298.298 0 01-.146-.105l-.156-.153v-.019L7.246 15.27a.437.437 0 01-.137-.325c0-.128.046-.236.137-.325l.156-.095a.385.385 0 01.323-.115.527.527 0 01.322.153l1.328 1.451v-6.15c0-.166.059-.309.176-.43A.598.598 0 0110 9.252c.17 0 .316.06.44.181a.581.581 0 01.185.43v6.15l1.367-1.49a.446.446 0 01.322-.133c.124 0 .225.044.303.134z"/></symbol><symbol viewBox="0 0 20 20" id="coffee" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h20v20H0z"/><path d="M16.643 7.313a3.22 3.22 0 012.373.993c.656.662.984 1.462.984 2.4 0 .925-.328 1.716-.984 2.372a3.234 3.234 0 01-2.373.985h-.431c-.229 0-.466-.006-.712-.018v.58c0 .938-.328 1.734-.984 2.39a3.234 3.234 0 01-2.373.985H5.375c-.938 0-1.734-.328-2.39-.984C2.327 16.359 2 15.563 2 14.625V6.17c0-.305.108-.568.325-.791.217-.223.484-.334.8-.334h11.25c.316 0 .583.111.8.334.217.223.325.486.325.79v1.126c.258.012.492.018.703.018h.44zm-2.268 7.312V6.17H3.125v8.455c0 .621.22 1.151.66 1.59.439.44.969.66 1.59.66h6.768c.609 0 1.133-.22 1.573-.66.44-.439.659-.969.659-1.59zm2.268-1.67c.632 0 1.166-.217 1.6-.65.433-.434.65-.973.65-1.617 0-.645-.217-1.181-.65-1.609-.434-.428-.968-.642-1.6-.642H15.5v4.5c.246 0 .483.003.712.01.228.005.372.008.43.008zm-4.518-9.018a.54.54 0 01-.396-.166.54.54 0 01-.166-.396V.562a.54.54 0 01.166-.395.54.54 0 01.396-.167.54.54 0 01.396.167.54.54 0 01.166.395v2.813a.54.54 0 01-.166.396.54.54 0 01-.396.167zm-6.75 0a.54.54 0 01-.396-.166.54.54 0 01-.167-.396V.562A.54.54 0 014.98.167.54.54 0 015.375 0a.54.54 0 01.396.167.54.54 0 01.167.395v2.813a.54.54 0 01-.167.396.54.54 0 01-.396.167zm3.375 0a.54.54 0 01-.396-.166.54.54 0 01-.166-.396V.562a.54.54 0 01.166-.395A.54.54 0 018.75 0a.54.54 0 01.396.167.54.54 0 01.166.395v2.813a.54.54 0 01-.166.396.54.54 0 01-.396.167z" fill="currentColor" fill-rule="nonzero"/></g></symbol><symbol viewBox="0 0 177 16" id="company" xmlns="http://www.w3.org/2000/svg"><defs><path id="asa" d="M0 0h94.372v13.214H0z"/><path id="asc" d="M.84.702h9.873V13H.841z"/><path id="ase" d="M.778.985h10.175V13H.778z"/></defs><g fill="none" fill-rule="evenodd"><mask id="asb" fill="#fff"><use xlink:href="#asa"/></mask><path fill="#0F179E" d="M88.276 6.302c-.268.289-.45.68-.549 1.176l3.212.004c-.072-.507-.245-.903-.518-1.186a1.376 1.376 0 00-1.03-.426c-.475-.001-.846.144-1.115.432zm-.92 6.534a4.78 4.78 0 01-1.606-.992 4.351 4.351 0 01-1.037-1.514 4.916 4.916 0 01-.364-1.92 4.893 4.893 0 01.368-1.9 4.573 4.573 0 011.025-1.52c.438-.43.962-.765 1.57-1.006a5.37 5.37 0 012.008-.361c.73 0 1.378.112 1.943.33a4.858 4.858 0 011.487.896c.571.508.99 1.145 1.256 1.912a6.96 6.96 0 01.362 2.494l-6.643-.01c.096.532.293.945.591 1.24.298.296.708.443 1.231.444.61 0 1.041-.223 1.296-.67l3.34.004a2.916 2.916 0 01-.612 1.185 4.624 4.624 0 01-1.16.989c-.427.27-.88.464-1.362.58a6.78 6.78 0 01-1.615.176c-.765-.001-1.459-.12-2.079-.357zm-10.193.013a4.887 4.887 0 01-1.614-1.001 4.381 4.381 0 01-1.038-1.514 4.908 4.908 0 01-.362-1.902 4.894 4.894 0 01.367-1.901 4.452 4.452 0 011.043-1.52c.45-.43.99-.765 1.616-1.006.627-.241 1.324-.36 2.09-.36.657.002 1.256.09 1.798.268a4.38 4.38 0 011.403.745c.396.319.714.7.957 1.142.243.442.394.93.455 1.46l-3.322-.005c-.096-.412-.248-.728-.455-.946-.206-.22-.498-.328-.876-.328-.535-.001-.93.217-1.186.652-.256.436-.385 1.037-.386 1.804 0 .755.132 1.347.398 1.778.268.43.67.647 1.204.647.426 0 .746-.131.96-.397.212-.265.343-.656.393-1.176l3.321.005a3.583 3.583 0 01-.34 1.547 3.739 3.739 0 01-.95 1.246c-.408.354-.9.63-1.479.829-.578.2-1.214.299-1.907.298-.767-.001-1.464-.123-2.09-.365zm-6.75-7.588c.378-.565.795-.966 1.252-1.201.456-.236.982-.353 1.58-.352.254 0 .442.03.564.089l-.004 2.848h-.073c-1.02-.166-1.812-.035-2.373.394-.56.43-.84 1.158-.843 2.184l-.005 3.696-3.449-.004.013-9.02 3.285.004-.002 1.362h.055zm-7.874 6.48h-.055a3.712 3.712 0 01-1.233 1.078c-.469.247-1.026.37-1.67.369-.56-.001-1.047-.087-1.46-.26a2.778 2.778 0 01-1.03-.716 3.087 3.087 0 01-.62-1.098 4.529 4.529 0 01-.208-1.416l.01-5.82 3.448.006-.007 5.023c0 .956.412 1.434 1.24 1.435.45 0 .8-.141 1.05-.423.25-.283.374-.672.375-1.167l.006-4.864 3.45.005-.013 9.02-3.285-.005.002-1.167zm-10.966-1.492c.268-.465.403-1.081.404-1.847.001-.767-.132-1.383-.398-1.85-.268-.465-.668-.698-1.204-.7-.536 0-.93.232-1.187.698-.257.465-.385 1.08-.386 1.848-.002.766.125 1.383.38 1.848.255.466.651.7 1.186.7.535.002.936-.231 1.205-.697zm-3.279 2.56a4.775 4.775 0 01-1.605-1 4.436 4.436 0 01-1.029-1.515 4.9 4.9 0 01-.362-1.901c0-.684.124-1.318.368-1.902A4.52 4.52 0 0146.7 4.97a4.7 4.7 0 011.607-1.005c.627-.241 1.33-.36 2.11-.36.777.002 1.48.124 2.106.366a4.603 4.603 0 011.596 1.01c.436.43.773.939 1.01 1.523.236.584.354 1.218.353 1.9a5.011 5.011 0 01-.358 1.903 4.384 4.384 0 01-1.015 1.51 4.712 4.712 0 01-1.599.998c-.627.24-1.33.36-2.108.359-.778-.001-1.48-.123-2.107-.365zm-11.57.1a5.944 5.944 0 01-1.896-.807 4.005 4.005 0 01-1.276-1.355c-.309-.543-.469-1.18-.48-1.911l3.904.005c.061.508.282.882.665 1.124.383.242.891.364 1.524.365.182 0 .374-.017.575-.052.2-.036.38-.094.538-.176.158-.082.29-.192.393-.327a.779.779 0 00.156-.486.719.719 0 00-.164-.478 1.34 1.34 0 00-.474-.337 4.969 4.969 0 00-.775-.266 35.539 35.539 0 00-1.068-.266 26.583 26.583 0 01-1.677-.463 6.78 6.78 0 01-1.56-.7 3.694 3.694 0 01-1.148-1.108c-.297-.448-.446-1.01-.445-1.681.001-.72.145-1.332.432-1.838a3.526 3.526 0 011.16-1.237c.487-.318 1.06-.55 1.717-.696a9.503 9.503 0 012.08-.22c.67.002 1.317.074 1.943.216.627.143 1.183.37 1.67.684.486.312.874.714 1.165 1.204.292.49.443 1.076.454 1.76l-3.777-.005a1.306 1.306 0 00-.482-.823c-.262-.207-.654-.31-1.177-.311-.426-.001-.77.082-1.03.246-.263.165-.395.377-.395.637 0 .188.066.34.2.46.134.118.331.22.593.31.261.089.583.17.967.248.383.077.817.176 1.304.294.547.13 1.082.287 1.605.47.523.184.991.43 1.404.737.413.307.744.688.993 1.142.25.455.373 1.018.372 1.69 0 .696-.15 1.306-.45 1.83a3.976 3.976 0 01-1.215 1.316 5.689 5.689 0 01-1.79.802 8.337 8.337 0 01-2.17.272 9.99 9.99 0 01-2.365-.27zM26.161 5.077c.378-.495.807-.872 1.288-1.13.48-.26 1.05-.388 1.707-.387 1.083.002 1.897.32 2.443.959.547.637.82 1.474.82 2.512l-.01 5.836-3.448-.003.006-5.024c0-.472-.102-.85-.308-1.133-.207-.283-.535-.425-.986-.426-.437 0-.782.162-1.03.486-.25.324-.377.733-.377 1.228l-.007 4.865-3.449-.005.013-9.021 3.285.005-.002 1.238h.055zm-8.11 5.127c.268-.465.403-1.081.405-1.847.001-.767-.132-1.383-.4-1.85-.266-.466-.668-.7-1.203-.7s-.93.23-1.187.697c-.256.466-.385 1.08-.386 1.848 0 .766.126 1.383.381 1.849.255.466.65.7 1.184.7.535 0 .938-.232 1.206-.697zm-3.279 2.56a4.761 4.761 0 01-1.604-1.001 4.392 4.392 0 01-1.03-1.514 4.9 4.9 0 01-.362-1.902 4.871 4.871 0 01.368-1.9 4.486 4.486 0 011.033-1.52c.445-.43.981-.766 1.607-1.007.627-.24 1.33-.36 2.108-.36.78.002 1.482.124 2.108.366.626.243 1.158.58 1.595 1.01.438.43.775.939 1.011 1.523a5.01 5.01 0 01.353 1.903 5.002 5.002 0 01-.359 1.9 4.368 4.368 0 01-1.014 1.51 4.676 4.676 0 01-1.599.998c-.627.24-1.329.36-2.108.36-.779-.001-1.48-.123-2.107-.366zM8.04 5.176c.378-.565.795-.966 1.252-1.201.456-.236.982-.353 1.58-.352.254 0 .442.03.564.09l-.004 2.848h-.073c-1.02-.167-1.812-.035-2.373.394-.56.43-.84 1.158-.843 2.183l-.005 3.697-3.449-.005.013-9.02 3.285.005-.002 1.36h.055zM3.462 3.808l-.013 9.02L0 12.824l.012-9.021 3.45.005zM3.466.182L3.463 2.71l-3.45-.004.004-2.53 3.45.005z" mask="url(#asb)"/><path fill="#3083FF" d="M97.844 6.729c0-3.788 2.6-6.601 6.405-6.601 1.38 0 2.618.354 3.538.991 1.31.903 2.07 2.317 2.23 3.928h-3.697c-.09-.99-.921-1.875-2.124-1.875-1.751 0-2.601 1.486-2.601 3.557 0 2.07.99 3.557 2.637 3.557 1.29 0 2.069-.85 2.193-1.983h3.733a5.445 5.445 0 01-1.645 3.503c-1.08 1.045-2.424 1.505-4.264 1.505-3.857 0-6.405-2.796-6.405-6.582m19.038 1.787c0-1.522-.53-2.548-1.557-2.548-1.026 0-1.521 1.026-1.521 2.548 0 1.52.495 2.548 1.52 2.548 1.028 0 1.558-1.027 1.558-2.548m-6.476 0c0-2.743 1.947-4.796 4.955-4.796 3.007 0 4.918 2.053 4.918 4.796 0 2.742-1.911 4.777-4.918 4.777-3.008 0-4.955-2.035-4.955-4.777m10.581-4.531h3.185V5.33h.052c.638-1.044 1.505-1.628 2.867-1.628 1.204 0 2.106.584 2.566 1.575h.053c.78-1.203 1.787-1.575 2.955-1.575 2.212 0 3.168 1.557 3.168 3.628v5.68h-3.345V7.95c0-.92-.3-1.523-1.15-1.523-.83 0-1.256.744-1.256 1.716v4.866h-3.345V7.95c0-.92-.3-1.522-1.149-1.522-.832 0-1.257.744-1.257 1.716v4.866h-3.344V3.985z"/><g transform="translate(136 3)"><mask id="asd" fill="#fff"><use xlink:href="#asc"/></mask><path fill="#3083FF" d="M7.316 5.621c0-1.38-.564-2.247-1.556-2.247-1.026 0-1.699.956-1.699 2.247 0 1.31.673 2.23 1.699 2.23.992 0 1.556-.849 1.556-2.23zM.841.985h3.184v1.062h.054C4.735 1.198 5.655.702 6.894.702c2.423 0 3.82 2.16 3.82 4.777 0 2.955-1.555 4.831-3.961 4.831-1.082 0-1.912-.407-2.513-1.15h-.054V13H.84V.985z" mask="url(#asd)"/></g><path fill="#3083FF" d="M152.8 9.736V8.94c-.317.16-.725.301-1.291.424-.973.213-1.273.496-1.273 1.026 0 .602.495.867 1.044.867.778 0 1.52-.442 1.52-1.52m-.017 2.281h-.035c-.601.832-1.557 1.221-2.725 1.221-1.734 0-3.008-.938-3.008-2.707 0-1.999 1.539-2.583 3.273-2.777 1.91-.213 2.424-.443 2.424-1.009 0-.496-.23-.867-.955-.867-.726 0-1.097.424-1.185 1.08h-3.167c.07-1.788 1.45-3.257 4.282-3.257 1.38 0 2.264.177 2.954.601.938.584 1.398 1.504 1.398 2.708v4.512c0 .761.053 1.168.336 1.345v.141h-3.291c-.124-.212-.23-.495-.301-.99m7.59-6.794h.054c.725-.991 1.645-1.522 2.901-1.522 2.088 0 3.168 1.398 3.168 3.468v5.839h-3.345V7.985c0-.938-.388-1.557-1.256-1.557-.849 0-1.362.743-1.362 1.716v4.866h-3.345V3.986h3.185v1.239z"/><g transform="translate(166 3)"><mask id="asf" fill="#fff"><use xlink:href="#ase"/></mask><path fill="#3083FF" d="M1.911 10.417h1.114c.743 0 1.044-.195 1.044-.673 0-.283-.194-.761-.406-1.292L.778.985H4.3l1.115 3.628c.282.92.53 2.194.53 2.194h.035s.266-1.274.55-2.194L7.625.985h3.327L7.874 10.01C7.114 12.239 6.052 13 4.23 13H1.911v-2.583z" mask="url(#asf)"/></g></g></symbol><symbol viewBox="0 0 65 15" id="company-ja" xmlns="http://www.w3.org/2000/svg"><path d="M13.851 7.563c.436-.705.95-1.457 1.525-2.052C12.84 4.51 10.396 2.521 8.684 0H6.32C5.183 1.926 2.708 4.368 0 5.7c.498.47 1.152 1.315 1.447 1.847 2.537-1.41 4.856-3.445 6.148-5.292 1.292 1.832 3.844 3.992 6.256 5.308zm.483 6.999V12.51h-5.37V9.802h3.984v-2.02H8.964V4.603H6.552v7.907H4.778V7.234H2.552v5.276h-1.54v2.052h13.322zm11.01.407v-2.49c1.355 1.096 3.036 1.91 4.872 2.349.342-.627 1.012-1.582 1.525-2.067-1.634-.235-3.206-.673-4.435-1.284h3.984V9.629h-5.945v-.438h4.575V7.578h-4.575V7.14h5.276V5.386h-2.802c.187-.313.39-.657.607-1.018h2.817V2.521h-1.79c.343-.501.732-1.127 1.137-1.8L28.208.171a12.756 12.756 0 01-.871 2.208l.467.14h-1.027V.079h-2.133v2.443h-.747V.078h-2.1v2.443h-1.121l.7-.25c-.202-.596-.685-1.504-1.105-2.161l-1.945.657c.295.533.622 1.206.84 1.754H17.3v1.847h2.988c.124.298.28.69.373 1.018h-2.723V7.14h5.167v.438h-4.405v1.613h4.405v.438h-5.837v1.848h3.985c-1.261.658-2.895 1.174-4.498 1.456.482.47 1.136 1.347 1.447 1.895 1.759-.454 3.502-1.253 4.903-2.27v2.41h2.24zm.188-9.583h-2.646l.187-.031a6.658 6.658 0 00-.405-.987h3.253a9.836 9.836 0 01-.39 1.018zm11.711 9.583V3.946c.156.422.296.83.373 1.143l1.183-.564v.047h3.035v.423h-3.968v1.597h10.302V4.995h-4.093v-.423h3.144V3.085h-3.144v-.423h3.595V1.08h-3.595V.094h-2.24v.986h-3.487v1.55l-.218-.485-.887.376V.094h-2.039v3.32l-1.4-.173c-.078 1.3-.296 3.069-.607 4.15l1.618.563c.156-.658.296-1.487.39-2.317v9.332h2.038zm1.556-11.274c-.14-.329-.28-.689-.435-1.033h3.47v.423H38.8v.61zM40.947 15v-2.317h4.124v.172c0 .188-.078.25-.28.25s-.95.016-1.494-.03c.249.531.514 1.361.591 1.925 1.074 0 1.884-.016 2.506-.329.638-.297.81-.83.81-1.77v-5.87h-8.342V15h2.085zm4.124-5.856h-4.124V8.66h4.124v.485zm0 2.004h-4.124v-.438h4.124v.438zm9.657 3.774v-2.678h2.055V10.35h-2.055v-.94h2.21V7.516h-.965c.187-.423.39-.924.638-1.472l-.513-.125h1.09V4.024h-2.46v-.799h1.9V1.362h-1.9V.157h-2.085v1.205h-2.117v1.863h2.117v.799h-2.677v1.895h1.432l-.498.125c.187.454.342 1.018.436 1.472h-.996V9.41h2.303v.94h-2.179v1.894h2.179v2.678h2.085zm8.81.078c.326-.564.98-1.378 1.462-1.785a7.26 7.26 0 01-2.023-1.566c.731-1.456 1.23-3.194 1.51-5.088l-1.339-.486-.358.078h-3.393v-3.46h2.63v.908c0 .172-.077.204-.31.22l-.365-.001a34.846 34.846 0 01-1.379-.03c.25.532.53 1.346.607 1.94 1.12 0 1.992-.015 2.661-.312.685-.298.872-.846.872-1.77V.72h-6.754v14.233h2.038V13.92c.358.344.716.736.934 1.08a8.885 8.885 0 001.479-1.487A8.22 8.22 0 0063.537 15zm-8.84-7.484H52.69l.45-.126c-.046-.391-.233-.97-.435-1.471h1.992c-.124.485-.295 1.049-.451 1.471l.451.126zm6.91 2.207a10.143 10.143 0 01-.779-1.785h1.339c-.14.627-.327 1.222-.56 1.785zm-2.21 3.288V9.175c.31.909.7 1.77 1.135 2.553-.342.47-.716.892-1.136 1.283z" fill="#172D4C" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 69 15" id="company-ko" xmlns="http://www.w3.org/2000/svg"><path d="M11.67 14.425v-6.96h1.89v-1.98h-1.89V.34H9.24v14.085h2.43zm-7.365-2.97c2.175 0 3.795-1.95 3.795-5.1 0-3.15-1.62-5.1-3.795-5.1-2.16 0-3.78 1.95-3.78 5.1 0 3.15 1.62 5.1 3.78 5.1zm0-2.205c-.87 0-1.44-.915-1.44-2.895s.57-2.895 1.44-2.895c.885 0 1.455.915 1.455 2.895S5.19 9.25 4.305 9.25zM26.1 14.47V.31h-2.43v14.16h2.43zm-7.665-3.015c2.16 0 3.765-1.95 3.765-5.1 0-3.15-1.605-5.1-3.765-5.1s-3.765 1.95-3.765 5.1c0 3.15 1.605 5.1 3.765 5.1zm0-2.205c-.87 0-1.44-.915-1.44-2.895s.57-2.895 1.44-2.895 1.44.915 1.44 2.895-.57 2.895-1.44 2.895zm21.585 1.335V.355h-2.43V3.94H35.7c-.39-1.65-1.86-2.775-3.66-2.775-2.1 0-3.765 1.56-3.765 3.675 0 2.1 1.665 3.66 3.765 3.66 1.74 0 3.18-1.065 3.615-2.64h1.935v4.725h2.43zM32.04 6.4c-.825 0-1.455-.54-1.455-1.56 0-1.05.63-1.575 1.455-1.575.825 0 1.455.525 1.455 1.575 0 1.02-.63 1.56-1.455 1.56zm8.28 7.815V12.31h-7.335v-2.7h-2.43v4.605h9.765zM53.355 8.53l.99-2.01c-3.63-.555-4.815-2.7-4.815-4.5v-.99h-2.595v.99c0 1.74-1.215 3.945-4.8 4.5l.975 2.01c2.565-.435 4.215-1.665 5.115-3.255.9 1.59 2.55 2.82 5.13 3.255zm1.335 4.32v-1.935h-5.235V7.93h-2.43v2.985H41.94v1.935h12.75zm12.435-4.095l1.005-2.01c-3.585-.6-4.8-2.82-4.8-4.68v-.99h-2.595v.99c0 1.815-1.26 4.08-4.8 4.68l1.005 2.01c2.55-.465 4.185-1.755 5.085-3.39.885 1.635 2.535 2.925 5.1 3.39zm1.35 4.05v-1.95H55.74v1.95h12.735z" fill="#00214D" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 153 14" id="company-ss" xmlns="http://www.w3.org/2000/svg"><defs><path id="ava" d="M.263.601h9.53v11.128H.263z"/><path id="avc" d="M.047.601h10.396V11.73H.047z"/><path id="ave" d="M.635.857h8.59V11H.635z"/></defs><g fill="none" fill-rule="evenodd"><path d="M0 2.33h2.823V.194H0V2.33zm0 8.544h2.823V3.256H0v7.618zM6.827 4.406h.045c.612-.956 1.344-1.314 2.315-1.314.224 0 .373.03.463.075v2.405h-.059c-1.659-.284-2.63.463-2.63 2.181v3.122H4.138V3.257h2.69v1.15zM15.7 7.081c0-1.285-.448-2.15-1.314-2.15-.868 0-1.286.865-1.286 2.15 0 1.284.418 2.15 1.286 2.15.866 0 1.314-.866 1.314-2.15m-5.468 0c0-2.315 1.644-4.049 4.183-4.049 2.54 0 4.153 1.734 4.153 4.05 0 2.314-1.613 4.032-4.153 4.032-2.539 0-4.183-1.718-4.183-4.033M22.258 4.302h.045c.612-.836 1.389-1.284 2.449-1.284 1.763 0 2.674 1.18 2.674 2.928v4.929h-2.823V6.633c0-.792-.328-1.314-1.061-1.314-.717 0-1.15.627-1.15 1.448v4.108h-2.823V3.257h2.689v1.045z" fill="#00214D"/><g transform="translate(28 -.6)"><mask id="avb" fill="#fff"><use xlink:href="#ava"/></mask><path d="M.263 8.07H3.46c.105.851.762 1.254 1.792 1.254.613 0 1.36-.239 1.36-.88 0-.644-.717-.808-2.032-1.137C2.787 6.86.62 6.247.62 3.977.62 1.526 2.624.6 5.03.6c2.21 0 4.242.926 4.287 3.257H6.223c-.09-.583-.508-.956-1.36-.956-.686 0-1.164.314-1.164.746 0 .628.91.718 2.509 1.106C8 5.186 9.793 5.888 9.793 8.16c0 2.33-2.076 3.57-4.6 3.57-2.78 0-4.885-1.195-4.93-3.66" fill="#00214D" mask="url(#avb)"/></g><path d="M44.037 7.081c0-1.285-.448-2.15-1.314-2.15-.868 0-1.286.865-1.286 2.15 0 1.284.418 2.15 1.286 2.15.866 0 1.314-.866 1.314-2.15m-5.468 0c0-2.315 1.644-4.049 4.183-4.049 2.54 0 4.153 1.734 4.153 4.05 0 2.314-1.613 4.032-4.153 4.032-2.539 0-4.183-1.718-4.183-4.033M52.97 10.875v-.986h-.045c-.582.792-1.33 1.225-2.375 1.225-1.822 0-2.72-1.195-2.72-2.943V3.257h2.825v4.242c0 .792.343 1.21 1.015 1.21.733 0 1.166-.522 1.166-1.345V3.257h2.823v7.618h-2.69zM59.662 4.406h.045c.612-.956 1.344-1.314 2.315-1.314.224 0 .373.03.463.075v2.405h-.059c-1.659-.284-2.63.463-2.63 2.181v3.122h-2.823V3.257h2.69v1.15zM62.97 7.081c0-2.315 1.674-4.049 4.184-4.049 2.15 0 3.585 1.27 3.779 3.048h-2.72c-.148-.687-.477-1.076-1.09-1.076-.866 0-1.284.792-1.284 2.077 0 1.27.448 2.046 1.315 2.046.686 0 1.03-.463 1.105-1.329h2.719c0 1.882-1.54 3.316-3.824 3.316-2.51 0-4.183-1.718-4.183-4.033M74.383 6.259h2.629c-.12-.852-.598-1.36-1.27-1.36-.776 0-1.21.524-1.36 1.36m-2.763.792c0-2.301 1.659-4.048 4.064-4.048 1.195 0 2.106.388 2.808 1.03.926.852 1.36 2.21 1.329 3.72h-5.437c.164.88.643 1.419 1.494 1.419.493 0 .852-.194 1.06-.567h2.734c-.164.687-.702 1.359-1.45 1.837-.701.448-1.463.642-2.434.642-2.495 0-4.168-1.703-4.168-4.033" fill="#00214D"/><g transform="translate(83 -.6)"><mask id="avd" fill="#fff"><use xlink:href="#avc"/></mask><path d="M.047 6.173C.047 2.976 2.242.6 5.454.6c1.165 0 2.211.299 2.989.836 1.105.762 1.747 1.957 1.881 3.316H7.202c-.075-.836-.777-1.583-1.793-1.583-1.478 0-2.195 1.255-2.195 3.003 0 1.747.836 3.002 2.226 3.002 1.09 0 1.748-.717 1.852-1.673h3.151a4.593 4.593 0 01-1.388 2.958c-.911.88-2.047 1.27-3.601 1.27-3.257 0-5.407-2.361-5.407-5.557" fill="#00214D" mask="url(#avd)"/></g><path d="M99.673 7.081c0-1.285-.448-2.15-1.314-2.15-.868 0-1.286.865-1.286 2.15 0 1.284.418 2.15 1.286 2.15.866 0 1.314-.866 1.314-2.15m-5.468 0c0-2.315 1.644-4.049 4.183-4.049 2.54 0 4.153 1.734 4.153 4.05 0 2.314-1.613 4.032-4.153 4.032-2.54 0-4.183-1.718-4.183-4.033M103.526 3.257h2.689v1.135h.044c.538-.881 1.27-1.374 2.42-1.374 1.016 0 1.78.493 2.166 1.329h.046c.656-1.016 1.508-1.33 2.494-1.33 1.868 0 2.674 1.315 2.674 3.063v4.795h-2.822V6.603c0-.777-.254-1.284-.971-1.284-.703 0-1.062.626-1.062 1.448v4.108h-2.823V6.603c0-.777-.254-1.284-.97-1.284-.703 0-1.061.626-1.061 1.448v4.108h-2.823V3.257zM122.781 7.17c0-1.165-.478-1.896-1.314-1.896-.867 0-1.434.806-1.434 1.896 0 1.105.567 1.883 1.434 1.883.836 0 1.314-.717 1.314-1.883zm-5.467-3.913h2.69v.895h.044c.552-.716 1.33-1.134 2.375-1.134 2.046 0 3.226 1.822 3.226 4.033 0 2.495-1.314 4.078-3.346 4.078-.91 0-1.613-.344-2.12-.971h-.046v3.24h-2.823V3.258zM131.177 8.111V7.44c-.27.134-.612.254-1.091.36-.821.177-1.075.416-1.075.865 0 .508.418.732.882.732.657 0 1.284-.374 1.284-1.285m-.015 1.927h-.03c-.508.702-1.314 1.031-2.301 1.031-1.464 0-2.54-.792-2.54-2.286 0-1.688 1.3-2.18 2.765-2.345 1.613-.18 2.047-.374 2.047-.85 0-.419-.195-.734-.807-.734-.613 0-.927.36-1.001.911h-2.674c.06-1.508 1.225-2.748 3.615-2.748 1.166 0 1.912.15 2.495.508.792.493 1.179 1.27 1.179 2.285v3.81c0 .642.045.986.285 1.136v.12h-2.78c-.103-.18-.193-.419-.253-.838M137.974 4.302h.045c.612-.836 1.389-1.284 2.449-1.284 1.763 0 2.674 1.18 2.674 2.928v4.929h-2.823V6.633c0-.792-.328-1.314-1.061-1.314-.717 0-1.15.627-1.15 1.448v4.108h-2.823V3.257h2.689v1.045z" fill="#00214D"/><g transform="translate(143 2.4)"><mask id="avf" fill="#fff"><use xlink:href="#ave"/></mask><path d="M1.59 8.82h.942c.627 0 .88-.165.88-.568 0-.24-.163-.643-.342-1.09L.635.856h2.973l.94 3.062c.24.777.449 1.852.449 1.852h.03s.224-1.075.463-1.852L6.416.857h2.809l-2.6 7.618C5.983 10.357 5.087 11 3.548 11H1.59V8.82z" fill="#00214D" mask="url(#avf)"/></g></g></symbol><symbol viewBox="0 0 108 15" id="company-zh-hans" xmlns="http://www.w3.org/2000/svg"><path d="M3.345 4.42V2.275H.51V4.42h2.835zm0 8.58V5.35H.51V13h2.835zM7.2 13V9.865c0-1.725.975-2.475 2.64-2.19h.06V5.26c-.09-.045-.24-.075-.465-.075-.975 0-1.71.36-2.325 1.32h-.045V5.35h-2.7V13H7.2zm7.185.24c2.55 0 4.17-1.725 4.17-4.05 0-2.325-1.62-4.065-4.17-4.065s-4.2 1.74-4.2 4.065 1.65 4.05 4.2 4.05zm-.03-1.89c-.87 0-1.29-.87-1.29-2.16s.42-2.16 1.29-2.16c.87 0 1.32.87 1.32 2.16s-.45 2.16-1.32 2.16zm7.74 1.65V8.875c0-.825.435-1.455 1.155-1.455.735 0 1.065.525 1.065 1.32V13h2.835V8.05c0-1.755-.915-2.94-2.685-2.94-1.065 0-1.845.45-2.46 1.29h-.045V5.35h-2.7V13h2.835zm10.545.255c2.535 0 4.62-1.245 4.62-3.585 0-2.28-1.8-2.985-3.6-3.42-1.605-.39-2.52-.48-2.52-1.11 0-.435.48-.75 1.17-.75.855 0 1.275.375 1.365.96h3.105c-.045-2.34-2.085-3.27-4.305-3.27-2.415 0-4.425.93-4.425 3.39 0 2.28 2.175 2.895 3.975 3.345 1.32.33 2.04.495 2.04 1.14 0 .645-.75.885-1.365.885-1.035 0-1.695-.405-1.8-1.26h-3.21c.045 2.475 2.16 3.675 4.95 3.675zm9.3-.015c2.55 0 4.17-1.725 4.17-4.05 0-2.325-1.62-4.065-4.17-4.065s-4.2 1.74-4.2 4.065 1.65 4.05 4.2 4.05zm-.03-1.89c-.87 0-1.29-.87-1.29-2.16s.42-2.16 1.29-2.16c.87 0 1.32.87 1.32 2.16s-.45 2.16-1.32 2.16zm7.575 1.89c1.05 0 1.8-.435 2.385-1.23h.045V13h2.7V5.35H51.78v4.125c0 .825-.435 1.35-1.17 1.35-.675 0-1.02-.42-1.02-1.215V5.35h-2.835v4.935c0 1.755.9 2.955 2.73 2.955zM58.47 13V9.865c0-1.725.975-2.475 2.64-2.19h.06V5.26c-.09-.045-.24-.075-.465-.075-.975 0-1.71.36-2.325 1.32h-.045V5.35h-2.7V13h2.835zm7.185.24c2.295 0 3.84-1.44 3.84-3.33h-2.73c-.075.87-.42 1.335-1.11 1.335-.87 0-1.32-.78-1.32-2.055 0-1.29.42-2.085 1.29-2.085.615 0 .945.39 1.095 1.08h2.73c-.195-1.785-1.635-3.06-3.795-3.06-2.52 0-4.2 1.74-4.2 4.065s1.68 4.05 4.2 4.05zm8.37-.03c.975 0 1.74-.195 2.445-.645.75-.48 1.29-1.155 1.455-1.845H75.18c-.21.375-.57.57-1.065.57-.855 0-1.335-.54-1.5-1.425h5.46c.03-1.515-.405-2.88-1.335-3.735-.705-.645-1.62-1.035-2.82-1.035-2.415 0-4.08 1.755-4.08 4.065 0 2.34 1.68 4.05 4.185 4.05zm1.23-4.845h-2.64C72.765 7.525 73.2 7 73.98 7c.675 0 1.155.51 1.275 1.365zm4.8-.225c1.005-.81 1.62-1.41 2.37-2.295.975-1.155 1.92-2.58 2.445-3.72.165-.36.3-.6.405-.75l-2.46-.93c-.105.525-.33 1.05-.765 1.8-.87 1.5-1.98 2.67-3.495 3.705.6.69.975 1.23 1.5 2.19zm11.58 0c.495-.975.825-1.485 1.47-2.295-1.2-.735-2.055-1.47-2.865-2.475-.735-.915-1.425-2.16-1.62-2.925l-2.205.915c.06.105.06.105.135.27.645 1.455.975 2.025 1.725 3.075.96 1.335 1.905 2.31 3.36 3.435zm-1.47 6.315L92.4 13.18c-.99-1.905-2.175-3.75-3.675-5.73L86.7 8.56c.51.63 1.095 1.44 1.59 2.28-1.095.165-2.19.255-4.305.36.78-1.245 1.935-3.555 2.745-5.475.105-.27.12-.3.225-.48l-2.685-.66c-.165.78-.3 1.2-.915 2.565a38.9 38.9 0 01-2.115 4.155h-.81c-.51 0-.78-.015-1.095-.045l.36 2.565a7.98 7.98 0 01.84-.09c4.005-.225 6.225-.45 8.865-.885.285.585.39.81.765 1.605zm13.77-.195c2.625 0 3.165-.375 3.165-2.145v-9.81c0-.705.015-1.065.075-1.65-.525.06-.99.075-1.695.075h-9.15c-1.095 0-1.56-.015-2.055-.09v2.28c.54-.06.975-.075 2.055-.075h8.475v8.73c0 .33-.18.45-.63.45-.69 0-1.395-.045-2.295-.15.375.915.51 1.365.69 2.34l.46.022c.354.015.637.023.905.023zm0-8.565v-2.19c-.333.04-.584.056-1.11.06H96.12c-.66 0-.915-.015-1.305-.06v2.19c.333-.053.596-.071 1.103-.074l6.712-.001c.63 0 .93.015 1.305.075zm-6.165 7.11V11.62h4.05c.75 0 1.08.015 1.53.045a17.08 17.08 0 01-.045-1.455V7.735c0-.72.015-1.065.045-1.455a17.35 17.35 0 01-1.348.045H96.9c-.66 0-1.05-.015-1.455-.045.06.42.075.87.075 1.425v3.405c0 .765-.015 1.23-.075 1.695h2.325zm3.315-3.24h-3.3V8.35h3.3v1.215z" fill="#00214D" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 20 20" id="copy" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M6.18 3.52c-.293 0-.363.014-.434.052a.224.224 0 00-.097.097c-.038.071-.052.141-.052.434v14.665c0 .292.014.363.052.434a.224.224 0 00.097.096c.07.038.141.052.434.052h10.43c.292 0 .363-.014.434-.052a.224.224 0 00.097-.096c.038-.071.051-.142.051-.434V4.103c0-.293-.013-.363-.051-.434a.224.224 0 00-.097-.097c-.071-.038-.142-.051-.434-.051H6.18z" stroke="currentColor" stroke-width="1.3"/><path d="M3.755 1.703v9.564a.65.65 0 11-1.3 0V1.053a.65.65 0 01.65-.65h10.042a.65.65 0 110 1.3H3.755z" fill="currentColor" fill-rule="nonzero"/></g></symbol><symbol viewBox="0 0 17 16" id="creative" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M15.984 6.696c.042.084.068.17.079.258a.448.448 0 01-.047.258.465.465 0 01-.18.195.492.492 0 01-.258.07l-2.875.11-1.765 2.297a.608.608 0 01-.18.148.47.47 0 01-.227.055.07.07 0 01-.031-.008.109.109 0 00-.047-.008.47.47 0 01-.234-.101.478.478 0 01-.156-.211l-.844-2.313a.379.379 0 01-.078.11L.859 15.852a.712.712 0 01-.171.102.484.484 0 01-.375 0 .712.712 0 01-.172-.102.521.521 0 01-.141-.359c0-.135.047-.255.14-.36l8.297-8.28.047-.047-2.156-.766a.503.503 0 01-.21-.149.441.441 0 01-.102-.242.42.42 0 01.023-.265.542.542 0 01.149-.203l2.296-1.797.079-2.907a.572.572 0 01.085-.25.483.483 0 01.196-.171A.502.502 0 019.102 0c.088.005.169.034.242.086l2.422 1.61 2.78-.813a.572.572 0 01.267 0c.083.02.161.062.234.125a.572.572 0 01.125.234c.02.083.02.172 0 .266l-.797 2.797 1.61 2.39zm-3.546-.094l2.234-.093-1.266-1.844a.486.486 0 01-.078-.203.52.52 0 01.016-.219l.61-2.14-2.142.624a.52.52 0 01-.218.016.486.486 0 01-.203-.078l-1.844-1.25-.078 2.234a.498.498 0 01-.047.211.39.39 0 01-.14.164L7.531 5.4l2.093.766a.426.426 0 01.297.297l.765 2.094 1.376-1.766a.39.39 0 01.164-.14.498.498 0 01.21-.048z" fill="currentColor"/><path d="M0-1h17v17H0z"/></g></symbol><symbol viewBox="0 0 20 20" id="dog" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M9.972 15.656l-1.064.889c.587.52 1.61.574 2.14.006l-1.076-.895zm-5.627-2.978v-2.302c0-.054-.002-.109.006-.162.03-.188.179-.3.373-.286.167.013.281.135.294.316.003.044.001.088.001.132 0 1.227-.002 2.453 0 3.68.002.683.249 1.264.777 1.716.842.72 1.884.774 2.82.14a5.277 5.277 0 001.07-.976c.19-.225.393-.21.582.014.405.478.869.88 1.437 1.173.98.505 2.134.106 2.726-.633.347-.434.5-.929.498-1.477-.004-1.016-.001-2.032 0-3.047 0-.235-.004-.47 0-.706.004-.174.087-.282.233-.32.249-.064.438.076.439.334.003.746 0 1.492 0 2.238v.16c.692 0 1.364.01 2.037-.003.414-.008.774-.184 1.068-.466.627-.6.763-1.568.338-2.318-.393-.693-.788-1.385-1.182-2.077-.375-.659-.742-1.321-1.127-1.974-.241-.41-.465-.842-.77-1.203-.87-1.025-1.997-1.57-3.367-1.576-1.76-.008-3.52-.01-5.281.004a4.57 4.57 0 00-1.105.15c-.97.254-1.773.779-2.355 1.587-.284.394-.514.826-.757 1.248-.71 1.232-1.406 2.47-2.12 3.7-.347.596-.437 1.206-.16 1.842.251.577.68.966 1.328 1.058.294.042.597.03.896.033.428.005.856.001 1.301.001zm11.257.664v.692c-.005.981-.395 1.79-1.187 2.378-.756.561-1.613.744-2.54.474-.109-.031-.17-.008-.248.063-.54.49-1.164.75-1.91.646-.544-.076-1.006-.326-1.425-.667-.043-.035-.128-.061-.178-.045-1.15.365-2.486-.1-3.202-1.092a2.886 2.886 0 01-.567-1.719v-.722c-.064-.003-.122-.008-.179-.008-.628-.004-1.258.013-1.885-.016-1.122-.051-2.097-.963-2.25-2.055-.09-.65.013-1.249.355-1.822.473-.794.915-1.606 1.373-2.41.406-.714.807-1.43 1.223-2.138.733-1.243 1.819-2.027 3.234-2.377.523-.13 1.055-.131 1.59-.13 1.272.004 2.543-.002 3.815.003.523.002 1.05-.016 1.568.04 1.102.121 2.057.573 2.868 1.326.476.44.82.967 1.13 1.524.443.795.902 1.58 1.352 2.37.38.667.774 1.327 1.134 2.004.611 1.147.22 2.599-.875 3.301-.406.26-.86.38-1.346.38H15.602z" fill="currentColor" stroke="currentColor" stroke-width=".588"/><path d="M13.569 7.759a.573.573 0 00-.591-.571.564.564 0 00-.583.576c-.001.33.262.588.595.583a.59.59 0 00.579-.588M6.968 7.19c-.36.01-.6.254-.59.598.009.312.29.57.61.558a.58.58 0 00.563-.614.558.558 0 00-.583-.542m3.018 2.744l-.126-.007c-.663-.03-1.19.196-1.518.788-.17.305-.206.643-.22.982-.01.226.078.42.242.58.37.363.83.583 1.287.814.229.114.42.111.646-.002.463-.231.937-.445 1.292-.83.111-.12.21-.292.224-.448a1.894 1.894 0 00-.21-1.097c-.34-.617-.894-.831-1.617-.78" fill="#FEFEFE"/><path d="M9.976 10.566l-.003.018c-.105 0-.21-.005-.313 0-.41.024-.68.23-.794.616-.038.13-.046.269-.075.403-.026.122.015.214.117.277.328.2.658.4.99.595.035.02.102.025.137.006.295-.16.588-.326.879-.495.214-.124.28-.301.229-.545-.079-.367-.198-.7-.61-.81-.178-.048-.371-.045-.557-.065m.01-.63c.723-.052 1.278.162 1.617.779.188.34.244.719.21 1.097-.014.156-.113.329-.224.449-.355.384-.83.598-1.292.83a.653.653 0 01-.646 0c-.458-.23-.918-.45-1.287-.813a.744.744 0 01-.243-.58c.015-.34.052-.677.22-.982.328-.592.856-.819 1.52-.788l.125.007M6.968 7.19c.317-.009.574.23.583.543a.58.58 0 01-.564.614.593.593 0 01-.61-.558c-.01-.344.231-.588.59-.598M12.99 8.347a.579.579 0 01-.595-.583c0-.331.248-.576.583-.576.333 0 .589.247.591.57a.59.59 0 01-.579.59z" stroke="currentColor" stroke-width=".5" fill="currentColor"/></g></symbol><symbol viewBox="0 0 20 20" id="eye" xmlns="http://www.w3.org/2000/svg"><path d="M10.058 6.212c1.04 0 1.924.374 2.652 1.12A3.714 3.714 0 0113.8 10.02c0 1.057-.364 1.956-1.091 2.697a3.579 3.579 0 01-2.652 1.11c-1.026 0-1.907-.37-2.64-1.11-.735-.74-1.102-1.64-1.102-2.697 0-1.045.367-1.94 1.101-2.687.734-.747 1.615-1.12 2.641-1.12zm0 6.346c.69 0 1.274-.251 1.755-.753.48-.503.721-1.104.721-1.805 0-.7-.244-1.299-.73-1.795a2.384 2.384 0 00-1.765-.743c-.689 0-1.277.248-1.764.743A2.467 2.467 0 007.544 10c0 .7.25 1.302.75 1.805.5.502 1.089.753 1.764.753zm9.923-2.697c0 .027.003.053.01.08.006.026.009.052.009.079a.467.467 0 01-.01.09.467.467 0 00-.01.088c-.012.014-.019.027-.019.04v.06l-.02.02v.029c0 .007-.006.017-.019.03a10.543 10.543 0 01-1.715 2.816 10.823 10.823 0 01-5.156 3.36C12.057 16.852 11.04 17 10 17s-2.057-.149-3.05-.446a10.823 10.823 0 01-5.156-3.361 10.943 10.943 0 01-1.736-2.816v-.06l-.01-.01c-.006-.006-.009-.016-.009-.03v-.039a.154.154 0 00-.02-.06.331.331 0 00-.01-.079.331.331 0 01-.009-.08c0-.026.003-.055.01-.088a.467.467 0 00.01-.09c.012-.013.019-.026.019-.04v-.059l.02-.02v-.06c.454-1.057 1.036-1.999 1.744-2.825a11.123 11.123 0 012.369-2.092 10.667 10.667 0 012.807-1.299 10.686 10.686 0 016.11 0c.995.298 1.92.73 2.778 1.299a11.14 11.14 0 012.34 2.092 10.706 10.706 0 011.715 2.826c.013.013.02.023.02.03v.03l.01.01c.006.006.009.016.009.029v.04c0 .013.007.033.02.06zM10 15.731c.884 0 1.758-.12 2.622-.357a9.142 9.142 0 002.436-1.07 9.47 9.47 0 003.655-4.283 9.614 9.614 0 00-1.559-2.5 9.547 9.547 0 00-2.076-1.794 9.23 9.23 0 00-2.427-1.091 9.481 9.481 0 00-2.612-.367c-.884 0-1.758.122-2.622.367a9.352 9.352 0 00-2.446 1.09 9.844 9.844 0 00-2.106 1.795 9.332 9.332 0 00-1.578 2.499 9.332 9.332 0 001.578 2.498 9.715 9.715 0 002.096 1.785c.76.476 1.57.833 2.427 1.07a9.727 9.727 0 002.612.358z" fill="currentColor" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 20 20" id="facebook" xmlns="http://www.w3.org/2000/svg"><path d="M14.586.004L11.947 0c-2.964 0-4.88 1.932-4.88 4.922v2.27H4.416A.411.411 0 004 7.598v3.289c0 .225.186.407.415.407h2.653v8.297c0 .226.185.408.415.408h3.46c.23 0 .416-.183.416-.408v-8.297h3.101c.23 0 .415-.182.415-.407l.001-3.289a.405.405 0 00-.121-.288.419.419 0 00-.294-.12H11.36V5.268c0-.925.224-1.394 1.449-1.394l1.777-.001A.411.411 0 0015 3.465V.412a.411.411 0 00-.414-.408z" fill="currentColor" fill-rule="evenodd"/></symbol><symbol viewBox="0 0 40 40" id="facebook-fill" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle cx="20" cy="20" r="19.5" fill="#36599E" stroke="#36599E"/><path fill="#FFF" d="M16.155 15.687h1.92v-.94c0-1.066.115-1.85.338-2.361.238-.533.668-.933 1.298-1.266.614-.333 1.405-.496 2.373-.496.976 0 1.928.14 2.873.422l-.461 2.317a7.164 7.164 0 00-1.582-.193c-.507 0-.853.119-1.068.348-.23.215-.33.652-.33 1.288v.881h2.58v2.62h-2.58v9.92h-3.44v-9.92h-1.92v-2.62z"/></g></symbol><symbol viewBox="0 0 20 20" id="file" xmlns="http://www.w3.org/2000/svg"><path d="M11.509 0l6.138 6.25v12.5c0 .352-.118.648-.355.889-.236.24-.527.361-.873.361H4.757c-.345 0-.636-.12-.873-.361a1.22 1.22 0 01-.355-.889V1.25c0-.352.119-.648.355-.889.237-.24.528-.361.873-.361h6.752zm4.91 6.777L11.01 1.25h-.115v5.625h5.524v-.098zM4.757 18.75h11.662V8.125H9.668V1.25H4.757v17.5z" fill="currentColor" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 15 16" id="flag" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" fill-rule="evenodd" d="M10.305 1.484c.625 0 1.206-.078 1.742-.234.537-.156 1-.328 1.39-.516a6.33 6.33 0 00.915-.515l.328-.235v8.5l-.312.235c-.209.156-.5.328-.875.515a8.46 8.46 0 01-1.344.516 5.963 5.963 0 01-1.719.234c-.625 0-1.172-.078-1.64-.234a25.495 25.495 0 01-1.407-.516 15.848 15.848 0 00-1.523-.515c-.547-.157-1.216-.235-2.008-.235-.458 0-.87.065-1.234.196-.365.13-.678.284-.938.46v6.376a.48.48 0 01-.148.351.48.48 0 01-.352.149.48.48 0 01-.352-.149.48.48 0 01-.148-.351V1.53l.883-.773C2.15.242 2.956-.016 3.977-.016c.792 0 1.448.078 1.969.235.52.156 1 .328 1.437.515.438.188.878.36 1.32.516.443.156.977.234 1.602.234zm3.375 6.5V1.72c-.437.198-.943.375-1.516.531a7.046 7.046 0 01-1.859.234c-.687 0-1.276-.08-1.766-.242a17.1 17.1 0 01-1.39-.523 15.134 15.134 0 00-1.367-.508C5.308 1.06 4.706.984 3.977.984c-.552 0-1.026.118-1.422.352-.396.234-.687.435-.875.601v6.047c.292-.135.62-.252.984-.351.365-.1.76-.149 1.188-.149.927 0 1.708.097 2.344.29.635.192 1.213.393 1.734.601.427.177.828.323 1.203.438.375.114.807.171 1.297.171.74 0 1.396-.122 1.969-.367.573-.245 1-.456 1.281-.633z"/></symbol><symbol viewBox="0 0 20 20" id="folder" xmlns="http://www.w3.org/2000/svg"><path d="M18.75 4.188c.352 0 .648.118.889.354.24.236.361.526.361.87v11.012c0 .344-.12.634-.361.87-.241.235-.537.353-.889.353H1.25c-.339 0-.632-.118-.879-.354a1.155 1.155 0 01-.371-.87V3.577c0-.344.124-.634.371-.87.247-.235.54-.353.879-.353H7.5l1.875 1.835h9.375zm-17.5-.612v3.06h17.5V5.411H8.867l-.39-.363-1.543-1.473H1.25zm0 12.848h17.5V7.859H1.25v8.565z" fill="currentColor" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 20 20" id="gaming" xmlns="http://www.w3.org/2000/svg"><path d="M14.512 1.558c.703.325 1.39.657 2.06.996.67.339 1.27.703 1.797 1.094.527.39.944.814 1.25 1.27.306.455.433.963.381 1.523-.04.56-.231 1.022-.576 1.386a4.448 4.448 0 01-1.299.928c-.52.254-1.1.462-1.738.625a79.58 79.58 0 01-1.895.46c-.195.038-.387.077-.576.116-.189.04-.368.085-.537.137-.3.065-.566.189-.8.371a12.85 12.85 0 00-.958.86l-.371.37c-.39.391-.674.707-.85.948a2.38 2.38 0 00-.38.81l-.127.538c-.046.188-.088.38-.127.576a79.58 79.58 0 01-.46 1.894 9.545 9.545 0 01-.615 1.739 4.22 4.22 0 01-.927 1.298c-.371.345-.837.544-1.397.596h-.176c-.533 0-1.018-.16-1.455-.478a5.643 5.643 0 01-1.22-1.26c-.378-.521-.733-1.11-1.065-1.768a63.172 63.172 0 01-.967-2.002A669.458 669.458 0 01.82 13.18c-.351-.69-.592-1.348-.722-1.973A5.044 5.044 0 01.039 9.39 4.919 4.919 0 01.654 7.68a7.928 7.928 0 011.28-1.63l4.043-4.063c.416-.404.96-.827 1.63-1.27C8.278.275 9.095.054 10.06.054c.481 0 .973.068 1.474.205a8.589 8.589 0 011.572.615c.222.104.45.215.684.332.234.118.475.235.723.352zm4.199 4.766c.039-.417-.147-.82-.557-1.211-.41-.391-.927-.765-1.552-1.123a25.83 25.83 0 00-2.041-1.045 70.198 70.198 0 01-2.041-.977A7.132 7.132 0 0011.2 1.45a4.533 4.533 0 00-1.181-.166c-.6 0-1.156.14-1.67.42a6.68 6.68 0 00-1.514 1.162c-.156.157-.332.33-.527.518-.196.189-.41.4-.645.635-.325.338-.631.65-.918.937-.286.287-.553.547-.8.782-.222.234-.43.446-.626.634-.195.19-.37.362-.527.518-.794.807-1.296 1.65-1.504 2.53-.208.878 0 1.936.625 3.173.313.612.632 1.28.957 2.002.326.723.664 1.396 1.016 2.021.351.626.72 1.146 1.103 1.563.384.417.778.625 1.182.625h.098c.39-.04.716-.257.976-.654s.485-.886.674-1.465c.189-.58.351-1.192.488-1.836.137-.645.27-1.227.4-1.748.105-.456.284-.85.538-1.182.254-.332.589-.713 1.006-1.142a.64.64 0 00.097-.078.64.64 0 00.078-.098.64.64 0 00.098-.078l.098-.098c.416-.417.79-.752 1.123-1.006.332-.254.726-.44 1.181-.556.521-.13 1.104-.26 1.748-.391.645-.13 1.254-.29 1.827-.479a6.125 6.125 0 001.464-.683c.404-.267.619-.596.645-.986zm-9.356.605v-1.25h1.25v1.25h-1.25zm0-1.875v-1.25h1.25v1.25h-1.25zm1.875 0v-1.25h1.25v1.25h-1.25zm0 1.875v-1.25h1.25v1.25h-1.25zm-4.785 3.75l.489.488c.117.117.175.26.175.43 0 .17-.058.312-.175.43a.584.584 0 01-.43.175.584.584 0 01-.43-.175l-.488-.489-.469.47a.573.573 0 01-.42.175.573.573 0 01-.42-.176.573.573 0 01-.175-.42c0-.163.058-.303.175-.42l.47-.488-.47-.469a.573.573 0 01-.175-.42c0-.162.058-.302.175-.42a.573.573 0 01.42-.175c.163 0 .303.058.42.175l.469.47.488-.47a.573.573 0 01.42-.175c.163 0 .303.058.42.175a.573.573 0 01.176.42.573.573 0 01-.176.42l-.469.469z" fill="currentColor" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 20 20" id="gear" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h20v20H0z"/><path d="M0 0h20v20H0z"/><path d="M18.75 8.105c.3.053.583.199.85.44.267.24.4.537.4.889v1.25a.99.99 0 01-.4.82c-.267.208-.55.351-.85.43l-1.621.39a9.12 9.12 0 01-.205.557 5.344 5.344 0 01-.244.517l.86 1.446c.168.26.272.56.312.898.039.339-.066.632-.313.88l-.879.878a1.129 1.129 0 01-.898.342 1.84 1.84 0 01-.918-.283l-1.406-.899c-.183.091-.365.176-.547.254-.183.078-.378.15-.586.215l-.352 1.621c-.052.3-.198.583-.44.85-.24.267-.536.4-.888.4h-1.25a.99.99 0 01-.82-.4 2.332 2.332 0 01-.43-.85l-.39-1.602a8.002 8.002 0 01-.626-.224 6.421 6.421 0 01-.605-.283l-1.445.918c-.248.169-.55.263-.909.283a1.084 1.084 0 01-.888-.342l-.899-.879a1.047 1.047 0 01-.293-.879c.04-.338.137-.638.293-.898l.918-1.524a10.757 10.757 0 01-.224-.478 4.038 4.038 0 01-.186-.518l-1.621-.39a2.332 2.332 0 01-.85-.43.99.99 0 01-.4-.82v-1.25c0-.352.133-.648.4-.89.267-.24.55-.386.85-.439l1.602-.351c.052-.182.117-.365.195-.547.078-.182.156-.358.234-.527l-.918-1.524a2.218 2.218 0 01-.293-.898c-.039-.339.059-.632.293-.88l.899-.878c.234-.247.53-.361.888-.342.358.02.661.114.909.283l1.445.918a7.1 7.1 0 011.21-.507l.411-1.602c.065-.3.202-.583.41-.85.208-.267.488-.4.84-.4h1.25c.352 0 .645.133.879.4.234.267.384.544.45.83l.35 1.641a8.71 8.71 0 011.133.469l1.407-.899c.26-.169.566-.263.918-.283.351-.02.65.095.898.342l.88.879c.246.247.35.54.312.879-.04.338-.144.638-.313.898l-.86 1.446c.092.182.18.367.264.556.085.189.153.388.205.596l1.602.351zm0 2.48l.02-1.112a.687.687 0 00-.098-.069.521.521 0 00-.176-.068l-2.324-.527-.215-.684a3.298 3.298 0 00-.156-.469 5.478 5.478 0 00-.235-.488l-.312-.625 1.23-2.05a.632.632 0 00.088-.157.374.374 0 00.03-.117l-.82-.801a.464.464 0 00-.255.078l-2.011 1.29-.645-.333a15.34 15.34 0 00-.469-.224 2.539 2.539 0 00-.488-.167l-.684-.234-.507-2.363a.575.575 0 00-.059-.147l-.039-.068H9.473a.454.454 0 00-.078.117.694.694 0 00-.06.196L8.77 3.828l-.665.215c-.169.052-.338.114-.507.186-.17.071-.339.153-.508.244l-.645.332-2.09-1.328-.097-.05a.895.895 0 00-.117-.048l-.82.82c0 .04.01.085.029.137.02.052.048.11.087.176l1.27 2.11-.312.605c-.079.169-.147.325-.206.468a3.72 3.72 0 00-.146.43l-.215.684-2.363.527a.716.716 0 00-.127.059.265.265 0 01-.088.039v1.152a.327.327 0 00.117.068c.052.02.117.036.196.05l2.285.585.215.664c.039.13.087.264.146.4.059.137.127.277.205.42l.293.606-1.27 2.129a.632.632 0 00-.087.156.398.398 0 00-.03.137l.82.8c.04 0 .082-.01.128-.029a.787.787 0 00.127-.068l2.05-1.309.645.332c.17.091.338.173.508.244.169.072.338.134.507.186l.665.215.585 2.305c.013.065.03.12.05.166a.34.34 0 00.068.107h1.132a.687.687 0 00.069-.098.545.545 0 00.068-.156l.508-2.324.684-.235a6.854 6.854 0 00.937-.39l.645-.332 2.05 1.308.098.05c.04.019.078.035.117.048l.82-.82c0-.04-.01-.085-.029-.137a1.101 1.101 0 00-.088-.176l-1.23-2.031.312-.625c.079-.143.147-.29.205-.44.06-.15.114-.302.166-.458l.215-.645 2.325-.586a.847.847 0 00.166-.049.34.34 0 00.107-.068zM10 6.25c1.042 0 1.93.365 2.666 1.094.736.729 1.104 1.614 1.104 2.656s-.368 1.927-1.104 2.656c-.736.73-1.624 1.094-2.666 1.094-1.029 0-1.91-.365-2.646-1.094C6.618 11.927 6.25 11.042 6.25 10s.368-1.927 1.104-2.656C8.089 6.614 8.97 6.25 10 6.25zm0 6.25c.69 0 1.28-.244 1.768-.732A2.409 2.409 0 0012.5 10c0-.69-.244-1.28-.732-1.768A2.409 2.409 0 0010 7.5c-.69 0-1.28.244-1.768.732A2.409 2.409 0 007.5 10c0 .69.244 1.28.732 1.768A2.409 2.409 0 0010 12.5z" fill="currentColor" fill-rule="nonzero"/></g></symbol><symbol viewBox="0 0 13 13" id="ghost" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M6.5-.188c.728 0 1.411.149 2.05.445a5.35 5.35 0 011.676 1.212 5.816 5.816 0 011.136 1.797c.28.685.42 1.417.42 2.196v6.944a.372.372 0 01-.077.229.477.477 0 01-.19.152.362.362 0 01-.242.02.353.353 0 01-.203-.134l-1.498-1.676-1.218 1.65a.354.354 0 01-.14.121.42.42 0 01-.19.044.394.394 0 01-.318-.165l-1.193-1.612-1.194 1.612a.494.494 0 01-.146.121.382.382 0 01-.184.044.382.382 0 01-.184-.044.494.494 0 01-.146-.12l-1.193-1.664-1.536 1.702a.425.425 0 01-.444.102.477.477 0 01-.191-.153.371.371 0 01-.076-.229V5.462c0-.779.14-1.51.419-2.196a5.821 5.821 0 011.136-1.797A5.35 5.35 0 014.45.257 4.816 4.816 0 016.5-.188zm4.469 11.528V5.462a4.97 4.97 0 00-.356-1.873 5.074 5.074 0 00-.958-1.542 4.466 4.466 0 00-1.416-1.041A4.047 4.047 0 006.5.625c-.618 0-1.198.127-1.74.38a4.503 4.503 0 00-1.415 1.042 5.074 5.074 0 00-1.314 3.415v5.89L3.2 10.07a.308.308 0 01.134-.095.441.441 0 01.158-.032h.026c.059 0 .116.015.171.045.055.03.1.07.133.12l1.168 1.613 1.206-1.613a.354.354 0 01.14-.12.42.42 0 01.19-.045.394.394 0 01.318.165l1.18 1.613 1.194-1.613a.366.366 0 01.304-.165c.06 0 .117.01.172.032a.356.356 0 01.146.108l1.13 1.257zM8.53 4.28c.22 0 .41.08.572.241a.78.78 0 01.24.572c0 .22-.08.41-.24.571a.78.78 0 01-.572.241.78.78 0 01-.571-.241.78.78 0 01-.241-.571c0-.22.08-.41.241-.572a.78.78 0 01.571-.24zm-4.062 0c.22 0 .41.08.571.241a.78.78 0 01.241.572c0 .22-.08.41-.241.571a.78.78 0 01-.571.241.78.78 0 01-.572-.241.78.78 0 01-.24-.571c0-.22.08-.41.24-.572a.78.78 0 01.572-.24z"/></symbol><symbol viewBox="0 0 46 56" id="ghost-large" xmlns="http://www.w3.org/2000/svg"><defs><path id="bja" d="M0 0h46v56H0z"/></defs><g fill="none" fill-rule="evenodd"><mask id="bjb" fill="#fff"><use xlink:href="#bja"/></mask><path fill="currentColor" d="M13.893 25.53c-.806 0-1.487-.284-2.082-.868-.594-.585-.883-1.254-.883-2.047 0-.794.289-1.463.883-2.047.594-.585 1.275-.868 2.082-.868.807 0 1.488.283 2.082.868.594.584.883 1.254.883 2.047 0 .793-.289 1.462-.883 2.047-.594.584-1.275.868-2.082.868zm18.214 0c-.807 0-1.488-.284-2.082-.868-.594-.585-.883-1.254-.883-2.047 0-.794.289-1.463.883-2.047.594-.585 1.275-.868 2.082-.868.806 0 1.487.283 2.082.868.594.584.883 1.254.883 2.047 0 .793-.289 1.462-.883 2.047-.595.584-1.276.868-2.082.868zM9.624 44.66c.153 0 .3.037.447.115.149.08.265.182.356.315l5.791 7.861 5.959-7.831a.945.945 0 01.386-.335c.172-.084.352-.126.55-.126.161 0 .323.042.494.126.16.078.28.178.366.305l5.854 7.861 5.898-7.834a.997.997 0 01.374-.341.932.932 0 01.448-.117c.183 0 .355.032.525.096a.93.93 0 01.377.28l6.264 6.852V24.238c0-2.982-.553-5.843-1.643-8.504-1.088-2.655-2.577-5.01-4.426-7a20.772 20.772 0 00-6.559-4.743C28.577 2.835 25.857 2.25 23 2.25c-2.858 0-5.578.586-8.085 1.742a20.757 20.757 0 00-6.56 4.743c-1.848 1.99-3.337 4.345-4.425 7-1.09 2.66-1.643 5.52-1.643 8.504v27.688L8.703 45a.76.76 0 01.338-.246c.168-.064.326-.096.47-.096h.113zM44.83 56c-.084 0-.173-.011-.265-.034a.904.904 0 01-.532-.34l-7.309-8.043-5.96 7.934a.952.952 0 01-.384.332 1.22 1.22 0 01-.55.126c-.16 0-.322-.042-.494-.126a.909.909 0 01-.364-.305l-5.915-7.858-5.895 7.83c-.11.13-.26.251-.432.343a1.057 1.057 0 01-.503.116 1.05 1.05 0 01-.504-.117 1.531 1.531 0 01-.455-.371l-5.81-7.965-7.451 8.112a1.24 1.24 0 01-.384.252 1.25 1.25 0 01-.66.073 2.09 2.09 0 01-.232-.063 1.446 1.446 0 01-.525-.438A.959.959 0 010 54.85V24.238c0-3.33.615-6.503 1.828-9.43 1.216-2.934 2.885-5.529 4.962-7.716a23.404 23.404 0 017.302-5.195C16.854.638 19.851 0 23 0c3.149 0 6.146.639 8.908 1.897a23.412 23.412 0 017.302 5.195c2.077 2.187 3.747 4.783 4.962 7.716 1.213 2.927 1.828 6.1 1.828 9.43V54.85c0 .23-.066.423-.206.608-.159.207-.35.359-.587.462a.923.923 0 01-.377.08z" mask="url(#bjb)"/></g></symbol><symbol viewBox="0 0 27 27" id="github" xmlns="http://www.w3.org/2000/svg"><path fill="#FFF" d="M9.2 26.875c.429 0 .644-.215.644-.645v-2.285c-.313.078-.742.117-1.29.117-.742 0-1.376-.175-1.904-.527-.527-.351-.85-.635-.966-.85a2.403 2.403 0 01-.235-.556c-.39-1.016-.879-1.68-1.465-1.992-.78-.547-.761-.82.059-.82.86.078 1.543.546 2.05 1.406.548.976 1.31 1.465 2.286 1.465a3.36 3.36 0 001.523-.352c.118-.781.391-1.387.82-1.816-1.796-.235-3.242-.811-4.335-1.729-1.094-.918-1.64-2.549-1.64-4.893 0-1.406.448-2.617 1.347-3.632-.39-1.133-.352-2.325.117-3.575h.293c.898 0 2.012.47 3.34 1.407a12.303 12.303 0 013.281-.47c1.055 0 2.148.157 3.281.47 1.328-.938 2.442-1.407 3.34-1.407h.293c.469 1.25.508 2.442.117 3.575.899 1.015 1.348 2.226 1.348 3.632 0 2.344-.557 3.975-1.67 4.893-1.113.918-2.568 1.494-4.365 1.729.625.546.937 1.386.937 2.52 0 .702-.01 1.474-.03 2.314-.019.84-.028 1.279-.028 1.318 0 .469.234.703.703.703h.234c2.617-.898 4.766-2.52 6.445-4.863 1.68-2.344 2.52-4.98 2.52-7.91 0-3.711-1.28-6.885-3.838-9.522C19.854 1.943 16.758.625 13.125.625c-3.633 0-6.738 1.328-9.316 3.984C1.269 7.227 0 10.391 0 14.102c0 2.968.83 5.615 2.49 7.939 1.66 2.324 3.819 3.936 6.475 4.834h.234z"/></symbol><symbol viewBox="0 0 20 20" id="graph" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M18.438 4.706c.43 0 .797.153 1.103.459.306.306.459.674.459 1.103 0 .43-.153.798-.459 1.104a1.505 1.505 0 01-1.104.459c-.117 0-.227-.013-.332-.04a1.932 1.932 0 01-.293-.097L13.75 11.19v.078c0 .43-.153.798-.459 1.104a1.505 1.505 0 01-1.104.459c-.43 0-.797-.15-1.103-.45a1.473 1.473 0 01-.459-1.093l-2.91-1.465a1.57 1.57 0 01-1.387.488 1.542 1.542 0 01-.234-.058l-3.086 3.554a1.428 1.428 0 01.117.586c0 .43-.153.798-.459 1.104a1.505 1.505 0 01-1.103.459c-.43 0-.798-.153-1.104-.46A1.505 1.505 0 010 14.394c0-.43.153-.797.459-1.103a1.505 1.505 0 011.377-.43c.091.02.182.042.273.069l3.047-3.497A1.473 1.473 0 015 8.768c0-.43.153-.797.459-1.103a1.505 1.505 0 011.104-.46c.416 0 .771.14 1.064.42.293.28.452.623.478 1.026l2.989 1.504a1.543 1.543 0 011.094-.45c.182 0 .354.033.517.099.163.065.316.15.46.253l3.808-3.28a2.671 2.671 0 01-.069-.245 1.505 1.505 0 01.43-1.367 1.505 1.505 0 011.104-.46z" fill="currentColor" fill-rule="nonzero"/><path d="M0 0h20v20H0z"/></g></symbol><symbol viewBox="0 0 20 20" id="heart" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h20v20H0z"/><path d="M5.625 2.3c-.599 0-1.146.091-1.64.274a3.96 3.96 0 00-1.387.898 4.81 4.81 0 00-.996 1.504 4.507 4.507 0 00-.352 1.758 4.582 4.582 0 001.348 3.242c.156.156.576.609 1.26 1.357.683.749 1.419 1.556 2.206 2.422.788.866 1.527 1.686 2.217 2.461.69.775 1.133 1.266 1.328 1.475a.611.611 0 00.586.127.596.596 0 00.235-.127c.78-.86 1.585-1.732 2.412-2.617.827-.886 1.575-1.693 2.246-2.422.67-.73 1.224-1.328 1.66-1.797.436-.469.667-.71.693-.723a4.81 4.81 0 00.997-1.504c.234-.56.351-1.146.351-1.758a4.582 4.582 0 00-1.348-3.242c-.455-.456-.93-.79-1.425-1.006a4.076 4.076 0 00-1.641-.322c-.443 0-.973.182-1.592.547-.618.365-1.24.866-1.865 1.504l-.879.898-.898-.879C8.242 3.485 7.51 2.92 6.943 2.671c-.566-.247-1.005-.37-1.318-.37zm0-1.25c.768 0 1.533.247 2.295.742a13.5 13.5 0 012.1 1.68 11.741 11.741 0 012.08-1.68c.774-.495 1.533-.742 2.275-.742.768 0 1.478.14 2.129.42.651.28 1.256.706 1.816 1.28a5.502 5.502 0 011.29 1.923c.286.723.43 1.455.43 2.197 0 .743-.144 1.475-.43 2.198a5.698 5.698 0 01-1.29 1.943l-1.123 1.201c-.735.788-1.536 1.654-2.402 2.598-.866.944-1.66 1.803-2.383 2.578l-1.084 1.162a1.853 1.853 0 01-2.012.41 1.848 1.848 0 01-.605-.41l-1.006-1.103a611.97 611.97 0 01-2.256-2.49 571.756 571.756 0 00-3.73-4.102A5.723 5.723 0 01.429 8.92 5.868 5.868 0 010 6.724c0-.749.143-1.481.43-2.197a5.723 5.723 0 011.289-1.934c.547-.547 1.149-.94 1.806-1.182a6.056 6.056 0 012.1-.36z" fill="currentColor" fill-rule="nonzero"/></g></symbol><symbol viewBox="0 0 20 20" id="hour-glass" xmlns="http://www.w3.org/2000/svg"><path d="M16.27 20.23a.617.617 0 00.625-.625.6.6 0 00-.186-.439.6.6 0 00-.44-.186h-1.25c0-.338.004-.807.01-1.406.007-.599.01-1.27.01-2.012 0-1.132-.277-2.102-.83-2.91-.553-.807-1.449-1.523-2.686-2.148 1.198-.6 2.08-1.292 2.647-2.08.566-.788.85-1.69.85-2.705v-4.2h1.25a.6.6 0 00.439-.185.6.6 0 00.186-.44.617.617 0 00-.625-.625H3.73a.617.617 0 00-.625.626.6.6 0 00.186.439.6.6 0 00.44.186H5.02v4.199c0 1.015.283 1.917.85 2.705.566.788 1.435 1.48 2.607 2.08-1.224.625-2.11 1.341-2.657 2.148-.547.808-.82 1.778-.82 2.91 0 .743.003 1.413.01 2.012.006.6.01 1.068.01 1.406H3.73a.6.6 0 00-.439.186.6.6 0 00-.186.44.617.617 0 00.625.625h12.54zM10 9.84c-1.654-.69-2.689-1.4-3.105-2.13-.417-.728-.625-1.392-.625-1.991v-4.2h7.5v4.2c0 .599-.212 1.263-.635 1.992-.423.73-1.468 1.439-3.135 2.129zm3.77 9.14h-7.5c0-.338-.004-.804-.01-1.396-.007-.592-.01-1.266-.01-2.021 0-.86.234-1.641.703-2.344.469-.703 1.484-1.38 3.047-2.031 1.563.65 2.585 1.328 3.066 2.03.482.704.723 1.485.723 2.345 0 .742-.003 1.412-.01 2.011-.006.6-.01 1.068-.01 1.406z" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 20 20" id="instagram" xmlns="http://www.w3.org/2000/svg"><g><path d="M13.75 0h-7.5A6.25 6.25 0 000 6.25v7.5A6.25 6.25 0 006.25 20h7.5A6.25 6.25 0 0020 13.75v-7.5A6.25 6.25 0 0013.75 0zm4.375 13.75a4.38 4.38 0 01-4.375 4.375h-7.5a4.38 4.38 0 01-4.375-4.375v-7.5A4.38 4.38 0 016.25 1.875h7.5a4.38 4.38 0 014.375 4.375v7.5z"/><path d="M10 5a5 5 0 100 10 5 5 0 000-10zm0 8.125A3.13 3.13 0 016.875 10 3.129 3.129 0 0110 6.875 3.129 3.129 0 0113.125 10 3.13 3.13 0 0110 13.125z"/><circle cx="15.375" cy="4.625" r="1"/></g></symbol><symbol viewBox="0 0 20 20" id="ios" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h20v20H0z"/><g fill="currentColor" fill-rule="nonzero"><path d="M13.53.001c-1.112.075-2.303.737-3.04 1.63-.644.786-1.185 1.94-.98 3.137-.183-.057-.35-.063-.551-.135-.547-.194-1.172-.404-1.948-.404-1.543 0-3.122.917-4.118 2.45-1.449 2.228-1.158 6.148 1.042 9.497.387.589.84 1.23 1.397 1.74s1.231.9 2.022.907c.675.008 1.145-.217 1.568-.404.423-.187.817-.352 1.556-.355h.013c.736-.007 1.118.156 1.531.343.414.187.88.422 1.557.416.805-.006 1.49-.447 2.058-.992.569-.546 1.036-1.215 1.422-1.802.553-.842.775-1.302 1.2-2.242a.393.393 0 00-.22-.527c-1.394-.527-2.189-1.76-2.304-3.064-.114-1.303.437-2.645 1.826-3.406a.394.394 0 00.2-.265.395.395 0 00-.077-.323c-.997-1.24-2.4-1.973-3.774-1.973-.877 0-1.52.207-2.047.404-.087.034-.151.03-.233.061a4.23 4.23 0 001.36-1.127c.644-.826 1.14-2 .956-3.235a.392.392 0 00-.416-.33zm-.417.931c-.026.792-.297 1.567-.747 2.145-.472.606-1.266 1.026-2.035 1.152.014-.762.314-1.55.772-2.108.481-.582 1.278-1.002 2.01-1.189zM7.011 5.013c.632 0 1.14.164 1.678.355.54.192 1.108.417 1.777.417.654 0 1.172-.227 1.679-.417.507-.19 1.013-.355 1.765-.355.981 0 2.043.51 2.88 1.397-1.34.945-1.966 2.419-1.839 3.848a4.389 4.389 0 002.426 3.529c-.309.674-.513 1.12-.968 1.814-.375.57-.82 1.196-1.31 1.666-.49.47-1.01.767-1.533.772-.503.005-.79-.145-1.225-.343-.435-.198-.997-.424-1.863-.417a4.398 4.398 0 00-1.874.417c-.442.194-.731.348-1.238.343-.536-.005-1.034-.265-1.507-.698-.474-.434-.901-1.025-1.275-1.593-2.058-3.137-2.224-6.823-1.041-8.64.867-1.334 2.244-2.095 3.468-2.095z" stroke="currentColor" stroke-width=".4"/><path d="M14.144.303c.176 1.179-.226 2.4-.996 3.387-.128.165-.27.321-.426.468.38-.087.756-.13 1.188-.13 1.437 0 2.896.764 3.93 2.05a.593.593 0 01-.183.888c-1.234.676-1.84 1.884-1.722 3.213.115 1.303.92 2.42 2.175 2.894a.591.591 0 01.332.796c-.49 1.084-.707 1.495-1.216 2.27-.531.808-.952 1.358-1.45 1.836-.697.669-1.412 1.042-2.195 1.048-.512.005-.902-.102-1.426-.337-.047-.02-.11-.05-.215-.097-.553-.25-.857-.33-1.45-.325h-.01c-.594.002-.905.085-1.477.338l-.183.08c-.548.24-.943.347-1.468.341-.777-.007-1.49-.35-2.155-.959-.493-.45-.903-.98-1.43-1.778-2.181-3.323-2.581-7.349-1.042-9.715 1.023-1.575 2.659-2.542 4.286-2.542.677 0 1.19.122 2.015.416.075.027.13.04.25.064-.083-1.046.333-2.12 1.06-3.005.784-.95 2.029-1.624 3.18-1.702a.592.592 0 01.628.5zm-.6-.102c-1.039.07-2.184.69-2.899 1.557-.727.886-1.11 1.968-.937 2.976l.054.321-.31-.096a1.603 1.603 0 00-.161-.04l-.053-.01a2.064 2.064 0 01-.346-.087c-.786-.28-1.26-.393-1.881-.393-1.486 0-2.998.894-3.95 2.36C1.617 9.008 2 12.866 4.1 16.066c.51.773.903 1.28 1.366 1.703.599.548 1.223.848 1.889.854.458.006.803-.087 1.304-.307l.181-.08c.618-.273.98-.37 1.637-.372h.007c.66-.006 1.018.088 1.62.36l.213.097c.477.214.815.306 1.26.302.665-.005 1.29-.332 1.92-.937.472-.452.878-.982 1.394-1.766.496-.756.703-1.15 1.186-2.216a.192.192 0 00-.11-.257c-1.402-.53-2.304-1.78-2.432-3.233-.13-1.483.551-2.844 1.93-3.6a.193.193 0 00.098-.129.194.194 0 00-.036-.158c-.96-1.194-2.308-1.898-3.618-1.898-.716 0-1.265.125-1.975.39a.812.812 0 01-.157.043l-.012.002a.39.39 0 00-.065.018l-.164-.364c.51-.27.96-.642 1.296-1.074.706-.907 1.074-2.021.916-3.082A.192.192 0 0013.545.2zm-2.286 2.047a3.35 3.35 0 00-.711 1.732c.66-.163 1.283-.54 1.66-1.026a3.492 3.492 0 00.686-1.75c-.653.216-1.263.594-1.635 1.044zM13.313.939c-.027.832-.312 1.649-.79 2.26-.489.63-1.315 1.09-2.16 1.227l-.236.039.004-.24c.015-.795.324-1.63.818-2.231.482-.583 1.286-1.044 2.115-1.255l.258-.066-.009.266zm.597 4.274c-.617 0-1.038.097-1.695.343l-.212.08c-.66.251-1.034.349-1.537.349-.519 0-.93-.101-1.632-.352l-.212-.076c-.704-.25-1.098-.344-1.611-.344-1.197 0-2.496.766-3.3 2.005-1.22 1.873-.863 5.52 1.04 8.42.456.692.842 1.188 1.243 1.555.465.426.917.642 1.374.646.25.002.446-.035.673-.12a4.28 4.28 0 00.227-.093l.255-.113c.656-.29 1.197-.43 1.954-.434.757-.006 1.282.133 1.947.435.448.204.356.162.468.205.226.085.422.122.673.12.437-.004.908-.25 1.395-.716.414-.397.815-.92 1.282-1.632a9.862 9.862 0 00.699-1.24c.053-.11.095-.2.176-.375a4.584 4.584 0 01-2.365-3.6c-.131-1.478.502-2.928 1.733-3.89-.77-.746-1.709-1.173-2.575-1.173zm-6.9-.4c.57 0 1.003.103 1.746.367l.213.076c.662.237 1.036.329 1.497.329.442 0 .777-.088 1.395-.323l.214-.08c.698-.262 1.163-.369 1.835-.369 1.044 0 2.156.538 3.025 1.46l.158.167-.188.133c-1.24.875-1.88 2.258-1.755 3.667a4.189 4.189 0 002.317 3.368l.173.086-.08.176c-.138.3-.19.41-.258.554a10.262 10.262 0 01-.725 1.286c-.483.735-.9 1.28-1.34 1.701-.554.532-1.113.823-1.669.828a2.135 2.135 0 01-.817-.146c-.125-.047-.027-.004-.493-.215-.616-.28-1.087-.405-1.778-.399-.696.004-1.186.131-1.796.4l-.256.114a4.653 4.653 0 01-.247.101 2.16 2.16 0 01-.817.145c-.567-.005-1.108-.263-1.64-.75-.43-.395-.835-.913-1.307-1.632C2.433 12.834 2.06 9.02 3.375 7c.876-1.347 2.298-2.186 3.636-2.186z"/></g></g></symbol><symbol viewBox="0 0 20 20" id="ios-fill" xmlns="http://www.w3.org/2000/svg"><path d="M14.125 0c-1.153.067-2.477.71-3.264 1.527-.71.744-1.272 1.85-1.043 2.918 1.253.033 2.511-.626 3.264-1.459.703-.779 1.236-1.866 1.043-2.986zm.068 4.443c-1.809 0-2.565 1.112-3.818 1.112-1.289 0-2.467-1.041-4.027-1.041C4.226 4.514 1 6.48 1 11.11c0 4.213 3.818 8.89 5.973 8.89 1.309.012 1.626-.824 3.402-.833 1.778-.013 2.162.843 3.473.832 1.476-.011 2.628-1.633 3.47-2.918.604-.92.853-1.39 1.32-2.43-3.472-.88-4.163-6.48 0-7.638-.785-1.341-3.08-2.57-4.445-2.57z" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 128 32" id="is-logo" xmlns="http://www.w3.org/2000/svg"><path d="M121.904 14.84c-.26.284-.436.67-.53 1.156l3.104.004c-.07-.498-.237-.887-.501-1.165a1.318 1.318 0 00-.996-.419c-.459 0-.818.141-1.077.425zm-.891 6.422a4.62 4.62 0 01-1.551-.976 4.28 4.28 0 01-1.003-1.488 4.92 4.92 0 01-.35-1.886c0-.672.12-1.294.355-1.867a4.507 4.507 0 01.99-1.494c.424-.422.93-.752 1.518-.988a5.13 5.13 0 011.942-.354c.705 0 1.331.109 1.878.324a4.67 4.67 0 011.436.88 4.395 4.395 0 011.215 1.879c.257.753.374 1.57.35 2.45l-6.422-.008c.093.521.284.927.572 1.217.287.29.684.436 1.19.437.587 0 1.006-.22 1.253-.66l3.228.005a2.885 2.885 0 01-.592 1.164c-.3.37-.675.694-1.122.972a4.32 4.32 0 01-1.315.57 6.446 6.446 0 01-1.561.173c-.741-.001-1.411-.118-2.011-.35zm-9.852.012a4.713 4.713 0 01-1.56-.984 4.284 4.284 0 01-1.003-1.488 4.873 4.873 0 01-.35-1.869c.001-.671.12-1.294.355-1.867a4.365 4.365 0 011.008-1.493 4.64 4.64 0 011.563-.989c.605-.237 1.279-.355 2.02-.354a5.493 5.493 0 011.737.264c.523.174.976.418 1.357.731.382.313.69.688.925 1.123.234.434.381.913.439 1.434l-3.21-.004c-.094-.406-.24-.716-.44-.93-.2-.216-.482-.323-.847-.323-.517 0-.9.212-1.147.641-.248.429-.372 1.02-.373 1.772-.001.741.127 1.324.385 1.748.259.423.647.635 1.164.636.411 0 .72-.13.927-.39.206-.261.333-.646.38-1.156l3.211.005c0 .544-.11 1.05-.329 1.52a3.69 3.69 0 01-.918 1.225 4.29 4.29 0 01-1.43.814 5.513 5.513 0 01-1.844.293c-.741-.001-1.414-.12-2.02-.359zm-6.525-7.456c.366-.556.769-.95 1.21-1.18.442-.232.95-.347 1.526-.346.247 0 .43.03.548.088l-.004 2.798h-.071c-.988-.164-1.752-.035-2.294.388-.541.422-.813 1.137-.814 2.145l-.005 3.632-3.335-.004.013-8.864 3.175.004-.001 1.339h.052zm-7.611 6.367h-.053a3.59 3.59 0 01-1.193 1.06c-.452.242-.99.363-1.614.362-.54 0-1.011-.086-1.411-.254a2.696 2.696 0 01-.996-.705 3.023 3.023 0 01-.598-1.079 4.51 4.51 0 01-.201-1.39l.008-5.718 3.334.004-.006 4.936c-.002.939.397 1.409 1.197 1.41.435 0 .773-.139 1.015-.416.241-.278.363-.66.363-1.147l.007-4.78 3.334.005-.012 8.864-3.176-.004.002-1.148zm-10.6-1.466c.26-.456.39-1.061.39-1.815.002-.753-.127-1.359-.385-1.817-.258-.458-.646-.687-1.163-.688-.517 0-.9.228-1.148.685-.247.457-.372 1.062-.373 1.816-.001.753.122 1.359.368 1.817.247.457.629.687 1.146.688.517 0 .906-.228 1.165-.686zm-3.17 2.516a4.605 4.605 0 01-1.55-.984 4.345 4.345 0 01-.995-1.487 4.875 4.875 0 01-.35-1.869c0-.672.119-1.295.355-1.868a4.435 4.435 0 01.999-1.493c.43-.422.947-.752 1.553-.989.606-.236 1.285-.354 2.038-.353.753 0 1.432.12 2.037.359.606.239 1.12.57 1.542.993.423.423.749.922.977 1.496.229.574.343 1.197.342 1.869a4.976 4.976 0 01-.347 1.868 4.295 4.295 0 01-.98 1.484 4.515 4.515 0 01-1.546.98c-.606.237-1.285.355-2.038.354-.753-.001-1.432-.121-2.037-.36zm-11.183.098a5.72 5.72 0 01-1.834-.793 3.908 3.908 0 01-1.233-1.331c-.3-.534-.454-1.16-.465-1.878l3.776.005c.057.499.272.867.642 1.105s.86.357 1.472.358c.177 0 .362-.017.556-.051a1.77 1.77 0 00.52-.174c.154-.08.28-.188.38-.321a.77.77 0 00.15-.477.708.708 0 00-.157-.47 1.292 1.292 0 00-.458-.331 4.73 4.73 0 00-.75-.261c-.3-.082-.643-.17-1.031-.263-.53-.128-1.07-.28-1.622-.453a6.504 6.504 0 01-1.508-.689 3.59 3.59 0 01-1.11-1.088c-.287-.441-.43-.991-.43-1.652.001-.707.14-1.309.418-1.807.277-.497.65-.902 1.121-1.215a4.95 4.95 0 011.66-.684 9.02 9.02 0 012.01-.214c.647 0 1.274.07 1.88.21a4.95 4.95 0 011.612.672c.47.308.846.702 1.128 1.183.281.482.428 1.059.438 1.73l-3.651-.005a1.282 1.282 0 00-.467-.809c-.252-.203-.631-.304-1.137-.305-.412 0-.744.08-.997.241-.253.162-.38.37-.38.626 0 .185.064.335.193.452.13.116.32.218.573.305.253.087.564.169.935.245.37.075.79.172 1.26.288.53.128 1.047.282 1.552.463.506.18.958.421 1.358.723.4.302.72.676.96 1.122.24.447.36 1 .359 1.66 0 .684-.146 1.284-.435 1.799-.289.515-.68.946-1.175 1.293-.494.347-1.07.61-1.73.788a7.943 7.943 0 01-2.1.267 9.467 9.467 0 01-2.283-.264zM61.86 13.637c.365-.486.78-.856 1.245-1.11.465-.255 1.015-.382 1.65-.38 1.047 0 1.835.315 2.363.941.528.627.792 1.45.79 2.47l-.008 5.735-3.334-.005.007-4.936c0-.464-.099-.834-.299-1.113-.2-.278-.516-.418-.952-.418-.423 0-.755.158-.997.476-.241.319-.362.721-.363 1.208l-.007 4.78-3.334-.006.013-8.863 3.175.004-.002 1.217h.053zm-7.839 5.038c.26-.457.39-1.062.39-1.815.002-.754-.126-1.36-.385-1.817-.258-.458-.646-.688-1.163-.689-.517 0-.9.228-1.148.685-.247.458-.371 1.063-.372 1.816-.002.753.121 1.359.367 1.817.247.458.628.687 1.146.688.517 0 .906-.227 1.165-.685zm-3.17 2.516a4.612 4.612 0 01-1.55-.985 4.333 4.333 0 01-.995-1.487 4.874 4.874 0 01-.35-1.868c0-.672.119-1.295.355-1.868a4.428 4.428 0 01.999-1.494c.43-.422.947-.752 1.553-.988.606-.237 1.285-.355 2.038-.354.753.001 1.432.121 2.037.36a4.46 4.46 0 011.543.992 4.4 4.4 0 01.976 1.496 4.99 4.99 0 01.342 1.869 4.98 4.98 0 01-.347 1.868 4.293 4.293 0 01-.98 1.485c-.425.416-.94.742-1.546.98-.606.236-1.285.354-2.038.353-.753-.001-1.432-.12-2.037-.36zm-6.508-7.456c.366-.556.77-.95 1.21-1.18.442-.232.95-.347 1.527-.346.247 0 .43.03.547.088l-.004 2.798h-.07c-.988-.164-1.753-.035-2.295.387-.541.422-.813 1.138-.814 2.146l-.005 3.632-3.335-.005.013-8.863 3.176.004-.002 1.339h.052zm-4.425-1.345l-.012 8.864-3.335-.005.013-8.863 3.334.004zm.005-3.562l-.004 2.485-3.333-.005.003-2.485 3.334.005zM18.617 23.77c-3.644-.005-5.388-1.943-5.384-4.387v-.74l4.084.006v.322c-.001.798.414 1.346 1.207 1.347.732.002 1.092-.335 1.093-.904.002-1.615-6.244-1.352-6.238-5.877.003-2.439 1.556-4.564 5.419-4.559 3.47.006 5.192 1.947 5.188 4.385v.795l-4.083-.006v-.455c.001-.656-.338-1.312-1.11-1.313-.615 0-.97.34-.971.886-.003 1.786 6.24 1.337 6.234 5.858-.004 2.441-1.63 4.647-5.439 4.642zm-6.083-11.82l-4.02-.006.005-3.174 4.02.006-.005 3.174zm0 3.532c-.001 1.334-.452 2.085-1.441 2.357 1.035.413 1.437 1.15 1.434 2.723l-.002 2.309-4.047-.033.005-3.017c0-.602-.667-.675-1.217-.862l.003-2.161c.55-.18 1.218-.352 1.22-.829l.003-3.19 4.047.006-.004 2.697zM15.775 0C7.062 0 0 7.035 0 15.714s7.062 15.714 15.774 15.714 15.774-7.035 15.774-15.714S24.486 0 15.774 0z" fill-rule="evenodd"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="is_fb" xmlns="http://www.w3.org/2000/svg"><path d="M21.818 0H2.182A2.181 2.181 0 000 2.182v19.636C0 23.024.976 24 2.182 24H13.09v-9.818H9.818v-3.273h3.273V9.152c0-3.328 1.621-4.788 4.386-4.788 1.325 0 2.025.098 2.357.143v3.13h-1.886c-1.174 0-1.584.619-1.584 1.874v1.398h3.44l-.466 3.273h-2.974V24h5.454A2.181 2.181 0 0024 21.818V2.182A2.182 2.182 0 0021.818 0z" fill="#fff"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="is_in" xmlns="http://www.w3.org/2000/svg"><path d="M21.818 0H2.182A2.181 2.181 0 000 2.182v19.636C0 23.024.976 24 2.182 24h19.636A2.181 2.181 0 0024 21.818V2.182A2.181 2.181 0 0021.818 0zM7.586 19.636H4.368V9.281h3.218v10.355zM5.944 7.801a1.876 1.876 0 110-3.752 1.876 1.876 0 010 3.752zm13.697 11.835h-3.216v-5.035c0-1.201-.022-2.746-1.673-2.746-1.674 0-1.932 1.308-1.932 2.659v5.122H9.604V9.281h3.088v1.415h.043c.43-.813 1.48-1.672 3.045-1.672 3.258 0 3.86 2.145 3.86 4.933v5.68z" fill="#fff"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="is_inst" xmlns="http://www.w3.org/2000/svg"><path d="M6.998 0C3.139 0 0 3.142 0 7.002v10C0 20.861 3.142 24 7.002 24h10C20.861 24 24 20.858 24 16.998v-10C24 3.139 20.858 0 16.998 0h-10zM19 4a1 1 0 110 2 1 1 0 010-2zm-7 2c3.309 0 6 2.691 6 6s-2.691 6-6 6-6-2.691-6-6 2.691-6 6-6zm0 2a4 4 0 100 8 4 4 0 000-8z" fill="#fff"/></symbol><symbol fill="none" viewBox="0 0 26 22" id="is_tw" xmlns="http://www.w3.org/2000/svg"><path d="M26.001 2.501c-.957.425-1.985.711-3.064.84A5.343 5.343 0 0025.282.39a10.696 10.696 0 01-3.388 1.295 5.334 5.334 0 00-9.089 4.864A15.143 15.143 0 011.81.975a5.321 5.321 0 00-.721 2.683 5.33 5.33 0 002.372 4.439 5.323 5.323 0 01-2.416-.667v.067a5.335 5.335 0 004.279 5.23 5.336 5.336 0 01-2.409.092 5.34 5.34 0 004.983 3.705 10.699 10.699 0 01-6.625 2.284c-.43 0-.855-.025-1.273-.075a15.102 15.102 0 008.177 2.396c9.812 0 15.176-8.128 15.176-15.177 0-.231-.005-.461-.015-.69a10.855 10.855 0 002.663-2.761z" fill="#fff"/></symbol><symbol fill="none" viewBox="0 0 26 23" id="is_yt" xmlns="http://www.w3.org/2000/svg"><path d="M13 0C8.814 0 3.38 1.049 3.38 1.049l-.013.015A3.99 3.99 0 000 5v12.002a4 4 0 003.377 3.943l.004.006S8.814 22.002 13 22.002s9.62-1.05 9.62-1.05l.001-.003A4 4 0 0026 17.002V5a4 4 0 00-3.377-3.945l-.004-.006S17.186 0 13 0zm-3 6.398L18 11l-8 4.602V6.398z" fill="#fff"/></symbol><symbol viewBox="0 0 20 20" id="itunes-fill" xmlns="http://www.w3.org/2000/svg"><path d="M17.341 1a.707.707 0 00-.158.012L7.657 2.807a.947.947 0 00-.787.932v9.185a.693.693 0 01-.524.67l-2.397.609-.203.048a2.436 2.436 0 00-1.725 2.015c-.03.224-.028.448.007.673C2.218 18.16 3.378 19 4.62 19h.07a3.564 3.564 0 003.571-3.555V8.151c0-.468.338-.868.8-.95l6.731-1.303a.694.694 0 01.817.682v4.267a.693.693 0 01-.525.67l-2.396.609-.203.049a2.436 2.436 0 00-1.725 2.014c-.03.225-.028.449.007.674.19 1.22 1.35 2.06 2.592 2.06h.07A3.564 3.564 0 0018 13.368V1.693a.694.694 0 00-.659-.692z" fill-rule="evenodd"/></symbol><symbol viewBox="0 0 20 20" id="king" xmlns="http://www.w3.org/2000/svg"><path d="M8.183 2.684A1.83 1.83 0 0110 .85c1 0 1.817.826 1.817 1.834 0 .49-.202.948-.547 1.292l2.709 4.734 2.61-1.325a1.768 1.768 0 01-.072-.49 1.83 1.83 0 011.816-1.834c1 0 1.817.825 1.817 1.834 0 .956-.738 1.751-1.67 1.828l-1.247 5.37v2.486a.57.57 0 01-.566.571H3.333a.57.57 0 01-.566-.571l.004-2.453L1.52 8.723A1.836 1.836 0 01-.15 6.895 1.83 1.83 0 011.667 5.06 1.83 1.83 0 013.4 7.439l2.581 1.31 2.736-4.787a1.817 1.817 0 01-.535-1.278zm2.5 0A.681.681 0 0010 1.992a.681.681 0 00-.683.692c0 .25.13.471.317.583.04.014.076.033.075.038.007.005.013.009.02.012l.006.001.034.022c.012.005.011.005.007.005.06.021.134.031.224.031.038 0 .067 0 .092-.003a.574.574 0 01.337-.167h.013a.68.68 0 00.241-.522zM6.708 9.782a.564.564 0 01-.76.233l-3.235-1.64a1.764 1.764 0 01-.095.066l1.16 5.04h12.444l1.16-5.04c-.051-.031-.1-.066-.15-.105L14 9.976a.565.565 0 01-.744-.23l-2.994-5.25a1.648 1.648 0 01-.535 0L6.708 9.782zM2.35 6.895a.681.681 0 00-.683-.692.681.681 0 00-.684.692.681.681 0 00.725.692h.013l.05-.013c.01 0 .01 0-.05.014l-.04.014a.173.173 0 01.04-.014c.065-.031.137-.049.151-.038a.912.912 0 01.083-.017c-.004.002-.02.004-.053.01a.641.641 0 00.203-.123.526.526 0 01.167-.2.701.701 0 00.078-.325zm15.983-.692a.681.681 0 00-.683.692c0 .118.034.235.067.31.06.053.109.12.116.155a.702.702 0 00.265.188.34.34 0 01.124.027h.004c.056.01.08.012.107.012a.681.681 0 00.684-.692.681.681 0 00-.684-.692zM3.9 14.623v1.385h12.2v-1.384H3.9z" fill="currentColor" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 20 20" id="leaf" xmlns="http://www.w3.org/2000/svg"><path d="M17.835.112C7.203 2.18 3 6.51 1.596 10.404c-1.275 3.541-.268 6.52-.07 7.054-.209.507-1.338 2.39-1.516 2.898l1.354-.263c.1-.268 1.131-1.922 1.24-2.189.77-.234 4.136-1.33 7.685-3.722 4.014-2.704 8.128-7.057 8.243-13.475a.585.585 0 00-.697-.595zm-.544 1.342c-.219 2.884-1.315 5.29-2.833 7.292-2.379 1.12-5.099.842-5.099.842a.589.589 0 10-.129 1.167s1.688.206 3.697-.25a22.053 22.053 0 01-3.296 2.7c-2.764 1.865-5.167 2.82-6.391 3.246 2.367-5.034 6.297-9.812 12.14-12.884a.592.592 0 00-.456-1.091.614.614 0 00-.105.039C8.824 5.665 4.763 10.558 2.29 15.7c-.22-1.07-.343-2.787.416-4.894C3.918 7.438 7.523 3.524 17.29 1.454z" fill="currentColor" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 20 20" id="light" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h20v20H0z"/><path d="M11.198 1.25l-6.953 9.297 5.117.02-1.406 8.144 6.953-10.04-5.117-.019 1.406-7.402zm0-1.25h.059c.338.013.625.14.859.38a1.202 1.202 0 01.312 1.163l-1.132 5.879h3.613c.234 0 .452.062.654.185a1.23 1.23 0 01.586 1.162c-.02.235-.094.45-.224.645l-7.012 10.04c-.13.168-.274.295-.43.38a1.09 1.09 0 01-.527.127c-.091 0-.18-.007-.264-.02a.823.823 0 01-.244-.078 1.287 1.287 0 01-.605-.556 1.175 1.175 0 01-.137-.81l1.152-6.7-3.613-.02a1.23 1.23 0 01-.654-.185 1.23 1.23 0 01-.586-1.162c.02-.235.094-.45.224-.645L10.241.527a.153.153 0 00.03-.039.853.853 0 01.156-.176.718.718 0 01.146-.097.87.87 0 01.244-.147c.085-.032.18-.055.283-.068h.098z" fill="currentColor" fill-rule="nonzero"/></g></symbol><symbol viewBox="0 0 20 20" id="like" xmlns="http://www.w3.org/2000/svg"><path d="M17.205 14.032c.447-.188.748-.618.748-1.1 0-.165-.034-.325-.1-.472h-3.398v-1h3.185a1.161 1.161 0 00.074-1.499h-3.26v-1h3.354c.095-.17.145-.361.145-.56 0-.658-.556-1.2-1.245-1.2h-4.084l.223-.66c.27-.799.452-2.022.452-2.71v-.565c0-.97-.817-1.766-1.827-1.766h-.582c-.04 0-.072.024-.08.053l-.317 1.235c-.473 1.84-1.843 3.65-3.298 4.223l-.002.526-.003 2.156-.002 1.6-.003 3.195-.001 1.089L8.8 16.1a6.05 6.05 0 001.87.296h4.873c.69 0 1.246-.542 1.246-1.2 0-.055-.004-.11-.012-.165h-3.146v-1h3.573zM6.931 6.038C8.012 5.553 9.137 4.05 9.525 2.54l.317-1.234A1.079 1.079 0 0110.89.5h.582c1.556 0 2.827 1.237 2.827 2.766v.565c0 .616-.119 1.556-.316 2.37h2.725c1.236 0 2.245.984 2.245 2.2 0 .406-.113.795-.32 1.133a2.156 2.156 0 010 2.265c.207.338.32.727.32 1.133 0 .83-.473 1.566-1.188 1.94.017.107.025.216.025.325 0 1.217-1.01 2.2-2.246 2.2h-4.873a7.05 7.05 0 01-2.178-.344l-1.63-.53a2.261 2.261 0 01-1.79.874H1.58A1.074 1.074 0 01.5 16.33V6.135c0-.592.487-1.066 1.081-1.066h3.492c.758 0 1.447.374 1.858.97zm-1.858.031H1.58c-.047 0-.081.033-.081.066V16.33c0 .034.034.067.081.067h3.492c.45 0 .855-.233 1.076-.597l.034-9.07a1.25 1.25 0 00-1.11-.661z" fill="currentColor" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 20 20" id="linkedin" xmlns="http://www.w3.org/2000/svg"><g fill="currentColor" fill-rule="evenodd"><path d="M14.775 5.625c-1.997 0-2.889 1.098-3.388 1.869V5.892H7.625c.049 1.06 0 11.318 0 11.318h3.762v-6.323c0-.337.021-.677.123-.918.273-.677.891-1.377 1.93-1.377 1.362 0 1.906 1.037 1.906 2.56v6.056h3.762v-6.491c-.001-3.474-1.858-5.092-4.333-5.092z" fill-rule="nonzero"/><path d="M2 5.625h3.762v11.318H2zM4.128 0C2.842 0 2 .844 2 1.955c0 1.086.817 1.955 2.078 1.955h.025c1.312 0 2.129-.87 2.129-1.955C6.206.845 5.416 0 4.128 0z"/></g></symbol><symbol viewBox="0 0 40 40" id="linkedin-fill" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle cx="20" cy="20" r="20" fill="#007ABF"/><path d="M11.754 13.71h3.669v-3.086h-3.669v3.086zm0 14.517h3.669V15.318h-3.669v12.909zm16.253 0h-3.011v-6.431c0-1.343-.064-2.226-.202-2.627a1.814 1.814 0 00-.615-.965c-.286-.212-.658-.295-1.05-.295-.52 0-.986.153-1.4.46-.403.294-.69.73-.838 1.272-.148.494-.233 1.472-.233 2.897v5.689h-3.012V15.636h2.8v1.85c.986-1.426 2.238-2.168 3.744-2.168a4.28 4.28 0 011.802.412c.552.283.966.6 1.252 1.013.276.448.488.895.583 1.402.106.518.18 1.26.18 2.273v7.809z" fill="#FFF"/></g></symbol><symbol viewBox="0 0 20 20" id="location" xmlns="http://www.w3.org/2000/svg"><path d="M10.083 0c1.25 0 2.368.202 3.354.605.987.404 1.816.954 2.49 1.65a7.126 7.126 0 011.542 2.433c.354.924.531 1.9.531 2.93 0 1.04-.219 2.105-.656 3.193a19.605 19.605 0 01-1.657 3.203 29.21 29.21 0 01-2.166 2.978 57.325 57.325 0 01-2.188 2.5c0 .013-.104.101-.312.264a1.15 1.15 0 01-.73.244h-.062c-.292 0-.538-.081-.74-.244-.2-.163-.302-.25-.302-.264a413.314 413.314 0 01-2.343-2.558 29.389 29.389 0 01-2.334-2.92 18.767 18.767 0 01-1.791-3.155C2.239 9.78 2 8.698 2 7.617c0-1.028.215-2.005.646-2.93a7.922 7.922 0 011.75-2.431A8.313 8.313 0 016.969.606 8.091 8.091 0 0110.083 0zm.264 18.92a47.026 47.026 0 002.881-3.339 27.264 27.264 0 002.059-3.007c.549-.945.96-1.837 1.235-2.675.274-.838.411-1.619.411-2.343 0-.817-.133-1.619-.4-2.403a5.913 5.913 0 00-1.246-2.102c-.564-.616-1.275-1.112-2.135-1.488-.859-.375-1.88-.563-3.065-.563-.954 0-1.856.174-2.709.523A7.217 7.217 0 005.147 2.94 6.834 6.834 0 003.63 5.032a5.855 5.855 0 00-.563 2.524c0 .952.216 1.918.65 2.897.433.978.982 1.94 1.646 2.886a28.55 28.55 0 002.189 2.735c.794.878 1.545 1.7 2.253 2.463l.368.383.087.08a.352.352 0 01.054-.04c.022-.014.033-.027.033-.04zM10 4c1.037 0 1.919.343 2.644 1.03.726.687 1.09 1.51 1.09 2.47 0 .972-.364 1.799-1.09 2.48C11.92 10.66 11.037 11 10 11c-1.024 0-1.902-.34-2.635-1.02-.732-.681-1.098-1.508-1.098-2.48 0-.96.366-1.783 1.098-2.47C8.098 4.343 8.975 4 10 4zm.02 6c.737 0 1.362-.246 1.876-.74.514-.492.77-1.082.77-1.77 0-.687-.26-1.274-.78-1.76C11.364 5.243 10.735 5 10 5s-1.365.243-1.885.73c-.521.486-.782 1.073-.782 1.76 0 .688.264 1.278.792 1.77a2.68 2.68 0 001.896.74z" fill="currentColor" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 20 20" id="mac" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h20v20H0z"/><path d="M18.75 2.353c.339 0 .632.122.879.366s.371.545.371.9v10.77c0 .343-.124.64-.371.891-.247.25-.54.376-.879.376h-8.125v1.9h3.125c.17 0 .316.063.44.189a.613.613 0 01.185.445c0 .172-.062.32-.186.445a.597.597 0 01-.439.189h-7.5a.597.597 0 01-.44-.189.613.613 0 01-.185-.445c0-.172.062-.32.186-.445a.597.597 0 01.439-.188h3.125v-1.9H1.25c-.339 0-.632-.126-.879-.377A1.226 1.226 0 010 14.39V3.62c0-.356.124-.657.371-.9a1.21 1.21 0 01.879-.367h17.5zm0 12.036V3.62H1.25v10.77h17.5z" fill="currentColor" fill-rule="nonzero"/></g></symbol><symbol viewBox="0 0 41 24" id="mav_arr" xmlns="http://www.w3.org/2000/svg"><path d="M40.391 13.06a1.5 1.5 0 000-2.12l-9.545-9.547a1.5 1.5 0 10-2.122 2.122L37.21 12l-8.485 8.485a1.5 1.5 0 102.122 2.122l9.545-9.546zM0 13.5h39.33v-3H0v3z"/></symbol><symbol viewBox="0 0 20 20" id="mobile" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="currentColor" fill-rule="nonzero"><path d="M7.096.588a2.061 2.061 0 00-2.06 2.06v14.705c0 1.135.924 2.059 2.06 2.059h6.47a2.061 2.061 0 002.059-2.06V2.648A2.061 2.061 0 0013.566.588h-6.47zm0 .588h6.47c.811 0 1.47.66 1.47 1.471v.294H5.626v-.294c0-.811.66-1.47 1.47-1.47zm2.664.52a.293.293 0 00-.294.294c0 .163.13.294.294.294h1.176a.293.293 0 00.295-.294.293.293 0 00-.295-.294H9.76zM5.625 3.529h9.412v12.353H5.625V3.53zm0 12.942h9.412v.882c0 .811-.66 1.47-1.47 1.47H7.095c-.812 0-1.471-.659-1.471-1.47v-.882zm4.706.588a.588.588 0 100 1.176.588.588 0 000-1.176z"/><path d="M7.096.388h6.47a2.261 2.261 0 012.259 2.26v14.705a2.261 2.261 0 01-2.259 2.259h-6.47a2.261 2.261 0 01-2.26-2.26V2.648A2.261 2.261 0 017.097.388zm0 .4a1.861 1.861 0 00-1.86 1.86v14.705c0 1.025.835 1.859 1.86 1.859h6.47a1.861 1.861 0 001.859-1.86V2.648A1.861 1.861 0 0013.566.788h-6.47zm7.74 1.86c0-.702-.57-1.272-1.27-1.272h-6.47c-.701 0-1.271.57-1.271 1.271v.094h9.012v-.094zM7.097.975h6.47c.922 0 1.67.75 1.67 1.671v.494H5.426v-.494c0-.922.749-1.67 1.67-1.67zm2.664.52h1.176a.493.493 0 110 .988H9.76a.493.493 0 110-.988zm0 .4a.093.093 0 00-.094.094c0 .052.041.094.094.094h1.176a.093.093 0 00.095-.094.093.093 0 00-.095-.094H9.76zM5.825 3.729v11.953h9.012V3.73H5.825zm9.412-.4v12.753H5.425V3.33h9.812zM5.825 17.353c0 .7.57 1.27 1.27 1.27h6.471c.7 0 1.27-.57 1.27-1.27v-.682H5.826v.682zm9.412-1.082v1.082c0 .922-.75 1.67-1.67 1.67H7.095c-.922 0-1.671-.748-1.671-1.67V16.27h9.812zm-4.906.588a.788.788 0 110 1.576.788.788 0 010-1.576zm0 .4a.388.388 0 100 .776.388.388 0 000-.776z"/></g><path d="M0 0h20v20H0z"/></g></symbol><symbol viewBox="0 0 20 20" id="money" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 0C8.125 0 6.22.875 6.22.875l-.767.325.371.75 1.262 2.525C5.397 5.481 1 8.563 1 13.6c0 2.363.758 4.156 2.4 5.15 1.642.994 3.943 1.25 7.1 1.25 3.157 0 5.458-.256 7.1-1.25 1.642-.994 2.4-2.787 2.4-5.15 0-3.287-1.899-5.75-3.686-7.35 1.54.631 2.3 1.5 2.3 1.5l1.188-1.1s-2.02-2.156-5.69-2.575l1.064-2.125.37-.75-.766-.325S12.875 0 10.5 0zm0 1.6c1.246 0 2.19.234 2.845.45L12.38 4H8.62l-.965-1.95A8.934 8.934 0 0110.5 1.6zm-2.128 4h4.256c.194.103 5.789 3.084 5.789 8 0 2.056-.473 3.072-1.633 3.775-1.16.703-3.226 1.025-6.284 1.025s-5.124-.322-6.284-1.025c-1.16-.703-1.633-1.719-1.633-3.775 0-4.916 5.595-7.897 5.79-8zm1.336 1.6v.95a2.416 2.416 0 00-1.583 2.25c0 .666.365 1.234.767 1.575.402.34.866.547 1.262.75.395.203.748.39.94.55.191.16.198.203.198.325 0 .419-.36.8-.792.8a.782.782 0 01-.792-.8H8.125c0 1.034.668 1.916 1.583 2.25v.95h1.584v-.95a2.415 2.415 0 001.583-2.25c0-.666-.39-1.213-.792-1.55-.402-.338-.84-.55-1.237-.75-.395-.2-.723-.388-.915-.55-.192-.162-.223-.216-.223-.35 0-.431.353-.8.792-.8.448 0 .792.347.792.8h1.583a2.407 2.407 0 00-1.583-2.25V7.2H9.708z" fill="currentColor" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 27 27" id="monitor" xmlns="http://www.w3.org/2000/svg"><text fill="#0F179E" fill-rule="evenodd" font-family="simple-line-icons" font-size="25"><tspan x="0" y="24"></tspan></text></symbol><symbol viewBox="0 0 50 45" id="mute" xmlns="http://www.w3.org/2000/svg"><path d="M28.027.348c.26.13.464.317.61.561.147.244.22.513.22.806v40.82c0 .293-.073.562-.22.806-.146.244-.35.431-.61.561a1.085 1.085 0 01-.341.147c-.13.032-.26.049-.391.049a1.457 1.457 0 01-.83-.293L10.84 31.5H5.664c-1.335 0-2.474-.415-3.418-1.245-.944-.83-1.416-1.831-1.416-3.003L.732 16.949c0-1.172.472-2.164 1.416-2.978.944-.814 2.084-1.221 3.418-1.221h5.176L26.465.445c.228-.162.488-.252.781-.268.293-.017.553.04.781.17zm-2.295 39.257V4.645L12.11 15.582c-.13.098-.268.17-.415.22a1.457 1.457 0 01-.464.073H5.566c-.52 0-.935.114-1.245.342-.309.228-.464.472-.464.732l.098 10.303c0 .26.155.513.464.757.31.244.724.366 1.245.366h5.664c.163 0 .318.016.464.049.146.032.285.097.415.195l13.525 10.986zm15.674-17.187c0 1.986-.635 3.76-1.904 5.322-1.27 1.563-2.88 2.54-4.834 2.93a.402.402 0 00-.122.024.541.541 0 01-.171.025c-.358 0-.684-.122-.977-.366a1.496 1.496 0 01-.537-.904 1.427 1.427 0 01.22-1.172 1.609 1.609 0 011.001-.683 4.853 4.853 0 003.027-1.831c.782-.993 1.172-2.108 1.172-3.345 0-1.335-.382-2.49-1.147-3.467-.765-.976-1.766-1.562-3.003-1.758a1.428 1.428 0 01-1.001-.634 1.584 1.584 0 01-.269-1.172c.065-.423.269-.765.61-1.026.342-.26.741-.341 1.197-.244 1.953.326 3.564 1.27 4.834 2.832 1.27 1.563 1.904 3.386 1.904 5.469zm-2.05-14.355a14.531 14.531 0 014.052 2.27 15.91 15.91 0 013.125 3.32 14.983 14.983 0 012.027 4.126c.472 1.498.708 3.044.708 4.639a15.18 15.18 0 01-.708 4.59 14.983 14.983 0 01-2.027 4.126 15.91 15.91 0 01-3.125 3.32 14.531 14.531 0 01-4.053 2.27 2.257 2.257 0 01-.268.074c-.081.016-.171.024-.269.024-.325 0-.618-.09-.879-.268a1.66 1.66 0 01-.585-.708 1.515 1.515 0 01.024-1.221 1.4 1.4 0 01.903-.781c2.344-.912 4.24-2.417 5.689-4.517 1.448-2.1 2.173-4.403 2.173-6.909 0-2.54-.725-4.858-2.173-6.958-1.449-2.1-3.345-3.589-5.689-4.468a1.569 1.569 0 01-.903-.83 1.404 1.404 0 01-.024-1.172c.13-.423.398-.724.805-.903a1.462 1.462 0 011.196-.024z" fill="#FFF" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 20 20" id="notebook" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h20v20H0z"/><path d="M15.72.74c.488 0 .903.17 1.245.507.341.338.512.748.512 1.23v15.046c0 .482-.17.892-.512 1.23a1.704 1.704 0 01-1.245.506H4.027c-.22 0-.473-.072-.76-.217-.286-.144-.43-.458-.43-.94v-2.333h-.603a.546.546 0 01-.394-.172.553.553 0 01-.174-.407c0-.156.058-.29.174-.398a.56.56 0 01.394-.162h.603v-2.315h-.603a.546.546 0 01-.394-.172.553.553 0 01-.174-.407c0-.157.058-.29.174-.398a.56.56 0 01.394-.163h.603v-2.35h-.585a.551.551 0 01-.403-.163.538.538 0 01-.164-.398c0-.157.054-.29.164-.398a.551.551 0 01.403-.163h.585V5.37h-.64a.551.551 0 01-.403-.162.538.538 0 01-.164-.398c0-.157.055-.293.164-.407a.536.536 0 01.403-.172h.64V1.934c0-.289.098-.56.293-.813.195-.254.5-.38.915-.38H15.72zM4.01 18.103h9.37V1.898h-9.37v2.333h.567c.158 0 .293.057.402.172.11.114.165.25.165.407 0 .156-.055.29-.165.398a.551.551 0 01-.402.162h-.567v2.333h.622c.158 0 .293.055.402.163.11.109.165.241.165.398 0 .157-.055.29-.165.398a.551.551 0 01-.402.163h-.622v2.35h.603c.16 0 .296.055.412.163a.524.524 0 01.174.398.553.553 0 01-.174.407.566.566 0 01-.412.172H4.01v2.315h.603c.16 0 .296.054.412.162a.524.524 0 01.174.398.553.553 0 01-.174.407.566.566 0 01-.412.172H4.01v2.333zm12.297-.579V2.477a.553.553 0 00-.174-.407.566.566 0 00-.412-.172h-1.17v16.204h1.17a.566.566 0 00.412-.172.553.553 0 00.174-.407z" fill="currentColor" fill-rule="nonzero"/></g></symbol><symbol viewBox="0 0 18 17" id="optimization" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M16.97 13.945a.445.445 0 01.066.29.578.578 0 01-.116.291.5.5 0 01-.233.175.43.43 0 01-.298.008l-2.673-.598-.913 2.54a.479.479 0 01-.175.241.561.561 0 01-.274.108h-.05c-.1 0-.19-.025-.273-.075a.494.494 0 01-.191-.207l-2.773-5.064a4.195 4.195 0 01-.548.034 5.386 5.386 0 01-.597-.034l-2.723 5.064a.494.494 0 01-.19.207.522.522 0 01-.275.075h-.033a.579.579 0 01-.29-.108.479.479 0 01-.175-.24l-.913-2.54-2.673.597a.465.465 0 01-.531-.2.49.49 0 01-.05-.564L3.19 8.251a5.76 5.76 0 01-.514-2.407 5.7 5.7 0 01.456-2.275A5.891 5.891 0 014.386 1.71 5.891 5.891 0 016.245.457 5.7 5.7 0 018.519 0a5.7 5.7 0 012.275.457 5.793 5.793 0 011.85 1.253 6.082 6.082 0 011.254 1.86c.31.708.465 1.466.465 2.274 0 .42-.044.827-.133 1.22-.088.393-.21.772-.365 1.137l3.105 5.744zM4.834 15.157l1.992-3.719a5.906 5.906 0 01-3.005-2.125l-2.258 4.101 1.976-.448a.488.488 0 01.373.05c.117.066.202.16.258.282l.664 1.86zM3.738 5.844a4.73 4.73 0 001.403 3.37c.437.432.943.775 1.519 1.03a4.545 4.545 0 001.86.381 4.55 4.55 0 001.85-.382 4.797 4.797 0 002.54-2.548 4.65 4.65 0 00.374-1.851 4.65 4.65 0 00-.374-1.851 4.797 4.797 0 00-2.54-2.549 4.562 4.562 0 00-1.85-.381c-.665 0-1.284.127-1.86.381a5.048 5.048 0 00-1.519 1.03 4.73 4.73 0 00-1.403 3.37zm9.762 7.122l1.975.448-2.24-4.134c-.377.51-.828.952-1.354 1.328a5.854 5.854 0 01-1.718.847l2.042 3.719.664-1.876a.606.606 0 01.257-.282.488.488 0 01.374-.05z"/><path d="M0 0h17v17H0z"/></g></symbol><symbol viewBox="0 0 20 20" id="pdf" xmlns="http://www.w3.org/2000/svg"><g><path d="M10.628 8.486a1.414 1.414 0 00-.486-.263 2.868 2.868 0 00-.628-.061h-.932a.536.536 0 00-.344.101c-.06.061-.101.183-.101.345v2.612c0 .122 0 .203.04.284.02.08.061.121.122.162.06.04.162.06.304.06h.931c.162 0 .304-.02.446-.04.121-.02.243-.06.364-.101.122-.06.223-.122.304-.203.122-.121.223-.243.304-.385a1.73 1.73 0 00.182-.486c.04-.182.06-.364.06-.587 0-.628-.181-1.114-.566-1.438zm-.527 2.511c-.06.041-.121.081-.182.102-.081.02-.142.04-.203.04H8.886V8.71h.486c.223 0 .405.02.567.08.162.041.284.163.385.345.101.182.162.446.162.79-.02.527-.142.87-.385 1.073z"/><path d="M17.068 3.99l-.02-.02v-.02L13.2.1l-.02-.02s-.02 0-.02-.02c0 0-.02 0-.02-.02C13.077 0 13.017 0 12.936 0h-9.54c-.364 0-.708.142-.951.385l-.02.02a1.414 1.414 0 00-.406.972v17.236c0 .384.162.729.405.972.243.243.608.405.972.405h12.335c.384 0 .729-.162.972-.405.243-.243.405-.608.405-.972V4.193a.6.6 0 00-.04-.203zm-3.746-2.532l2.288 2.289h-1.68a.552.552 0 01-.426-.182.632.632 0 01-.182-.426V1.46zm2.916 17.155c0 .141-.06.263-.162.364a.507.507 0 01-.365.162H3.397a.582.582 0 01-.364-.142.488.488 0 01-.142-.364V1.357c0-.142.06-.263.162-.365l.02-.02A.575.575 0 013.418.83h9.073V3.12c0 .405.162.77.446 1.053.263.263.648.425 1.053.425h2.248v14.016z"/><path d="M7.205 8.446a.782.782 0 00-.385-.203 2.51 2.51 0 00-.628-.06h-.931c-.162 0-.284.04-.345.1-.08.061-.1.183-.1.345v2.754c0 .142.04.243.1.324.061.081.162.102.264.102.101 0 .182-.04.263-.122a.515.515 0 00.101-.324v-1.013h.669c.445 0 .77-.1.992-.283.223-.182.344-.466.344-.83 0-.163-.02-.325-.08-.466-.082-.122-.163-.243-.264-.324zM6.72 9.58a.514.514 0 01-.263.182c-.122.04-.264.06-.426.06h-.486V8.73h.486c.324 0 .527.06.648.162a.504.504 0 01.142.385c-.02.121-.04.223-.101.304zM12.268 8.142a.673.673 0 00-.263.08.245.245 0 00-.142.143c-.04.06-.04.141-.04.263v2.734c0 .142.04.263.101.324.06.081.162.101.263.101.102 0 .183-.04.264-.1a.515.515 0 00.1-.325v-1.175h1.196c.101 0 .182-.02.243-.08.06-.041.08-.122.08-.203a.26.26 0 00-.08-.203.434.434 0 00-.243-.08h-1.195v-.912h1.418c.121 0 .202-.02.263-.081a.26.26 0 00.08-.203.26.26 0 00-.08-.202c-.06-.061-.142-.081-.263-.081h-1.702z"/></g></symbol><symbol viewBox="0 0 20 20" id="pencil" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h20v20H0z"/><path d="M18.828 1.227c.39.364.684.745.879 1.142.195.397.3.798.313 1.201.013.43-.079.85-.274 1.26-.195.41-.482.81-.86 1.201-.182.196-.91.925-2.187 2.188a8299.067 8299.067 0 00-4.13 4.092 6656.935 6656.935 0 01-6.104 6.044.601.601 0 01-.274.157c-.182.052-.566.172-1.152.361s-1.188.38-1.807.576c-.618.196-1.175.375-1.67.537-.494.163-.748.244-.761.244a.349.349 0 01-.088.03.605.605 0 01-.342-.04.485.485 0 01-.195-.146.527.527 0 01-.176-.293.8.8 0 010-.351c.013-.013.091-.257.234-.733l.498-1.65c.19-.625.372-1.234.547-1.826.176-.593.297-1.02.362-1.28.026-.052.052-.1.078-.146a.601.601 0 01.097-.127l6.055-6.055C9.395 6.09 10.804 4.677 12.1 3.375c1.295-1.302 1.989-1.992 2.08-2.07.13-.13.41-.342.84-.635s.957-.44 1.582-.44c.403 0 .79.085 1.162.254.37.17.726.417 1.064.743zm-4.844 2.07c-.612.599-1.393 1.374-2.343 2.324-.95.95-1.93 1.934-2.94 2.95-1.009 1.015-1.976 1.985-2.9 2.91l-2.207 2.207c.26.104.55.253.869.449.319.195.641.455.967.781.26.273.478.55.654.83.176.28.316.537.42.772A454.77 454.77 0 018.7 14.342c.918-.905 1.878-1.856 2.881-2.852l2.92-2.9a466.46 466.46 0 012.334-2.305c-.013-.104-.088-.348-.225-.732-.136-.384-.4-.772-.79-1.162-.391-.378-.756-.645-1.094-.801-.339-.156-.586-.254-.743-.293zM2.734 14.742c-.143.482-.341 1.12-.595 1.914-.254.795-.472 1.485-.655 2.07.612-.195 1.322-.43 2.13-.703.807-.273 1.425-.481 1.855-.625a5.753 5.753 0 00-.313-.722 3.269 3.269 0 00-.625-.84c-.364-.365-.71-.628-1.035-.791-.325-.163-.58-.264-.762-.303zm15.235-9.61c.26-.26.455-.52.586-.78.13-.26.195-.508.195-.743a1.49 1.49 0 00-.205-.722 3.136 3.136 0 00-.596-.742 2.262 2.262 0 00-.654-.47 1.653 1.653 0 00-.693-.155c-.404 0-.752.104-1.045.312-.293.208-.453.332-.479.371l-.098.098c.248.104.521.25.82.44.3.188.606.439.919.751.3.3.54.606.722.918.183.313.32.6.41.86a.733.733 0 00.069-.079.57.57 0 01.049-.058z" fill="currentColor" fill-rule="nonzero"/></g></symbol><symbol viewBox="0 0 10 19" id="phone" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M1.185 0C.54 0 .006.588.006 1.311v.942a.471.471 0 000 .15V14.84a.471.471 0 000 .151v1.88c0 .723.535 1.31 1.179 1.31h7.63c.642 0 1.179-.587 1.179-1.31v-1.874a.471.471 0 000-.151V2.409a.471.471 0 000-.15V1.31C9.994.588 9.459 0 8.815 0h-7.63zm0 .932h7.63c.195 0 .347.172.347.38v.553H.838V1.31c0-.207.152-.379.347-.379zM.838 2.797h8.324v11.655H.838V2.797zm0 12.588h8.324v1.486c0 .207-.152.378-.347.378h-7.63c-.195 0-.347-.17-.347-.378v-1.486zm2.914.466a.412.412 0 00-.366.231.52.52 0 000 .47.412.412 0 00.366.231h2.496a.41.41 0 00.366-.231.52.52 0 000-.47.412.412 0 00-.366-.231H3.752z"/></symbol><symbol viewBox="0 0 20 20" id="plane" xmlns="http://www.w3.org/2000/svg"><path d="M2.205 7.03c.46.175.994.376 1.604.603.611.228 1.242.462 1.892.702l1.662.616 1.69.628-4.063 4.19h-.888c-.384 0-.822-.003-1.315-.01-.483-.006-.84-.009-1.068-.009h-.137c.01 0-.04.007-.124.021a.142.142 0 01.038-.006c.158.112.365.244.6.394.708.45 1.415.888 2.123 1.312l.238.143.149.234c.095.15.247.395.458.738a177.76 177.76 0 001.217 1.947 24.725 24.725 0 00.014-1.378 36.794 36.794 0 01.01-1.598l.017-.472 4.16-4.031.636 1.666c.173.45.377 1.004.614 1.662.232.646.462 1.269.687 1.869a401.326 401.326 0 01.672 1.796l.158-.17c.319-.344.57-.626.75-.842.067-.081.08-.106.07-.038.013-.088.015-.134.018-.117l-.01-.146-.056-.956c-.04-.658-.085-1.433-.137-2.325-.052-.89-.107-1.797-.166-2.72-.059-.93-.101-1.685-.128-2.266l-.023-.519 4.488-4.488c.522-.522.743-.976.74-1.384-.005-.475-.067-.712-.057-.702.007.007-.018-.008-.086-.031a1.296 1.296 0 00-.41-.054c-.213 0-.471.053-.774.168-.265.1-.544.29-.837.583l-4.488 4.467-.517-.024c-.583-.026-1.347-.072-2.293-.138-.937-.065-1.85-.127-2.74-.185a346.225 346.225 0 00-3.312-.203h-.097s-.046.007-.126.026c.025-.006-.006.011-.059.053-.216.18-.498.43-.842.75l-.173.16.221.085zm4.236 12.162l-.078.05.067.058.074-.037-.063-.07zm.182-.113a.45.45 0 00-.149-.141.564.564 0 00-.327-.077l.294.331.182-.113zm.33-9.025a3825.38 3825.38 0 01-3.555-1.318c-.612-.228-1.149-.43-1.61-.606-.463-.176-.72-.27-.772-.283-.209-.078-.345-.182-.41-.313a.757.757 0 01-.098-.312.718.718 0 01.049-.42c.058-.137.146-.264.263-.38l.537-.499c.358-.332.655-.596.89-.79.194-.157.373-.255.536-.294a1.79 1.79 0 01.4-.058h.098c.04 0 .39.02 1.055.058.664.04 1.442.088 2.334.147.892.058 1.807.12 2.744.185.938.065 1.693.11 2.266.137l4.12-4.102c.404-.403.821-.687 1.25-.85.43-.162.828-.243 1.192-.243.3 0 .563.039.791.117.228.078.407.182.537.312.26.26.394.769.4 1.524.007.755-.354 1.497-1.083 2.226l-4.121 4.121c.026.573.068 1.322.127 2.246.058.925.114 1.833.166 2.725a2349.344 2349.344 0 00.195 3.35c.013.104.006.247-.02.43-.026.182-.136.39-.332.624-.195.235-.459.531-.79.889l-.499.537a1.223 1.223 0 01-.342.244.841.841 0 01-.36.088h-.098a1.078 1.078 0 01-.303-.117c-.124-.065-.225-.195-.303-.39a65.492 65.492 0 01-.293-.782c-.17-.456-.368-.986-.596-1.592-.152-.403-.584-1.578-1.298-3.525L7.48 15.6c-.013.352-.016.867-.01 1.544.007.677.004 1.126-.01 1.347 0 .066-.009.186-.028.362-.02.176-.199.459-.537.85a1.635 1.635 0 01-.352.244.745.745 0 01-.332.087h-.02a.615.615 0 01-.322-.087.73.73 0 01-.244-.245c-.013-.026-.11-.182-.293-.468a143.461 143.461 0 01-1.27-2.032 64.58 64.58 0 00-.449-.722 96.005 96.005 0 01-2.148-1.328c-.716-.456-1.107-.71-1.172-.762a.615.615 0 01-.225-.293.935.935 0 01-.048-.273c0-.079.02-.173.058-.284a.946.946 0 01.234-.341l.06-.06c.377-.312.653-.484.83-.517.175-.032.302-.048.38-.048h.137c.234 0 .595.003 1.084.01.488.006.921.01 1.299.01h.39l2.461-2.54z" fill="currentColor" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 158 32" id="playworks-logo" xmlns="http://www.w3.org/2000/svg"><defs><path id="cra" d="M.007.008h32.768v15.094H.007z"/><path id="crc" d="M0 .04h29.966v29.88H0z"/></defs><g fill="none" fill-rule="evenodd"><path fill="#0210A1" d="M42.044 17.374c.735 0 1.34-.254 1.812-.765.472-.51.709-1.164.709-1.962s-.236-1.452-.707-1.963c-.472-.51-1.076-.766-1.812-.766s-1.336.254-1.8.764c-.464.511-.696 1.165-.697 1.963 0 .797.231 1.452.695 1.962.464.511 1.064.767 1.8.767zm-6.572-8.906l4.056.002.047 1.412a3.662 3.662 0 011.5-1.327c.633-.311 1.35-.466 2.15-.466 1.071 0 2.03.268 2.879.803.847.535 1.52 1.297 2.015 2.286.495.99.742 2.13.742 3.423 0 1.213-.241 2.318-.722 3.314a5.962 5.962 0 01-2.04 2.393c-.881.598-1.882.896-3.001.896-.672 0-1.3-.133-1.884-.396a3.76 3.76 0 01-1.427-1.09l-.004 6.964-4.32-.002.01-18.212zM50.74 2.035l4.32.002-.01 18.79-4.32-.003zm12.999 15.35c.736 0 1.336-.255 1.8-.765.465-.51.697-1.164.697-1.962s-.23-1.452-.695-1.963c-.464-.51-1.063-.766-1.8-.767-.735 0-1.34.255-1.812.765s-.708 1.164-.709 1.962c0 .798.236 1.452.707 1.963.472.511 1.076.766 1.812.767m-1.178 3.828c-1.072 0-2.032-.268-2.88-.803-.848-.535-1.519-1.297-2.014-2.286-.496-.99-.743-2.13-.743-3.423.001-1.212.241-2.317.722-3.314a5.956 5.956 0 012.041-2.392c.88-.598 1.88-.897 3-.896.736 0 1.417.16 2.04.48.624.319 1.12.766 1.488 1.34l.048-1.436 4.056.002-.006 12.35-4.056-.003-.047-1.412a3.668 3.668 0 01-1.5 1.327c-.633.311-1.35.467-2.149.466m14.136-1.07L71.615 8.486l4.728.002 2.517 7.11 2.379-7.107 4.632.002-7.929 18.208-4.392-.002z"/><path fill="#0210A1" d="M85.655 8.493l4.464.002 1.676 7.587 2.284-7.585 3.504.002 2.348 7.564 1.684-7.562 4.463.002-3.99 12.347-3.84-.002-2.492-7.229-2.38 7.227-3.744-.002zm27.619 8.917c.736 0 1.336-.255 1.8-.766.464-.51.697-1.164.697-1.961 0-.798-.231-1.452-.695-1.963-.464-.511-1.064-.767-1.8-.767-.735 0-1.34.255-1.812.765s-.708 1.164-.709 1.962c0 .798.235 1.452.707 1.963.472.51 1.076.766 1.812.766m-.002 3.83c-1.248-.001-2.388-.273-3.42-.816a6.275 6.275 0 01-2.47-2.323c-.616-1.005-.923-2.145-.923-3.422 0-1.197.285-2.294.854-3.29.568-.997 1.372-1.79 2.413-2.38 1.04-.59 2.224-.885 3.552-.884 1.248 0 2.388.273 3.42.815a6.197 6.197 0 012.459 2.323c.607 1.005.91 2.146.91 3.423 0 1.196-.281 2.289-.842 3.278-.56.989-1.36 1.782-2.4 2.38-1.041.598-2.225.896-3.553.895m8.586-12.744h4.213l.048 1.851c.31-.664.714-1.187 1.238-1.543a3.284 3.284 0 011.856-.546c.548 0 1.024.095 1.405.261l-.333 4.083a3.946 3.946 0 00-1.571-.308c-.834 0-1.476.26-1.881.807-.428.57-.643 1.376-.643 2.468v5.294h-4.332V8.494zm10.76-6.43h4.308v10.869l3.785-4.44h5.023l-5 5.603 4.952 5.719-.582.475.31.57h-4.18l-4.308-5.222v5.223h-4.308V2.063zm19.71 19.176c-.976 0-1.905-.118-2.81-.332a9.588 9.588 0 01-1.161-.376c-.38-.154.101-1.472-.173-1.67l-.502-.87.18-.952c.07.044.071-.114.143-.072a8.04 8.04 0 001.87.807 7.91 7.91 0 002.19.332c1.048 0 1.572-.261 1.572-.76 0-.237-.12-.45-.357-.593-.238-.142-.738-.309-1.476-.498-1.524-.404-2.595-.926-3.238-1.567-.666-.617-.976-1.495-.976-2.635 0-1.21.476-2.184 1.405-2.896.952-.688 2.237-1.044 3.904-1.044.833 0 1.642.095 2.452.261.809.19 1.475.427 2 .712l-.43 3.11c-.57-.309-1.19-.523-1.88-.689-.666-.166-1.285-.26-1.88-.26-.881 0-1.333.237-1.333.711 0 .261.142.475.38.618.262.166.762.308 1.476.498 1.476.356 2.571.878 3.238 1.543.666.688 1 1.566 1 2.682 0 1.258-.477 2.208-1.453 2.896-.976.688-2.356 1.044-4.142 1.044z"/><path class="critalic" fill="#B227FC" d="M149.956 23.966c.536.073.853-.194.853-.753 0-.365-.195-.584-.585-.584-.585 0-.805.316-.854.68-.049.39.171.609.586.657"/><g transform="translate(125.008 16.858)"><mask id="crb" fill="#fff"><use xlink:href="#cra"/></mask><path class="critalic" fill="#B227FC" d="M29.727 13.917c-1.902-.025-2.122-2.797-1.122-4.304.658-.997 1.634-.851 2.073-.73 2.097.584 1.609 5.082-.951 5.034m-9.779-4.718c.195-4.133 1.44-8 2.634-7.878 1.149.108-.041 7.54-2.54 10.923-.125-.729-.152-1.724-.094-3.045M16.9 13.795c-1.39-.413-1.414-2.285-.512-3.72.585-.876 1.317-1.483 2.536-1.727l-.024.73c-.025.608-.025 1.045-.025 1.289 0 .763.136 1.99.359 2.778-.705.622-1.489.902-2.334.65M3.49 4.58c.414-1.41 1.146-2.31 1.755-2.236 1.853.218-.585 4.62-2.34 5.398.024-1.265.39-2.554.585-3.162m26.58 3.21c-1.22 0-2.244.803-2.78 1.921-.464.973-.391 2.31-.269 3.04-.024.924-1.731 1.848-2.317.656-.122-.243-.17-.56-.17-.973 0-.462.122-1.313.414-2.577.293-1.24.317-1.63.317-1.8 0-.048-.024-.243-.463-.243-.366 0-.512.073-.56.122-.05.049-.196.17-.27.535-.365 1.848-.462 3.185-.78 4.255-.268.876-1.121 1.265-1.828 1.192-.498-.052-.854-.311-1.088-.847C23.43 8.967 24.868.079 22.655.008c-.78-.024-1.756 1.24-2.317 2.602a19.976 19.976 0 00-1.292 4.766l-.049.316-.317.024a4.425 4.425 0 00-3.487 2.553c-.461.961-.708 2.02-.427 3.071-.407.743-1.531.904-2.109.236-.439-.51-.17-1.507.244-3.477l.439-2.164c.024-.194 0-.194-.195-.194-.463.024-.61.048-.78.218-.147.146-.195.365-.269.633-.365 1.313-.877 3.355-1.609 4.352-.22.267-.56.657-.951.657-.488 0-.83-.365-.756-1.046.17-1.63.659-3.599.951-4.62.049-.194.049-.194-.146-.194-.464 0-.659.048-.83.218-.146.146-.194.365-.268.584-.39 1.143-.487 1.824-.756 2.796-.365 1.362-1.463 2.505-2.828 2.505-.732 0-1.244-.365-1.634-1.143-.439-.9-.56-2.286-.439-4.036h2.44c1.487 0 1.487-.56 1.487-.754 0-.17 0-.17-.097-.17H3.586C5.05 6.865 6.66 4.969 6.66 2.829c0-.876-.366-1.678-1.195-1.75-.537-.05-1.024.242-1.488.753-.512.583-.975 1.337-1.341 2.31A15.917 15.917 0 001.782 7.4l-.05.34H.734c-.122 0-.293-.024-.488.292-.048.073-.122.17-.17.316-.122.268-.098.317.22.317H1.61v.121c-.049.778-.073 1.24-.073 1.75 0 4.159 2.268 4.426 3.023 4.426 1.415 0 2.341-.656 2.927-1.556-.025.973.829 1.532 1.536 1.532 1.146.049 2.097-.973 2.34-1.945 0 .656.415 1.361.806 1.605 1.117.702 2.332.198 2.799-.696.017.037.035.075.054.112.219.438.658.778 1.048.924 1.273.44 2.453-.039 3.488-1.054.404.656.843.966 1.462 1.054.951.146 2-.243 2.488-1.216.268.778.804 1.192 1.536 1.216 1.048.049 1.877-.56 2.17-1.362.341.827 1.317 1.362 2.317 1.362 2 0 3.243-1.897 3.243-4.012 0-1.775-1.024-3.137-2.707-3.137" mask="url(#crb)"/></g><path class="critalic" fill="#B227FC" d="M119.401 24.526c-.902-.584-1.024-1.58-.487-2.36.926-1.36 4.12-1.434 5.072-.242.195.243.317.9.121 1.824-.097.462 1.074.632 1.342-.316.439-1.581-.512-2.675-2.024-3.04-1.22-.292-2.804-.267-4 .195-.95.364-1.755.996-2.072 2.066-.415 1.435.097 2.383 1.463 3.064 1.512.754 3.414 1.216 4.097 1.727 1.194.875 1 2.115-.074 2.844-.804.56-1.755.706-2.828.56-.83-.122-1.878-.633-2.341-1.46-.317-.558-.463-1.215-.512-1.58-.049-.364-.146-.34-.415-.267-.414.121-.634.316-.683.68-.048.317.269 1.29.561 1.776.805 1.313 2.244 1.799 3.804 1.896 1.17.073 2.512-.34 3.122-.73 1.316-.85 2.048-2.795.756-4.157-1.415-1.508-3.292-1.435-4.902-2.48"/><g transform="translate(0 .042)"><mask id="crd" fill="#fff"><use xlink:href="#crc"/></mask><path fill="#0210A1" d="M17.993 22.516c-3.71-.005-5.486-1.979-5.482-4.47l.001-.753 4.158.005v.328c-.002.814.42 1.372 1.228 1.373.746.001 1.111-.342 1.112-.921.003-1.646-6.356-1.379-6.35-5.988.003-2.486 1.584-4.651 5.516-4.646 3.533.005 5.286 1.983 5.283 4.468l-.001.81-4.156-.006v-.464c.001-.669-.345-1.336-1.13-1.337-.626-.001-.988.345-.99.902-.001 1.82 6.354 1.361 6.348 5.97-.004 2.487-1.66 4.735-5.537 4.73zM6.44 15.906c.56-.183 1.24-.359 1.241-.844l.005-3.251 4.119.006-.004 2.749c-.002 1.359-.46 2.123-1.468 2.4 1.054.422 1.463 1.172 1.46 2.776l-.003 2.352-4.119-.032.005-3.075c0-.614-.68-.689-1.24-.879l.004-2.202zm1.272-8.18h4.093l-.005 3.24-4.092-.006.004-3.234zM14.983.04C6.708.04 0 6.729 0 14.98c0 8.252 6.708 14.94 14.983 14.94s14.983-6.688 14.983-14.94c0-8.25-6.708-14.94-14.983-14.94z" mask="url(#crd)"/></g></g></symbol><symbol viewBox="0 0 246 60" id="playworks-logo_white" xmlns="http://www.w3.org/2000/svg"><defs><path id="csa" d="M.013.016H65.55v30.188H.013z"/></defs><g fill="none" fill-rule="evenodd"><path fill="#FFF" d="M14.087 30.748c1.472 0 2.68-.509 3.625-1.53.944-1.02 1.417-2.328 1.418-3.924 0-1.596-.471-2.903-1.414-3.926-.944-1.02-2.152-1.532-3.623-1.533-1.472 0-2.673.51-3.601 1.53-.929 1.021-1.393 2.328-1.394 3.924 0 1.596.462 2.904 1.39 3.925.928 1.023 2.127 1.533 3.6 1.534zM.944 12.936l8.112.004.094 2.824c.737-1.149 1.737-2.033 3.002-2.655 1.264-.621 2.696-.931 4.296-.93 2.144 0 4.063.536 5.76 1.605 1.695 1.07 3.038 2.595 4.03 4.573.99 1.98 1.485 4.26 1.484 6.846-.002 2.425-.483 4.634-1.443 6.628-.962 1.994-2.323 3.589-4.083 4.784-1.76 1.196-3.761 1.793-6 1.792-1.345 0-2.6-.265-3.768-.792-1.168-.527-2.12-1.253-2.855-2.179l-.007 13.928-8.64-.004.018-36.424zM31.478.07l8.64.005-.019 37.578-8.64-.004zm26 30.7c1.472 0 2.672-.51 3.6-1.53.93-1.02 1.394-2.329 1.395-3.924 0-1.596-.463-2.904-1.39-3.926-.928-1.021-2.128-1.533-3.6-1.533-1.472-.001-2.68.509-3.624 1.53-.945 1.02-1.417 2.328-1.418 3.924-.001 1.595.47 2.904 1.414 3.925.943 1.022 2.151 1.533 3.623 1.534m-2.356 7.656c-2.144 0-4.064-.536-5.759-1.606-1.696-1.07-3.039-2.594-4.03-4.573-.991-1.979-1.486-4.26-1.484-6.845.001-2.424.482-4.635 1.443-6.628.96-1.994 2.322-3.589 4.083-4.784 1.76-1.196 3.76-1.794 6-1.792 1.472 0 2.832.32 4.08.959a7.547 7.547 0 012.974 2.681l.098-2.871 8.112.003-.013 24.698-8.111-.004-.095-2.823c-.737 1.148-1.737 2.032-3.001 2.654-1.265.622-2.697.932-4.297.931m28.272-2.14L73.23 12.972l9.456.005 5.033 14.218 4.759-14.213 9.264.004-15.858 36.416-8.784-.004z"/><path fill="#FFF" d="M101.31 12.986l8.928.004 3.352 15.175 4.567-15.17 7.009.003 4.696 15.127 3.367-15.123 8.928.004-7.98 24.694-7.68-.004-4.984-14.457-4.76 14.452-7.488-.004zm55.237 17.833c1.472 0 2.673-.509 3.601-1.53.929-1.02 1.394-2.328 1.394-3.924.001-1.596-.462-2.903-1.39-3.926-.927-1.021-2.127-1.532-3.6-1.533-1.47 0-2.68.51-3.624 1.53-.944 1.021-1.417 2.328-1.418 3.924 0 1.596.47 2.904 1.414 3.925.944 1.023 2.152 1.533 3.623 1.534m-.003 7.658c-2.497-.001-4.776-.546-6.84-1.631-2.063-1.085-3.71-2.634-4.941-4.645-1.231-2.01-1.846-4.292-1.844-6.845 0-2.393.57-4.587 1.707-6.58 1.136-1.994 2.745-3.58 4.826-4.76 2.08-1.18 4.449-1.77 7.105-1.768 2.496.001 4.775.545 6.84 1.63a12.395 12.395 0 014.917 4.646c1.215 2.01 1.822 4.293 1.82 6.845 0 2.393-.562 4.579-1.683 6.557-1.122 1.978-2.722 3.564-4.803 4.76-2.08 1.195-4.448 1.792-7.104 1.79m17.172-25.489h8.427l.095 3.703c.619-1.329 1.428-2.373 2.476-3.085 1.094-.712 2.285-1.092 3.713-1.092 1.095 0 2.047.19 2.809.522l-.667 8.165c-1-.427-2.047-.617-3.142-.617-1.666 0-2.951.523-3.761 1.614-.857 1.14-1.285 2.754-1.285 4.937v10.587h-8.665V12.987zm21.52-12.86h8.616v21.738l7.57-8.878h10.045l-9.997 11.204 9.901 11.439-1.164.95.621 1.141h-8.359l-8.617-10.444V37.72h-8.617V.126zm39.419 38.354c-1.952 0-3.809-.238-5.618-.665a19.176 19.176 0 01-2.324-.752c-.758-.308.204-2.943-.345-3.341l-1.004-1.739.36-1.904c.138.088.143-.228.286-.143a16.006 16.006 0 003.741 1.612c1.476.428 2.952.665 4.38.665 2.095 0 3.143-.522 3.143-1.519 0-.475-.239-.902-.715-1.187-.476-.285-1.476-.617-2.951-.997-3.047-.807-5.19-1.851-6.475-3.133-1.333-1.234-1.952-2.99-1.952-5.27 0-2.42.952-4.367 2.809-5.791 1.904-1.377 4.475-2.089 7.808-2.089 1.666 0 3.284.19 4.903.522 1.619.38 2.952.855 4 1.424l-.858 6.22c-1.142-.618-2.38-1.045-3.76-1.377-1.334-.333-2.572-.523-3.762-.523-1.761 0-2.666.475-2.666 1.425 0 .522.286.95.762 1.234.524.332 1.523.617 2.952.997 2.951.712 5.141 1.756 6.474 3.086 1.333 1.376 2 3.133 2 5.364 0 2.516-.952 4.415-2.904 5.792-1.952 1.377-4.713 2.089-8.284 2.089zm-4.744 5.452c1.073.146 1.707-.39 1.707-1.508 0-.73-.39-1.167-1.17-1.167-1.17 0-1.61.632-1.707 1.362-.098.778.341 1.215 1.17 1.313"/><g transform="translate(180.017 29.716)"><mask id="csb" fill="#fff"><use xlink:href="#csa"/></mask><path fill="#FFF" d="M59.453 27.833c-3.804-.048-4.243-5.592-2.243-8.607 1.317-1.994 3.268-1.702 4.145-1.46 4.195 1.168 3.219 10.165-1.902 10.067M39.897 18.4c.39-8.267 2.877-16 5.267-15.757 2.297.215-.083 15.081-5.078 21.845-.252-1.457-.305-3.446-.19-6.088M33.8 27.59c-2.78-.826-2.828-4.57-1.024-7.44 1.17-1.751 2.634-2.967 5.072-3.453l-.048 1.459c-.05 1.216-.05 2.091-.05 2.577 0 1.527.271 3.982.718 5.556-1.41 1.244-2.977 1.805-4.668 1.301M6.977 9.16c.83-2.82 2.292-4.62 3.511-4.474 3.707.438-1.17 9.24-4.681 10.796.048-2.529.78-5.106 1.17-6.322m53.16 6.42c-2.44 0-4.488 1.604-5.56 3.841-.927 1.946-.781 4.62-.537 6.08-.049 1.847-3.463 3.695-4.633 1.312-.244-.486-.342-1.118-.342-1.945 0-.924.244-2.626.83-5.155.585-2.48.633-3.258.633-3.599 0-.097-.048-.486-.926-.486-.732 0-1.024.146-1.122.243-.097.097-.39.34-.536 1.07-.732 3.696-.927 6.37-1.56 8.51-.537 1.751-2.244 2.53-3.659 2.383-.995-.103-1.707-.622-2.176-1.694C46.861 17.935 49.736.158 45.31.016c-1.56-.048-3.511 2.48-4.633 5.204-1.122 2.772-2.097 5.982-2.585 9.532l-.097.632-.634.048a8.85 8.85 0 00-6.974 5.107c-.924 1.922-1.417 4.04-.855 6.141-.814 1.485-3.062 1.809-4.217.473-.878-1.022-.342-3.016.487-6.955l.878-4.328c.049-.389 0-.389-.39-.389-.927.049-1.22.097-1.56.438-.293.292-.39.73-.537 1.264-.732 2.626-1.756 6.711-3.22 8.705-.438.535-1.12 1.313-1.901 1.313-.975 0-1.658-.73-1.512-2.091.341-3.258 1.317-7.197 1.902-9.24.098-.389.098-.389-.292-.389-.927 0-1.317.097-1.659.438-.292.292-.39.73-.536 1.167-.78 2.286-.975 3.647-1.512 5.592-.731 2.724-2.926 5.01-5.657 5.01-1.463 0-2.488-.73-3.268-2.286-.878-1.8-1.121-4.572-.878-8.073h4.877c2.975 0 2.975-1.118 2.975-1.507 0-.34 0-.34-.195-.34H7.172c2.926-1.752 6.145-5.545 6.145-9.824 0-1.751-.732-3.356-2.39-3.502-1.073-.097-2.048.486-2.975 1.508-1.024 1.167-1.95 2.674-2.682 4.62-.731 1.945-1.366 4.182-1.707 6.516l-.097.681h-2c-.244 0-.585-.049-.975.584-.098.146-.244.34-.342.632-.243.535-.195.632.44.632h2.633v.243c-.098 1.556-.146 2.48-.146 3.502 0 8.316 4.535 8.85 6.047 8.85 2.829 0 4.682-1.312 5.852-3.112-.048 1.945 1.659 3.064 3.073 3.064 2.292.097 4.194-1.945 4.682-3.89 0 1.313.829 2.723 1.61 3.21 2.235 1.404 4.664.395 5.597-1.393.035.075.07.15.108.225.439.875 1.317 1.556 2.097 1.848 2.545.882 4.907-.078 6.976-2.109.808 1.313 1.685 1.932 2.925 2.109 1.901.292 3.999-.486 4.974-2.432.536 1.556 1.61 2.383 3.073 2.432 2.097.097 3.755-1.119 4.34-2.723.683 1.653 2.634 2.723 4.633 2.723 4 0 6.487-3.793 6.487-8.024 0-3.55-2.049-6.274-5.414-6.274" mask="url(#csb)"/></g><path fill="#FFF" d="M168.803 45.051c-1.805-1.167-2.049-3.16-.976-4.717 1.853-2.723 8.242-2.87 10.144-.486.39.486.634 1.799.244 3.647-.195.924 2.146 1.264 2.682-.632.878-3.161-1.024-5.35-4.048-6.08-2.438-.583-5.608-.534-7.998.39-1.902.73-3.511 1.994-4.145 4.134-.83 2.869.195 4.765 2.926 6.127 3.024 1.508 6.828 2.432 8.194 3.453 2.389 1.75 1.999 4.23-.147 5.69-1.61 1.118-3.511 1.41-5.657 1.118-1.659-.243-3.756-1.264-4.682-2.918-.634-1.118-.927-2.43-1.024-3.16-.098-.73-.293-.681-.83-.535-.828.243-1.267.632-1.365 1.361-.097.632.537 2.578 1.122 3.55 1.61 2.626 4.487 3.599 7.608 3.793 2.34.146 5.023-.68 6.242-1.459 2.634-1.701 4.097-5.592 1.512-8.315-2.828-3.015-6.584-2.87-9.802-4.96"/></g></symbol><symbol viewBox="0 0 14 15" id="plus" xmlns="http://www.w3.org/2000/svg"><path d="M7 1.346v12.308M13.154 7.5H.846" fill-rule="evenodd" stroke-linecap="round" stroke-width="1.5"/></symbol><symbol viewBox="0 0 17 17" id="reporting" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M15.672 4c.365 0 .678.13.938.39.26.26.39.573.39.938s-.13.678-.39.938c-.26.26-.573.39-.938.39-.1 0-.194-.01-.282-.033a1.643 1.643 0 01-.25-.083l-3.453 2.972v.066c0 .365-.13.678-.39.938-.26.26-.572.39-.938.39-.365 0-.678-.127-.938-.382a1.252 1.252 0 01-.39-.93L6.558 8.35a1.334 1.334 0 01-1.18.415 1.311 1.311 0 01-.198-.05l-2.623 3.021a1.214 1.214 0 01.1.498c0 .366-.13.678-.39.938-.261.26-.574.39-.939.39s-.678-.13-.938-.39c-.26-.26-.39-.572-.39-.938 0-.365.13-.678.39-.938a1.279 1.279 0 011.17-.365c.078.017.155.036.233.058l2.59-2.971a1.252 1.252 0 01-.133-.565c0-.365.13-.678.39-.938.26-.26.573-.39.938-.39.354 0 .656.119.905.357s.385.528.407.872l2.54 1.278a1.311 1.311 0 01.93-.382c.154 0 .301.028.44.083.138.055.268.127.39.216l3.237-2.79a2.27 2.27 0 01-.058-.207 1.279 1.279 0 01.365-1.162c.26-.26.573-.39.938-.39z"/><path d="M0 0h17v17H0z"/></g></symbol><symbol viewBox="0 0 20 20" id="search" xmlns="http://www.w3.org/2000/svg"><path d="M19.833 18.807a.568.568 0 01.167.418.568.568 0 01-.167.419.588.588 0 01-.428.186.588.588 0 01-.428-.186L13.21 13.84a7.536 7.536 0 01-2.233 1.34 7.236 7.236 0 01-2.64.483 7.245 7.245 0 01-2.903-.586 7.627 7.627 0 01-2.371-1.59 7.31 7.31 0 01-1.59-2.362 7.346 7.346 0 01-.577-2.902c0-1.03.192-1.997.576-2.902a7.31 7.31 0 011.59-2.362 7.627 7.627 0 012.372-1.59A7.245 7.245 0 018.337.781a7.2 7.2 0 012.883.586c.906.39 1.696.921 2.372 1.59a7.436 7.436 0 011.6 2.363c.39.905.586 1.873.586 2.902 0 .905-.155 1.764-.466 2.576a7.724 7.724 0 01-1.264 2.186l5.785 5.822zM8.337 14.49c.856 0 1.665-.164 2.428-.493a6.243 6.243 0 001.99-1.348 6.465 6.465 0 001.34-1.99 6.049 6.049 0 00.492-2.437c0-.868-.164-1.68-.493-2.437a6.465 6.465 0 00-1.34-1.99 6.243 6.243 0 00-1.99-1.349 6.069 6.069 0 00-2.427-.493c-.868 0-1.683.164-2.446.493a6.243 6.243 0 00-1.99 1.349 6.465 6.465 0 00-1.34 1.99 6.049 6.049 0 00-.493 2.437c0 .868.165 1.68.493 2.437.329.756.775 1.42 1.34 1.99a6.243 6.243 0 001.99 1.348 6.115 6.115 0 002.446.493z" fill="currentColor" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 20 20" id="send" xmlns="http://www.w3.org/2000/svg"><path d="M17 0l-2.649 16.166-4.806-1.952L6.291 18v-4.669l7.92-9.847-9.8 8.601L0 10.225 17 0z" fill="currentColor" fill-rule="evenodd"/></symbol><symbol viewBox="0 0 20 20" id="share" xmlns="http://www.w3.org/2000/svg"><path d="M16.875 13.824c.86 0 1.595.306 2.207.917A3.01 3.01 0 0120 16.95a3.01 3.01 0 01-.918 2.207 3.01 3.01 0 01-2.207.918 3.01 3.01 0 01-2.207-.918 3.01 3.01 0 01-.918-2.207c0-.13.007-.254.02-.372.013-.117.039-.234.078-.351l-8.282-4.219a3.147 3.147 0 01-1.064.87 2.998 2.998 0 01-1.377.322 3.01 3.01 0 01-2.207-.918A3.01 3.01 0 010 10.074c0-.86.306-1.596.918-2.208a3.01 3.01 0 012.207-.917A3.03 3.03 0 015.43 7.984l8.398-4.082a3.3 3.3 0 01-.078-.703c0-.86.306-1.596.918-2.208a3.01 3.01 0 012.207-.917c.86 0 1.595.306 2.207.917A3.01 3.01 0 0120 3.2a3.01 3.01 0 01-.918 2.207 3.01 3.01 0 01-2.207.918c-.52 0-1-.118-1.436-.352a3.208 3.208 0 01-1.084-.938l-8.28 4.024c.051.156.094.319.126.488a2.966 2.966 0 01.02.947 2.74 2.74 0 01-.088.4l8.242 4.2c.273-.39.628-.7 1.064-.928a3.053 3.053 0 011.436-.341zm0-12.5c-.52 0-.964.182-1.328.546A1.808 1.808 0 0015 3.2c0 .52.182.963.547 1.328.364.364.807.547 1.328.547.52 0 .964-.183 1.328-.547.365-.365.547-.808.547-1.328 0-.521-.182-.964-.547-1.329a1.808 1.808 0 00-1.328-.546zM3.125 11.949c.52 0 .964-.183 1.328-.547.365-.365.547-.808.547-1.328 0-.521-.182-.964-.547-1.329A1.808 1.808 0 003.125 8.2c-.52 0-.964.182-1.328.546a1.808 1.808 0 00-.547 1.329c0 .52.182.963.547 1.328.364.364.807.547 1.328.547zm13.75 6.875c.52 0 .964-.183 1.328-.547.365-.365.547-.808.547-1.328 0-.521-.182-.964-.547-1.329a1.808 1.808 0 00-1.328-.546c-.52 0-.964.182-1.328.546A1.808 1.808 0 0015 16.95c0 .52.182.963.547 1.328.364.364.807.547 1.328.547z" fill="currentColor" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 20 20" id="sheild" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h20v20H0z"/><g fill="currentColor"><path d="M18.048 2.793c.132.13.23.273.297.43.066.156.098.319.098.488v3.125c0 2.89-.401 5.195-1.205 6.914-.804 1.719-1.697 3.034-2.678 3.945-.982.912-1.897 1.51-2.747 1.797-.85.287-1.315.436-1.394.45a.377.377 0 01-.118.019h-.218a.377.377 0 01-.118-.02c-.08-.013-.54-.162-1.384-.449-.843-.286-1.752-.885-2.727-1.797-.975-.911-1.861-2.226-2.658-3.945C2.399 12.031 2 9.727 2 6.836V3.71c0-.17.033-.332.099-.488.066-.157.165-.293.296-.41.119-.118.254-.206.405-.264.152-.059.307-.088.465-.088h.079a5.625 5.625 0 00.534.02c.263 0 .632-.017 1.106-.05a8.723 8.723 0 001.443-.224c.751-.182 1.443-.557 2.075-1.123.633-.566.962-.856.988-.87.106-.077.218-.133.336-.165a1.413 1.413 0 01.732 0c.118.032.23.088.336.166.21.13.629.456 1.255.976.626.521 1.255.86 1.887 1.016.488.117.965.192 1.433.225.468.032.833.048 1.097.048a5.625 5.625 0 00.534-.02h.079a1.341 1.341 0 01.87.332zm-.87 4.043V3.71l-.167.01c-.112.006-.26.01-.445.01-.343 0-.768-.02-1.275-.06a9.977 9.977 0 01-1.571-.253c-.87-.208-1.673-.622-2.411-1.24l-1.107-.928-1.077.928a5.62 5.62 0 01-2.382 1.24c-.54.13-1.067.215-1.58.254-.515.039-.943.058-1.285.058-.185 0-.333-.003-.445-.01l-.168-.01v3.126c0 2.67.359 4.788 1.077 6.357.718 1.57 1.512 2.76 2.382 3.575.87.813 1.666 1.34 2.391 1.582l1.087.36 1.087-.36c.725-.241 1.525-.769 2.401-1.582.876-.814 1.677-2.006 2.402-3.575.724-1.569 1.087-3.688 1.087-6.357z" fill-rule="nonzero"/><path d="M13.896 6.014a.544.544 0 01.402-.18c.151 0 .285.06.402.18a.563.563 0 01.157.408.563.563 0 01-.157.407l-5.575 5.81-.07.072a.5.5 0 01-.393.181.5.5 0 01-.393-.18l-2.778-2.86a.563.563 0 01-.158-.408c0-.163.053-.298.158-.407a.544.544 0 01.402-.181c.151 0 .285.06.401.181l2.36 2.443 5.242-5.466z"/></g></g></symbol><symbol viewBox="0 0 40 40" id="sheild_circle_white" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle cx="20" cy="20" r="20" fill="#FFF"/><path d="M11 10h18.7v18.7H11z"/><g fill="#0F179E"><path d="M27.105 12.611c.123.122.216.256.277.402.062.146.093.298.093.457v2.922c0 2.702-.376 4.857-1.128 6.464-.751 1.607-1.586 2.837-2.504 3.69-.917.851-1.774 1.411-2.568 1.68-.795.267-1.229.407-1.303.42a.353.353 0 01-.11.017h-.204a.353.353 0 01-.11-.018c-.075-.012-.506-.152-1.294-.42-.789-.268-1.639-.828-2.55-1.68-.912-.852-1.74-2.082-2.486-3.689-.745-1.607-1.118-3.762-1.118-6.464V13.47c0-.159.03-.31.092-.457a1.06 1.06 0 01.278-.383c.11-.11.237-.192.378-.247.142-.055.287-.082.435-.082h.074a5.259 5.259 0 00.499.018c.246 0 .59-.015 1.034-.045.444-.03.894-.1 1.35-.21.702-.17 1.348-.52 1.94-1.05.591-.53.899-.8.924-.813a.945.945 0 01.314-.155 1.32 1.32 0 01.683 0c.111.03.216.082.315.155.197.122.588.426 1.173.913.585.487 1.173.803 1.765.95.456.11.902.18 1.34.21.437.03.779.045 1.025.045a5.259 5.259 0 00.499-.018h.074a1.254 1.254 0 01.813.31zm-.813 3.78V13.47l-.157.009a7.5 7.5 0 01-.416.009c-.32 0-.717-.018-1.192-.055a9.329 9.329 0 01-1.469-.237c-.813-.195-1.564-.582-2.254-1.16l-1.035-.867-1.007.867a5.255 5.255 0 01-2.227 1.16c-.505.122-.998.2-1.478.237-.48.037-.881.055-1.201.055a7.5 7.5 0 01-.416-.01l-.157-.008v2.922c0 2.495.335 4.477 1.007 5.944.671 1.467 1.413 2.58 2.227 3.342.813.76 1.558 1.254 2.235 1.479l1.017.338 1.016-.338c.678-.225 1.426-.718 2.245-1.48.82-.76 1.568-1.874 2.246-3.341.677-1.467 1.016-3.449 1.016-5.944z"/><path d="M23.223 15.623a.508.508 0 01.376-.169c.141 0 .266.057.375.17a.526.526 0 01.147.38c0 .152-.049.28-.147.38l-5.212 5.433-.065.068a.467.467 0 01-.368.17.467.467 0 01-.367-.17l-2.598-2.674a.526.526 0 01-.147-.38c0-.153.049-.28.147-.381a.508.508 0 01.376-.17c.141 0 .266.057.375.17l2.206 2.284 4.902-5.11z"/></g></g></symbol><symbol viewBox="0 0 14 17" id="shield" xmlns="http://www.w3.org/2000/svg"><g fill="currentColor" fill-rule="evenodd"><path d="M13.48 2.374a1.069 1.069 0 01.332.78v2.657c0 2.457-.337 4.416-1.012 5.877-.675 1.46-1.425 2.578-2.25 3.353-.824.775-1.593 1.284-2.307 1.527-.714.244-1.104.371-1.17.382a.313.313 0 01-.1.017H6.79a.313.313 0 01-.1-.017c-.066-.01-.453-.138-1.162-.382-.708-.243-1.472-.752-2.29-1.527-.82-.775-1.564-1.893-2.234-3.354C.334 10.227 0 8.268 0 5.811V3.154c0-.144.028-.282.083-.415a.963.963 0 01.249-.348c.1-.1.213-.175.34-.224.128-.05.258-.075.39-.075h.067l.133.008c.077.006.182.008.315.008.222 0 .531-.013.93-.041a7.247 7.247 0 001.212-.191c.63-.155 1.212-.473 1.743-.955.531-.481.808-.727.83-.738a.845.845 0 01.282-.141 1.173 1.173 0 01.614 0c.1.027.194.074.283.14.177.111.528.388 1.054.83.526.443 1.054.731 1.585.864.41.1.811.163 1.204.19.393.029.7.042.921.042a4.67 4.67 0 00.449-.016h.066a1.124 1.124 0 01.73.282zm-.73 3.437V3.154l-.141.009a6.66 6.66 0 01-.374.008c-.287 0-.644-.017-1.07-.05a8.29 8.29 0 01-1.32-.216 4.888 4.888 0 01-2.026-1.054l-.93-.788-.904.788a4.702 4.702 0 01-2 1.054 8.237 8.237 0 01-1.329.216c-.431.033-.791.05-1.079.05a6.66 6.66 0 01-.373-.008l-.141-.009v2.657c0 2.268.301 4.07.904 5.403.603 1.334 1.27 2.347 2 3.038.731.692 1.4 1.14 2.01 1.345l.913.307.913-.307c.608-.205 1.28-.653 2.017-1.345.736-.691 1.408-1.704 2.017-3.038.609-1.333.913-3.135.913-5.403z"/><path d="M10.193 5.154A.454.454 0 0110.53 5c.127 0 .24.051.338.154A.482.482 0 0111 5.5a.482.482 0 01-.132.346l-4.683 4.939-.058.061a.418.418 0 01-.33.154.418.418 0 01-.33-.154l-2.335-2.43A.482.482 0 013 8.068c0-.138.044-.254.132-.346a.454.454 0 01.338-.154c.127 0 .24.052.337.154L5.79 9.8l4.404-4.646z"/></g></symbol><symbol viewBox="0 0 20 20" id="shield-x" xmlns="http://www.w3.org/2000/svg"><path d="M18.109 3.18c.128.127.224.266.288.419.064.152.096.31.096.476V7.12c0 2.818-.39 5.064-1.172 6.74-.781 1.674-1.649 2.956-2.603 3.845-.955.888-1.845 1.472-2.671 1.75-.826.28-1.278.426-1.355.439a.366.366 0 01-.115.019h-.212a.366.366 0 01-.115-.02c-.077-.012-.525-.158-1.345-.437-.82-.28-1.704-.863-2.651-1.751-.948-.889-1.81-2.17-2.585-3.846-.775-1.675-1.162-3.921-1.162-6.739V4.075c0-.165.032-.324.096-.476.064-.153.16-.286.288-.4.115-.114.247-.2.394-.257a1.24 1.24 0 01.451-.086h.077a5.455 5.455 0 00.519.019c.256 0 .615-.016 1.076-.047a8.46 8.46 0 001.403-.22c.73-.177 1.402-.542 2.017-1.094S9.763.68 9.79.667a.982.982 0 01.327-.162 1.37 1.37 0 01.71 0 .982.982 0 01.327.162c.205.127.612.444 1.22.952.609.507 1.22.837 1.835.99.474.114.939.187 1.394.219.454.031.81.047 1.066.047a5.455 5.455 0 00.519-.019h.077a1.304 1.304 0 01.845.324zm-.845 3.94V4.075l-.164.009a7.78 7.78 0 01-.432.01c-.333 0-.746-.02-1.24-.058a9.678 9.678 0 01-1.527-.247c-.845-.203-1.627-.606-2.344-1.209l-1.076-.904-1.047.904A5.46 5.46 0 017.118 3.79a9.674 9.674 0 01-1.537.247c-.5.039-.916.058-1.249.058a7.78 7.78 0 01-.432-.01l-.164-.01V7.12c0 2.602.35 4.667 1.048 6.197.698 1.529 1.47 2.69 2.315 3.483.845.793 1.62 1.307 2.325 1.542l1.057.352 1.057-.352c.704-.235 1.482-.749 2.334-1.542.852-.793 1.63-1.954 2.335-3.483.704-1.53 1.057-3.595 1.057-6.197zm-4.15-.095a.632.632 0 01.172.438.567.567 0 01-.173.419l-1.748 1.732 1.748 1.732a.567.567 0 01.173.42c0 .164-.058.31-.173.437a.645.645 0 01-.442.171.645.645 0 01-.442-.171L10.5 10.471l-1.749 1.732a.59.59 0 01-.432.171.59.59 0 01-.432-.171.632.632 0 01-.173-.438c0-.165.058-.304.173-.419l1.748-1.732-1.748-1.732a.567.567 0 01-.173-.419c0-.165.058-.31.173-.438a.59.59 0 01.432-.171.59.59 0 01.432.171L10.5 8.757l1.73-1.732a.645.645 0 01.441-.171c.167 0 .314.057.442.171z" fill="currentColor" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 20 20" id="smile" xmlns="http://www.w3.org/2000/svg"><path d="M15.254 12.105a.672.672 0 01.332.352.54.54 0 01-.02.469c-.013.039-.123.247-.332.625-.208.377-.537.784-.986 1.22-.45.437-1.025.837-1.728 1.202-.704.364-1.556.547-2.56.547a.087.087 0 00-.038.01.087.087 0 01-.04.01c-.95 0-1.767-.183-2.45-.548-.684-.364-1.247-.765-1.69-1.201-.443-.436-.771-.846-.986-1.23-.215-.385-.329-.59-.342-.616a.613.613 0 01-.03-.488.623.623 0 01.343-.352.63.63 0 01.82.313c.013.026.107.192.283.498s.44.632.791.977c.352.345.798.664 1.338.957.54.293 1.188.44 1.943.44l.02-.01a.087.087 0 01.039-.01c.794 0 1.475-.15 2.041-.45.566-.3 1.029-.625 1.387-.976.358-.352.621-.674.79-.967a5.69 5.69 0 00.255-.459.559.559 0 01.341-.322.64.64 0 01.479.01zM10 .25c1.38 0 2.679.26 3.896.781A10.035 10.035 0 0117.08 3.17a10.035 10.035 0 012.139 3.184A9.801 9.801 0 0120 10.25c0 1.38-.26 2.679-.781 3.896a10.035 10.035 0 01-2.139 3.184 10.035 10.035 0 01-3.184 2.139A9.801 9.801 0 0110 20.25c-1.38 0-2.679-.26-3.896-.781A10.035 10.035 0 012.92 17.33 10.035 10.035 0 01.78 14.146 9.801 9.801 0 010 10.25c0-1.38.26-2.679.781-3.896A10.035 10.035 0 012.92 3.17 10.035 10.035 0 016.104 1.03 9.801 9.801 0 0110 .25zM10 19a8.44 8.44 0 003.408-.693 8.914 8.914 0 002.774-1.875 8.914 8.914 0 001.875-2.774 8.44 8.44 0 00.693-3.408 8.44 8.44 0 00-.693-3.408 8.914 8.914 0 00-1.875-2.774 8.914 8.914 0 00-2.774-1.875A8.44 8.44 0 0010 1.5a8.44 8.44 0 00-3.408.693 8.914 8.914 0 00-2.774 1.875 8.914 8.914 0 00-1.875 2.774 8.44 8.44 0 00-.693 3.408c0 1.21.231 2.347.693 3.408a8.914 8.914 0 001.875 2.774 8.914 8.914 0 002.774 1.875A8.44 8.44 0 0010 19zM6.875 9.625c-.352 0-.648-.124-.889-.371a1.217 1.217 0 01-.361-.879c0-.339.12-.632.361-.879s.537-.371.889-.371c.339 0 .628.124.87.371.24.247.36.54.36.879 0 .339-.12.632-.36.879a1.17 1.17 0 01-.87.371zm6.25 0c-.352 0-.648-.124-.889-.371a1.217 1.217 0 01-.361-.879c0-.339.12-.632.361-.879s.537-.371.889-.371c.339 0 .628.124.87.371.24.247.36.54.36.879 0 .339-.12.632-.36.879a1.17 1.17 0 01-.87.371z" fill="currentColor" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 20 20" id="soundcloud-fill" xmlns="http://www.w3.org/2000/svg"><path d="M12.083 5c-1.582 0-2.916.755-3.75 2.005v7.162h8.75c1.582 0 2.917-1.335 2.917-2.917 0-1.582-1.335-2.917-2.917-2.917-.166 0-.407-.006-.573.078C16.01 6.413 14.167 5 12.083 5zM6.667 6.667v7.5H7.5V6.745c-.25-.085-.583-.078-.833-.078zm-.834.078c-.332.084-.582.254-.833.338v7.084h.833V6.745zM4.167 7.839a2.56 2.56 0 00-.756 1.484h-.078v4.844h.834V7.839zM2.5 9.167c-.332 0-.583.071-.833.156v4.687c.25.085.501.157.833.157v-5zm-1.667.677A2.363 2.363 0 000 11.667c0 .748.332 1.406.833 1.823V9.844z" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 20 20" id="spotify-fill" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero"><path d="M15.468 15.708a.936.936 0 01-1.3.26c-1.546-1.03-4.168-1.718-6.355-1.717-2.321 0-4.061.57-4.079.577a.937.937 0 11-.592-1.778c.082-.028 2.049-.672 4.67-.674 2.188-.001 5.23.589 7.396 2.032.431.288.547.87.26 1.3zM17.338 11.87a1.073 1.073 0 01-1.478.344c-2.803-1.747-5.683-2.116-8.164-2.094-2.801.025-5.041.56-5.08.57a1.073 1.073 0 11-.585-2.064c.174-.05 2.41-.6 5.47-.625 2.79-.023 6.268.382 9.494 2.392.502.312.657.975.343 1.478zM19.203 7.383a1.25 1.25 0 01-1.71.445C14.225 5.911 10.254 5.504 7.497 5.5H7.46c-3.333 0-5.9.586-5.926.592a1.25 1.25 0 01-.568-2.434C1.081 3.631 3.823 3 7.46 3h.043c3.066.004 7.507.47 11.256 2.672.595.35.795 1.116.445 1.711z"/></g></symbol><symbol viewBox="0 0 20 20" id="star" xmlns="http://www.w3.org/2000/svg"><path d="M10 1.577L7.715 6.324l-.41.84-6.094.898 4.414 4.414-.137.879-.898 5.273 5.41-2.89 5.41 2.89-.898-5.273-.137-.88 4.414-4.413-6.113-.899L10 1.577zm0-1.191c.286 0 .547.072.781.215.235.143.41.338.528.586l2.265 4.707 5.215.762c.26.039.495.143.703.312.209.17.358.384.45.645a1.405 1.405 0 01-.352 1.425l-3.809 3.809.88 5.293c.051.26.022.514-.089.762-.11.247-.276.449-.498.605-.13.091-.267.156-.41.195a1.627 1.627 0 01-.781.02 1.309 1.309 0 01-.352-.137L10 17.144l-4.55 2.441c-.105.065-.216.11-.333.137a1.616 1.616 0 01-.79-.02 1.456 1.456 0 01-.898-.8 1.232 1.232 0 01-.09-.762l.88-5.293L.41 9.038a1.405 1.405 0 01-.352-1.426c.092-.247.241-.458.45-.634.208-.176.443-.283.703-.322l5.215-.762L8.69 1.187A1.35 1.35 0 019.22.6c.234-.143.495-.215.781-.215z" fill="currentColor" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 20 20" id="study" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h20v20H0z"/><path d="M19.355 13.667c.183.117.332.27.45.46.117.188.175.4.175.634 0 .339-.12.632-.36.879-.242.247-.538.371-.89.371-.351 0-.647-.124-.888-.371a1.217 1.217 0 01-.362-.879c0-.234.06-.446.176-.635.117-.189.267-.342.45-.459V9.292l-2.54 1.328c.026.04.043.082.05.127.006.046.009.088.009.127v5.43c0 .091-.02.179-.059.264a.488.488 0 01-.175.205c-.065.065-.492.267-1.28.605-.787.339-2.17.508-4.15.508-1.98 0-3.356-.179-4.13-.537-.776-.358-1.196-.57-1.26-.635a.426.426 0 01-.167-.205.728.728 0 01-.049-.264v-5.293c0-.052.007-.104.02-.156a.434.434 0 01.059-.137L.332 8.472a.582.582 0 01-.244-.225A.615.615 0 010 7.925c0-.117.03-.225.088-.322a.619.619 0 01.225-.225L9.668 2.34a.6.6 0 01.303-.078.6.6 0 01.302.078l9.415 5.02a.806.806 0 01.224.244.615.615 0 010 .635.565.565 0 01-.244.234l-.313.156v5.04zm-4.98 2.266v-4.668l-4.121 2.168a.857.857 0 01-.147.058.531.531 0 01-.146.02.642.642 0 01-.156-.02.434.434 0 01-.137-.058l-4.063-2.149v4.63c.222.117.674.266 1.358.449.683.182 1.683.273 2.998.273 1.315 0 2.318-.088 3.008-.264.69-.175 1.159-.322 1.406-.44zm-4.414-3.75l8.086-4.277L9.98 3.589 1.914 7.906l8.047 4.277z" fill="currentColor" fill-rule="nonzero"/></g></symbol><symbol viewBox="0 0 20 20" id="sync" xmlns="http://www.w3.org/2000/svg"><path d="M14.54 4.972a5.345 5.345 0 011.835.542c.572.29 1.073.66 1.5 1.113.429.452.766.97 1.014 1.555.247.585.37 1.208.37 1.872 0 .626-.102 1.253-.307 1.88a5.48 5.48 0 01-.895 1.691c-.392.5-.871.913-1.438 1.239-.567.326-1.212.5-1.935.524a.556.556 0 01-.407-.171.556.556 0 01-.172-.407c0-.157.057-.293.172-.407a.556.556 0 01.407-.172h.163a2.53 2.53 0 001.347-.37c.404-.248.75-.573 1.04-.977.29-.404.512-.853.669-1.348.157-.494.235-.988.235-1.482 0-.543-.108-1.052-.326-1.529a3.988 3.988 0 00-.886-1.247 4.412 4.412 0 00-1.284-.85 3.793 3.793 0 00-1.537-.317l-.416-.018-.126-.398c-.302-.964-.787-1.715-1.456-2.251-.67-.537-1.577-.805-2.722-.805-.723 0-1.374.123-1.953.37A4.41 4.41 0 005.94 4.04c-.416.44-.735.965-.958 1.574a5.66 5.66 0 00-.335 1.962h.018l.036.542-.524.09c-.64.11-1.182.453-1.628 1.032a3.118 3.118 0 00-.669 1.953c0 .82.274 1.531.823 2.134.548.603 1.196.904 1.944.904h.506c.17 0 .308.057.416.172.109.114.163.25.163.407a.572.572 0 01-.579.578h-.506c-.53 0-1.03-.111-1.501-.334a4.005 4.005 0 01-1.239-.913 4.52 4.52 0 01-.85-1.339 4.143 4.143 0 01-.316-1.61c0-.927.259-1.765.777-2.513.519-.747 1.182-1.248 1.99-1.5a6.455 6.455 0 01.533-2.252 5.93 5.93 0 011.23-1.809 5.553 5.553 0 011.808-1.202c.694-.29 1.462-.435 2.306-.435.651 0 1.248.082 1.79.245.543.162 1.031.394 1.465.696.434.301.808.669 1.122 1.103.313.434.572.916.777 1.447zm-2.117 9.313l.145.127a.38.38 0 01.127.271.38.38 0 01-.127.271l-2.134 2.333v.018l-.145.145a.416.416 0 01-.144.1.46.46 0 01-.317 0 .276.276 0 01-.135-.1l-.145-.145v-.018L7.45 14.991a.419.419 0 01-.127-.308c0-.12.043-.223.127-.307l.145-.09a.352.352 0 01.298-.11c.115.013.214.061.299.145l1.23 1.375V9.873A.572.572 0 0110 9.294c.157 0 .292.057.407.172.114.114.172.25.172.407v5.823l1.266-1.41a.408.408 0 01.298-.127c.115 0 .208.042.28.126z" fill="currentColor" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 27 27" id="target" xmlns="http://www.w3.org/2000/svg"><text fill="#FFF" fill-rule="evenodd" font-family="simple-line-icons" font-size="25"><tspan x="0" y="24"></tspan></text></symbol><symbol viewBox="0 0 40 40" id="thunder" xmlns="http://www.w3.org/2000/svg"><defs><path id="dja" d="M7.459 1.268L1.201 9.635l4.606.017-1.266 7.33 6.258-9.035-4.606-.017L7.46 1.268zm0-1.125h.053a1.1 1.1 0 01.773.342 1.081 1.081 0 01.281 1.046l-1.02 5.291H10.8c.21 0 .407.056.589.167a1.106 1.106 0 01.527 1.046 1.21 1.21 0 01-.202.58l-6.31 9.035a1.238 1.238 0 01-.387.343.98.98 0 01-.475.114 1.56 1.56 0 01-.237-.017 1.158 1.158 0 01-.765-.571 1.057 1.057 0 01-.123-.73l1.037-6.03-3.252-.017c-.21 0-.407-.055-.589-.167A1.106 1.106 0 01.085 9.53a1.21 1.21 0 01.202-.58L6.597.617a.138.138 0 00.027-.035.768.768 0 01.14-.158.646.646 0 01.132-.088.782.782 0 01.22-.132c.076-.03.161-.05.255-.061h.088z"/></defs><g fill="none" fill-rule="evenodd"><circle cx="20" cy="20" r="20" fill="currentColor"/><g fill="#FFF"><g transform="translate(14 11)"><use xlink:href="#dja"/><use xlink:href="#dja"/></g><path d="M14.792 20.65l6.84-8.95-.809 6.864h4.533l-6.995 10.142.78-7.107z"/></g></g></symbol><symbol viewBox="0 0 20 20" id="trophy" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h20v20H0z"/><path d="M14.375 18.199a.6.6 0 01.44.185.6.6 0 01.185.44.6.6 0 01-.186.439.6.6 0 01-.439.186h-8.79a.6.6 0 01-.439-.186.6.6 0 01-.185-.44.6.6 0 01.185-.439.6.6 0 01.44-.185h8.789zm5.488-15.743c.013.04.04.489.078 1.348.04.86-.247 1.667-.859 2.422-.352.43-.8.758-1.348.986-.547.228-1.185.349-1.914.362a6.642 6.642 0 01-.81 1.64 6.562 6.562 0 01-1.201 1.338 6.198 6.198 0 01-1.504.938 5.81 5.81 0 01-1.739.459v4.355H12.5a.6.6 0 01.44.186.6.6 0 01.185.439.6.6 0 01-.186.44.6.6 0 01-.439.185H7.46a.617.617 0 01-.625-.625.617.617 0 01.626-.625h1.855v-4.355a5.79 5.79 0 01-1.718-.46 6.198 6.198 0 01-1.504-.937 6.562 6.562 0 01-1.201-1.338 6.642 6.642 0 01-.811-1.64c-.703-.027-1.322-.15-1.855-.372a3.184 3.184 0 01-1.309-.976C.306 5.47.02 4.663.058 3.804c.04-.86.066-1.309.079-1.348a.57.57 0 01.215-.37.621.621 0 01.39-.137h2.969v-.625a.6.6 0 01.185-.44.6.6 0 01.44-.185h11.23a.617.617 0 01.625.625v.625h3.067c.143 0 .273.045.39.136a.57.57 0 01.215.371zM1.875 5.445c.208.247.472.442.791.586a3.51 3.51 0 001.123.273 6.244 6.244 0 01-.078-.996v-2.11H1.309c-.013.287.01.648.068 1.085.059.436.225.823.498 1.162zm13.066-.137v-3.36h-9.98v3.36c0 .755.13 1.461.39 2.119a5.41 5.41 0 001.075 1.719 5.2 5.2 0 001.592 1.162c.605.286 1.253.43 1.943.43.69 0 1.338-.144 1.943-.43a5.082 5.082 0 001.582-1.162 5.503 5.503 0 001.065-1.719c.26-.658.39-1.364.39-2.12zm3.184.137c.273-.339.44-.726.498-1.162.059-.437.081-.798.068-1.084h-2.5v2.109c0 .17-.006.338-.02.508-.012.169-.032.332-.058.488.456-.026.85-.114 1.182-.264.332-.15.609-.348.83-.595z" fill="currentColor" fill-rule="nonzero"/></g></symbol><symbol viewBox="0 0 20 20" id="twitter" xmlns="http://www.w3.org/2000/svg"><path d="M20 3.893a8.292 8.292 0 01-2.356.636 4.07 4.07 0 001.804-2.234 8.349 8.349 0 01-2.607.981A4.12 4.12 0 0013.846 2C11.58 2 9.743 3.81 9.743 6.04c0 .316.036.625.106.92a11.708 11.708 0 01-8.456-4.222A3.964 3.964 0 00.84 4.77c0 1.402.724 2.64 1.824 3.363a4.151 4.151 0 01-1.858-.507v.05c0 1.958 1.415 3.59 3.29 3.963a4.216 4.216 0 01-1.08.141c-.266 0-.522-.026-.773-.075a4.098 4.098 0 003.832 2.806 8.312 8.312 0 01-5.095 1.727c-.332 0-.658-.02-.979-.055A11.727 11.727 0 006.289 18c7.547 0 11.673-6.157 11.673-11.496l-.014-.523A8.126 8.126 0 0020 3.893z" fill="currentColor" fill-rule="evenodd"/></symbol><symbol viewBox="0 0 17 18" id="ua" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill="currentColor" d="M12.385 13.879l.448.249c.299.166.448.382.448.647v1.345a.854.854 0 01-.265.64.876.876 0 01-.631.257H.896a.876.876 0 01-.63-.258A.854.854 0 010 16.12v-1.345c0-.243.15-.453.448-.63l.448-.266 3.437-1.86c-.63-.498-1.068-1.162-1.312-1.992-.243-.83-.365-1.488-.365-1.975V5.81c0-.377.116-.75.349-1.121.232-.37.537-.706.913-1.004a4.95 4.95 0 011.287-.73 3.963 3.963 0 011.452-.283c.498 0 .985.094 1.461.282.476.188.9.432 1.27.73.371.3.67.634.897 1.005.227.37.34.744.34 1.12v2.242c0 .542-.108 1.217-.324 2.025-.216.808-.633 1.461-1.253 1.96l3.337 1.842zm-.166 2.075v-.946a.443.443 0 00-.116-.083l-.133-.067a.08.08 0 01-.042-.016.543.543 0 00-.058-.033l-3.337-1.843a1.122 1.122 0 01-.382-.357.979.979 0 01-.166-.49.97.97 0 01.075-.515c.072-.166.18-.304.324-.415.454-.354.763-.86.93-1.519.165-.658.248-1.198.248-1.618V5.81c0-.388-.29-.83-.871-1.329a3.029 3.029 0 00-2.034-.747c-.752 0-1.43.25-2.033.747-.604.498-.905.941-.905 1.329v2.24c0 .421.1.96.299 1.62.199.658.525 1.164.98 1.518a1.1 1.1 0 01.306.415.97.97 0 01.075.515.979.979 0 01-.166.49.98.98 0 01-.382.34l-3.436 1.876a.074.074 0 00-.034.008.13.13 0 00-.033.025.46.46 0 00-.141.067l-.125.083v.946H12.22zm3.885-4.715l.448.25c.299.165.448.381.448.647v1.328a.854.854 0 01-.266.639.876.876 0 01-.63.257h-1.76a6.088 6.088 0 00-.208-.614 1.079 1.079 0 00-.34-.448h2.142v-.946a4.763 4.763 0 00-.117-.075.463.463 0 00-.133-.058.104.104 0 00-.041-.025.455.455 0 01-.058-.025l-3.387-1.843a1.122 1.122 0 01-.382-.357.979.979 0 01-.166-.49.97.97 0 01.075-.514 1.03 1.03 0 01.324-.415c.454-.365.772-.877.954-1.536.183-.658.274-1.192.274-1.602V3.171c0-.399-.299-.847-.896-1.345a3.123 3.123 0 00-2.059-.747 3.379 3.379 0 00-2.025.68 2.608 2.608 0 00-.664-.115l-.68-.034C7.342 1.157 7.84.775 8.45.465A4.09 4.09 0 0110.326 0c.498 0 .988.097 1.47.29.48.194.91.44 1.286.74.376.298.68.636.913 1.012.233.376.349.753.349 1.129v2.241c0 .531-.116 1.204-.349 2.017-.232.814-.658 1.464-1.278 1.95l3.387 1.86z"/><path d="M0 0h17v17H0z"/></g></symbol><symbol viewBox="0 0 50 45" id="unmute" xmlns="http://www.w3.org/2000/svg"><path d="M28.125.348c.228.13.415.317.562.561.146.244.22.513.22.806v40.82c0 .293-.074.562-.22.806-.147.244-.35.431-.61.561a1.085 1.085 0 01-.343.147c-.13.032-.26.049-.39.049s-.269-.025-.415-.074a1.457 1.457 0 01-.415-.22L10.889 31.5H5.713c-1.335 0-2.474-.415-3.418-1.245-.944-.83-1.416-1.831-1.416-3.003L.78 16.949c0-1.172.472-2.164 1.416-2.978.944-.814 2.084-1.221 3.418-1.221h5.225L26.514.445c.228-.162.488-.252.78-.268.294-.017.57.04.831.17zm-2.344 39.257V4.645L12.158 15.582c-.13.098-.268.17-.415.22a1.457 1.457 0 01-.464.073H5.615c-.52 0-.936.114-1.245.342-.31.228-.464.472-.464.732l.098 10.303c0 .26.155.513.464.757.309.244.724.366 1.245.366h5.664c.163 0 .317.016.464.049.146.032.285.097.415.195L25.78 39.605zm17.871-17.431l5.078 5.078c.293.325.44.7.44 1.123 0 .423-.147.798-.44 1.123-.325.293-.7.44-1.123.44a1.63 1.63 0 01-1.123-.44l-5.029-5.127-5.03 5.127c-.325.293-.7.44-1.122.44a1.63 1.63 0 01-1.123-.44 1.63 1.63 0 01-.44-1.123c0-.423.147-.798.44-1.123l5.078-5.078-5.127-5.176a1.63 1.63 0 01-.44-1.123c0-.423.147-.798.44-1.123.325-.293.7-.44 1.123-.44.423 0 .797.147 1.123.44l5.078 5.176 5.078-5.176c.326-.293.7-.44 1.123-.44.423 0 .798.147 1.123.44.293.325.44.7.44 1.123 0 .423-.147.798-.44 1.123l-5.127 5.176z" fill="#FFF" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 20 20" id="user" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h20v20H0z"/><path d="M10 1.898c-.494 0-.983.094-1.465.28a5.42 5.42 0 00-1.302.715 4.16 4.16 0 00-.931.94c-.235.338-.353.657-.353.959v2.893c0 .567.142 1.29.425 2.17.283.88.726 1.562 1.33 2.044a1.148 1.148 0 01.434 1.049 1.35 1.35 0 01-.227.533 1.103 1.103 0 01-.443.371l-5.082 2.405a1.267 1.267 0 00-.298.172c-.127.09-.19.256-.19.497v1.176l16.186-.018v-1.121c0-.314-.076-.51-.226-.588a1.89 1.89 0 00-.244-.118l-5.046-2.387a1.172 1.172 0 01-.588-1.51c.079-.187.196-.34.353-.461.627-.482 1.07-1.167 1.33-2.053.258-.886.388-1.606.388-2.16V4.791c0-.314-.12-.64-.362-.977a4.26 4.26 0 00-.931-.931 5.378 5.378 0 00-1.302-.706A4.05 4.05 0 0010 1.898zm0-1.157c.639 0 1.269.12 1.89.361.62.242 1.175.555 1.664.94.488.387.886.82 1.193 1.303.308.482.461.964.461 1.447v2.893c0 .35-.036.754-.108 1.212a7.871 7.871 0 01-.362 1.401 6.89 6.89 0 01-.669 1.375c-.277.44-.615.817-1.013 1.13l5.046 2.405.57.317c.38.21.57.485.57.823v1.754c0 .313-.112.582-.335.805a1.097 1.097 0 01-.805.334H1.898c-.325 0-.6-.111-.823-.334a1.097 1.097 0 01-.334-.805v-1.754c0-.314.193-.582.578-.805l.58-.335 5.08-2.405a4.389 4.389 0 01-1.03-1.175 8.088 8.088 0 01-.678-1.402 7.47 7.47 0 01-.37-1.392 7.465 7.465 0 01-.11-1.149V4.792c0-.483.151-.965.453-1.447a5.12 5.12 0 011.184-1.302 6.36 6.36 0 011.673-.94A5.253 5.253 0 0110 .74z" fill="currentColor" fill-rule="nonzero"/></g></symbol><symbol viewBox="0 0 20 20" id="users" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M14.57 16.328l.528.293c.351.195.527.45.527.762v1.582c0 .3-.104.55-.313.752a1.03 1.03 0 01-.742.303H1.055c-.287 0-.534-.101-.742-.303A1.005 1.005 0 010 18.965v-1.582c0-.287.176-.534.527-.742l.528-.313 4.043-2.187c-.743-.586-1.257-1.368-1.543-2.344-.287-.977-.43-1.751-.43-2.324V6.836c0-.443.137-.882.41-1.318.274-.437.632-.83 1.074-1.182a5.825 5.825 0 011.514-.86 4.663 4.663 0 011.709-.331c.586 0 1.159.11 1.719.332.56.22 1.058.507 1.494.859A4.61 4.61 0 0112.1 5.518c.267.436.4.875.4 1.318v2.637c0 .638-.127 1.432-.38 2.382-.255.951-.746 1.72-1.475 2.305l3.925 2.168zm-.195 2.442v-1.114a.521.521 0 00-.137-.097l-.156-.079a.095.095 0 01-.049-.02.638.638 0 00-.068-.038l-3.926-2.168a1.32 1.32 0 01-.45-.42 1.151 1.151 0 01-.194-.576 1.14 1.14 0 01.087-.606c.085-.195.212-.358.381-.488.534-.417.899-1.012 1.094-1.787.195-.775.293-1.41.293-1.904V6.836c0-.456-.342-.977-1.025-1.563a3.563 3.563 0 00-2.393-.878c-.885 0-1.683.292-2.393.878-.71.586-1.064 1.107-1.064 1.563v2.637c0 .494.117 1.13.352 1.904.234.775.618 1.37 1.152 1.787.156.13.277.293.361.488.085.196.114.397.088.606-.013.208-.078.4-.195.576-.117.176-.267.31-.45.4l-4.042 2.207a.087.087 0 00-.04.01.153.153 0 00-.038.03.541.541 0 00-.167.078l-.146.097v1.114h13.125zm4.57-5.547l.528.293c.351.195.527.449.527.761v1.563c0 .3-.104.55-.313.752a1.03 1.03 0 01-.742.303h-2.07a7.162 7.162 0 00-.244-.723 1.27 1.27 0 00-.4-.527h2.519V14.53a5.603 5.603 0 00-.137-.088.545.545 0 00-.156-.068.123.123 0 00-.049-.03.536.536 0 01-.068-.029l-3.985-2.168a1.32 1.32 0 01-.449-.42 1.151 1.151 0 01-.195-.576 1.14 1.14 0 01.088-.605c.084-.195.211-.358.38-.488.535-.43.909-1.032 1.124-1.807.215-.775.322-1.403.322-1.885V3.73c0-.468-.352-.996-1.055-1.582a3.675 3.675 0 00-2.422-.878 3.975 3.975 0 00-2.383.8 3.068 3.068 0 00-.78-.136c-.274-.013-.541-.026-.801-.04C8.639 1.362 9.225.912 9.94.548A4.81 4.81 0 0112.148 0c.586 0 1.163.114 1.729.342a6.043 6.043 0 011.514.869c.442.352.8.749 1.074 1.191.273.443.41.886.41 1.328v2.637c0 .625-.137 1.416-.41 2.373-.274.957-.775 1.722-1.504 2.295l3.984 2.188z" fill="currentColor" fill-rule="nonzero"/><path d="M0 0h20v20H0z"/></g></symbol><symbol viewBox="0 0 20 20" id="wand" xmlns="http://www.w3.org/2000/svg"><path d="M19.941 8.629a.97.97 0 01.098.322.56.56 0 01-.059.322.582.582 0 01-.224.245.615.615 0 01-.322.087l-3.594.137-2.207 2.871a.76.76 0 01-.225.186.588.588 0 01-.283.068.087.087 0 01-.04-.01.136.136 0 00-.058-.01.587.587 0 01-.293-.126.598.598 0 01-.195-.264l-1.055-2.89a.473.473 0 01-.098.137l-10.35 10.37a.89.89 0 01-.216.127.605.605 0 01-.234.049.605.605 0 01-.234-.049.89.89 0 01-.215-.127.652.652 0 01-.176-.449c0-.17.059-.319.176-.45l10.37-10.35.06-.06L7.87 7.81a.63.63 0 01-.264-.186.552.552 0 01-.127-.303.524.524 0 01.03-.332.677.677 0 01.185-.254l2.871-2.246.098-3.633a.715.715 0 01.107-.312.604.604 0 01.245-.215.628.628 0 01.322-.068c.11.006.211.042.303.107l3.027 2.012 3.477-1.016a.715.715 0 01.332 0 .715.715 0 01.293.157c.078.09.13.188.156.292a.715.715 0 010 .333L17.93 5.64l2.011 2.988zm-4.433-.117l2.793-.117-1.582-2.305a.607.607 0 01-.098-.254.65.65 0 01.02-.274l.761-2.675-2.675.781a.65.65 0 01-.274.02.607.607 0 01-.254-.098l-2.304-1.563-.098 2.793c0 .091-.02.18-.059.264a.488.488 0 01-.175.205L9.374 7.008l2.617.957a.532.532 0 01.371.37l.957 2.618 1.72-2.207a.488.488 0 01.204-.176.622.622 0 01.264-.058z" fill="currentColor" fill-rule="evenodd"/></symbol><symbol viewBox="0 0 20 20" id="web" xmlns="http://www.w3.org/2000/svg"><path d="M19.295 10c0 1.23-.226 2.39-.678 3.481a9.231 9.231 0 01-1.862 2.876 9.55 9.55 0 01-2.776 2.007 8.977 8.977 0 01-3.554.886 1.395 1.395 0 01-.154.01h-.253a8.979 8.979 0 01-3.608-.733 9.417 9.417 0 01-2.948-1.99A9.446 9.446 0 011.473 13.6 8.915 8.915 0 01.741 10c0-1.278.244-2.478.732-3.599a9.446 9.446 0 011.99-2.939A9.417 9.417 0 016.41 1.473a8.979 8.979 0 013.608-.732h.253c.048 0 .1.003.154.009a8.977 8.977 0 013.554.886 9.55 9.55 0 012.776 2.007 9.231 9.231 0 011.862 2.876A9.003 9.003 0 0119.295 10zm-1.718 2.984A8.063 8.063 0 0018.138 10c0-.555-.054-1.094-.163-1.619a8.412 8.412 0 00-.452-1.492l.217.597c-.036.012-.262.073-.678.181-.416.109-1.07.217-1.962.326.036.325.066.654.09.985a15.03 15.03 0 01-.018 2.306c-.036.422-.078.832-.126 1.23.699.084 1.253.172 1.663.262.41.09.7.16.868.208zM5.913 10c0 .422.018.832.054 1.23.036.398.085.79.145 1.175.47-.036.98-.066 1.528-.09a71.416 71.416 0 011.781-.054V8.246a42.934 42.934 0 01-3.382-.127 21.73 21.73 0 00-.09.923c-.024.313-.036.632-.036.958zm4.666-8.03v5.136a65.06 65.06 0 001.727-.054c.524-.024 1.01-.054 1.456-.09a13.43 13.43 0 00-.534-1.818 7.996 7.996 0 00-.732-1.492 5.144 5.144 0 00-.905-1.085 2.767 2.767 0 00-1.012-.597zM9.42 1.99c-.35.108-.687.31-1.012.605a5.241 5.241 0 00-.896 1.085 8.497 8.497 0 00-.732 1.483c-.217.561-.398 1.16-.543 1.8.447.036.935.066 1.465.09.53.024 1.103.042 1.718.054V1.99zm0 11.429c-.59.012-1.139.027-1.645.045-.507.018-.977.045-1.411.082.145.578.326 1.118.543 1.618.217.5.458.944.723 1.33.265.385.548.708.85.967.301.26.615.443.94.551v-4.593zm1.158 4.612c.325-.097.642-.275.95-.534.307-.26.593-.582.858-.967.265-.386.504-.832.714-1.339.211-.506.39-1.055.534-1.645-.422-.037-.89-.064-1.402-.082-.512-.018-1.064-.033-1.654-.045v4.612zm0-5.77c.639.013 1.232.03 1.781.055.549.024 1.052.054 1.51.09.06-.386.109-.777.145-1.175a13.583 13.583 0 00.018-2.188 24.792 24.792 0 00-.09-.94c-.459.047-.968.084-1.529.108-.56.024-1.172.036-1.835.036v4.015zm6.727-5.84a7.981 7.981 0 00-1.682-2.28 8.206 8.206 0 00-2.369-1.573c.374.53.706 1.16.995 1.89.29.73.518 1.528.687 2.396.723-.084 1.278-.172 1.664-.262.386-.09.62-.148.705-.172zM7.251 2.385c-.506.181-.982.407-1.429.679a8.193 8.193 0 00-1.247.93 8.69 8.69 0 00-1.058 1.15c-.32.415-.594.858-.823 1.329.157.048.434.108.832.18.398.073.928.145 1.591.217.205-.928.494-1.772.868-2.531.374-.76.796-1.411 1.266-1.954zM2.278 7.56a8.6 8.6 0 00-.28 1.193c-.067.41-.1.826-.1 1.248 0 .518.045 1.022.136 1.51.09.488.226.956.407 1.402.18-.037.482-.094.904-.172.422-.079.97-.154 1.646-.226a13.15 13.15 0 01-.163-1.23A15.03 15.03 0 014.774 10c0-.338.009-.675.027-1.013.018-.337.05-.663.1-.976a19.408 19.408 0 01-1.818-.263c-.428-.09-.697-.153-.805-.19zm.669 6.42c.241.422.515.816.823 1.184a8.385 8.385 0 002.17 1.845c.416.247.853.449 1.311.606a8.006 8.006 0 01-1.166-1.737 11.314 11.314 0 01-.841-2.242c-.567.06-1.037.124-1.41.19l-.887.154zm10.308 3.454a8.23 8.23 0 002.17-1.393 7.934 7.934 0 001.628-2.007c-.18-.048-.452-.106-.814-.172a26.045 26.045 0 00-1.41-.208c-.17.76-.39 1.459-.66 2.098a9.184 9.184 0 01-.914 1.682z" fill="currentColor" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 20 20" id="wrench" xmlns="http://www.w3.org/2000/svg"><path d="M19.648 4.219a.65.65 0 01.254.224.569.569 0 01.098.323c0 .351-.007.79-.02 1.318-.013.527-.065 1.08-.156 1.66a9.08 9.08 0 01-.43 1.68c-.195.54-.475.993-.84 1.357l-.253.274a5.08 5.08 0 01-1.582 1.084 4.57 4.57 0 01-1.836.38c-.39 0-.807-.058-1.25-.175a5.816 5.816 0 01-1.192-.45l-7.304 7.383c-.248.248-.524.43-.83.547a2.576 2.576 0 01-1.875 0 2.362 2.362 0 01-.83-.547l-.88-.898A2.47 2.47 0 010 16.592c0-.697.24-1.293.723-1.787L7.949 7.44a5.146 5.146 0 01-.38-1.445 5.967 5.967 0 01.019-1.523c.072-.508.215-.993.43-1.455.214-.463.498-.876.85-1.24l.273-.274a3.682 3.682 0 011.279-.81 8.768 8.768 0 011.621-.46c.566-.104 1.13-.169 1.69-.195C14.29.013 14.79 0 15.233 0h.157c.117 0 .224.03.322.088.098.058.172.14.225.244a.53.53 0 01.048.332.631.631 0 01-.146.313l-2.813 3.242 2.832 2.93 3.164-2.833a.627.627 0 01.303-.146.507.507 0 01.322.049zM17.695 9.94c.378-.39.645-.97.801-1.738.156-.768.254-1.465.293-2.09L16.23 8.418a.56.56 0 01-.41.146.6.6 0 01-.41-.185l-3.613-3.711a.64.64 0 01-.166-.41.56.56 0 01.146-.41l2.286-2.637c-.586.026-1.312.117-2.178.273-.866.157-1.5.443-1.905.86l-.273.273c-.469.482-.762 1.094-.879 1.836-.117.742-.098 1.42.059 2.031.052.222.123.433.215.635.09.202.201.4.332.596l-7.832 7.988a1.247 1.247 0 00-.352.889c0 .345.117.641.352.888l.878.899c.118.117.254.208.41.273a1.21 1.21 0 00.958 0c.156-.065.293-.156.41-.273l8.008-8.086c.156.156.325.293.507.41a3.34 3.34 0 001.329.498c.286.046.546.069.78.069.483 0 .945-.088 1.388-.264a3.5 3.5 0 001.19-.791l.235-.274z" fill="currentColor" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 37 37" id="x-burger-menu" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><rect width="37" height="37" fill="#FFF" rx="18.5"/><g fill="#0F179E"><path d="M13.05 23.163l10.606-10.607.972.972-10.606 10.607z"/><path d="M13.683 12.481L24.29 23.088l-.973.972-10.606-10.607z"/></g></g></symbol></svg></div><div id="side-menu" class="hide-scroll"> <div id="lang-switcher-mobile" class="lang-switcher"> <ul class="langs-dropdown"><li data-lang-code="en"><a href="https://www.is.com/tapjoy/">en</a></li><li data-lang-code="ja"><a href="https://www.is.com/ja/tapjoy/">jp</a></li><li data-lang-code="zh-hant"><a href="https://www.is.com/zh-hant/tapjoy/">cn</a></li><li data-lang-code="ko"><a href="https://www.is.com/ko/tapjoy/">kr</a></li></ul> </div> <div class="stick-bottom"> <div class="top"> <ul id="menu-burger-menu-side-menu-top" class="nav reset-ul side-nav nohover"><li data-mode="vertical" class="sc_blob" data-follow=".current-menu-item" ></li><li id="menu-item-126311" class="menu-title menu-scroll menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-126311"><a href="#">Platform</a> <ul class="sub-menu"> <li id="menu-item-78992" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-78992"><a href="https://www.is.com/monetization/">Monetization</a></li> <li id="menu-item-78993" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-78993"><a href="https://www.is.com/user-growth/">Marketing</a></li> <li id="menu-item-78996" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-78996"><a href="https://www.is.com/analytics/">Analytics</a></li> <li id="menu-item-78997" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-78997"><a href="https://supersonic.com/">Publishing</a></li> </ul> </li> <li id="menu-item-126305" class="menu-title menu-itemb menu-dynamic-columns menu-3-columns menu-fixed menu-scroll menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-126305"><a href="#">Products</a> <ul class="sub-menu"> <li id="menu-item-127712" class="blueColor pb0 menu-item menu-item-type-post_type menu-item-object-page menu-item-127712"><a href="https://www.is.com/mediation/">Unity LevelPlay<div class="menu-element-description">Mediation</div></a></li> <li id="menu-item-126307" class="blueColor pb0 menu-item menu-item-type-custom menu-item-object-custom menu-item-126307"><a href="https://www.is.com/user-growth/#inappadvertising">ironSource Network<div class="menu-element-description">Ad network</div></a></li> <li id="menu-item-109183" class="blueColor pb0 menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-109004 current_page_item menu-item-109183"><a href="https://www.is.com/tapjoy/" aria-current="page">Tapjoy<div class="menu-element-description">Offerwall</div></a></li> <li id="menu-item-127713" class="blueColor pb0 menu-item menu-item-type-post_type menu-item-object-page menu-item-127713"><a href="https://www.is.com/aura/">Aura<div class="menu-element-description">On-device solutions</div></a></li> <li id="menu-item-126309" class="blueColor pb0 menu-item menu-item-type-custom menu-item-object-custom menu-item-126309"><a href="https://supersonic.com/">Supersonic<div class="menu-element-description">Publishing</div></a></li> <li id="menu-item-126310" class="blueColor pb0 menu-item menu-item-type-custom menu-item-object-custom menu-item-126310"><a href="https://luna.is.com/">Luna<div class="menu-element-description">Cross-channel management</div></a></li> </ul> </li> <li id="menu-item-126312" class="menu-title menu-scroll menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-126312"><a href="#">Learn</a> <ul class="sub-menu"> <li id="menu-item-79290" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-79290"><a href="https://www.is.com/community/">Community</a></li> <li id="menu-item-126313" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-126313"><a href="https://www.is.com/community/blog/">Blog</a></li> <li id="menu-item-79294" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-79294"><a href="https://www.is.com/community/case-studies/">Case studies</a></li> <li id="menu-item-79295" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-79295"><a href="https://www.is.com/community/academy">LevelUp Academy</a></li> <li id="menu-item-79008" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-79008"><a href="https://developers.is.com/">Knowledge center</a></li> <li id="menu-item-79009" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-79009"><a href="https://www.is.com/glossary/">Glossary</a></li> </ul> </li> <li id="menu-item-79010" class="menu-title menu-scroll menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-79010"><a href="#">Company</a> <ul class="sub-menu"> <li id="menu-item-79011" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-79011"><a href="https://www.is.com/about/">About</a></li> <li id="menu-item-79012" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-79012"><a href="https://company.is.com/careers/">Careers</a></li> <li id="menu-item-79013" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-79013"><a href="https://company.is.com/newsroom/">Newsroom</a></li> <li id="menu-item-109406" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-109406"><a href="https://www.is.com/contact/">Contact us</a></li> <li id="menu-item-123225" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-123225"><a href="https://ltv.tapjoy.com/s/l#session/login">Log into Tapjoy</a></li> </ul> </li> </ul> </div> <div class="bottom"> <div class="flex"> <a id="" class="sc_btn send_utm" handler="" target="_blank" params="" href="https://platform.ironsrc.com/partners/login">Login<span><em>Login</em></span></a> <a id="" class="sc_btn send_utm" handler="" target="_blank" params="" href="https://platform.ironsrc.com/partners/signup?cid=marketing-menu">Signup<span><em>Signup</em></span></a> </div> </div> </div></div> <div id="page" class="site"> <div id="burger-icon" class="js-btn pointer" handler="toggleSideMenu"> <span class="top"></span><span class="middle"></span><span class="bottom"></span> </div> <header id="masthead" class="site-header"> <div class="flex v-center"> <div class="site-branding"> <a href="https://www.is.com" title="Iron Source"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 46" fill="none" class="is-logo"> <path fill-rule="evenodd" clip-rule="evenodd" d="M142.78 19.3894C142.476 19.7171 142.269 20.1619 142.157 20.7237L145.8 20.7293C145.718 20.1529 145.522 19.7042 145.212 19.3827C144.902 19.0611 144.513 18.8998 144.043 18.8992C143.505 18.8987 143.084 19.0617 142.78 19.3894ZM141.735 26.8075C141.032 26.5386 140.425 26.1633 139.915 25.6805C139.406 25.1976 139.013 24.6251 138.739 23.9619C138.464 23.2987 138.327 22.5727 138.328 21.7829C138.329 21.0065 138.468 20.2872 138.744 19.6251C139.022 18.9624 139.408 18.3877 139.906 17.8998C140.403 17.4119 140.997 17.031 141.687 16.7576C142.377 16.4837 143.137 16.3476 143.964 16.3487C144.792 16.3498 145.526 16.4748 146.168 16.7235C146.809 16.9722 147.371 17.3105 147.852 17.7396C148.5 18.316 148.975 19.0397 149.277 19.9102C149.579 20.7807 149.717 21.7246 149.687 22.7419L142.155 22.7318C142.264 23.3345 142.488 23.8034 142.825 24.1383C143.163 24.4733 143.628 24.6414 144.221 24.6425C144.911 24.643 145.401 24.3898 145.692 23.8812L149.478 23.8863C149.368 24.3546 149.136 24.8027 148.784 25.2307C148.431 25.6581 147.992 26.0328 147.468 26.3538C146.985 26.6602 146.47 26.8809 145.926 27.0136C145.38 27.1475 144.769 27.2131 144.093 27.2125C143.225 27.2108 142.438 27.0764 141.735 26.8075ZM130.178 26.8218C129.468 26.5462 128.858 26.1675 128.348 25.6846C127.839 25.2018 127.446 24.6287 127.172 23.9661C126.897 23.3028 126.76 22.5836 126.761 21.8066C126.762 21.0308 126.901 20.311 127.177 19.6489C127.454 18.9868 127.848 18.4115 128.36 17.9241C128.871 17.4362 129.482 17.0553 130.193 16.782C130.903 16.5081 131.693 16.3719 132.562 16.3731C133.307 16.3742 133.987 16.4756 134.601 16.6772C135.214 16.8789 135.745 17.1606 136.192 17.5225C136.641 17.8844 137.002 18.3168 137.277 18.8193C137.552 19.3217 137.724 19.8741 137.792 20.4762L134.026 20.4718C133.916 20.0029 133.744 19.6444 133.51 19.3968C133.276 19.1481 132.945 19.0243 132.517 19.0237C131.91 19.0232 131.462 19.2697 131.172 19.7648C130.881 20.26 130.735 20.9423 130.734 21.8122C130.733 22.6687 130.883 23.342 131.186 23.8311C131.489 24.3201 131.944 24.5649 132.551 24.566C133.033 24.5665 133.396 24.4164 133.638 24.1156C133.88 23.8142 134.029 23.3695 134.085 22.7807L137.851 22.7858C137.85 23.4149 137.722 24.0002 137.466 24.5419C137.21 25.0841 136.85 25.5558 136.388 25.9569C135.925 26.3574 135.366 26.6711 134.71 26.8979C134.054 27.1248 133.334 27.2374 132.548 27.2368C131.678 27.2352 130.888 27.0968 130.178 26.8218ZM122.524 18.2073C122.952 17.5653 123.425 17.111 123.943 16.8439C124.461 16.5767 125.057 16.4433 125.733 16.4445C126.023 16.445 126.237 16.4786 126.375 16.5458L126.37 19.7785H126.288C125.129 19.5892 124.232 19.7388 123.597 20.2267C122.961 20.7146 122.643 21.5408 122.641 22.7054L122.635 26.9016L118.724 26.8965L118.739 16.6556L122.464 16.6612L122.462 18.2073H122.524ZM113.595 25.5637H113.533C113.132 26.0992 112.665 26.5065 112.134 26.7871C111.603 27.0678 110.971 27.2073 110.24 27.2061C109.606 27.2056 109.054 27.1075 108.584 26.9132C108.116 26.7182 107.727 26.4466 107.417 26.0981C107.107 25.7491 106.873 25.3341 106.715 24.8523C106.557 24.37 106.479 23.8345 106.479 23.2452L106.488 16.6392L110.399 16.6448L110.392 22.3467C110.39 23.4318 110.858 23.9746 111.796 23.9757C112.307 23.9762 112.704 23.816 112.987 23.4951C113.27 23.1741 113.413 22.7332 113.413 22.1708L113.421 16.6482L117.332 16.6538L117.318 26.8947L113.593 26.8896L113.595 25.5637ZM101.161 23.8708C101.465 23.3431 101.618 22.6441 101.619 21.7736C101.621 20.9031 101.469 20.2034 101.167 19.6746C100.864 19.1453 100.409 18.8803 99.8021 18.8798C99.1953 18.8786 98.7465 19.1425 98.4559 19.6707C98.1653 20.1989 98.0197 20.898 98.0186 21.7685C98.0169 22.6385 98.1613 23.3387 98.4502 23.8675C98.7391 24.3962 99.1873 24.6618 99.7942 24.6623C100.401 24.6634 100.857 24.399 101.161 23.8708ZM97.4421 26.7772C96.7324 26.5022 96.1255 26.123 95.6231 25.6401C95.1201 25.1578 94.7313 24.5848 94.4561 23.9221C94.1809 23.2589 94.0445 22.5391 94.0456 21.7627C94.0462 20.9868 94.1855 20.267 94.4624 19.6049C94.7393 18.9423 95.1298 18.3675 95.6339 17.8796C96.1381 17.3917 96.7455 17.0114 97.4563 16.7375C98.1671 16.4641 98.9641 16.328 99.8474 16.3291C100.73 16.3302 101.526 16.4686 102.237 16.7436C102.947 17.0198 103.55 17.4018 104.046 17.8908C104.542 18.3804 104.923 18.9568 105.192 19.6195C105.46 20.2827 105.594 21.002 105.593 21.7789C105.591 22.5547 105.456 23.2745 105.186 23.9367C104.916 24.5988 104.532 25.1707 104.035 25.6519C103.538 26.1331 102.934 26.5106 102.222 26.784C101.512 27.0573 100.715 27.1934 99.832 27.1923C98.9487 27.1912 98.1523 27.0528 97.4421 26.7772ZM84.3229 26.8903C83.5019 26.6881 82.7854 26.3823 82.1722 25.9739C81.5591 25.5639 81.0766 25.0513 80.7255 24.4357C80.3744 23.819 80.1928 23.0958 80.1803 22.2662L84.6089 22.2718C84.6769 22.8482 84.9281 23.2734 85.3626 23.5484C85.7965 23.8234 86.3725 23.9612 87.0896 23.9624C87.2969 23.9624 87.5138 23.9428 87.7416 23.903C87.9694 23.8627 88.1732 23.796 88.3519 23.7024C88.5318 23.6095 88.6802 23.4857 88.7978 23.3316C88.9154 23.1787 88.9742 22.9944 88.9742 22.7804C88.9748 22.5659 88.9131 22.3855 88.7887 22.2376C88.6648 22.0897 88.4855 21.9631 88.2514 21.855C88.0174 21.748 87.7239 21.6472 87.3722 21.5531C87.0205 21.4584 86.6175 21.3582 86.1624 21.2501C85.5418 21.1022 84.9075 20.9268 84.2595 20.7257C83.611 20.5235 83.0218 20.2591 82.4908 19.9303C81.9604 19.6015 81.526 19.1825 81.1891 18.6733C80.8517 18.1636 80.6838 17.5283 80.685 16.7648C80.6861 15.9481 80.8488 15.2524 81.1743 14.6771C81.4991 14.1024 81.9376 13.6346 82.4902 13.2733C83.0423 12.9126 83.6909 12.6493 84.4365 12.483C85.1816 12.3166 85.9683 12.2342 86.7956 12.2354C87.5543 12.2359 88.2891 12.3177 88.9994 12.479C89.7096 12.6409 90.3405 12.8992 90.8914 13.2549C91.4435 13.6106 91.8842 14.066 92.2142 14.6217C92.5442 15.1779 92.7161 15.8445 92.7286 16.6209L88.445 16.6147C88.3765 16.2265 88.1944 15.9151 87.898 15.6804C87.6017 15.4457 87.157 15.328 86.5638 15.3269C86.0808 15.3263 85.6908 15.4199 85.394 15.6064C85.0971 15.7935 84.9486 16.0344 84.9486 16.329C84.9481 16.543 85.0234 16.7167 85.1753 16.8517C85.3266 16.9855 85.551 17.1032 85.8473 17.204C86.1436 17.3043 86.509 17.3984 86.9435 17.4863C87.3779 17.5737 87.8712 17.6852 88.4227 17.8196C89.0433 17.9675 89.6502 18.1456 90.2428 18.354C90.836 18.5624 91.3664 18.8408 91.8351 19.1898C92.3039 19.5388 92.6795 19.9706 92.961 20.486C93.243 21.0019 93.3835 21.6416 93.3829 22.4046C93.3818 23.1944 93.2116 23.8867 92.8731 24.4822C92.534 25.0771 92.0744 25.5751 91.4943 25.9761C90.9148 26.3772 90.2383 26.6808 89.4652 26.887C88.6922 27.0937 87.8712 27.1962 87.0023 27.1951C86.0368 27.1939 85.1433 27.092 84.3229 26.8903ZM72.3437 17.9989C72.7725 17.4371 73.2595 17.0091 73.8047 16.7156C74.35 16.4215 74.9951 16.2753 75.7402 16.2764C76.9682 16.2781 77.892 16.6411 78.5114 17.3648C79.1315 18.0886 79.4403 19.0392 79.4386 20.2172L79.4295 26.8433L75.5181 26.8383L75.5266 21.1353C75.5272 20.5998 75.4108 20.1713 75.1761 19.8497C74.942 19.5282 74.5698 19.3669 74.0594 19.3663C73.5627 19.3657 73.1733 19.5489 72.8895 19.9164C72.6064 20.285 72.4642 20.7499 72.4631 21.3123L72.4556 26.8338L68.5448 26.8282L68.5591 16.5879L72.2838 16.5929L72.2821 17.9989H72.3437ZM63.1487 23.8192C63.453 23.291 63.6054 22.5919 63.6066 21.7219C63.6077 20.8514 63.4576 20.1518 63.1544 19.623C62.8518 19.0937 62.3968 18.8287 61.7899 18.8276C61.183 18.827 60.7337 19.0909 60.4437 19.6191C60.1531 20.1479 60.0075 20.847 60.0063 21.7169C60.0046 22.5868 60.1491 23.2865 60.4374 23.8158C60.7268 24.3452 61.1744 24.6096 61.7813 24.6107C62.3888 24.6113 62.8444 24.348 63.1487 23.8192ZM59.4298 26.7255C58.7201 26.4499 58.1132 26.0713 57.6108 25.5884C57.1072 25.1061 56.719 24.5336 56.4438 23.8704C56.1686 23.2072 56.0322 22.4874 56.0333 21.7115C56.0345 20.9351 56.1732 20.2153 56.4501 19.5532C56.7264 18.8905 57.1175 18.3158 57.6216 17.8279C58.1258 17.34 58.7332 16.9591 59.444 16.6857C60.1548 16.4124 60.9518 16.2757 61.8351 16.2774C62.7177 16.2785 63.5142 16.4169 64.2244 16.6925C64.934 16.9681 65.5375 17.3501 66.0336 17.8391C66.5292 18.3281 66.9112 18.9051 67.1795 19.5678C67.4478 20.2305 67.5808 20.9503 67.5803 21.7267C67.5791 22.5036 67.4433 23.2228 67.1732 23.8844C66.9037 24.5471 66.5201 25.119 66.0228 25.6002C65.5249 26.0814 64.9209 26.4583 64.2101 26.7317C63.4993 27.0056 62.7023 27.1417 61.8196 27.1406C60.9364 27.1395 60.14 27.0011 59.4298 26.7255ZM51.7958 18.1115C52.2246 17.469 52.6979 17.0148 53.2157 16.7476C53.7329 16.4809 54.3301 16.3476 55.0061 16.3487C55.2956 16.3487 55.5097 16.3829 55.6473 16.4501L55.6427 19.6828L55.5599 19.6822C54.4015 19.494 53.5046 19.643 52.8691 20.1304C52.2337 20.6183 51.9151 21.4445 51.914 22.6091L51.9077 26.8058L47.9963 26.8002L48.0111 16.5599L51.7364 16.5649L51.7341 18.1115H51.7958ZM46.6043 16.5578L46.59 26.7992L42.6786 26.7936L42.6934 16.5533L46.6043 16.5578ZM46.6105 12.4423L46.606 15.3137L42.6951 15.3081L42.6991 12.4367L46.6105 12.4423Z" fill="#0D148C"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M22.1457 29.222C17.8705 29.2157 15.8251 26.9345 15.8296 24.0568L15.8302 23.1856L20.6209 23.1919L20.6203 23.5716C20.6192 24.5112 21.1056 25.1563 22.0367 25.1574C22.8947 25.1591 23.3166 24.7624 23.3177 24.0933C23.3206 22.1912 15.994 22.5006 16.0009 17.1738C16.0049 14.3018 17.8265 11.7997 22.3569 11.806C26.4278 11.8122 28.447 14.098 28.443 16.9683L28.4418 17.9045L23.6534 17.8977L23.6539 17.3617C23.6551 16.5893 23.2566 15.8175 22.3512 15.8163C21.6308 15.8157 21.2129 16.2159 21.2123 16.8587C21.2095 18.9612 28.532 18.4326 28.5246 23.7565C28.5206 26.6308 26.6122 29.2277 22.1457 29.222ZM15.0107 15.304L10.2959 15.2971L10.3004 11.5608L15.0158 11.5677L15.0107 15.304ZM15.0113 19.4632C15.009 21.0337 14.4804 21.9174 13.3198 22.2376C14.5346 22.724 15.0056 23.5912 15.0027 25.4448L14.9993 28.1627L10.2531 28.1244L10.2588 24.5719C10.2594 23.8629 9.47669 23.7767 8.83104 23.5569L8.83447 21.012C9.48012 20.8013 10.2639 20.5981 10.2651 20.0369L10.2696 16.2806L15.0158 16.2875L15.0113 19.4632ZM18.8106 1.23419C8.59264 1.23419 0.308777 9.51749 0.308777 19.736C0.308777 29.9546 8.59264 38.2384 18.8106 38.2384C29.0297 38.2384 37.313 29.9546 37.313 19.736C37.313 9.51749 29.0297 1.23419 18.8106 1.23419Z" fill="#0D148C"/> <path d="M85.8882 39.3281H89.4381V40.2631H87.0225V41.5407H89.2024V42.4756H87.0225V44.6909H85.8896V39.3281H85.8882Z" fill="#0D148C"/> <path d="M92.1921 39.3281H94.3068C95.5243 39.3281 96.2273 40.0148 96.2273 41.0801C96.2273 41.8139 95.889 42.3452 95.2802 42.606L96.4187 44.6909H95.1679L94.1529 42.7905H93.325V44.6909H92.1921V39.3281ZM94.0946 41.8791C94.7436 41.8791 95.0611 41.6114 95.0611 41.0801C95.0611 40.5461 94.745 40.2547 94.0905 40.2547H93.3264V41.8777H94.0946V41.8791Z" fill="#0D148C"/> <path d="M101.437 44.7645C100.007 44.7645 98.9272 43.756 98.9272 42.0096C98.9272 40.2548 100.009 39.2547 101.437 39.2547C102.858 39.2547 103.947 40.2548 103.947 42.0096C103.947 43.7643 102.858 44.7645 101.437 44.7645ZM101.437 40.2576C100.612 40.2576 100.075 40.8735 100.075 42.0096C100.075 43.1457 100.612 43.7616 101.437 43.7616C102.259 43.7616 102.799 43.1457 102.799 42.0096C102.797 40.8735 102.258 40.2576 101.437 40.2576Z" fill="#0D148C"/> <path d="M108.175 39.3281L109.652 42.9306H109.714L111.191 39.3281H112.589V44.6909H111.489V41.2008H111.445L110.058 44.6645H109.309L107.923 41.1869H107.878V44.6909H106.779V39.3281H108.175Z" fill="#0D148C"/> <path d="M123.657 39.3281V42.8099C123.657 43.9834 122.767 44.7658 121.435 44.7658C120.096 44.7658 119.212 43.9834 119.212 42.8099V39.3281H120.345V42.7142C120.345 43.3273 120.776 43.7698 121.433 43.7698C122.093 43.7698 122.522 43.3273 122.522 42.7142V39.3281H123.657Z" fill="#0D148C"/> <path d="M131.066 44.6909H130.087L127.754 41.3159H127.715V44.6909H126.582V39.3281H127.577L129.891 42.7003H129.938V39.3281H131.067V44.6909H131.066Z" fill="#0D148C"/> <path d="M135.125 44.6909H133.992V39.3281H135.125V44.6909Z" fill="#0D148C"/> <path d="M137.846 39.3281H142.249V40.2631H140.607V44.6909H139.487V40.2631H137.845V39.3281H137.846Z" fill="#0D148C"/> <path d="M145.925 39.3281L147.147 41.6378H147.199L148.422 39.3281H149.691L147.736 42.7946V44.6909H146.61V42.7946L144.655 39.3281H145.925Z" fill="#0D148C"/> </svg> </a> </div><!-- .site-branding --> <div id="primary-menu" class="f-1"> <div class="sc_menu"><div class="menu-is-updated-container"><ul id="menu-is-updated" class="flex f-1 vam v-center"><li class="sc_blob " data-select=".menu-itemb" data-follow=".current_page_item"></li><li id="menu-item-64765" class="hide-on-side menu-itemb menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-64765"><a href="#">Platform</a> <ul class="sub-menu"> <li id="menu-item-70020" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-70020"><a href="https://www.is.com/monetization/">Monetization</a></li> <li id="menu-item-70021" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-70021"><a href="https://www.is.com/user-growth/">Marketing</a></li> <li id="menu-item-70022" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-70022"><a href="https://www.is.com/analytics/">Analytics</a></li> <li id="menu-item-64770" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-64770"><a href="https://supersonic.com/">Publishing</a></li> </ul> </li> <li id="menu-item-124722" class="menu-title menu-itemb menu-dynamic-columns menu-fixed menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-124722"><a href="#">Products</a> <ul class="sub-menu"> <li id="menu-item-124723" class="blueColor first-item mb0 menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-124723"><a href="https://www.is.com/mediation/">Ad mediation<div class="menu-element-description">Unity LevelPlay</div></a> <ul class="sub-menu"> <li id="menu-item-124724" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124724"><a href="https://www.is.com/in-app-bidding/">In-app bidding</a></li> <li id="menu-item-124725" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124725"><a href="https://www.is.com/monetization-ab-testing/">A/B testing</a></li> <li id="menu-item-124726" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124726"><a href="https://www.is.com/segments/">Segments</a></li> <li id="menu-item-124743" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124743"><a href="https://www.is.com/adquality/">Ad quality</a></li> <li id="menu-item-124727" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124727"><a href="https://www.is.com/cross-promotion/">Cross promotion</a></li> <li id="menu-item-124728" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124728"><a href="https://www.is.com/real-time-pivot-reports/">Real time pivot reports</a></li> <li id="menu-item-174669" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-174669"><a href="https://www.is.com/analytics/">Analytics</a></li> </ul> </li> <li id="menu-item-124730" class="blueColor menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-124730"><a href="https://www.is.com/monetization/#network">In-app ad network<div class="menu-element-description">ironSource Ads</div></a> <ul class="sub-menu"> <li id="menu-item-124790" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-124790"><a href="https://www.is.com/user-growth/#inappadvertising">Campaign management</a></li> <li id="menu-item-124789" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124789"><a href="https://www.is.com/automated-optimizers/">Automated optimizers</a></li> </ul> </li> <li id="menu-item-124733" class="blueColor pb0 menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-109004 current_page_item menu-item-has-children menu-item-124733"><a href="https://www.is.com/tapjoy/" aria-current="page">Offerwall<div class="menu-element-description">Tapjoy</div></a> <ul class="sub-menu"> <li id="menu-item-174670" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-174670"><a href="https://www.is.com/tapjoy/cost-per-action/">CPA Campaigns</a></li> <li id="menu-item-174671" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-174671"><a href="https://www.is.com/tapjoy/cost-per-engagement/">CPE Campaigns</a></li> </ul> </li> <li id="menu-item-124735" class="auraColor menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-124735"><a href="https://www.is.com/aura/">On-device solutions<div class="menu-element-description">Aura</div></a> <ul class="sub-menu"> <li id="menu-item-124736" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-124736"><a href="/user-growth/#ondeviceadvertising">On-device advertising</a></li> <li id="menu-item-124737" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124737"><a href="https://www.is.com/aura/user-engagement/">Device engagement</a></li> </ul> </li> <li id="menu-item-124734" class="mb0 pb0 blueColor menu-item menu-item-type-custom menu-item-object-custom menu-item-124734"><a href="https://www.is.com/ironsource-exchange/">ironSource Exchange<div class="menu-element-description">ironSource Exchange</div></a></li> <li id="menu-item-124738" class="supersonicColor pb0 menu-item menu-item-type-custom menu-item-object-custom menu-item-124738"><a href="https://supersonic.com">Publishing<div class="menu-element-description">Supersonic</div></a></li> </ul> </li> <li id="menu-item-124744" class="menu-fixed menu-dropdown-row menu-title menu-itemb menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-124744"><a href="#">Learn</a> <ul class="sub-menu"> <li id="menu-item-124745" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-124745"><a href="#">The basics</a> <ul class="sub-menu"> <li id="menu-item-124750" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124750"><a href="https://www.is.com/community/case-studies/">Case studies</a></li> <li id="menu-item-124793" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-124793"><a href="https://developers.ironsrc.com/">Knowledge center</a></li> <li id="menu-item-124749" class="menu-item menu-item-type-post_type_archive menu-item-object-glossary menu-item-124749"><a href="https://www.is.com/glossary/">Glossary</a></li> <li id="menu-item-124795" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-124795"><a href="https://www.is.com/community/academy/monetization/">Building your ad monetization strategy</a></li> <li id="menu-item-124796" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-124796"><a href="https://www.is.com/community/academy/user-acquisition/">Growing your user base</a></li> </ul> </li> <li id="menu-item-124746" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-124746"><a href="#">The best practices</a> <ul class="sub-menu"> <li id="menu-item-124794" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-124794"><a href="http://is.com/community/">All content</a></li> <li id="menu-item-124751" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124751"><a href="https://www.is.com/community/blog/">Blog</a></li> <li id="menu-item-124755" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-124755"><a href="/community/academy">LevelUp Academy</a></li> <li id="menu-item-124753" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124753"><a href="https://www.is.com/community/webinars/">Webinars</a></li> <li id="menu-item-124754" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124754"><a href="https://www.is.com/community/podcasts/">Podcasts</a></li> <li id="menu-item-124752" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124752"><a href="https://www.is.com/community/ebooks/">eBooks</a></li> </ul> </li> <li id="menu-item-124756" class="featured-content-menu menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-124756"><a href="#">Featured content</a> <ul class="sub-menu"> <li id="menu-item-124757" class="no-title menu-item menu-item-type-custom menu-item-object-custom menu-item-124757"><a href="#">Post<div class="menu-element-description"><div class="home-post-new"> <div class="rel"> <div class="image"> <div class="sc_ratio_box rel "> <div class="sc_pad_wrap" style="padding-bottom: 100%"> <div class="sc_ratio_content fw-link"><div class="sc_cover " style="background-color: var(--color-post); background-image: url(https://www.is.com/wp-content/uploads/2025/01/2025-Mobile-gaming-trends-Unity-perspectives.png);"><img data-poster="" alt="" data-src="https://www.is.com/wp-content/uploads/2025/01/2025-Mobile-gaming-trends-Unity-perspectives.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div></div> </div> </div> </div> <div class="menu-post-data"> <div class="post-type-tag"> <div class="post-tag"><strong style="background-color: var(--color-background-post); color: var(--color-post)" class="small">Blog</strong></div> </div> <a class="fw-link" target="_blank" href="https://www.is.com/community/blog/2025-mobile-gaming-trends-unity-perspectives/" rel="noopener noreferrer"></a> <p class="post-description">2025 Mobile gaming trends: Unity perspectives</p> <a class="" target="_blank" href="https://www.is.com/community/blog/2025-mobile-gaming-trends-unity-perspectives/" rel="noopener noreferrer"><span class="small">Read more ></span></a> </div> </div> </div> </div></a></li> </ul> </li> </ul> </li> <li id="menu-item-64784" class="menu-title menu-itemb menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-64784"><a href="#">Company</a> <ul class="sub-menu"> <li id="menu-item-70028" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-70028"><a href="https://www.is.com/about/">About</a></li> <li id="menu-item-64794" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-64794"><a href="https://company.is.com/careers/">Careers</a></li> <li id="menu-item-76520" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-76520"><a href="https://investors.unity.com/overview/default.aspx">Investor relations</a></li> <li id="menu-item-71104" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-71104"><a href="https://www.is.com/contact/">Contact us</a></li> </ul> </li> <li id="menu-item-64792" class="to-right hide-side send_utm menu-item menu-item-type-custom menu-item-object-custom menu-item-64792"><a target="_blank" rel="noopener" href="https://platform.ironsrc.com/partners/login">Log in</a></li> <li id="menu-item-64793" class="white send_utm menu-btn menu-item menu-item-type-custom menu-item-object-custom menu-item-64793"><a title="hide-side" target="_blank" rel="noopener" href="https://platform.ironsrc.com/partners/signup?cid=marketing-menu">Sign up</a></li> </ul></div></div> </div> <div id="lang-switcher-desktop" class="lang-switcher"> <ul class="langs-dropdown"><li data-lang-code="en"><a href="https://www.is.com/tapjoy/">en</a></li><li data-lang-code="ja"><a href="https://www.is.com/ja/tapjoy/">jp</a></li><li data-lang-code="zh-hant"><a href="https://www.is.com/zh-hant/tapjoy/">cn</a></li><li data-lang-code="ko"><a href="https://www.is.com/ko/tapjoy/">kr</a></li></ul> </div> </div> <div class="sc_menu secondary-menu secondary-menu-tapjoy"> <a href="http://is.com/tapjoy/" class="secondary-menu-logo" title="Secondary Menu Logo"> <img alt="Secondary Menu Logo" data-src="https://www.is.com/wp-content/uploads/2024/02/tapjoy-fromUnity-4.svg" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /> </a> <div class="menu-tapjoy-container"><ul id="menu-tapjoy" class="flex f-1 vam v-center"><li id="menu-item-109345" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-109345"><a href="https://www.is.com/offerwall/">Offerwall</a></li> <li id="menu-item-109343" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-109343"><a href="https://www.is.com/tapjoy/cost-per-engagement/">CPE Campaigns</a></li> <li id="menu-item-109344" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-109344"><a href="https://www.is.com/tapjoy/cost-per-action/">CPA Campaigns</a></li> <li id="menu-item-109330" class="sec-menu-btn menu-item menu-item-type-custom menu-item-object-custom menu-item-109330"><a href="https://ltv.tapjoy.com/s/l#session/login">Log in</a></li> </ul></div> </div> </header><!-- #masthead --> <div id="content"> <div class="sc_section sc_header-new" ><div class="ov-h rel header-cover"> <div class="sc_cover " style="background-color: #F4EDFF;"><div class="fw-link"></div></div> <div style="min-height: " class="v-center white rel"> <div class="dark flex pad-md-150 pad-all-100 mar-md-120 mar-sm-80 mar-xs-50 sc_grid container"><div class="row"> <div class="sc_col col-lg-6 col-md-8 col-sm-8 col-class-dark dark"> <h2 class="pad-md-75 pad-xs-60 pas-sm-60 no-mar">Create a value exchange with Tapjoy</h2> </div> <div class="sc_col col-lg-4 col-md-3 col-sm-4 col-class-static stick hide-sm static stick hide-sm"> <div class="sc_cover stick pad-md-20" style="background-color: ; background-image: url(/wp-content/uploads/2022/09/home-page-header-1.svg);"><img data-poster="" alt="" data-src="/wp-content/uploads/2022/09/home-page-header-1.svg" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div> </div> <div class="flex pad-all-40"> <div class="sc_col col-md-4 col-sm-6 col-12 "> <p class="pad-all-5 mar-md-40 mar-sm-10 mar-xs-10">Advertising should be a value exchange. The Tapjoy offerwall connects top advertisers with premium publishers and then rewards mobile users for their time. Now that&#8217;s a win-win. </p> </div> </div> <a id="" class="sc_btn fill medium-btn send_utm" handler="" target="_blank" params="" href="https://ltv.tapjoy.com/s/l#session/signup">Get started<span><em>Get started</em></span></a> </div></div> </div> </div></div> <div data-offset="0" data-id="primary-menu-sticky" data-callback="" id="primary-menu-sticky" class="sc_sticky " data-in=""></div> <div style="position: fixed; bottom: 30px; right: 30px; z-index: 1000; box-shadow: 2px 2px 20px #00000030; border-radius: 20px; height: 40px;"><a id="" style="background-color:#FFFFFF;" class="sc_btn small send_utm" handler="" target="_blank" params="" href="/contact/?team=support%20team">Customer support<span><em>Customer support</em></span></a> </div> <div class="text-center pad-all-140 pad-sm-60 pad-xs-60 mar-all-40 mar-sm-20 mar-xs-20 sc_grid container"><div class="row"> <div class="sc_col col-lg-6 offset-lg-3 col-md-6 offset-md-3 col-sm-12 col-12 col-class-text center text center"> <h4>Partnered with the best</h4> </div> </div></div> <div class="sc_section ov-h sc_stam" style=""> <div class="pad-all-30 mar-xs-40 mar-sm-40 sc_grid container"><div style="" class="row"> <div class="sc_col col-sm-12 "> <div class="sc_section sc_multi-grid" style=""><div style="row-gap: 30px; column-gap: 30px;" class="multi-grid fract-8 text-center"> <div class="sc_section sc_media" ><div style="margin-bottom:" class="rel"> <div class="sc_cover rel" style="background-color: ; background-image: url(/wp-content/uploads/2022/08/winc-logo.png);"><img data-poster="" alt="" data-src="/wp-content/uploads/2022/08/winc-logo.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div> </div> </div> <div class="sc_section sc_media" ><div style="margin-bottom:" class="rel"> <div class="sc_cover rel" style="background-color: ; background-image: url(/wp-content/uploads/2022/08/epic-logo.png);"><img data-poster="" alt="" data-src="/wp-content/uploads/2022/08/epic-logo.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div> </div> </div> <div class="sc_section sc_media" ><div style="margin-bottom:" class="rel"> <div class="sc_cover rel" style="background-color: ; background-image: url(/wp-content/uploads/2022/08/tapas-logo.png);"><img data-poster="" alt="" data-src="/wp-content/uploads/2022/08/tapas-logo.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div> </div> </div> <div class="sc_section sc_media" ><div style="margin-bottom:" class="rel"> <div class="sc_cover rel" style="background-color: ; background-image: url(/wp-content/uploads/2022/08/20th-century-logo.png);"><img data-poster="" alt="" data-src="/wp-content/uploads/2022/08/20th-century-logo.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div> </div> </div> <div class="sc_section sc_media" ><div style="margin-bottom:" class="rel"> <div class="sc_cover rel" style="background-color: ; background-image: url(/wp-content/uploads/2022/08/glu-logo.png);"><img data-poster="" alt="" data-src="/wp-content/uploads/2022/08/glu-logo.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div> </div> </div> <div class="sc_section sc_media" ><div style="margin-bottom:" class="rel"> <div class="sc_cover rel" style="background-color: ; background-image: url(/wp-content/uploads/2022/08/ludia-logo.png);"><img data-poster="" alt="" data-src="/wp-content/uploads/2022/08/ludia-logo.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div> </div> </div> <div class="sc_section sc_media" ><div style="margin-bottom:" class="rel"> <div class="sc_cover rel" style="background-color: ; background-image: url(/wp-content/uploads/2022/08/sparkling-ice-logo.png);"><img data-poster="" alt="" data-src="/wp-content/uploads/2022/08/sparkling-ice-logo.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div> </div> </div> <div class="sc_section sc_media" ><div style="margin-bottom:" class="rel"> <div class="sc_cover rel" style="background-color: ; background-image: url(/wp-content/uploads/2022/08/igg-logo.png);"><img data-poster="" alt="" data-src="/wp-content/uploads/2022/08/igg-logo.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div> </div> </div> </div></div> </div> </div></div> </div> <div class="sc_section sc_custom-textblock-img" ><div class="flex between v-center right pad-lg-140 pad-md-140 pad-xs-40 pad-sm-40 mar-md-40 pad-sm-40 pad-xs-30 sc_grid container"><div class="row"> <div class="sc_col col-md-5 offset-md- col-sm-12 offset-sm- col-class-mar-xs-30 mar-xs-30"> <div class="sc_cover rel" style="background-color: ; background-image: url(/wp-content/uploads/2022/08/for-developers.png);"><img data-poster="" alt="" data-src="/wp-content/uploads/2022/08/for-developers.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div> </div> <div class="sc_col col-md-6 offset-md- col-sm-12 offset-sm- col-class-order-sm-last order-sm-last "> <div class="max-text"> <p class="bold mar-all-10">For developers</p> <h4 class="" style="margin-bottom:20px">Maximize app revenue with the Tapjoy offerwall</h4> <p class="mar-lg-30 mar-md-30 mar-all-20">Roughly 15% of the top 100 grossing apps use offerwalls. That figure expands to 25% for top-grossing mobile games. Tapjoy is the industry leader in the offerwall category, with eCPMs for Android in the US exceeding <span>$</span>1,000. Plus, Tapjoy’s fully custom, native offerwall deployments that drive up to 30% more revenue than generic alternatives.</p> <a id="" class="sc_btn fill medium-btn send_utm" handler="" target="_blank" params="" href="https://ltv.tapjoy.com/s/l#session/signup">Get started<span><em>Get started</em></span></a> </div> </div> </div></div></div> <div class="sc_section sc_custom-textblock-img" ><div class="flex between v-center left pad-lg-40 pad-md-40 mar-md-40 pad-sm-40 pad-xs-30 sc_grid container"><div class="row"> <div class="sc_col col-md-5 offset-md- col-sm-12 offset-sm- col-class-mar-xs-30 mar-xs-30"> <div class="sc_cover rel" style="background-color: ; background-image: url(/wp-content/uploads/2022/08/for-advertisers.png);"><img data-poster="" alt="" data-src="/wp-content/uploads/2022/08/for-advertisers.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div> </div> <div class="sc_col col-md-6 offset-md- col-sm-12 offset-sm- col-class-order-sm-last order-sm-last "> <div class="max-text"> <p class="bold mar-all-10">For advertisers</p> <h4 class="" style="margin-bottom:20px">Acquire and engage users at scale with an offerwall campaign </h4> <p class="mar-lg-30 mar-md-30 mar-all-20">On the Tapjoy offerwall, users have the choice to voluntarily engage with ads that interest them in exchange for a reward. The result is that your best users come to you.</p> <a id="" class="sc_btn fill medium-btn send_utm" handler="" target="_blank" params="" href="/tapjoy/cost-per-engagement/">Learn about CPE<span><em>Learn about CPE</em></span></a> <a id="" class="sc_btn fill medium-btn send_utm" handler="" target="_blank" params="" href="/tapjoy/cost-per-action/">Learn about CPA<span><em>Learn about CPA</em></span></a> </div> </div> </div></div></div> <div class="sc_section sc_custom-textblock-img" ><div class="flex between v-center right pad-lg-40 pad-md-40 mar-md-40 pad-sm-40 pad-xs-30 sc_grid container"><div class="row"> <div class="sc_col col-md-5 offset-md- col-sm-12 offset-sm- col-class-mar-xs-30 mar-xs-30"> <div class="sc_cover rel" style="background-color: ; background-image: url(/wp-content/uploads/2022/08/ad-network.png);"><img data-poster="" alt="" data-src="/wp-content/uploads/2022/08/ad-network.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div> </div> <div class="sc_col col-md-6 offset-md- col-sm-12 offset-sm- col-class-order-sm-last order-sm-last "> <div class="max-text"> <h4 class="" style="margin-bottom:20px">Integrate the Tapjoy ad network</h4> <p class="mar-lg-30 mar-md-30 mar-all-20">The Tapjoy ad network connects publishers with premium demand sources. Our solutions will help you monetize every user to their maximum potential.</p> <a id="" class="sc_btn fill medium-btn send_utm" handler="" target="_blank" params="" href="https://ltv.tapjoy.com/s/l#session/signup">Get started<span><em>Get started</em></span></a> </div> </div> </div></div></div> <div class="text-center pad-all-120 pad-sm-60 pad-xs-60 mar-all-20 mar-sm-20 mar-xs-20 sc_grid container"><div class="row"> <div class="sc_col col-lg-6 offset-lg-3 col-md-6 offset-md-3 col-sm-12 col-12 col-class-text center text center"> <h4>What our customers are saying</h4> </div> </div></div> <div class="lazy-loading" data-type="cover" data-images=""> <div class="sc_section white sc_fullwidth-slider" style="backgrond-color:#914AFA;"><div class="sc-slider white" > <div class="slides-wrap dots-type-icon"> <div class="container slider-nav"> <!--<div class="row"> <div class="col-sm-12"> <div class="controls-holder nav-arrows"></div> </div> </div>--> </div> <div class="slides sc-slick-slider" data-opts='{"slidesToShow":1,"slidesToScroll":1,"infinite":true,"autoplay":"true","blob":"false","arrows":true,"pager":"icon","fade":"true","endphase":"0.01"}'> <div class="sc_section sc_case-study-slide" ><div data-title="" data-icon="/wp-content/uploads/2022/08/fun-plus-logo.png" class="sc-slide flex " > <div class="rel sc_grid container"><div class="row"> <div class="card flex" style="background-color:#914AFA;"> <div class="sc_col col-lg-3 col-sm-12 col-class-text-center show-desktop text-center show-desktop"> <img alt="slider image" data-src="/wp-content/uploads/2022/08/funplus-image.png" class="phone lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="> </div> <div class="sc_col col-lg-8 offset-lg-1 col-sm-12 "> <div class="partner-mobile-icon show-tablet mar-all-50"><img alt="slider icon" data-src="/wp-content/uploads/2022/08/fun-plus-logo.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div> <p class="mar-all-15 pad-all-40">Daphne Li, User Acquisition Director at Funplus</p> <h5 class="mar-all-25">&#8220;Pay per event brings us better user retention and ROAS, It’s working so wonderfully for our games and we will always consider Tapjoy a top partner.&#8221;</h5> <a id="" class="sc_btn small white send_utm" handler="" target="_blank" params="" href="/community/case-studies/funplus-guns-of-glory-offerwall-cpe/">View case study<span><em>View case study</em></span></a> </div> </div> </div></div> </div> <style> </style></div> <div class="sc_section sc_case-study-slide" ><div data-title="" data-icon="/wp-content/uploads/2022/08/clubcooee-logo.png" class="sc-slide flex " > <div class="rel sc_grid container"><div class="row"> <div class="card flex" style="background-color:#914AFA;"> <div class="sc_col col-lg-3 col-sm-12 col-class-text-center show-desktop text-center show-desktop"> <img alt="slider image" data-src="/wp-content/uploads/2022/08/clubcooee-image.png" class="phone lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="> </div> <div class="sc_col col-lg-8 offset-lg-1 col-sm-12 "> <div class="partner-mobile-icon show-tablet mar-all-50"><img alt="slider icon" data-src="/wp-content/uploads/2022/08/clubcooee-logo.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div> <p class="mar-all-15 pad-all-60">Alexander Jorias, CEO &amp; Co-Founder at Club Cooee </p> <h5 class="mar-all-25">&#8220;Tapjoy currency sales provide a great way for us to boost ad revenue. In the last sale, we achieved an impressive 3.6x increase in revenue and a nearly 4x increase in conversion rate&#8221;</h5> <a id="" class="sc_btn small white send_utm" handler="" target="_blank" params="" href="/community/case-studies/cooee-club-cooee-offerwall/">View case study<span><em>View case study</em></span></a> </div> </div> </div></div> </div> <style> </style></div> <div class="sc_section sc_case-study-slide" ><div data-title="" data-icon="/wp-content/uploads/2022/08/huuuge-logo.png" class="sc-slide flex " > <div class="rel sc_grid container"><div class="row"> <div class="card flex" style="background-color:#914AFA;"> <div class="sc_col col-lg-3 col-sm-12 col-class-text-center show-desktop text-center show-desktop"> <img alt="slider image" data-src="/wp-content/uploads/2022/08/huge-image.png" class="phone lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="> </div> <div class="sc_col col-lg-8 offset-lg-1 col-sm-12 "> <div class="partner-mobile-icon show-tablet mar-all-50"><img alt="slider icon" data-src="/wp-content/uploads/2022/08/huuuge-logo.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div> <p class="mar-all-15 pad-all-60">Magda Z, Senior User Acquisition Manager at Huuuge Games</p> <h5 class="mar-all-25">&#8220;CPE is one of our most effective and high performing ad units when it comes to ROAS. Multi-Reward CPE also allows us to scale our UA campaigns while reducing the number of live offers we have to manage day-to-day.&#8221;</h5> <a id="" class="sc_btn small white send_utm" handler="" target="_blank" params="" href="/community/case-studies/huuuge-billionaire-casino-offerwall-cpe/">View case study<span><em>View case study</em></span></a> </div> </div> </div></div> </div> <style> </style></div> <div class="sc_section sc_case-study-slide" ><div data-title="" data-icon="/wp-content/uploads/2022/08/winc-logo-white.png" class="sc-slide flex " > <div class="rel sc_grid container"><div class="row"> <div class="card flex" style="background-color:#914AFA;"> <div class="sc_col col-lg-3 col-sm-12 col-class-text-center show-desktop text-center show-desktop"> <img alt="slider image" data-src="/wp-content/uploads/2022/08/winc-image.png" class="phone lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="> </div> <div class="sc_col col-lg-8 offset-lg-1 col-sm-12 "> <div class="partner-mobile-icon show-tablet mar-all-50"><img alt="slider icon" data-src="/wp-content/uploads/2022/08/winc-logo-white.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div> <p class="mar-all-15 pad-all-60">Rohan Panjiar, Director of Performance Marketing at Winc</p> <h5 class="mar-all-25">&#8220;With Tapjoy, we were able to scale our DR offer for the 21+ audience AND keep our CPS in target range while improving our LTV.&#8221;</h5> <a id="" class="sc_btn small white send_utm" handler="" target="_blank" params="" href="/community/case-studies/winc-offerwall-cpa/">View case study<span><em>View case study</em></span></a> </div> </div> </div></div> </div> <style> </style></div> </div> </div> <div class="container slider-dots type-icon"> <div class="row"> <div class="col-sm-12"> <div class="dots-holder"></div> </div> </div> </div> </div> <style> </style></div> </div> <div class="pad-sm-60 pad-xs-60 mar-all-120 sc_grid container"><div class="row"> <div class="sc_col col-md-12 "> <h4 class="mar-md-90 mar-xs-60 text-center">Expert insights to supercharge your offerwall strategy </h4> </div> <div class="sc_col col-lg-12 "> <div class="owl-carousel owl-theme"> <div class="home-post-new"> <div class="rel"> <div class="sc_ratio_box rel "> <div class="sc_pad_wrap" style="padding-bottom: 57.142857142857%"> <div class="sc_ratio_content fw-link"><div class="sc_cover " style="background-color: var(--color-case-study); background-image: url(https://www.is.com/wp-content/uploads/2024/08/chapters-freatured-image.png);"><img data-poster="" alt="" data-src="https://www.is.com/wp-content/uploads/2024/08/chapters-freatured-image.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div></div> </div> </div> <div class="post-type-tag"> <div class="post-tag Case Study"><strong style="background-color: var(--color-background-case-study); color: var(--color-case-study)" class="small">Case Study</strong></div> </div> <p class="bold post-title">How Crazy Maple Studio exceeded their D7 ROAS goal by 150% and drove 120% higher LTV with the Tapjoy from Unity offerwall</p> <a class="fw-link" target="_blank" href="https://www.is.com/community/case-studies/crazy-maple-daily-rewards-tapjoy/" rel="noopener noreferrer"><span class="small">Read more >></span></a> </div> </div><div class="home-post-new"> <div class="rel"> <div class="sc_ratio_box rel "> <div class="sc_pad_wrap" style="padding-bottom: 57.142857142857%"> <div class="sc_ratio_content fw-link"><div class="sc_cover " style="background-color: var(--color-case-study); background-image: url(https://www.is.com/wp-content/uploads/2024/05/PikPok-RivalStarsHorseRacing-freatured-image-1.png);"><img data-poster="" alt="" data-src="https://www.is.com/wp-content/uploads/2024/05/PikPok-RivalStarsHorseRacing-freatured-image-1.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div></div> </div> </div> <div class="post-type-tag"> <div class="post-tag Case Study"><strong style="background-color: var(--color-background-case-study); color: var(--color-case-study)" class="small">Case Study</strong></div> </div> <p class="bold post-title">PikPok increases Offerwall revenue 2x with M2E on the Tapjoy Offerwall</p> <a class="fw-link" target="_blank" href="https://www.is.com/community/case-studies/pikpok-increases-offerwall-revenue-2x-with-m2e-on-the-tapjoy-offerwall/" rel="noopener noreferrer"><span class="small">Read more >></span></a> </div> </div><div class="home-post-new"> <div class="rel"> <div class="sc_ratio_box rel "> <div class="sc_pad_wrap" style="padding-bottom: 57.142857142857%"> <div class="sc_ratio_content fw-link"><div class="sc_cover " style="background-color: var(--color-case-study); background-image: url(https://www.is.com/wp-content/uploads/2024/04/L.POINT-with-L.PAY-Lotte-featured-image.png);"><img data-poster="" alt="" data-src="https://www.is.com/wp-content/uploads/2024/04/L.POINT-with-L.PAY-Lotte-featured-image.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div></div> </div> </div> <div class="post-type-tag"> <div class="post-tag Case Study"><strong style="background-color: var(--color-background-case-study); color: var(--color-case-study)" class="small">Case Study</strong></div> </div> <p class="bold post-title">How Lotte Members boosted their ad revenue 20x and increased eCPM 10x with Tapjoy from Unity</p> <a class="fw-link" target="_blank" href="https://www.is.com/community/case-studies/lotte-members-currency-sales-tapjoy/" rel="noopener noreferrer"><span class="small">Read more >></span></a> </div> </div><div class="home-post-new"> <div class="rel"> <div class="sc_ratio_box rel "> <div class="sc_pad_wrap" style="padding-bottom: 57.142857142857%"> <div class="sc_ratio_content fw-link"><div class="sc_cover " style="background-color: var(--color-case-study); background-image: url(https://www.is.com/wp-content/uploads/2024/04/Appynation-featured-image.png);"><img data-poster="" alt="" data-src="https://www.is.com/wp-content/uploads/2024/04/Appynation-featured-image.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div></div> </div> </div> <div class="post-type-tag"> <div class="post-tag Case Study"><strong style="background-color: var(--color-background-case-study); color: var(--color-case-study)" class="small">Case Study</strong></div> </div> <p class="bold post-title">How Appynation optimized the Tapjoy Offerwall, multiplying iOS revenue 9x and increasing Android revenue 2x without cannibalizing IAP</p> <a class="fw-link" target="_blank" href="https://www.is.com/community/case-studies/appynation-message-to-earn-offerwall/" rel="noopener noreferrer"><span class="small">Read more >></span></a> </div> </div><div class="home-post-new"> <div class="rel"> <div class="sc_ratio_box rel "> <div class="sc_pad_wrap" style="padding-bottom: 57.142857142857%"> <div class="sc_ratio_content fw-link"><div class="sc_cover " style="background-color: var(--color-case-study); background-image: url(https://www.is.com/wp-content/uploads/2024/03/rushRoyale-freatured-image.png);"><img data-poster="" alt="" data-src="https://www.is.com/wp-content/uploads/2024/03/rushRoyale-freatured-image.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div></div> </div> </div> <div class="post-type-tag"> <div class="post-tag Case Study"><strong style="background-color: var(--color-background-case-study); color: var(--color-case-study)" class="small">Case Study</strong></div> </div> <p class="bold post-title">How MY.GAMES transformed their monetization strategy and expanded their global reach with Tapjoy, increasing their Offerwall revenue by 181% without sacrificing any IAP revenue</p> <a class="fw-link" target="_blank" href="https://www.is.com/community/case-studies/my-games-rush-royale-tapjoy/" rel="noopener noreferrer"><span class="small">Read more >></span></a> </div> </div><div class="home-post-new"> <div class="rel"> <div class="sc_ratio_box rel "> <div class="sc_pad_wrap" style="padding-bottom: 57.142857142857%"> <div class="sc_ratio_content fw-link"><div class="sc_cover " style="background-color: var(--color-case-study); background-image: url(https://www.is.com/wp-content/uploads/2024/03/King-featured-image.png);"><img data-poster="" alt="" data-src="https://www.is.com/wp-content/uploads/2024/03/King-featured-image.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div></div> </div> </div> <div class="post-type-tag"> <div class="post-tag Case Study"><strong style="background-color: var(--color-background-case-study); color: var(--color-case-study)" class="small">Case Study</strong></div> </div> <p class="bold post-title">How King drove incremental scale with Tapjoy from Unity's Daily Rewards, exceeding their D7 ROAS goal by 1.5x</p> <a class="fw-link" target="_blank" href="https://www.is.com/community/case-studies/king-candy-crush-saga-tapjoy/" rel="noopener noreferrer"><span class="small">Read more >></span></a> </div> </div><div class="home-post-new"> <div class="rel"> <div class="sc_ratio_box rel "> <div class="sc_pad_wrap" style="padding-bottom: 57.142857142857%"> <div class="sc_ratio_content fw-link"><div class="sc_cover " style="background-color: var(--color-post); background-image: url(https://www.is.com/wp-content/uploads/2024/03/Daily-Rewards-blog-featured-image.png);"><img data-poster="" alt="" data-src="https://www.is.com/wp-content/uploads/2024/03/Daily-Rewards-blog-featured-image.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div></div> </div> </div> <div class="post-type-tag"> <div class="post-tag Blog"><strong style="background-color: var(--color-background-post); color: var(--color-post)" class="small">Blog</strong></div> </div> <p class="bold post-title">Tapjoy from Unity launches Daily Rewards, delivering Offerwall campaigns that bring users back to your app daily</p> <a class="fw-link" target="_blank" href="https://www.is.com/community/blog/tapjoy-launches-daily-rewards/" rel="noopener noreferrer"><span class="small">Read more >></span></a> </div> </div><div class="home-post-new"> <div class="rel"> <div class="sc_ratio_box rel "> <div class="sc_pad_wrap" style="padding-bottom: 57.142857142857%"> <div class="sc_ratio_content fw-link"><div class="sc_cover " style="background-color: var(--color-case-study); background-image: url(https://www.is.com/wp-content/uploads/2024/02/Frame-5-1.png);"><img data-poster="" alt="" data-src="https://www.is.com/wp-content/uploads/2024/02/Frame-5-1.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div></div> </div> </div> <div class="post-type-tag"> <div class="post-tag Case Study"><strong style="background-color: var(--color-background-case-study); color: var(--color-case-study)" class="small">Case Study</strong></div> </div> <p class="bold post-title">How Pocket FM monetized their non-paying users with ads and offerwall, boosting revenue 20%</p> <a class="fw-link" target="_blank" href="https://www.is.com/community/case-studies/pocketfm-rewarded-video-offerwall/" rel="noopener noreferrer"><span class="small">Read more >></span></a> </div> </div><div class="home-post-new"> <div class="rel"> <div class="sc_ratio_box rel "> <div class="sc_pad_wrap" style="padding-bottom: 57.142857142857%"> <div class="sc_ratio_content fw-link"><div class="sc_cover " style="background-color: var(--color-case-study); background-image: url(https://www.is.com/wp-content/uploads/2023/12/bubbleSort-freatured-image-1-1-1.png);"><img data-poster="" alt="" data-src="https://www.is.com/wp-content/uploads/2023/12/bubbleSort-freatured-image-1-1-1.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div></div> </div> </div> <div class="post-type-tag"> <div class="post-tag Case Study"><strong style="background-color: var(--color-background-case-study); color: var(--color-case-study)" class="small">Case Study</strong></div> </div> <p class="bold post-title">How IEC Games, a hyper-casual publisher, boosted their D7 ROAS by 40% with the Tapjoy offerwall</p> <a class="fw-link" target="_blank" href="https://www.is.com/community/case-studies/iec-games-tapjoy-offerwall/" rel="noopener noreferrer"><span class="small">Read more >></span></a> </div> </div><div class="home-post-new"> <div class="rel"> <div class="sc_ratio_box rel "> <div class="sc_pad_wrap" style="padding-bottom: 57.142857142857%"> <div class="sc_ratio_content fw-link"><div class="sc_cover " style="background-color: var(--color-post); background-image: url(https://www.is.com/wp-content/uploads/2023/12/Frame-2375.png);"><img data-poster="" alt="" data-src="https://www.is.com/wp-content/uploads/2023/12/Frame-2375.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div></div> </div> </div> <div class="post-type-tag"> <div class="post-tag Blog"><strong style="background-color: var(--color-background-post); color: var(--color-post)" class="small">Blog</strong></div> </div> <p class="bold post-title">How to implement an offerwall placement strategy</p> <a class="fw-link" target="_blank" href="https://www.is.com/community/blog/implementing-an-offerwall-placement-strategy/" rel="noopener noreferrer"><span class="small">Read more >></span></a> </div> </div><div class="home-post-new"> <div class="rel"> <div class="sc_ratio_box rel "> <div class="sc_pad_wrap" style="padding-bottom: 57.142857142857%"> <div class="sc_ratio_content fw-link"><div class="sc_cover " style="background-color: var(--color-post); background-image: url(https://www.is.com/wp-content/uploads/2023/12/mikhail-vasilyev-p0Q4scvuTf8-unsplash-1-scaled.jpg);"><img data-poster="" alt="" data-src="https://www.is.com/wp-content/uploads/2023/12/mikhail-vasilyev-p0Q4scvuTf8-unsplash-1-scaled.jpg" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div></div> </div> </div> <div class="post-type-tag"> <div class="post-tag Blog"><strong style="background-color: var(--color-background-post); color: var(--color-post)" class="small">Blog</strong></div> </div> <p class="bold post-title">9 tips to boost your UA over the holidays</p> <a class="fw-link" target="_blank" href="https://www.is.com/community/blog/nine-ua-holiday-tips/" rel="noopener noreferrer"><span class="small">Read more >></span></a> </div> </div><div class="home-post-new"> <div class="rel"> <div class="sc_ratio_box rel "> <div class="sc_pad_wrap" style="padding-bottom: 57.142857142857%"> <div class="sc_ratio_content fw-link"><div class="sc_cover " style="background-color: var(--color-post); background-image: url(https://www.is.com/wp-content/uploads/2023/11/sabri-tuzcu-rYnQwRsNpE0-unsplash-3-scaled.jpg);"><img data-poster="" alt="" data-src="https://www.is.com/wp-content/uploads/2023/11/sabri-tuzcu-rYnQwRsNpE0-unsplash-3-scaled.jpg" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></div></div> </div> </div> <div class="post-type-tag"> <div class="post-tag Blog"><strong style="background-color: var(--color-background-post); color: var(--color-post)" class="small">Blog</strong></div> </div> <p class="bold post-title">How to maximize growth with offerwall special promotions: tips for the holiday season</p> <a class="fw-link" target="_blank" href="https://www.is.com/community/blog/offerwall-special-promotions-holiday-tips/" rel="noopener noreferrer"><span class="small">Read more >></span></a> </div> </div> </div> </div> </div></div> <div class="white text-center flex v-center pad-all-30 mar-all-120 sc_grid container"><div class="row"> <div class="sc_section flex sc_round-card" ><div class="flex" id="header-img" style="background-color:#000000; box-shadow:; background-image:url()"> <div class="sc_col col-md-8 offset-md-2 col-sm-8 col-12 col-class-pad-all-20 pad-all-20"> <h4 class="text-center mar-all-20">Check out more Unity products to create and grow your app</h4> </div> <div class="sc_col col-md-12 col-sm-12 col-12 col-class-pad-all-20 pad-all-20"> <a id="" style="" class="sc_btn fill bold white u send_utm" handler="" target="_blank" params="" href="https://unity.com/solutions/user-acquisition">Learn more<span><em>Learn more</em></span></a> </div> </div> </div> </div></div> <style> .sc_btn.fill.white.u { background-color: #fff; color: black; } #menu-item-64792 { display: none; } #menu-item-64793 { display: none; } </style> </div> </div> <footer id="site-footer"> <div class="container"> <div class="row mar-md-50 mar-xs-25 hide-lg"> <div class="col-lg-3 col-sm-6"> <section id="nav_menu-2" class="widget widget_nav_menu"><small class="widget-title">For app developers</small><div class="menu-footer-for-developers-container"><ul id="menu-footer-for-developers" class="menu"><li id="menu-item-88677" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-88677"><a href="https://www.is.com/mediation/">Unity LevelPlay mediation</a></li> <li id="menu-item-70184" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-70184"><a href="https://www.is.com/monetization/">Monetization</a></li> <li id="menu-item-70185" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-70185"><a href="https://www.is.com/user-growth/">User growth</a></li> <li id="menu-item-70186" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-70186"><a href="https://www.is.com/analytics/">Analytics</a></li> <li id="menu-item-45375" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-45375"><a href="https://www.is.com/in-app-bidding/">In-app bidding</a></li> <li id="menu-item-39703" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-39703"><a href="https://www.is.com/monetization-ab-testing/">A/B testing</a></li> <li id="menu-item-46763" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-46763"><a href="https://www.is.com/cross-promotion/">Cross promotion</a></li> <li id="menu-item-82052" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-82052"><a href="https://www.is.com/automated-optimizers/">Automated UA optimizers</a></li> <li id="menu-item-74623" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-74623"><a href="https://www.is.com/ios-toolkit/">iOS toolkit</a></li> <li id="menu-item-80240" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-80240"><a href="https://www.is.com/adquality/">Ad quality</a></li> <li id="menu-item-82819" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-82819"><a href="https://www.is.com/segments/">Segments</a></li> <li id="menu-item-83214" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-83214"><a href="https://www.is.com/custom-adapters/">Custom adapters</a></li> <li id="menu-item-94184" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-94184"><a href="https://www.is.com/impression-level-revenue/">Impression level revenue</a></li> <li id="menu-item-94107" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-94107"><a href="https://www.is.com/real-time-pivot-reports/">Real time pivot reports</a></li> <li id="menu-item-75760" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-75760"><a href="https://www.is.com/platform-app/">Platform app</a></li> <li id="menu-item-109570" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-109570"><a href="https://www.is.com/offerwall/">Offerwall</a></li> <li id="menu-item-109181" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-109004 current_page_item menu-item-109181"><a href="https://www.is.com/tapjoy/" aria-current="page">Tapjoy</a></li> <li id="menu-item-89780" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-89780"><a href="https://www.is.com/ironsource-exchange/">ironSource exchange</a></li> <li id="menu-item-70335" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-70335"><a href="https://supersonic.com/">Game publishing</a></li> <li id="menu-item-109182" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-109182"><a href="https://dev.tapjoy.com/">Tapjoy knowledge center</a></li> <li id="menu-item-38850" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-38850"><a href="https://developers.ironsrc.com">ironSource knowledge center</a></li> </ul></div></section> </div> <div class="col-lg-3 col-sm-6"> <section id="nav_menu-3" class="widget widget_nav_menu"><small class="widget-title">For mobile operators</small><div class="menu-footer-for-mobile-operators-container"><ul id="menu-footer-for-mobile-operators" class="menu"><li id="menu-item-70195" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-70195"><a href="https://www.is.com/aura/">Aura</a></li> <li id="menu-item-70194" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-70194"><a href="https://www.is.com/aura/user-engagement/">User engagement</a></li> <li id="menu-item-70197" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-70197"><a href="https://www.is.com/aura/device-experience-management/">Device experience management</a></li> <li id="menu-item-70196" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-70196"><a href="https://www.is.com/aura/analytics/">Analytics</a></li> </ul></div></section> </div> <div class="col-lg-3 col-sm-6"> <section id="nav_menu-4" class="widget widget_nav_menu"><small class="widget-title">Community</small><div class="menu-footer-community-container"><ul id="menu-footer-community" class="menu"><li id="menu-item-78950" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-78950"><a href="https://www.is.com/community/">Community hub</a></li> <li id="menu-item-78953" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-78953"><a href="https://www.is.com/community/resources/">Resources</a></li> <li id="menu-item-78959" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-78959"><a href="https://www.is.com/community/blog/">Blogs</a></li> <li id="menu-item-78960" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-78960"><a href="https://www.is.com/community/case-studies/">Case studies</a></li> <li id="menu-item-78961" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-78961"><a href="https://www.is.com/community/ebooks/">eBooks</a></li> <li id="menu-item-78962" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-78962"><a href="https://www.is.com/community/webinars/">Webinars</a></li> <li id="menu-item-78963" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-78963"><a href="https://www.is.com/community/podcasts/levelup/">LevelUp podcast</a></li> <li id="menu-item-82162" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-82162"><a href="https://www.is.com/community/podcasts/out-of-the-box/">Out of the Box podcast</a></li> <li id="menu-item-122318" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-122318"><a href="https://www.is.com/community/academy/">LevelUp Academy</a></li> <li id="menu-item-79924" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-79924"><a href="https://medium.com/ironsource-levelup">LevelUp on Medium</a></li> <li id="menu-item-38863" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-38863"><a href="https://www.is.com/glossary/">Glossary</a></li> <li id="menu-item-54384" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-54384"><a href="https://www.is.com/testimonials/">Testimonials</a></li> </ul></div></section> </div> <div class="col-lg-3 col-sm-6"> <section id="nav_menu-5" class="widget widget_nav_menu"><small class="widget-title">Company</small><div class="menu-footer-about-container"><ul id="menu-footer-about" class="menu"><li id="menu-item-70203" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-70203"><a href="https://www.is.com/about/">About</a></li> <li id="menu-item-38868" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-38868"><a href="https://www.is.com/careers?">Careers</a></li> <li id="menu-item-76518" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-76518"><a href="https://investors.unity.com/overview/default.aspx">Investor relations</a></li> <li id="menu-item-70537" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-70537"><a href="https://www.is.com/terms-of-use/">Terms of use</a></li> <li id="menu-item-57984" class="ot-sdk-show-settings hidden menu-item menu-item-type-custom menu-item-object-custom menu-item-57984"><a href="#">Cookie settings</a></li> <li id="menu-item-70538" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-70538"><a href="https://www.is.com/privacy-policy/">Privacy policy</a></li> <li id="menu-item-124770" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124770"><a href="https://www.is.com/notice-for-california-residents/">Notice for California Residents</a></li> <li id="menu-item-45896" class="hide-everywhere menu-item menu-item-type-custom menu-item-object-custom menu-item-45896"><a href="https://www.is.com/wp-content/uploads/2019/07/modern-slavery-statement.pdf">Modern slavery statement</a></li> <li id="menu-item-75978" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-75978"><a href="https://www.is.com/contact/">Contact us</a></li> </ul></div></section> </div> </div> <div class="flex v-center flex-sm-colum"> <div class="is-logo"> <a href="https://www.is.com" title="Iron Source"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 46" fill="none" class="is-logo"> <path fill-rule="evenodd" clip-rule="evenodd" d="M142.78 19.3894C142.476 19.7171 142.269 20.1619 142.157 20.7237L145.8 20.7293C145.718 20.1529 145.522 19.7042 145.212 19.3827C144.902 19.0611 144.513 18.8998 144.043 18.8992C143.505 18.8987 143.084 19.0617 142.78 19.3894ZM141.735 26.8075C141.032 26.5386 140.425 26.1633 139.915 25.6805C139.406 25.1976 139.013 24.6251 138.739 23.9619C138.464 23.2987 138.327 22.5727 138.328 21.7829C138.329 21.0065 138.468 20.2872 138.744 19.6251C139.022 18.9624 139.408 18.3877 139.906 17.8998C140.403 17.4119 140.997 17.031 141.687 16.7576C142.377 16.4837 143.137 16.3476 143.964 16.3487C144.792 16.3498 145.526 16.4748 146.168 16.7235C146.809 16.9722 147.371 17.3105 147.852 17.7396C148.5 18.316 148.975 19.0397 149.277 19.9102C149.579 20.7807 149.717 21.7246 149.687 22.7419L142.155 22.7318C142.264 23.3345 142.488 23.8034 142.825 24.1383C143.163 24.4733 143.628 24.6414 144.221 24.6425C144.911 24.643 145.401 24.3898 145.692 23.8812L149.478 23.8863C149.368 24.3546 149.136 24.8027 148.784 25.2307C148.431 25.6581 147.992 26.0328 147.468 26.3538C146.985 26.6602 146.47 26.8809 145.926 27.0136C145.38 27.1475 144.769 27.2131 144.093 27.2125C143.225 27.2108 142.438 27.0764 141.735 26.8075ZM130.178 26.8218C129.468 26.5462 128.858 26.1675 128.348 25.6846C127.839 25.2018 127.446 24.6287 127.172 23.9661C126.897 23.3028 126.76 22.5836 126.761 21.8066C126.762 21.0308 126.901 20.311 127.177 19.6489C127.454 18.9868 127.848 18.4115 128.36 17.9241C128.871 17.4362 129.482 17.0553 130.193 16.782C130.903 16.5081 131.693 16.3719 132.562 16.3731C133.307 16.3742 133.987 16.4756 134.601 16.6772C135.214 16.8789 135.745 17.1606 136.192 17.5225C136.641 17.8844 137.002 18.3168 137.277 18.8193C137.552 19.3217 137.724 19.8741 137.792 20.4762L134.026 20.4718C133.916 20.0029 133.744 19.6444 133.51 19.3968C133.276 19.1481 132.945 19.0243 132.517 19.0237C131.91 19.0232 131.462 19.2697 131.172 19.7648C130.881 20.26 130.735 20.9423 130.734 21.8122C130.733 22.6687 130.883 23.342 131.186 23.8311C131.489 24.3201 131.944 24.5649 132.551 24.566C133.033 24.5665 133.396 24.4164 133.638 24.1156C133.88 23.8142 134.029 23.3695 134.085 22.7807L137.851 22.7858C137.85 23.4149 137.722 24.0002 137.466 24.5419C137.21 25.0841 136.85 25.5558 136.388 25.9569C135.925 26.3574 135.366 26.6711 134.71 26.8979C134.054 27.1248 133.334 27.2374 132.548 27.2368C131.678 27.2352 130.888 27.0968 130.178 26.8218ZM122.524 18.2073C122.952 17.5653 123.425 17.111 123.943 16.8439C124.461 16.5767 125.057 16.4433 125.733 16.4445C126.023 16.445 126.237 16.4786 126.375 16.5458L126.37 19.7785H126.288C125.129 19.5892 124.232 19.7388 123.597 20.2267C122.961 20.7146 122.643 21.5408 122.641 22.7054L122.635 26.9016L118.724 26.8965L118.739 16.6556L122.464 16.6612L122.462 18.2073H122.524ZM113.595 25.5637H113.533C113.132 26.0992 112.665 26.5065 112.134 26.7871C111.603 27.0678 110.971 27.2073 110.24 27.2061C109.606 27.2056 109.054 27.1075 108.584 26.9132C108.116 26.7182 107.727 26.4466 107.417 26.0981C107.107 25.7491 106.873 25.3341 106.715 24.8523C106.557 24.37 106.479 23.8345 106.479 23.2452L106.488 16.6392L110.399 16.6448L110.392 22.3467C110.39 23.4318 110.858 23.9746 111.796 23.9757C112.307 23.9762 112.704 23.816 112.987 23.4951C113.27 23.1741 113.413 22.7332 113.413 22.1708L113.421 16.6482L117.332 16.6538L117.318 26.8947L113.593 26.8896L113.595 25.5637ZM101.161 23.8708C101.465 23.3431 101.618 22.6441 101.619 21.7736C101.621 20.9031 101.469 20.2034 101.167 19.6746C100.864 19.1453 100.409 18.8803 99.8021 18.8798C99.1953 18.8786 98.7465 19.1425 98.4559 19.6707C98.1653 20.1989 98.0197 20.898 98.0186 21.7685C98.0169 22.6385 98.1613 23.3387 98.4502 23.8675C98.7391 24.3962 99.1873 24.6618 99.7942 24.6623C100.401 24.6634 100.857 24.399 101.161 23.8708ZM97.4421 26.7772C96.7324 26.5022 96.1255 26.123 95.6231 25.6401C95.1201 25.1578 94.7313 24.5848 94.4561 23.9221C94.1809 23.2589 94.0445 22.5391 94.0456 21.7627C94.0462 20.9868 94.1855 20.267 94.4624 19.6049C94.7393 18.9423 95.1298 18.3675 95.6339 17.8796C96.1381 17.3917 96.7455 17.0114 97.4563 16.7375C98.1671 16.4641 98.9641 16.328 99.8474 16.3291C100.73 16.3302 101.526 16.4686 102.237 16.7436C102.947 17.0198 103.55 17.4018 104.046 17.8908C104.542 18.3804 104.923 18.9568 105.192 19.6195C105.46 20.2827 105.594 21.002 105.593 21.7789C105.591 22.5547 105.456 23.2745 105.186 23.9367C104.916 24.5988 104.532 25.1707 104.035 25.6519C103.538 26.1331 102.934 26.5106 102.222 26.784C101.512 27.0573 100.715 27.1934 99.832 27.1923C98.9487 27.1912 98.1523 27.0528 97.4421 26.7772ZM84.3229 26.8903C83.5019 26.6881 82.7854 26.3823 82.1722 25.9739C81.5591 25.5639 81.0766 25.0513 80.7255 24.4357C80.3744 23.819 80.1928 23.0958 80.1803 22.2662L84.6089 22.2718C84.6769 22.8482 84.9281 23.2734 85.3626 23.5484C85.7965 23.8234 86.3725 23.9612 87.0896 23.9624C87.2969 23.9624 87.5138 23.9428 87.7416 23.903C87.9694 23.8627 88.1732 23.796 88.3519 23.7024C88.5318 23.6095 88.6802 23.4857 88.7978 23.3316C88.9154 23.1787 88.9742 22.9944 88.9742 22.7804C88.9748 22.5659 88.9131 22.3855 88.7887 22.2376C88.6648 22.0897 88.4855 21.9631 88.2514 21.855C88.0174 21.748 87.7239 21.6472 87.3722 21.5531C87.0205 21.4584 86.6175 21.3582 86.1624 21.2501C85.5418 21.1022 84.9075 20.9268 84.2595 20.7257C83.611 20.5235 83.0218 20.2591 82.4908 19.9303C81.9604 19.6015 81.526 19.1825 81.1891 18.6733C80.8517 18.1636 80.6838 17.5283 80.685 16.7648C80.6861 15.9481 80.8488 15.2524 81.1743 14.6771C81.4991 14.1024 81.9376 13.6346 82.4902 13.2733C83.0423 12.9126 83.6909 12.6493 84.4365 12.483C85.1816 12.3166 85.9683 12.2342 86.7956 12.2354C87.5543 12.2359 88.2891 12.3177 88.9994 12.479C89.7096 12.6409 90.3405 12.8992 90.8914 13.2549C91.4435 13.6106 91.8842 14.066 92.2142 14.6217C92.5442 15.1779 92.7161 15.8445 92.7286 16.6209L88.445 16.6147C88.3765 16.2265 88.1944 15.9151 87.898 15.6804C87.6017 15.4457 87.157 15.328 86.5638 15.3269C86.0808 15.3263 85.6908 15.4199 85.394 15.6064C85.0971 15.7935 84.9486 16.0344 84.9486 16.329C84.9481 16.543 85.0234 16.7167 85.1753 16.8517C85.3266 16.9855 85.551 17.1032 85.8473 17.204C86.1436 17.3043 86.509 17.3984 86.9435 17.4863C87.3779 17.5737 87.8712 17.6852 88.4227 17.8196C89.0433 17.9675 89.6502 18.1456 90.2428 18.354C90.836 18.5624 91.3664 18.8408 91.8351 19.1898C92.3039 19.5388 92.6795 19.9706 92.961 20.486C93.243 21.0019 93.3835 21.6416 93.3829 22.4046C93.3818 23.1944 93.2116 23.8867 92.8731 24.4822C92.534 25.0771 92.0744 25.5751 91.4943 25.9761C90.9148 26.3772 90.2383 26.6808 89.4652 26.887C88.6922 27.0937 87.8712 27.1962 87.0023 27.1951C86.0368 27.1939 85.1433 27.092 84.3229 26.8903ZM72.3437 17.9989C72.7725 17.4371 73.2595 17.0091 73.8047 16.7156C74.35 16.4215 74.9951 16.2753 75.7402 16.2764C76.9682 16.2781 77.892 16.6411 78.5114 17.3648C79.1315 18.0886 79.4403 19.0392 79.4386 20.2172L79.4295 26.8433L75.5181 26.8383L75.5266 21.1353C75.5272 20.5998 75.4108 20.1713 75.1761 19.8497C74.942 19.5282 74.5698 19.3669 74.0594 19.3663C73.5627 19.3657 73.1733 19.5489 72.8895 19.9164C72.6064 20.285 72.4642 20.7499 72.4631 21.3123L72.4556 26.8338L68.5448 26.8282L68.5591 16.5879L72.2838 16.5929L72.2821 17.9989H72.3437ZM63.1487 23.8192C63.453 23.291 63.6054 22.5919 63.6066 21.7219C63.6077 20.8514 63.4576 20.1518 63.1544 19.623C62.8518 19.0937 62.3968 18.8287 61.7899 18.8276C61.183 18.827 60.7337 19.0909 60.4437 19.6191C60.1531 20.1479 60.0075 20.847 60.0063 21.7169C60.0046 22.5868 60.1491 23.2865 60.4374 23.8158C60.7268 24.3452 61.1744 24.6096 61.7813 24.6107C62.3888 24.6113 62.8444 24.348 63.1487 23.8192ZM59.4298 26.7255C58.7201 26.4499 58.1132 26.0713 57.6108 25.5884C57.1072 25.1061 56.719 24.5336 56.4438 23.8704C56.1686 23.2072 56.0322 22.4874 56.0333 21.7115C56.0345 20.9351 56.1732 20.2153 56.4501 19.5532C56.7264 18.8905 57.1175 18.3158 57.6216 17.8279C58.1258 17.34 58.7332 16.9591 59.444 16.6857C60.1548 16.4124 60.9518 16.2757 61.8351 16.2774C62.7177 16.2785 63.5142 16.4169 64.2244 16.6925C64.934 16.9681 65.5375 17.3501 66.0336 17.8391C66.5292 18.3281 66.9112 18.9051 67.1795 19.5678C67.4478 20.2305 67.5808 20.9503 67.5803 21.7267C67.5791 22.5036 67.4433 23.2228 67.1732 23.8844C66.9037 24.5471 66.5201 25.119 66.0228 25.6002C65.5249 26.0814 64.9209 26.4583 64.2101 26.7317C63.4993 27.0056 62.7023 27.1417 61.8196 27.1406C60.9364 27.1395 60.14 27.0011 59.4298 26.7255ZM51.7958 18.1115C52.2246 17.469 52.6979 17.0148 53.2157 16.7476C53.7329 16.4809 54.3301 16.3476 55.0061 16.3487C55.2956 16.3487 55.5097 16.3829 55.6473 16.4501L55.6427 19.6828L55.5599 19.6822C54.4015 19.494 53.5046 19.643 52.8691 20.1304C52.2337 20.6183 51.9151 21.4445 51.914 22.6091L51.9077 26.8058L47.9963 26.8002L48.0111 16.5599L51.7364 16.5649L51.7341 18.1115H51.7958ZM46.6043 16.5578L46.59 26.7992L42.6786 26.7936L42.6934 16.5533L46.6043 16.5578ZM46.6105 12.4423L46.606 15.3137L42.6951 15.3081L42.6991 12.4367L46.6105 12.4423Z" fill="#0D148C"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M22.1457 29.222C17.8705 29.2157 15.8251 26.9345 15.8296 24.0568L15.8302 23.1856L20.6209 23.1919L20.6203 23.5716C20.6192 24.5112 21.1056 25.1563 22.0367 25.1574C22.8947 25.1591 23.3166 24.7624 23.3177 24.0933C23.3206 22.1912 15.994 22.5006 16.0009 17.1738C16.0049 14.3018 17.8265 11.7997 22.3569 11.806C26.4278 11.8122 28.447 14.098 28.443 16.9683L28.4418 17.9045L23.6534 17.8977L23.6539 17.3617C23.6551 16.5893 23.2566 15.8175 22.3512 15.8163C21.6308 15.8157 21.2129 16.2159 21.2123 16.8587C21.2095 18.9612 28.532 18.4326 28.5246 23.7565C28.5206 26.6308 26.6122 29.2277 22.1457 29.222ZM15.0107 15.304L10.2959 15.2971L10.3004 11.5608L15.0158 11.5677L15.0107 15.304ZM15.0113 19.4632C15.009 21.0337 14.4804 21.9174 13.3198 22.2376C14.5346 22.724 15.0056 23.5912 15.0027 25.4448L14.9993 28.1627L10.2531 28.1244L10.2588 24.5719C10.2594 23.8629 9.47669 23.7767 8.83104 23.5569L8.83447 21.012C9.48012 20.8013 10.2639 20.5981 10.2651 20.0369L10.2696 16.2806L15.0158 16.2875L15.0113 19.4632ZM18.8106 1.23419C8.59264 1.23419 0.308777 9.51749 0.308777 19.736C0.308777 29.9546 8.59264 38.2384 18.8106 38.2384C29.0297 38.2384 37.313 29.9546 37.313 19.736C37.313 9.51749 29.0297 1.23419 18.8106 1.23419Z" fill="#0D148C"/> <path d="M85.8882 39.3281H89.4381V40.2631H87.0225V41.5407H89.2024V42.4756H87.0225V44.6909H85.8896V39.3281H85.8882Z" fill="#0D148C"/> <path d="M92.1921 39.3281H94.3068C95.5243 39.3281 96.2273 40.0148 96.2273 41.0801C96.2273 41.8139 95.889 42.3452 95.2802 42.606L96.4187 44.6909H95.1679L94.1529 42.7905H93.325V44.6909H92.1921V39.3281ZM94.0946 41.8791C94.7436 41.8791 95.0611 41.6114 95.0611 41.0801C95.0611 40.5461 94.745 40.2547 94.0905 40.2547H93.3264V41.8777H94.0946V41.8791Z" fill="#0D148C"/> <path d="M101.437 44.7645C100.007 44.7645 98.9272 43.756 98.9272 42.0096C98.9272 40.2548 100.009 39.2547 101.437 39.2547C102.858 39.2547 103.947 40.2548 103.947 42.0096C103.947 43.7643 102.858 44.7645 101.437 44.7645ZM101.437 40.2576C100.612 40.2576 100.075 40.8735 100.075 42.0096C100.075 43.1457 100.612 43.7616 101.437 43.7616C102.259 43.7616 102.799 43.1457 102.799 42.0096C102.797 40.8735 102.258 40.2576 101.437 40.2576Z" fill="#0D148C"/> <path d="M108.175 39.3281L109.652 42.9306H109.714L111.191 39.3281H112.589V44.6909H111.489V41.2008H111.445L110.058 44.6645H109.309L107.923 41.1869H107.878V44.6909H106.779V39.3281H108.175Z" fill="#0D148C"/> <path d="M123.657 39.3281V42.8099C123.657 43.9834 122.767 44.7658 121.435 44.7658C120.096 44.7658 119.212 43.9834 119.212 42.8099V39.3281H120.345V42.7142C120.345 43.3273 120.776 43.7698 121.433 43.7698C122.093 43.7698 122.522 43.3273 122.522 42.7142V39.3281H123.657Z" fill="#0D148C"/> <path d="M131.066 44.6909H130.087L127.754 41.3159H127.715V44.6909H126.582V39.3281H127.577L129.891 42.7003H129.938V39.3281H131.067V44.6909H131.066Z" fill="#0D148C"/> <path d="M135.125 44.6909H133.992V39.3281H135.125V44.6909Z" fill="#0D148C"/> <path d="M137.846 39.3281H142.249V40.2631H140.607V44.6909H139.487V40.2631H137.845V39.3281H137.846Z" fill="#0D148C"/> <path d="M145.925 39.3281L147.147 41.6378H147.199L148.422 39.3281H149.691L147.736 42.7946V44.6909H146.61V42.7946L144.655 39.3281H145.925Z" fill="#0D148C"/> </svg> </a> </div> <div class="footer-social"> <div class="menu-footer-social-container"><ul id="menu-footer-social" class="flex f-1 vam v-center social"><li id="menu-item-81859" class="is_in menu-item menu-item-type-custom menu-item-object-custom menu-item-81859"><a target="_blank" rel="noopener" href="https://www.linkedin.com/showcase/unity-solutions-grow/">ln</a></li> <li id="menu-item-81861" class="is_fb menu-item menu-item-type-custom menu-item-object-custom menu-item-81861"><a target="_blank" rel="noopener" href="https://www.facebook.com/ironSource/">fb</a></li> <li id="menu-item-81863" class="is_yt menu-item menu-item-type-custom menu-item-object-custom menu-item-81863"><a target="_blank" rel="noopener" href="https://www.youtube.com/channel/UCVB1Ajv11AfjIEnm2xi7t-w">yt</a></li> </ul></div> </div> <div class="footer-menu-mobile to-right small to-right-sm-0 flex v-center"> 2025 ironSource<div class="menu-footer-mobile-menu-container"><ul id="menu-footer-mobile-menu" class="flex f-1 vam v-center"><li id="menu-item-88507" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-88507"><a href="https://www.is.com/terms-of-use/">Terms of use</a></li> <li id="menu-item-88465" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-88465"><a href="https://www.is.com/privacy-policy/">Privacy Policy</a></li> <li id="menu-item-124772" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124772"><a href="https://www.is.com/notice-for-california-residents/">Notice for California Residents</a></li> <li id="menu-item-88466" class="hide-everywhere menu-item menu-item-type-custom menu-item-object-custom menu-item-88466"><a href="https://www.is.com/wp-content/uploads/2019/07/modern-slavery-statement.pdf">Modern slavery statement</a></li> <li id="menu-item-88467" class="ot-sdk-show-settings menu-item menu-item-type-custom menu-item-object-custom menu-item-88467"><a href="#">Cookie Settings</a></li> </ul></div> </div> </div> </div> </footer> <div id="sc_tooltips"></div> <script> jQuery(document).ready(function(){ var classname = document.getElementsByClassName("sc_section"); var myFunction = function() { var classes = this.className && this.className.split("sc_section") var sectionClass = classes && classes[1] && classes[1].match(/sc_([^\s]+)/) || ['']; dataLayer.push({'event' : 'ironSectionClick', 'SectionName' : sectionClass[0]}); }; for (var i = 0; i < classname.length; i++) { classname[i].addEventListener('click', myFunction, false); } }); </script><div id="iron-general-loader"></div><link rel='stylesheet' id='style-grid-css' href='https://www.is.com/wp-content/themes/ironsrc/dist/shortcodes/grid/grid.min.css?ver=1644243677' type='text/css' media='all' /> <link rel='stylesheet' id='style-slider-css' href='https://www.is.com/wp-content/themes/ironsrc/dist/shortcodes/slider/slider.min.css?ver=1680096920' type='text/css' media='all' /> <link rel='stylesheet' id='owl.carousel.css-css' href='https://www.is.com/wp-content/themes/ironsrc/inc/shortcodes/owl-carousel/owl.carousel.min.css?ver=6.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='owl.theme.carousel.css-css' href='https://www.is.com/wp-content/themes/ironsrc/inc/shortcodes/owl-carousel/owl.theme.default.min.css?ver=6.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='carousel.css-css' href='https://www.is.com/wp-content/themes/ironsrc/inc/shortcodes/owl-carousel/carousel.css?ver=6.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='extra-style-css' href='https://www.is.com/wp-content/themes/ironsrc/dist/extStyle.min.css?ver=1684310422' type='text/css' media='all' /> <script type='text/javascript' src='https://www.is.com/wp-content/plugins/sync-post-with-other-site/assets/js/sps_front_js.js?rand=268&#038;ver=1.4.0' id='sps_front_js-js'></script> <script type='text/javascript' id='script-bundle-js-extra'> /* <![CDATA[ */ var setup = {"captcha_site_key":"6LcDvSgoAAAAAN3uFjO6Ib37-bp6r1VVNQBL44WB","nonce":"9e6a28158c","ajax_url":"https:\/\/www.is.com\/admin-ajax.php"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.is.com/wp-content/themes/ironsrc/dist/main.min.js?ver=1677147499' id='script-bundle-js'></script> <script type='text/javascript' src='https://www.is.com/wp-content/themes/ironsrc/js/wow.min.js?ver=1548167000' id='wow-js'></script> <script type='text/javascript' src='https://www.is.com/wp-content/themes/ironsrc/dist/shortcodes/feed/feed.min.js?ver=1677147499' id='feed-utils-js'></script> <script type='text/javascript' src='https://www.is.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.9' id='regenerator-runtime-js'></script> <script type='text/javascript' src='https://www.is.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0' id='wp-polyfill-js'></script> <script type='text/javascript' src='https://www.is.com/wp-includes/js/dist/vendor/react.min.js?ver=17.0.1' id='react-js'></script> <script type='text/javascript' src='https://www.is.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1' id='react-dom-js'></script> <script type='text/javascript' src='https://www.is.com/wp-content/plugins/wp-smushit/app/assets/js/smush-lazy-load.min.js?ver=3.12.5' id='smush-lazy-load-js'></script> <script type='text/javascript' src='https://www.is.com/wp-content/themes/ironsrc/dist/shortcodes/button/button.min.js?ver=1677147499' id='script-button-js'></script> <script type='text/javascript' src='https://www.is.com/wp-content/themes/ironsrc/dist/shortcodes/blob/blob.min.js?ver=1680096920' id='script-blob-js'></script> <script type='text/javascript' src='https://www.is.com/wp-content/plugins/ironsrc-wp/dist/build/sections/section-124758.js?ver=1.1' id='menu-post-item-js'></script> <script type='text/javascript' src='https://www.is.com/wp-content/plugins/ironsrc-wp/includes/../dist/build/sections/section-38619.js?ver=1.1' id='header-new-38619-js'></script> <script type='text/javascript' src='https://www.is.com/wp-content/plugins/ironsrc-wp/includes/../dist/build/sections/section-37.js?ver=1.1' id='stam-37-js'></script> <script type='text/javascript' src='https://www.is.com/wp-content/plugins/ironsrc-wp/includes/../dist/build/sections/section-946.js?ver=1.1' id='multi-grid-946-js'></script> <script type='text/javascript' src='https://www.is.com/wp-content/plugins/ironsrc-wp/includes/../dist/build/sections/section-388.js?ver=1.1' id='media-388-js'></script> <script type='text/javascript' src='https://www.is.com/wp-content/plugins/ironsrc-wp/includes/../dist/build/sections/section-48337.js?ver=1.1' id='custom-textblock-img-48337-js'></script> <script type='text/javascript' src='https://www.is.com/wp-content/themes/ironsrc/dist/shortcodes/lazy-load/lazy-load.min.js?ver=1677147499' id='lazy-loading-js'></script> <script type='text/javascript' src='https://www.is.com/wp-content/plugins/ironsrc-wp/includes/../dist/build/sections/section-76.js?ver=1.1' id='fullwidth-slider-76-js'></script> <script type='text/javascript' src='https://www.is.com/wp-content/plugins/ironsrc-wp/includes/../dist/build/sections/section-65730.js?ver=1.1' id='case-study-slide-65730-js'></script> <script type='text/javascript' src='https://www.is.com/wp-content/themes/ironsrc/node_modules/slick-carousel/slick/slick.js?ver=1507052995' id='script-slider-js'></script> <script type='text/javascript' src='https://www.is.com/wp-content/themes/ironsrc/dist/shortcodes/slider/slider.min.js?ver=1677147499' id='script-slick-slider-js'></script> <script type='text/javascript' src='https://www.is.com/wp-content/themes/ironsrc/inc/shortcodes/owl-carousel/owl.carousel.min.js' id='owl.carousel-js'></script> <script type='text/javascript' src='https://www.is.com/wp-content/themes/ironsrc/inc/shortcodes/owl-carousel/carousel.js' id='owl.carousel.init-js'></script> <script type='text/javascript' src='https://www.is.com/wp-content/plugins/ironsrc-wp/dist/build/sections/section-64099.js?ver=1.1' id='home-post-new-js'></script> <script type='text/javascript' src='https://www.is.com/wp-content/plugins/ironsrc-wp/includes/../dist/build/sections/section-66541.js?ver=1.1' id='round-card-66541-js'></script> </body> </html>

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