301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: gr4vy.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="en-US"> <head> <script type="text/javascript"> /* <![CDATA[ */ var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==n?t.apply(null,r):r[0]=t.apply(null,r)})),"filter"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}}); /* ]]> */ </script> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.4",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript][data-rocket-src]").forEach(e=>{let r=e.getAttribute("data-rocket-src");if(r&&0!==r.indexOf("data:")){0===r.indexOf("//")&&(r=location.protocol+r);try{let i=new URL(r).origin;i!==location.origin&&t.push({src:i,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}catch(n){}}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._pendingWebpackRequests(this),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){if(await this._littleBreath(),!0===t.noModule&&"noModule"in HTMLScriptElement.prototype){t.setAttribute("data-rocket-status","skipped");return}return new Promise(navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(){let t={};function e(e,r){!function e(r){!t[r]&&(t[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),t[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),t[r].originalFunctions.remove.apply(r,arguments)});function i(e){return t[r].eventsToRewrite.indexOf(e)>=0?"rocket-"+e:e}}(e),t[e].eventsToRewrite.push(r)}function r(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}e(document,"DOMContentLoaded"),e(window,"DOMContentLoaded"),e(window,"load"),e(window,"pageshow"),e(document,"readystatechange"),r(document,"onreadystatechange"),r(window,"onload"),r(window,"onpageshow")}_delayJQueryReady(t){let e;function r(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}function i(i){if(i&&i.fn&&!t.allJQueries.includes(i)){i.fn.ready=i.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(i):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(i)),i([])};let n=i.fn.on;i.fn.on=i.fn.init.prototype.on=function(){return this[0]===window&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=r(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(t=>{let e=arguments[0][t];delete arguments[0][t],arguments[0][r(t)]=e})),n.apply(this,arguments),this},t.allJQueries.push(i)}e=i}i(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){i(t)}})}async _pendingWebpackRequests(t){let e=document.querySelector("script[data-webpack]");async function r(){return new Promise(t=>{e.addEventListener("load",t),e.addEventListener("error",t)})}e&&(await r(),await t._requestAnimFrame(),await t._pendingWebpackRequests(t))}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=1, maximum-scale=5, minimum-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="https://gr4vy.com/xmlrpc.php" /> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <script type="rocketlazyloadscript" id="cookie-law-info-gcm-var-js"> var _ckyGcm = {"status":true,"default_settings":[{"analytics":"granted","advertisement":"granted","functional":"granted","necessary":"granted","ad_user_data":"granted","ad_personalization":"granted","regions":"All"}],"wait_for_update":2000,"url_passthrough":false,"ads_data_redaction":false}; </script> <script id="cookie-law-info-gcm-js" type="text/javascript" src="https://gr4vy.com/wp-content/plugins/cookie-law-info/lite/frontend/js/gcm.min.js" defer></script> <script data-minify="1" id="cookieyes" type="text/javascript" src="https://gr4vy.com/wp-content/cache/min/1/client_data/d76694514b4d02daf755b577/script.js?ver=1741870744" defer></script> <!-- Google Tag Manager for WordPress by gtm4wp.com --> <script data-cfasync="false" data-pagespeed-no-defer> var gtm4wp_datalayer_name = "dataLayer"; var dataLayer = dataLayer || []; </script> <!-- End Google Tag Manager for WordPress by gtm4wp.com --><!-- Google tag (gtag.js) --> <script type="rocketlazyloadscript" async data-rocket-src="https://www.googletagmanager.com/gtag/js?id=AW-403059743"></script> <script type="rocketlazyloadscript"> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-403059743', {'allow_enhanced_conversions': true}); </script> <link data-minify="1" rel='stylesheet' id='algolia-autocomplete-css' href='https://gr4vy.com/wp-content/cache/min/1/wp-content/plugins/wp-search-with-algolia/css/algolia-autocomplete.css?ver=1737984584' type='text/css' media='all' /> <!-- This site is optimized with the Yoast SEO Premium plugin v21.8 (Yoast SEO v21.8) - https://yoast.com/wordpress/plugins/seo/ --> <title>Payment Orchestration Platform | GR4VY</title> <meta name="description" content="Payment orchestration platform that connects PSPs, methods, and tools in one layer, streamlining payments and increasing success rates." /> <link rel="canonical" href="https://gr4vy.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Payment Orchestration Platform | GR4VY" /> <meta property="og:description" content="Payment orchestration platform that connects PSPs, methods, and tools in one layer, streamlining payments and increasing success rates." /> <meta property="og:url" content="https://gr4vy.com/" /> <meta property="og:site_name" content="GR4VY" /> <meta property="article:modified_time" content="2025-05-08T10:55:11+00:00" /> <meta property="og:image" content="https://gr4vy.com/wp-content/uploads/2023/04/Gr4vy-ID-RGB_wordmark-mark-whtite-full.jpg" /> <meta property="og:image:width" content="1200" /> <meta property="og:image:height" content="675" /> <meta property="og:image:type" content="image/jpeg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@Gr4vyInc" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://gr4vy.com/","url":"https://gr4vy.com/","name":"Payment Orchestration Platform | GR4VY","isPartOf":{"@id":"https://gr4vy.com/#website"},"about":{"@id":"https://gr4vy.com/#organization"},"datePublished":"2022-11-03T17:58:24+00:00","dateModified":"2025-05-08T10:55:11+00:00","description":"Payment orchestration platform that connects PSPs, methods, and tools in one layer, streamlining payments and increasing success rates.","breadcrumb":{"@id":"https://gr4vy.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://gr4vy.com/"]}]},{"@type":"BreadcrumbList","@id":"https://gr4vy.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Homepage"}]},{"@type":"WebSite","@id":"https://gr4vy.com/#website","url":"https://gr4vy.com/","name":"GR4VY","description":"Empowering your payments strategy","publisher":{"@id":"https://gr4vy.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://gr4vy.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://gr4vy.com/#organization","name":"Gr4vy, Inc.","alternateName":"Gr4vy","url":"https://gr4vy.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://gr4vy.com/#/schema/logo/image/","url":"https://gr4vy.com/wp-content/uploads/2023/04/gravy-logo-696.png","contentUrl":"https://gr4vy.com/wp-content/uploads/2023/04/gravy-logo-696.png","width":696,"height":696,"caption":"Gr4vy, Inc."},"image":{"@id":"https://gr4vy.com/#/schema/logo/image/"},"sameAs":["https://twitter.com/Gr4vyInc","https://www.linkedin.com/company/gr4vy-inc/","https://github.com/gr4vy"]}]}</script> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//www.google.com' /> <link rel="alternate" type="application/rss+xml" title="GR4VY » Feed" href="https://gr4vy.com/feed/" /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://gr4vy.com/wp-includes/css/dist/block-library/style.min.css?ver=6.7.1' type='text/css' media='all' /> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){margin-left: auto !important;margin-right: auto !important;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link data-minify="1" rel='stylesheet' id='theme-css-bundle-css' href='https://gr4vy.com/wp-content/cache/min/1/wp-content/themes/gr4vy/dist/css/bundle-1cb589b466.css?ver=1746696418' type='text/css' media='all' /> <link rel='stylesheet' id='theme-styles-css' href='https://gr4vy.com/wp-content/themes/gr4vy/style.css?ver=1746696169' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='algolia-autocomplete-css' href='https://gr4vy.com/wp-content/cache/min/1/wp-content/plugins/wp-search-with-algolia/css/algolia-autocomplete.css?ver=1737984584' type='text/css' media='all' /> <style id='rocket-lazyload-inline-css' type='text/css'> .rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://gr4vy.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}.wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player{position:absolute;padding-bottom:0;width:100%;height:100%;top:0;bottom:0;left:0;right:0} </style> <script type="text/javascript" src="https://gr4vy.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script> <script type="text/javascript" src="https://gr4vy.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script> <link rel="https://api.w.org/" href="https://gr4vy.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://gr4vy.com/wp-json/wp/v2/pages/9" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://gr4vy.com/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://gr4vy.com/' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://gr4vy.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fgr4vy.com%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://gr4vy.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fgr4vy.com%2F&format=xml" /> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> (function(c,l,a,r,i,t,y){ c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};t=l.createElement(r);t.async=1; t.src="https://www.clarity.ms/tag/"+i+"?ref=wordpress";y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); })(window, document, "clarity", "script", "limgx0o86j"); </script> <!-- Stream WordPress user activity plugin v4.0.0 --> <!-- Google Tag Manager for WordPress by gtm4wp.com --> <!-- GTM Container placement set to automatic --> <script data-cfasync="false" data-pagespeed-no-defer type="text/javascript"> var dataLayer_content = {"pagePostType":"frontpage","pagePostType2":"single-page","pagePostAuthor":"Gr4vy"}; dataLayer.push( dataLayer_content ); </script> <script type="rocketlazyloadscript" data-cfasync="false"> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-MCZQTPCM'); </script> <!-- End Google Tag Manager --> <!-- End Google Tag Manager for WordPress by gtm4wp.com --> <style> .algolia-search-highlight { background-color: #fffbcc; border-radius: 2px; font-style: normal; } </style> <link rel="icon" href="https://gr4vy.com/wp-content/uploads/2022/11/favicon-gradient-150x150.png" sizes="32x32" /> <link rel="icon" href="https://gr4vy.com/wp-content/uploads/2022/11/favicon-gradient.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://gr4vy.com/wp-content/uploads/2022/11/favicon-gradient.png" /> <meta name="msapplication-TileImage" content="https://gr4vy.com/wp-content/uploads/2022/11/favicon-gradient.png" /> <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head> <body class="home page-template page-template-templates page-template-sections page-template-templatessections-php page page-id-9 wp-embed-responsive page-homepage"> <!-- GTM Container placement set to automatic --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MCZQTPCM" height="0" width="0" style="display:none;visibility:hidden" aria-hidden="true"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class="wrapper"> <div class="wrapper__inner"> <header class="header js-header"> <div class="shell"> <div class="header__inner"> <a href="https://gr4vy.com/" class="logo" role="navigation" aria-label="Home"> <img width="149" height="31" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20149%2031'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large" alt="" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2023/02/logo.svg" /><noscript><img width="149" height="31" src="https://gr4vy.com/wp-content/uploads/2023/02/logo.svg" class="attachment-medium_large size-medium_large" alt="" decoding="async" /></noscript> </a> <a href="#" class="hamburger js-hamburger" aria-label="Main menu"> <span></span> <span></span> <span></span> </a> <div class="header__menu"> <a href="#" class="hamburger hamburger--close js-hamburger" aria-label="Close"> <span></span> <span></span> </a> <nav class="nav"> <ul id="menu-main-menu" class="menu"><li id="menu-item-2680" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2680"><a href="#">Why Gr4vy?</a> <ul class="sub-menu"> <li id="menu-item-2684" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2684"><a href="https://gr4vy.com/revenue/">Revenue</a><div class="pt-1">Maximize your growth</div></li> <li id="menu-item-2682" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2682"><a href="https://gr4vy.com/strategy/">Strategy</a><div class="pt-1">Take control of your payments</div></li> <li id="menu-item-2683" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2683"><a href="https://gr4vy.com/innovation/">Innovation</a><div class="pt-1">Speed ahead of your competition</div></li> <li id="menu-item-571" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-571"><a href="https://gr4vy.com/regulation-and-compliance/">Compliance and Regulation</a><div class="pt-1">Get global payment compliance</div></li> <li id="menu-item-100" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-100"><a href="https://gr4vy.com/platform/">Infrastructure as a service</a><div class="pt-1">Your own instance, anywhere</div></li> <li id="menu-item-2681" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2681"><a href="https://gr4vy.com/about-us/">About us</a><div class="pt-1">Learn about our payments history</div></li> </ul> </li> <li id="menu-item-1177" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1177"><a href="#">Our Solutions</a> <ul class="sub-menu"> <li id="menu-item-2754" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2754"><a href="https://gr4vy.com/merchants/">Gr4vy for Merchants</a></li> <li id="menu-item-2753" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2753"><a href="https://gr4vy.com/platforms/">Gr4vy for Platforms</a></li> </ul> </li> <li id="menu-item-2505" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2505"><a href="#">Integrations</a> <ul class="sub-menu"> <li id="menu-item-2506" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2506"><a href="https://gr4vy.com/integrations/">Our integrations</a></li> <li id="menu-item-101" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-101"><a href="https://gr4vy.com/partners/">Become a partner</a></li> </ul> </li> <li id="menu-item-1174" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1174"><a href="#">Resources</a> <ul class="sub-menu"> <li id="menu-item-2784" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2784"><a href="https://gr4vy.com/blog/?category=blog">Blog & Media</a></li> <li id="menu-item-1880" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1880"><a href="https://gr4vy.com/case-studies/">Case studies</a></li> <li id="menu-item-1206" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1206"><a href="https://docs.gr4vy.com">Docs</a></li> <li id="menu-item-3112" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3112"><a href="https://gr4vy.com/gr4vypulse/">Gr4vy Pulse</a></li> <li id="menu-item-1727" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1727"><a href="https://gr4vy.com/roi-calculator/">ROI Calculator</a></li> <li id="menu-item-2422" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2422"><a href="https://gr4vy.com/frequently-asked-questions/">FAQ</a></li> </ul> </li> </ul> </nav> <div class="header__menu-actions"> <a href="https://gr4vy.com/contact/" class="btn btn--menu"> Contact Us </a> </div><!-- /.header__menu-actions --> </div><!-- /.header__menu --> </div><!-- /.header__inner --> </div><!-- /.shell --> </header><!-- /.header js-header --> <div class="main"> <section class="section-hero normal " data-id="#section-hero"> <div class="shell"> <div class="section__inner"> <div class="section__content"> <header class="section__head"> <h1 class=""><span class="animated-text" style="color: #1669e2;" aria-live="polite">Empower your strategy</span> with the leading payment orchestration platform</h1> <div class="heading-animated hidden js-heading-animated" aria-hidden="true"> <span class="visually-hidden">Empower your strategy with the leading payment orchestration platform</span> <span class="heading-animated-wrapper" aria-hidden="true"> <span class="animate js-heading-animated-text">Empower your strategy</span> <span class="animate js-heading-animated-text">Innovate at speed</span><span class="animate js-heading-animated-text">Optimize cost</span><span class="animate js-heading-animated-text">No-code required</span> <span class="animate js-heading-animated-text-placeholder is-placeholder" style="position: relative;"> Empower your strategy </span> </span> <span aria-hidden="true">with the leading payment orchestration platform</span> </div> </header><!-- /.section__head --> <div class="section__body"> <p>Gr4vy’s payment orchestration platform empowers enterprise merchants and platforms to optimize their stack and create bespoke checkout experiences, giving you full control over your payment strategy.</p> <p><a class="btn btn--blue" href="https://gr4vy.com/contact/">Contact us</a></p> </div><!-- /.section__body --> </div><!-- /.section__content --> <div class="section__media"> <figure> <lottie-player class="js-hero-lottie" data-src="https://gr4vy.com/wp-content/uploads/2024/10/Gr4vy_hero_homepage_v3.json" autoplay ></lottie-player> </figure> </div><!-- /.section__media --> </div><!-- /.section__inner --> </div><!-- /.shell --> </section><!-- /.section-hero --> <div class="section-grid section-grid--single-column mt-48 mb-24 mt-md-0 mb-md-0 mt-sm-0 mb-sm-0 max-w-none"> <section class="section-grid__col"> <section class="section-grid__col section-grid__col--transparent shadow--"> <div class="shell"> <span class="subtitle text-center mb-8">Some of our clients</span> </div> <div class="blocks blocks-carousel js-carousel " aria-roledescription="carousel"> <div class="shell"> <div class="blocks-carousel__inner swiper" role="group" aria-live="polite" data-css-animate-mode data-loop data-speed="8000" > <div class="swiper-wrapper"> <div class="blocks-carousel__item swiper-slide" aria-hidden="false" aria-label="Item 1 of 18" > <img width="141" height="33" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20141%2033'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/04/logo-wpay-black.svg" /><noscript><img width="141" height="33" src="https://gr4vy.com/wp-content/uploads/2024/04/logo-wpay-black.svg" class="attachment-large size-large" alt="" decoding="async" /></noscript> </div> <div class="blocks-carousel__item swiper-slide" aria-hidden="false" aria-label="Item 2 of 18" > <img width="298" height="72" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20298%2072'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/04/logo-wikimedia-black.svg" /><noscript><img width="298" height="72" src="https://gr4vy.com/wp-content/uploads/2024/04/logo-wikimedia-black.svg" class="attachment-large size-large" alt="" decoding="async" /></noscript> </div> <div class="blocks-carousel__item swiper-slide" aria-hidden="false" aria-label="Item 3 of 18" > <img width="261" height="56" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20261%2056'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/04/logo-grammarly-black.svg" /><noscript><img width="261" height="56" src="https://gr4vy.com/wp-content/uploads/2024/04/logo-grammarly-black.svg" class="attachment-large size-large" alt="" decoding="async" /></noscript> </div> <div class="blocks-carousel__item swiper-slide" aria-hidden="false" aria-label="Item 4 of 18" > <img width="851" height="152" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20851%20152'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2025/05/trek-logo-padding.svg" /><noscript><img width="851" height="152" src="https://gr4vy.com/wp-content/uploads/2025/05/trek-logo-padding.svg" class="attachment-large size-large" alt="" decoding="async" /></noscript> </div> <div class="blocks-carousel__item swiper-slide" aria-hidden="false" aria-label="Item 5 of 18" > <img width="236" height="40" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20236%2040'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/11/logo-justgiving-black.svg" /><noscript><img width="236" height="40" src="https://gr4vy.com/wp-content/uploads/2024/11/logo-justgiving-black.svg" class="attachment-large size-large" alt="" decoding="async" /></noscript> </div> <div class="blocks-carousel__item swiper-slide" aria-hidden="false" aria-label="Item 6 of 18" > <img width="292" height="58" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20292%2058'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/11/muchbetteradventures.svg" /><noscript><img width="292" height="58" src="https://gr4vy.com/wp-content/uploads/2024/11/muchbetteradventures.svg" class="attachment-large size-large" alt="" decoding="async" /></noscript> </div> <div class="blocks-carousel__item swiper-slide" aria-hidden="false" aria-label="Item 7 of 18" > <img width="305" height="45" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20305%2045'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/11/bb-logo-black.svg" /><noscript><img width="305" height="45" src="https://gr4vy.com/wp-content/uploads/2024/11/bb-logo-black.svg" class="attachment-large size-large" alt="" decoding="async" /></noscript> </div> <div class="blocks-carousel__item swiper-slide" aria-hidden="false" aria-label="Item 8 of 18" > <img width="311" height="94" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20311%2094'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/11/Coredon.svg" /><noscript><img width="311" height="94" src="https://gr4vy.com/wp-content/uploads/2024/11/Coredon.svg" class="attachment-large size-large" alt="" decoding="async" /></noscript> </div> <div class="blocks-carousel__item swiper-slide" aria-hidden="false" aria-label="Item 9 of 18" > <img width="89" height="41" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2089%2041'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/11/logo-playhq-black.svg" /><noscript><img width="89" height="41" src="https://gr4vy.com/wp-content/uploads/2024/11/logo-playhq-black.svg" class="attachment-large size-large" alt="" decoding="async" /></noscript> </div> <div class="blocks-carousel__item swiper-slide" aria-hidden="false" aria-label="Item 10 of 18" > <img width="64" height="33" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2033'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/11/ding.svg" /><noscript><img width="64" height="33" src="https://gr4vy.com/wp-content/uploads/2024/11/ding.svg" class="attachment-large size-large" alt="" decoding="async" /></noscript> </div> <div class="blocks-carousel__item swiper-slide" aria-hidden="false" aria-label="Item 11 of 18" > <img width="141" height="73" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20141%2073'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/11/zip.svg" /><noscript><img width="141" height="73" src="https://gr4vy.com/wp-content/uploads/2024/11/zip.svg" class="attachment-large size-large" alt="" decoding="async" /></noscript> </div> <div class="blocks-carousel__item swiper-slide" aria-hidden="false" aria-label="Item 12 of 18" > <img width="219" height="38" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20219%2038'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/11/setplex.svg" /><noscript><img width="219" height="38" src="https://gr4vy.com/wp-content/uploads/2024/11/setplex.svg" class="attachment-large size-large" alt="" decoding="async" /></noscript> </div> <div class="blocks-carousel__item swiper-slide" aria-hidden="false" aria-label="Item 13 of 18" > <img width="266" height="56" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20266%2056'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/11/anglpay.svg" /><noscript><img width="266" height="56" src="https://gr4vy.com/wp-content/uploads/2024/11/anglpay.svg" class="attachment-large size-large" alt="" decoding="async" /></noscript> </div> <div class="blocks-carousel__item swiper-slide" aria-hidden="false" aria-label="Item 14 of 18" > <img width="220" height="77" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20220%2077'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/11/flexbuy.svg" /><noscript><img width="220" height="77" src="https://gr4vy.com/wp-content/uploads/2024/11/flexbuy.svg" class="attachment-large size-large" alt="" decoding="async" /></noscript> </div> <div class="blocks-carousel__item swiper-slide" aria-hidden="false" aria-label="Item 15 of 18" > <img width="166" height="64" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20166%2064'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/11/liively.svg" /><noscript><img width="166" height="64" src="https://gr4vy.com/wp-content/uploads/2024/11/liively.svg" class="attachment-large size-large" alt="" decoding="async" /></noscript> </div> <div class="blocks-carousel__item swiper-slide" aria-hidden="false" aria-label="Item 16 of 18" > <img width="335" height="77" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20335%2077'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/11/orbility-logo-black.svg" /><noscript><img width="335" height="77" src="https://gr4vy.com/wp-content/uploads/2024/11/orbility-logo-black.svg" class="attachment-large size-large" alt="" decoding="async" /></noscript> </div> <div class="blocks-carousel__item swiper-slide" aria-hidden="false" aria-label="Item 17 of 18" > <img width="333" height="105" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20333%20105'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-srcset="https://gr4vy.com/wp-content/uploads/2025/05/radefy-logo-padding.png 333w, https://gr4vy.com/wp-content/uploads/2025/05/radefy-logo-padding-300x95.png 300w" data-lazy-sizes="(max-width: 333px) 100vw, 333px" data-lazy-src="https://gr4vy.com/wp-content/uploads/2025/05/radefy-logo-padding.png" /><noscript><img width="333" height="105" src="https://gr4vy.com/wp-content/uploads/2025/05/radefy-logo-padding.png" class="attachment-large size-large" alt="" decoding="async" srcset="https://gr4vy.com/wp-content/uploads/2025/05/radefy-logo-padding.png 333w, https://gr4vy.com/wp-content/uploads/2025/05/radefy-logo-padding-300x95.png 300w" sizes="(max-width: 333px) 100vw, 333px" /></noscript> </div> <div class="blocks-carousel__item swiper-slide" aria-hidden="false" aria-label="Item 18 of 18" > <img width="116" height="32" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20116%2032'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/11/aro.svg" /><noscript><img width="116" height="32" src="https://gr4vy.com/wp-content/uploads/2024/11/aro.svg" class="attachment-large size-large" alt="" decoding="async" /></noscript> </div> </div> </div> </div> </div> </section> </section> </div> <div class="section-grid section-grid--three-columns gap-20 gap-sm-12"> <section class="section-grid__col gap-12 gap-sm-6 section-grid__col--transparent shadow--"> <div class="blocks blocks-image blocks--rounded"> <div class="shell"> <figure class="section__media"> <img width="437" height="521" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20437%20521'%3E%3C/svg%3E" class="object-cover aspect-grid aspect-sm-grid" alt="" decoding="async" fetchpriority="high" data-lazy-srcset="https://gr4vy.com/wp-content/uploads/2024/10/homepage_3sec_image1.jpg 437w, https://gr4vy.com/wp-content/uploads/2024/10/homepage_3sec_image1-252x300.jpg 252w" data-lazy-sizes="(max-width: 437px) 100vw, 437px" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/10/homepage_3sec_image1.jpg" /><noscript><img width="437" height="521" src="https://gr4vy.com/wp-content/uploads/2024/10/homepage_3sec_image1.jpg" class="object-cover aspect-grid aspect-sm-grid" alt="" decoding="async" fetchpriority="high" srcset="https://gr4vy.com/wp-content/uploads/2024/10/homepage_3sec_image1.jpg 437w, https://gr4vy.com/wp-content/uploads/2024/10/homepage_3sec_image1-252x300.jpg 252w" sizes="(max-width: 437px) 100vw, 437px" /></noscript> </figure> </div> </div> <div class="blocks blocks-rich-text blocks-rich-text--transparent "> <div class="shell"> <p class="subtitle" style="text-align: left;">Payment Strategy</p> <h4 style="margin: 10px 0;"><strong>Maximize your revenue</strong></h4> <p>Optimize your payments to increase conversion rates while reducing transaction costs. With our streamlined platform and no engineering effort, you can optimize your payments on a transactional level.</p> <p><a style="color: #1669e2; text-decoration: none;" href="/revenue/"><strong>Learn more ></strong></a></p> </div> </div> </section> <section class="section-grid__col gap-12 gap-sm-6 section-grid__col--transparent shadow--"> <div class="blocks blocks-image blocks--rounded"> <div class="shell"> <figure class="section__media"> <img width="437" height="521" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20437%20521'%3E%3C/svg%3E" class="object-cover aspect-grid aspect-sm-grid" alt="" decoding="async" data-lazy-srcset="https://gr4vy.com/wp-content/uploads/2024/10/homepage_3sec_image2.jpg 437w, https://gr4vy.com/wp-content/uploads/2024/10/homepage_3sec_image2-252x300.jpg 252w" data-lazy-sizes="(max-width: 437px) 100vw, 437px" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/10/homepage_3sec_image2.jpg" /><noscript><img width="437" height="521" src="https://gr4vy.com/wp-content/uploads/2024/10/homepage_3sec_image2.jpg" class="object-cover aspect-grid aspect-sm-grid" alt="" decoding="async" srcset="https://gr4vy.com/wp-content/uploads/2024/10/homepage_3sec_image2.jpg 437w, https://gr4vy.com/wp-content/uploads/2024/10/homepage_3sec_image2-252x300.jpg 252w" sizes="(max-width: 437px) 100vw, 437px" /></noscript> </figure> </div> </div> <div class="blocks blocks-rich-text blocks-rich-text--transparent "> <div class="shell"> <p class="subtitle" style="text-align: left;">Secure Time to Market</p> <h4 style="margin: 10px 0;"><strong>Reduce complexity</strong></h4> <p>Be ready to integrate top providers and future payment innovations. Speed up your time to market with our automated payment processes and keep PSP requirements updated, removing the burden of compliance.</p> <p><a style="color: #1669e2; text-decoration: none;" href="/innovation/"><strong>Learn more ></strong></a></p> </div> </div> </section> <section class="section-grid__col gap-12 gap-sm-6 section-grid__col--transparent shadow--"> <div class="blocks blocks-image blocks--rounded"> <div class="shell"> <figure class="section__media"> <img width="438" height="522" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20438%20522'%3E%3C/svg%3E" class="object-cover aspect-grid aspect-sm-grid" alt="" decoding="async" data-lazy-srcset="https://gr4vy.com/wp-content/uploads/2024/10/homepage_3sec_image3.jpg 438w, https://gr4vy.com/wp-content/uploads/2024/10/homepage_3sec_image3-252x300.jpg 252w" data-lazy-sizes="(max-width: 438px) 100vw, 438px" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/10/homepage_3sec_image3.jpg" /><noscript><img width="438" height="522" src="https://gr4vy.com/wp-content/uploads/2024/10/homepage_3sec_image3.jpg" class="object-cover aspect-grid aspect-sm-grid" alt="" decoding="async" srcset="https://gr4vy.com/wp-content/uploads/2024/10/homepage_3sec_image3.jpg 438w, https://gr4vy.com/wp-content/uploads/2024/10/homepage_3sec_image3-252x300.jpg 252w" sizes="(max-width: 438px) 100vw, 438px" /></noscript> </figure> </div> </div> <div class="blocks blocks-rich-text blocks-rich-text--transparent "> <div class="shell"> <p class="subtitle" style="text-align: left;">Informed Decisions</p> <h4 style="margin: 10px 0;"><strong>Own your strategy</strong></h4> <p>Take control of your payment landscape with our agnostic PSP approach and build bespoke workflows. Access insightful key metrics to drive decisions and manage your card data securely, all from a single platform.</p> <p><a style="color: #1669e2; text-decoration: none;" href="/strategy/"><strong>Learn more ></strong></a></p> </div> </div> </section> </div> <div class="section-grid section-grid--single-column "> <section class="section-grid__col"> <section class="section-grid__col pt-32 pb-32 section-grid__col--transparent shadow--"> <div class="blocks blocks-rich-text blocks-rich-text--transparent "> <div class="shell"> <div class="gform_heading"> <p class="gform_description" style="font-family: Inter, sans-serif; font-size: 14px; text-transform: uppercase; letter-spacing: 3px; text-align: center;"><span class="size">PAYMENTS REIMAGINED</span></p> </div> <h3 style="text-align: center;">The leading payment orchestration platform</h3> <div style="display: flex; justify-content: space-around; align-items: flex-start; width: 100%; padding: 30px; border-radius: 10px; box-sizing: border-box;"> <p><!-- First Metric --></p> <div style="text-align: center; flex: 1;"> <h2 style="font-size: 60px; margin: 0;">400+</h2> <p style="margin: 10px 0;">payment methods within reach,<br /> through a single integration.</p> </div> <p><!-- Second Metric --></p> <div style="text-align: center; flex: 1;"> <h2 style="font-size: 60px; margin: 0;">14%</h2> <p style="margin: 10px 0;">recovered revenue from<br /> failed payments.</p> </div> <p><!-- Third Metric --></p> <div style="text-align: center; flex: 1;"> <h2 style="font-size: 60px; margin: 0;">99.999%</h2> <p style="margin: 10px 0;">of platform uptime.</p> </div> <p><!-- Fourth Metric --></p> <div style="text-align: center; flex: 1;"> <h2 style="font-size: 60px; margin: 0;">3%+</h2> <p style="margin: 10px 0;">lift in authorization rates,<br /> when deploying a multiple<br /> PSP strategy.</p> </div> </div> </div> </div> </section> </section> </div> <section class="section-blue solid" data-id="#payment-flexibility"> <div class="shell solid__shell"> <div class="section__wrapper"> <div class="section__content " data-animate="fade-up"> <div class="card-text"> <div class="card__meta"> <p>MUCH MORE THAN A PSP</p> </div><!-- /.card__meta --> <div class="card__head"> <h3> What does Gr4vy do? </h3> </div><!-- /.card__head --> <div class="card__body"> <p>While a PSP is incentivized to route transactions through its own infrastructure, orchestrators simplify payment processes, empowering merchants across multiple providers, giving them back the control of their strategy. With Gr4vy you are in charge!</p> <p>Easily activate a new PSP, anti fraud and –risk management through the Gr4vy dashboard without having to update your checkout or build a new API. Every PSP is accessible through the same universal integration.</p> </div><!-- /.card__body --> <div class="card__actions"> <a href="https://gr4vy.com/integrations/" class="btn btn--white btn--block" > View integrations </a> </div><!-- /.section__actions --> </div><!-- /.card-text --> </div><!-- /.section__content --> <div class="section__media "> <figure class="section__image image-fit"> <lottie-player id="lottie-home-unique" data-src="https://gr4vy.com/wp-content/uploads/2024/10/Gr4vy_integrations_desktop_v2.json" disableCheck="true" ></lottie-player> </figure> <figure class="section__image-tablet image-fit"> <lottie-player id="lottie-home-unique-tablet" data-src="https://gr4vy.com/wp-content/uploads/2024/10/Gr4vy_integrations_tablet_v4.json" disableCheck="true" ></lottie-player> </figure> <figure class="section__image-mobile image-fit"> <lottie-player id="lottie-home-unique-mobile" data-src="https://gr4vy.com/wp-content/uploads/2024/10/Gr4vy_integrations_mobile_v4.json" disableCheck="true" ></lottie-player> </figure> </div><!-- /.section__media --> </div><!-- /.section__wrapper --> </div><!-- /.shell solid__shell --> </section><!-- /.section-blue --> <section class="section-colored solid section-colored--alt" style="background-color: #eff2f4"> <div class="shell section__shell section__shell--size-1"> <div class="section__inner"> <div class="section__media"> <figure> <img width="1024" height="675" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20675'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-srcset="https://gr4vy.com/wp-content/uploads/2024/10/sanbox-square3-1024x675.png 1024w, https://gr4vy.com/wp-content/uploads/2024/10/sanbox-square3-300x198.png 300w, https://gr4vy.com/wp-content/uploads/2024/10/sanbox-square3-768x506.png 768w, https://gr4vy.com/wp-content/uploads/2024/10/sanbox-square3-1536x1013.png 1536w, https://gr4vy.com/wp-content/uploads/2024/10/sanbox-square3.png 2047w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/10/sanbox-square3-1024x675.png" /><noscript><img width="1024" height="675" src="https://gr4vy.com/wp-content/uploads/2024/10/sanbox-square3-1024x675.png" class="attachment-large size-large" alt="" decoding="async" srcset="https://gr4vy.com/wp-content/uploads/2024/10/sanbox-square3-1024x675.png 1024w, https://gr4vy.com/wp-content/uploads/2024/10/sanbox-square3-300x198.png 300w, https://gr4vy.com/wp-content/uploads/2024/10/sanbox-square3-768x506.png 768w, https://gr4vy.com/wp-content/uploads/2024/10/sanbox-square3-1536x1013.png 1536w, https://gr4vy.com/wp-content/uploads/2024/10/sanbox-square3.png 2047w" sizes="(max-width: 1024px) 100vw, 1024px" /></noscript> </figure> </div><!-- /.section__media --> <div class="section__content " data-animate="fade-up"> <header class="section__head"> <div class="gform_heading"> <p class="gform_description" style="text-align: left; font-family: Inter,sans-serif; font-size: 14px; text-transform: uppercase; letter-spacing: 3px;"><span class="size">THE FUTURE OF PAYMENTS</span></p> </div> <h3>Flexible payment infrastructure built for growth</h3> </header><!-- /.section__head --> <div class="section__body"> <div class="section__entry richtext-entry"> <p>Gr4vy is an <a href="https://gr4vy.com/platform/">Infrastructure as a Service (IaaS)</a> built in the cloud. With the latest cloud computing innovations, Gr4vy gives every merchant full control over the bespoke resilience, redundancy, and integrations into their payment stack.</p> <p><a class="btn btn--blue" href="https://gr4vy.com/contact/">Access our sandbox</a></p> </div><!-- /.section__entry --> </div><!-- /.section__body --> </div><!-- /.section__content --> </div><!-- /.section__inner --> </div><!-- /.shell --> </section><!-- /.section-colored --> <div class="form-contact" data-id="#form-contact"> <div class="shell"> <div class="form__wrapper" data-animate="fade-up"> <div class="gform_heading"> <p class="gform_description" style="text-align: center; font-family: Inter,sans-serif; font-size: 14px; text-transform: uppercase; letter-spacing: 3px;"><span class="size">PAYMENTS REIMAGINED</span> </div> <h2 class="gform_title" style="text-align: center; font-family: Inter,sans-serif; font-size: 40px;">Optimize your payment solution today</h2> <p style="text-align: center;"><script type="rocketlazyloadscript" data-rocket-type="text/javascript">var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==n?t.apply(null,r):r[0]=t.apply(null,r)})),"filter"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}});</script> <div class='gf_browser_unknown gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_24' > <div class='gform_heading'> <p class='gform_required_legend'> </div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_24' id='gform_24' action='/' data-formid='24' novalidate> <div class='gform-body gform_body'><div id='gform_fields_24' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id="field_24_1" class="gfield gfield--type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--text gfield--large" data-field-class="gfield--text gfield--large" data-js-reload="field_24_1" ><input name='input_1' id='input_24_1' type='text' value='' class='large' aria-required="true" aria-invalid="false" / placeholder=" " /><label class='gfield_label gform-field-label' for='input_24_1'>First Name<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label></div><div id="field_24_3" class="gfield gfield--type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--text gfield--large" data-field-class="gfield--text gfield--large" data-js-reload="field_24_3" ><input name='input_3' id='input_24_3' type='text' value='' class='large' aria-required="true" aria-invalid="false" / placeholder=" " /><label class='gfield_label gform-field-label' for='input_24_3'>Last Name<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label></div><div id="field_24_7" class="gfield gfield--type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--text gfield--large" data-field-class="gfield--text gfield--large" data-js-reload="field_24_7" ><input name='input_7' id='input_24_7' type='text' value='' class='large' aria-required="true" aria-invalid="false" / placeholder=" " /><label class='gfield_label gform-field-label' for='input_24_7'>Company<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label></div><div id="field_24_4" class="gfield gfield--type-email gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--email gfield--large" data-field-class="gfield--email gfield--large" data-js-reload="field_24_4" ><input name='input_4' id='input_24_4' type='email' value='' class='large' aria-required="true" aria-invalid="false" / placeholder=" " /><label class='gfield_label gform-field-label' for='input_24_4'>Email<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label></div><div id="field_24_5" class="gfield gfield--type-phone gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--phone gfield--large" data-field-class="gfield--phone gfield--large" data-js-reload="field_24_5" ><input name='input_5' id='input_24_5' type='tel' value='' class='large' aria-required="true" aria-invalid="false" / placeholder=" " /><label class='gfield_label gform-field-label' for='input_24_5'>Phone (e.g. +15555551234)<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label></div><div id="field_24_10" class="gfield gfield--type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--textarea gfield--large" data-field-class="gfield--textarea gfield--large" data-js-reload="field_24_10" ><label class='gfield_label gform-field-label' for='input_24_10'>Message<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_textarea'><textarea name='input_10' id='input_24_10' class='textarea large' aria-required="true" aria-invalid="false" rows='10' cols='50'></textarea></div></div><div id="field_24_12" class="gfield gfield--type-tracking gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--tracking gfield--large" data-field-class="gfield--tracking gfield--large" data-js-reload="field_24_12" ><div class='ginput_container' id='gf_coupons_container_text'><input type='hidden' id='input_12' name='input_12' value='' data-tracking='utm_source' /></div></div><div id="field_24_13" class="gfield gfield--type-tracking gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--tracking gfield--large" data-field-class="gfield--tracking gfield--large" data-js-reload="field_24_13" ><div class='ginput_container' id='gf_coupons_container_text'><input type='hidden' id='input_13' name='input_13' value='' data-tracking='utm_medium' /></div></div><div id="field_24_14" class="gfield gfield--type-tracking gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--tracking gfield--large" data-field-class="gfield--tracking gfield--large" data-js-reload="field_24_14" ><div class='ginput_container' id='gf_coupons_container_text'><input type='hidden' id='input_14' name='input_14' value='' data-tracking='utm_campaign' /></div></div><div id="field_24_15" class="gfield gfield--type-tracking gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--tracking gfield--large" data-field-class="gfield--tracking gfield--large" data-js-reload="field_24_15" ><div class='ginput_container' id='gf_coupons_container_text'><input type='hidden' id='input_15' name='input_15' value='' data-tracking='utm_content' /></div></div><div id="field_24_16" class="gfield gfield--type-tracking gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--tracking gfield--large" data-field-class="gfield--tracking gfield--large" data-js-reload="field_24_16" ><div class='ginput_container' id='gf_coupons_container_text'><input type='hidden' id='input_16' name='input_16' value='' data-tracking='utm_term' /></div></div><div id="field_24_17" class="gfield gfield--type-tracking gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--tracking gfield--large" data-field-class="gfield--tracking gfield--large" data-js-reload="field_24_17" ><div class='ginput_container' id='gf_coupons_container_text'><input type='hidden' id='input_17' name='input_17' value='' data-tracking='gclid' /></div></div><div id="field_24_18" class="gfield gfield--type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--hidden gfield--large" data-field-class="gfield--hidden gfield--large" data-js-reload="field_24_18" ><div class='ginput_container ginput_container_text'><input name='input_18' id='input_24_18' type='hidden' class='gform_hidden' aria-invalid="false" value='Direct Sales' /></div></div><div id="field_24_19" class="gfield gfield--type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--hidden gfield--large" data-field-class="gfield--hidden gfield--large" data-js-reload="field_24_19" ><div class='ginput_container ginput_container_text'><input name='input_19' id='input_24_19' type='hidden' class='gform_hidden' aria-invalid="false" value='Inbound' /></div></div><div id="field_24_20" class="gfield gfield--type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--hidden gfield--large" data-field-class="gfield--hidden gfield--large" data-js-reload="field_24_20" ><div class='ginput_container ginput_container_text'><input name='input_20' id='input_24_20' type='hidden' class='gform_hidden' aria-invalid="false" value='Organic' /></div></div><div id="field_24_21" class="gfield gfield--type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--html gfield--large" data-field-class="gfield--html gfield--large" data-js-reload="field_24_21" >By submitting this form you agree to our Privacy Policy. </div><div id="field_24_11" class="gfield gfield--type-captcha gfield--width-full field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible gfield--captcha gfield--large" data-field-class="gfield--captcha gfield--large" data-js-reload="field_24_11" ><label class='gfield_label gform-field-label' for='input_24_11'>CAPTCHA</label><div id='input_24_11' class='ginput_container ginput_recaptcha' data-sitekey='6LcqzsQqAAAAAAXvVpsy-oTUbnvSDFXZusa8BVyw' data-theme='light' data-tabindex='-1' data-size='invisible' data-badge='bottomright'></div></div></div></div> <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_24' class='gform_button button' value='Contact us' onclick='if(window["gf_submitting_24"]){return false;} if( !jQuery("#gform_24")[0].checkValidity || jQuery("#gform_24")[0].checkValidity()){window["gf_submitting_24"]=true;} ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_24"]){return false;} if( !jQuery("#gform_24")[0].checkValidity || jQuery("#gform_24")[0].checkValidity()){window["gf_submitting_24"]=true;} jQuery("#gform_24").trigger("submit",[true]); }' /> <input type='hidden' name='gform_ajax' value='form_id=24&title=&description=&tabindex=0&theme=gravity-theme' /> <input type='hidden' class='gform_hidden' name='is_submit_24' value='1' /> <input type='hidden' class='gform_hidden' name='gform_submit' value='24' /> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> <input type='hidden' class='gform_hidden' name='state_24' value='WyJbXSIsIjgzMTA0MDM3OTYyYjg1M2ZlZTU2MmU2ODFhNDEwZjJhIl0=' /> <input type='hidden' class='gform_hidden' name='gform_target_page_number_24' id='gform_target_page_number_24' value='0' /> <input type='hidden' class='gform_hidden' name='gform_source_page_number_24' id='gform_source_page_number_24' value='1' /> <input type='hidden' name='gform_field_values' value='' /> </div> </form> </div> <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_24' id='gform_ajax_frame_24' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe> <script type="text/javascript">window.addEventListener('DOMContentLoaded', function() { /* <![CDATA[ */ gform.initializeOnLoaded( function() {gformInitSpinner( 24, 'https://gr4vy.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_24').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_24');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_24').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_24').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_24').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_24').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_24').val();gformInitSpinner( 24, 'https://gr4vy.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [24, current_page]);window['gf_submitting_24'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_24').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [24]);window['gf_submitting_24'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_24').text());}else{jQuery('#gform_24').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "24", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_24" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_24"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_24" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [24, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 24, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]> */ });</script> </div><!-- /.form__wrapper --> </div><!-- /.shell --> </div><!-- /.form-contact --> <div class="slider-tiles js-slider-tiles" > <figure class="slider__background image-fit is-active"> <img width="1024" height="681" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20681'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-srcset="https://gr4vy.com/wp-content/uploads/2024/10/silhouette-of-two-woman-in-a-crowd-on-a-concert-on-2023-11-27-05-07-32-utc-copy-1024x681.jpg 1024w, https://gr4vy.com/wp-content/uploads/2024/10/silhouette-of-two-woman-in-a-crowd-on-a-concert-on-2023-11-27-05-07-32-utc-copy-300x200.jpg 300w, https://gr4vy.com/wp-content/uploads/2024/10/silhouette-of-two-woman-in-a-crowd-on-a-concert-on-2023-11-27-05-07-32-utc-copy-768x511.jpg 768w, https://gr4vy.com/wp-content/uploads/2024/10/silhouette-of-two-woman-in-a-crowd-on-a-concert-on-2023-11-27-05-07-32-utc-copy.jpg 1500w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/10/silhouette-of-two-woman-in-a-crowd-on-a-concert-on-2023-11-27-05-07-32-utc-copy-1024x681.jpg" /><noscript><img width="1024" height="681" src="https://gr4vy.com/wp-content/uploads/2024/10/silhouette-of-two-woman-in-a-crowd-on-a-concert-on-2023-11-27-05-07-32-utc-copy-1024x681.jpg" class="attachment-large size-large" alt="" decoding="async" srcset="https://gr4vy.com/wp-content/uploads/2024/10/silhouette-of-two-woman-in-a-crowd-on-a-concert-on-2023-11-27-05-07-32-utc-copy-1024x681.jpg 1024w, https://gr4vy.com/wp-content/uploads/2024/10/silhouette-of-two-woman-in-a-crowd-on-a-concert-on-2023-11-27-05-07-32-utc-copy-300x200.jpg 300w, https://gr4vy.com/wp-content/uploads/2024/10/silhouette-of-two-woman-in-a-crowd-on-a-concert-on-2023-11-27-05-07-32-utc-copy-768x511.jpg 768w, https://gr4vy.com/wp-content/uploads/2024/10/silhouette-of-two-woman-in-a-crowd-on-a-concert-on-2023-11-27-05-07-32-utc-copy.jpg 1500w" sizes="(max-width: 1024px) 100vw, 1024px" /></noscript> </figure><!-- /.slider__background image-fit --> <figure class="slider__background image-fit "> <img width="1024" height="524" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20524'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-srcset="https://gr4vy.com/wp-content/uploads/2023/03/slide1-1024x524.jpg 1024w, https://gr4vy.com/wp-content/uploads/2023/03/slide1-300x154.jpg 300w, https://gr4vy.com/wp-content/uploads/2023/03/slide1-768x393.jpg 768w, https://gr4vy.com/wp-content/uploads/2023/03/slide1-1536x787.jpg 1536w, https://gr4vy.com/wp-content/uploads/2023/03/slide1-2048x1049.jpg 2048w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://gr4vy.com/wp-content/uploads/2023/03/slide1-1024x524.jpg" /><noscript><img width="1024" height="524" src="https://gr4vy.com/wp-content/uploads/2023/03/slide1-1024x524.jpg" class="attachment-large size-large" alt="" decoding="async" srcset="https://gr4vy.com/wp-content/uploads/2023/03/slide1-1024x524.jpg 1024w, https://gr4vy.com/wp-content/uploads/2023/03/slide1-300x154.jpg 300w, https://gr4vy.com/wp-content/uploads/2023/03/slide1-768x393.jpg 768w, https://gr4vy.com/wp-content/uploads/2023/03/slide1-1536x787.jpg 1536w, https://gr4vy.com/wp-content/uploads/2023/03/slide1-2048x1049.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></noscript> </figure><!-- /.slider__background image-fit --> <figure class="slider__background image-fit "> <img width="1000" height="667" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20667'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-srcset="https://gr4vy.com/wp-content/uploads/2024/04/stack-of-cryptocurrencies-2023-11-27-05-13-39-utc-copy.jpg 1000w, https://gr4vy.com/wp-content/uploads/2024/04/stack-of-cryptocurrencies-2023-11-27-05-13-39-utc-copy-300x200.jpg 300w, https://gr4vy.com/wp-content/uploads/2024/04/stack-of-cryptocurrencies-2023-11-27-05-13-39-utc-copy-768x512.jpg 768w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/04/stack-of-cryptocurrencies-2023-11-27-05-13-39-utc-copy.jpg" /><noscript><img width="1000" height="667" src="https://gr4vy.com/wp-content/uploads/2024/04/stack-of-cryptocurrencies-2023-11-27-05-13-39-utc-copy.jpg" class="attachment-large size-large" alt="" decoding="async" srcset="https://gr4vy.com/wp-content/uploads/2024/04/stack-of-cryptocurrencies-2023-11-27-05-13-39-utc-copy.jpg 1000w, https://gr4vy.com/wp-content/uploads/2024/04/stack-of-cryptocurrencies-2023-11-27-05-13-39-utc-copy-300x200.jpg 300w, https://gr4vy.com/wp-content/uploads/2024/04/stack-of-cryptocurrencies-2023-11-27-05-13-39-utc-copy-768x512.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></noscript> </figure><!-- /.slider__background image-fit --> <figure class="slider__background image-fit "> <img width="1024" height="525" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20525'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-srcset="https://gr4vy.com/wp-content/uploads/2024/06/mwikimedia__2048x1049-1.jpg 1024w, https://gr4vy.com/wp-content/uploads/2024/06/mwikimedia__2048x1049-1-300x154.jpg 300w, https://gr4vy.com/wp-content/uploads/2024/06/mwikimedia__2048x1049-1-768x394.jpg 768w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/06/mwikimedia__2048x1049-1.jpg" /><noscript><img width="1024" height="525" src="https://gr4vy.com/wp-content/uploads/2024/06/mwikimedia__2048x1049-1.jpg" class="attachment-large size-large" alt="" decoding="async" srcset="https://gr4vy.com/wp-content/uploads/2024/06/mwikimedia__2048x1049-1.jpg 1024w, https://gr4vy.com/wp-content/uploads/2024/06/mwikimedia__2048x1049-1-300x154.jpg 300w, https://gr4vy.com/wp-content/uploads/2024/06/mwikimedia__2048x1049-1-768x394.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></noscript> </figure><!-- /.slider__background image-fit --> <figure class="slider__background image-fit "> <img width="1024" height="421" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20421'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-srcset="https://gr4vy.com/wp-content/uploads/2024/06/orbility-slide-1-1024x421.png 1024w, https://gr4vy.com/wp-content/uploads/2024/06/orbility-slide-1-300x123.png 300w, https://gr4vy.com/wp-content/uploads/2024/06/orbility-slide-1-768x316.png 768w, https://gr4vy.com/wp-content/uploads/2024/06/orbility-slide-1-1536x631.png 1536w, https://gr4vy.com/wp-content/uploads/2024/06/orbility-slide-1.png 1800w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/06/orbility-slide-1-1024x421.png" /><noscript><img width="1024" height="421" src="https://gr4vy.com/wp-content/uploads/2024/06/orbility-slide-1-1024x421.png" class="attachment-large size-large" alt="" decoding="async" srcset="https://gr4vy.com/wp-content/uploads/2024/06/orbility-slide-1-1024x421.png 1024w, https://gr4vy.com/wp-content/uploads/2024/06/orbility-slide-1-300x123.png 300w, https://gr4vy.com/wp-content/uploads/2024/06/orbility-slide-1-768x316.png 768w, https://gr4vy.com/wp-content/uploads/2024/06/orbility-slide-1-1536x631.png 1536w, https://gr4vy.com/wp-content/uploads/2024/06/orbility-slide-1.png 1800w" sizes="(max-width: 1024px) 100vw, 1024px" /></noscript> </figure><!-- /.slider__background image-fit --> <figure class="slider__background image-fit "> <img width="512" height="289" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20289'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-srcset="https://gr4vy.com/wp-content/uploads/2024/07/setplex-background.jpg 512w, https://gr4vy.com/wp-content/uploads/2024/07/setplex-background-300x169.jpg 300w" data-lazy-sizes="(max-width: 512px) 100vw, 512px" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/07/setplex-background.jpg" /><noscript><img width="512" height="289" src="https://gr4vy.com/wp-content/uploads/2024/07/setplex-background.jpg" class="attachment-large size-large" alt="" decoding="async" srcset="https://gr4vy.com/wp-content/uploads/2024/07/setplex-background.jpg 512w, https://gr4vy.com/wp-content/uploads/2024/07/setplex-background-300x169.jpg 300w" sizes="(max-width: 512px) 100vw, 512px" /></noscript> </figure><!-- /.slider__background image-fit --> <div class="slider__content"> <div class="slider__clip swiper"> <div class="slider__slides swiper-wrapper"> <div class="slider__slide swiper-slide"> <div class="card-slide"> <div class="card__img"> <img width="167" height="64" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20167%2064'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large" alt="" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/10/logo-liively-white.svg" /><noscript><img width="167" height="64" src="https://gr4vy.com/wp-content/uploads/2024/10/logo-liively-white.svg" class="attachment-medium_large size-medium_large" alt="" decoding="async" /></noscript> </div><!-- /.card__img --> <div class="card__content"> <div class="card__meta"> <p>TICKETING & EVENTS</p> </div><!-- /.card__meta --> <div class="card__head"> <h4>“What a great idea and how exciting to be a part of this initiative! Gr4vy solves a lot of headaches for us from the past, present and future". </h4> </div><!-- /.card__head --> <div class="card__footer"> <p><span style="font-weight: 200;">Norbert Herrman,<br /> </span><span style="font-weight: 200;">Co-founder</span></p> </div><!-- /.card__footer --> </div><!-- /.card__content --> </div><!-- /.card-slide --> </div><!-- /.slider__slide swiper-slide --> <div class="slider__slide swiper-slide"> <div class="card-slide"> <div class="card__img"> <img width="117" height="66" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20117%2066'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large" alt="" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/04/W23-Logo-White.svg" /><noscript><img width="117" height="66" src="https://gr4vy.com/wp-content/uploads/2024/04/W23-Logo-White.svg" class="attachment-medium_large size-medium_large" alt="" decoding="async" /></noscript> </div><!-- /.card__img --> <div class="card__content"> <div class="card__meta"> <p>RETAIL VC FUND</p> </div><!-- /.card__meta --> <div class="card__head"> <h4>“Gr4vy’s cutting edge payment orchestration platform and infrastructure makes managing payment complexities easy and simplifies offering payment optionality.”</h4> </div><!-- /.card__head --> <div class="card__footer"> <p><span style="font-weight: 400;">Ingrid Maes</span><br /> <span style="font-weight: 400;">Managing Director of W23.</span></p> </div><!-- /.card__footer --> </div><!-- /.card__content --> </div><!-- /.card-slide --> </div><!-- /.slider__slide swiper-slide --> <div class="slider__slide swiper-slide"> <div class="card-slide"> <div class="card__img"> <img width="128" height="45" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20128%2045'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large" alt="" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/04/bitpay-logo.svg" /><noscript><img width="128" height="45" src="https://gr4vy.com/wp-content/uploads/2024/04/bitpay-logo.svg" class="attachment-medium_large size-medium_large" alt="" decoding="async" /></noscript> </div><!-- /.card__img --> <div class="card__content"> <div class="card__meta"> <p>CRYPTOCURRENCY</p> </div><!-- /.card__meta --> <div class="card__head"> <h4>“We chose to partner with Gr4vy because they share our same commitment to deliver best-in-class services when it comes to payments.”</h4> </div><!-- /.card__head --> <div class="card__footer"> <p><span style="font-weight: 400;">Stephen Pair</span><br /> <span style="font-weight: 400;">CEO and Co-Founder of BitPay</span></p> </div><!-- /.card__footer --> </div><!-- /.card__content --> </div><!-- /.card-slide --> </div><!-- /.slider__slide swiper-slide --> <div class="slider__slide swiper-slide"> <div class="card-slide"> <div class="card__img"> <img width="286" height="65" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20286%2065'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large" alt="" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/06/wikimedia_logo_white.png" /><noscript><img width="286" height="65" src="https://gr4vy.com/wp-content/uploads/2024/06/wikimedia_logo_white.png" class="attachment-medium_large size-medium_large" alt="" decoding="async" /></noscript> </div><!-- /.card__img --> <div class="card__content"> <div class="card__meta"> <p>NON PROFIT FOUNDATION</p> </div><!-- /.card__meta --> <div class="card__head"> <h4>“We're excited to leverage Gr4vy for our global payments infrastructure and get off the 'payments treadmill'. Gr4vy empowers us to strategize and implement our Donor-centric payments initiatives in months instead of years.”</h4> </div><!-- /.card__head --> <div class="card__footer"> <p><span style="font-weight: 400;">Evelyn Martin</span><br /> <span style="font-weight: 400;">Principal Payments Officer at Wikipedia</span></p> </div><!-- /.card__footer --> </div><!-- /.card__content --> </div><!-- /.card-slide --> </div><!-- /.slider__slide swiper-slide --> <div class="slider__slide swiper-slide"> <div class="card-slide"> <div class="card__img"> <img width="286" height="65" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20286%2065'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large" alt="" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/06/orbility-logo.png" /><noscript><img width="286" height="65" src="https://gr4vy.com/wp-content/uploads/2024/06/orbility-logo.png" class="attachment-medium_large size-medium_large" alt="" decoding="async" /></noscript> </div><!-- /.card__img --> <div class="card__content"> <div class="card__meta"> <p>PARKING MANAGEMENT SYSTEM</p> </div><!-- /.card__meta --> <div class="card__head"> <h4>“We are very excited! Without Gr4vy our time to market to launch into new countries would take much longer. With Gr4vy´s platform we will be just in time without technical complexities”</h4> </div><!-- /.card__head --> <div class="card__footer"> <p><span style="font-weight: 400;">George Morosan</span><br /> <span style="font-weight: 400;">Chief Product and Technology Office</span></p> </div><!-- /.card__footer --> </div><!-- /.card__content --> </div><!-- /.card-slide --> </div><!-- /.slider__slide swiper-slide --> <div class="slider__slide swiper-slide"> <div class="card-slide"> <div class="card__img"> <img width="437" height="76" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20437%2076'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large" alt="" decoding="async" data-lazy-srcset="https://gr4vy.com/wp-content/uploads/2024/07/unnamed.png 437w, https://gr4vy.com/wp-content/uploads/2024/07/unnamed-300x52.png 300w" data-lazy-sizes="(max-width: 437px) 100vw, 437px" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/07/unnamed.png" /><noscript><img width="437" height="76" src="https://gr4vy.com/wp-content/uploads/2024/07/unnamed.png" class="attachment-medium_large size-medium_large" alt="" decoding="async" srcset="https://gr4vy.com/wp-content/uploads/2024/07/unnamed.png 437w, https://gr4vy.com/wp-content/uploads/2024/07/unnamed-300x52.png 300w" sizes="(max-width: 437px) 100vw, 437px" /></noscript> </div><!-- /.card__img --> <div class="card__content"> <div class="card__meta"> <p>OTT SOLUTION</p> </div><!-- /.card__meta --> <div class="card__head"> <h4>“Gr4vy has become a trusted partner for Setplex. Their solution allows us to quickly implement locally preferred payment methods without coding, enabling us to meet tighter deadlines, and bypass months of negotiations with payment service providers. As a video technology company that serves operators globally, we value Gr4vy’s expertise in helping us enhance our OTT service delivery.”</h4> </div><!-- /.card__head --> <div class="card__footer"> <p><span style="font-weight: 400;">Lionel Dreshaj </span><br /> <span style="font-weight: 400;">Co-Founder & CEO</span></p> </div><!-- /.card__footer --> </div><!-- /.card__content --> </div><!-- /.card-slide --> </div><!-- /.slider__slide swiper-slide --> </div><!-- /.slider__slides swiper-wrapper--> <div class="slider__pagination swiper-pagination"></div><!-- /.slider__pagination swiper-pagination --> </div><!-- /.slider__clip swiper --> </div><!-- /.slider__content --> </div><!-- /.slider-tiles js-slider-tiles --> <section class="section-news" data-id="#news"> <div class="shell"> <header class="section__head"> <p>news</p> <h3>Recent news from Gr4vy</h3> </header><!-- /.section__head --> <div class="slider-news js-slider-news"> <div class="slider__clip swiper"> <div class="slider__slides swiper-wrapper"> <div class="slider__slide swiper-slide"> <a href="https://gr4vy.com/posts/gr4vy-q1-2025-product-updates/" _self> <div class="card-news"> <div class="card__img image-fit"> <img width="768" height="447" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20447'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large wp-post-image" alt="" decoding="async" data-lazy-srcset="https://gr4vy.com/wp-content/uploads/2024/12/Frame-19-4-768x447.png 768w, https://gr4vy.com/wp-content/uploads/2024/12/Frame-19-4-300x174.png 300w, https://gr4vy.com/wp-content/uploads/2024/12/Frame-19-4-1024x595.png 1024w, https://gr4vy.com/wp-content/uploads/2024/12/Frame-19-4-1536x893.png 1536w, https://gr4vy.com/wp-content/uploads/2024/12/Frame-19-4.png 1620w" data-lazy-sizes="(max-width: 768px) 100vw, 768px" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/12/Frame-19-4-768x447.png" /><noscript><img width="768" height="447" src="https://gr4vy.com/wp-content/uploads/2024/12/Frame-19-4-768x447.png" class="attachment-medium_large size-medium_large wp-post-image" alt="" decoding="async" srcset="https://gr4vy.com/wp-content/uploads/2024/12/Frame-19-4-768x447.png 768w, https://gr4vy.com/wp-content/uploads/2024/12/Frame-19-4-300x174.png 300w, https://gr4vy.com/wp-content/uploads/2024/12/Frame-19-4-1024x595.png 1024w, https://gr4vy.com/wp-content/uploads/2024/12/Frame-19-4-1536x893.png 1536w, https://gr4vy.com/wp-content/uploads/2024/12/Frame-19-4.png 1620w" sizes="(max-width: 768px) 100vw, 768px" /></noscript> </div><!-- /.card__img --> <div class="card__content"> <div class="card__meta"> <p>Press release</p> </div><!-- /.card__meta --> <header class="card__head"> <h5>Q1 2025 Product Updates</h5> </header> <div class="card__actions"> <span class="link">Read more</span> </div><!-- /.card__actions --> </div><!-- /.card__content --> </div><!-- /.card-news --> </a> </div><!-- /.slider__slide swiper-slide --> <div class="slider__slide swiper-slide"> <a href="https://gr4vy.com/posts/payment-orchestration-in-insurance-enabling-payments-for-the-digital-first-future/" _self> <div class="card-news"> <div class="card__img image-fit"> <img width="768" height="512" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20512'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large wp-post-image" alt="payment orchestration and insurance" decoding="async" data-lazy-srcset="https://gr4vy.com/wp-content/uploads/2025/05/payment-orchestration-and-insurance-768x512.jpg 768w, https://gr4vy.com/wp-content/uploads/2025/05/payment-orchestration-and-insurance-300x200.jpg 300w, https://gr4vy.com/wp-content/uploads/2025/05/payment-orchestration-and-insurance-1024x683.jpg 1024w, https://gr4vy.com/wp-content/uploads/2025/05/payment-orchestration-and-insurance.jpg 1200w" data-lazy-sizes="(max-width: 768px) 100vw, 768px" data-lazy-src="https://gr4vy.com/wp-content/uploads/2025/05/payment-orchestration-and-insurance-768x512.jpg" /><noscript><img width="768" height="512" src="https://gr4vy.com/wp-content/uploads/2025/05/payment-orchestration-and-insurance-768x512.jpg" class="attachment-medium_large size-medium_large wp-post-image" alt="payment orchestration and insurance" decoding="async" srcset="https://gr4vy.com/wp-content/uploads/2025/05/payment-orchestration-and-insurance-768x512.jpg 768w, https://gr4vy.com/wp-content/uploads/2025/05/payment-orchestration-and-insurance-300x200.jpg 300w, https://gr4vy.com/wp-content/uploads/2025/05/payment-orchestration-and-insurance-1024x683.jpg 1024w, https://gr4vy.com/wp-content/uploads/2025/05/payment-orchestration-and-insurance.jpg 1200w" sizes="(max-width: 768px) 100vw, 768px" /></noscript> </div><!-- /.card__img --> <div class="card__content"> <div class="card__meta"> <p>Payments 101</p> </div><!-- /.card__meta --> <header class="card__head"> <h5>Payment orchestration in insurance: Enabling payments for the digital-first future</h5> </header> <div class="card__actions"> <span class="link">Read more</span> </div><!-- /.card__actions --> </div><!-- /.card__content --> </div><!-- /.card-news --> </a> </div><!-- /.slider__slide swiper-slide --> <div class="slider__slide swiper-slide"> <a href="https://gr4vy.com/posts/payment-orchestration-in-healthcare-powering-seamless-payments-for-telehealth-and-mental-health-services/" _self> <div class="card-news"> <div class="card__img image-fit"> <img width="768" height="512" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20512'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large wp-post-image" alt="" decoding="async" data-lazy-srcset="https://gr4vy.com/wp-content/uploads/2025/05/payment-orchestration-healthcare-768x512.jpg 768w, https://gr4vy.com/wp-content/uploads/2025/05/payment-orchestration-healthcare-300x200.jpg 300w, https://gr4vy.com/wp-content/uploads/2025/05/payment-orchestration-healthcare-1024x683.jpg 1024w, https://gr4vy.com/wp-content/uploads/2025/05/payment-orchestration-healthcare.jpg 1200w" data-lazy-sizes="(max-width: 768px) 100vw, 768px" data-lazy-src="https://gr4vy.com/wp-content/uploads/2025/05/payment-orchestration-healthcare-768x512.jpg" /><noscript><img width="768" height="512" src="https://gr4vy.com/wp-content/uploads/2025/05/payment-orchestration-healthcare-768x512.jpg" class="attachment-medium_large size-medium_large wp-post-image" alt="" decoding="async" srcset="https://gr4vy.com/wp-content/uploads/2025/05/payment-orchestration-healthcare-768x512.jpg 768w, https://gr4vy.com/wp-content/uploads/2025/05/payment-orchestration-healthcare-300x200.jpg 300w, https://gr4vy.com/wp-content/uploads/2025/05/payment-orchestration-healthcare-1024x683.jpg 1024w, https://gr4vy.com/wp-content/uploads/2025/05/payment-orchestration-healthcare.jpg 1200w" sizes="(max-width: 768px) 100vw, 768px" /></noscript> </div><!-- /.card__img --> <div class="card__content"> <div class="card__meta"> <p>Payments 101</p> </div><!-- /.card__meta --> <header class="card__head"> <h5>Payment orchestration in healthcare: Powering seamless payments for telehealth and mental health services</h5> </header> <div class="card__actions"> <span class="link">Read more</span> </div><!-- /.card__actions --> </div><!-- /.card__content --> </div><!-- /.card-news --> </a> </div><!-- /.slider__slide swiper-slide --> <div class="slider__slide swiper-slide"> <a href="https://gr4vy.com/posts/powering-urban-mobility-the-role-of-payment-orchestration-in-electric-ride-sharing/" _self> <div class="card-news"> <div class="card__img image-fit"> <img width="768" height="512" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20512'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large wp-post-image" alt="" decoding="async" data-lazy-srcset="https://gr4vy.com/wp-content/uploads/2025/05/man-filling-up-ev-during-coffee--768x512.jpg 768w, https://gr4vy.com/wp-content/uploads/2025/05/man-filling-up-ev-during-coffee--300x200.jpg 300w, https://gr4vy.com/wp-content/uploads/2025/05/man-filling-up-ev-during-coffee--1024x683.jpg 1024w, https://gr4vy.com/wp-content/uploads/2025/05/man-filling-up-ev-during-coffee-.jpg 1200w" data-lazy-sizes="(max-width: 768px) 100vw, 768px" data-lazy-src="https://gr4vy.com/wp-content/uploads/2025/05/man-filling-up-ev-during-coffee--768x512.jpg" /><noscript><img width="768" height="512" src="https://gr4vy.com/wp-content/uploads/2025/05/man-filling-up-ev-during-coffee--768x512.jpg" class="attachment-medium_large size-medium_large wp-post-image" alt="" decoding="async" srcset="https://gr4vy.com/wp-content/uploads/2025/05/man-filling-up-ev-during-coffee--768x512.jpg 768w, https://gr4vy.com/wp-content/uploads/2025/05/man-filling-up-ev-during-coffee--300x200.jpg 300w, https://gr4vy.com/wp-content/uploads/2025/05/man-filling-up-ev-during-coffee--1024x683.jpg 1024w, https://gr4vy.com/wp-content/uploads/2025/05/man-filling-up-ev-during-coffee-.jpg 1200w" sizes="(max-width: 768px) 100vw, 768px" /></noscript> </div><!-- /.card__img --> <div class="card__content"> <div class="card__meta"> <p>Payments 101</p> </div><!-- /.card__meta --> <header class="card__head"> <h5>Powering urban mobility: The role of payment orchestration in electric ride-sharing</h5> </header> <div class="card__actions"> <span class="link">Read more</span> </div><!-- /.card__actions --> </div><!-- /.card__content --> </div><!-- /.card-news --> </a> </div><!-- /.slider__slide swiper-slide --> <div class="slider__slide swiper-slide"> <a href="https://gr4vy.com/posts/a-merchants-dilemma-balancing-innovation-compliance-and-customer-experience/" _self> <div class="card-news"> <div class="card__img image-fit"> <img width="768" height="512" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20512'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large wp-post-image" alt="" decoding="async" data-lazy-srcset="https://gr4vy.com/wp-content/uploads/2025/05/A-merchants-dilemma-768x512.jpg 768w, https://gr4vy.com/wp-content/uploads/2025/05/A-merchants-dilemma-300x200.jpg 300w, https://gr4vy.com/wp-content/uploads/2025/05/A-merchants-dilemma-1024x683.jpg 1024w, https://gr4vy.com/wp-content/uploads/2025/05/A-merchants-dilemma.jpg 1200w" data-lazy-sizes="(max-width: 768px) 100vw, 768px" data-lazy-src="https://gr4vy.com/wp-content/uploads/2025/05/A-merchants-dilemma-768x512.jpg" /><noscript><img width="768" height="512" src="https://gr4vy.com/wp-content/uploads/2025/05/A-merchants-dilemma-768x512.jpg" class="attachment-medium_large size-medium_large wp-post-image" alt="" decoding="async" srcset="https://gr4vy.com/wp-content/uploads/2025/05/A-merchants-dilemma-768x512.jpg 768w, https://gr4vy.com/wp-content/uploads/2025/05/A-merchants-dilemma-300x200.jpg 300w, https://gr4vy.com/wp-content/uploads/2025/05/A-merchants-dilemma-1024x683.jpg 1024w, https://gr4vy.com/wp-content/uploads/2025/05/A-merchants-dilemma.jpg 1200w" sizes="(max-width: 768px) 100vw, 768px" /></noscript> </div><!-- /.card__img --> <div class="card__content"> <div class="card__meta"> <p>Blog</p> </div><!-- /.card__meta --> <header class="card__head"> <h5>A merchant’s dilemma: Balancing Innovation, Compliance, and Customer Experience</h5> </header> <div class="card__actions"> <span class="link">Read more</span> </div><!-- /.card__actions --> </div><!-- /.card__content --> </div><!-- /.card-news --> </a> </div><!-- /.slider__slide swiper-slide --> <div class="slider__slide swiper-slide"> <a href="https://gr4vy.com/posts/payments-are-advancing-but-complexity-is-growing/" _self> <div class="card-news"> <div class="card__img image-fit"> <img width="768" height="512" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20512'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large wp-post-image" alt="" decoding="async" data-lazy-srcset="https://gr4vy.com/wp-content/uploads/2025/04/payments-evolving-768x512.jpg 768w, https://gr4vy.com/wp-content/uploads/2025/04/payments-evolving-300x200.jpg 300w, https://gr4vy.com/wp-content/uploads/2025/04/payments-evolving-1024x683.jpg 1024w, https://gr4vy.com/wp-content/uploads/2025/04/payments-evolving.jpg 1200w" data-lazy-sizes="(max-width: 768px) 100vw, 768px" data-lazy-src="https://gr4vy.com/wp-content/uploads/2025/04/payments-evolving-768x512.jpg" /><noscript><img width="768" height="512" src="https://gr4vy.com/wp-content/uploads/2025/04/payments-evolving-768x512.jpg" class="attachment-medium_large size-medium_large wp-post-image" alt="" decoding="async" srcset="https://gr4vy.com/wp-content/uploads/2025/04/payments-evolving-768x512.jpg 768w, https://gr4vy.com/wp-content/uploads/2025/04/payments-evolving-300x200.jpg 300w, https://gr4vy.com/wp-content/uploads/2025/04/payments-evolving-1024x683.jpg 1024w, https://gr4vy.com/wp-content/uploads/2025/04/payments-evolving.jpg 1200w" sizes="(max-width: 768px) 100vw, 768px" /></noscript> </div><!-- /.card__img --> <div class="card__content"> <div class="card__meta"> <p>Blog</p> </div><!-- /.card__meta --> <header class="card__head"> <h5>Payments are advancing, but complexity is growing</h5> </header> <div class="card__actions"> <span class="link">Read more</span> </div><!-- /.card__actions --> </div><!-- /.card__content --> </div><!-- /.card-news --> </a> </div><!-- /.slider__slide swiper-slide --> <div class="slider__slide swiper-slide"> <a href="https://gr4vy.com/posts/corendon-airlines-partners-with-gr4vy-to-enhance-payment-flexibility-and-efficiency/" _self> <div class="card-news"> <div class="card__img image-fit"> <img width="768" height="467" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20467'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large wp-post-image" alt="" decoding="async" data-lazy-srcset="https://gr4vy.com/wp-content/uploads/2025/04/MDES403_CS_Corendon_BLOG_1280x779-768x467.jpg 768w, https://gr4vy.com/wp-content/uploads/2025/04/MDES403_CS_Corendon_BLOG_1280x779-300x183.jpg 300w, https://gr4vy.com/wp-content/uploads/2025/04/MDES403_CS_Corendon_BLOG_1280x779-1024x623.jpg 1024w, https://gr4vy.com/wp-content/uploads/2025/04/MDES403_CS_Corendon_BLOG_1280x779.jpg 1280w" data-lazy-sizes="(max-width: 768px) 100vw, 768px" data-lazy-src="https://gr4vy.com/wp-content/uploads/2025/04/MDES403_CS_Corendon_BLOG_1280x779-768x467.jpg" /><noscript><img width="768" height="467" src="https://gr4vy.com/wp-content/uploads/2025/04/MDES403_CS_Corendon_BLOG_1280x779-768x467.jpg" class="attachment-medium_large size-medium_large wp-post-image" alt="" decoding="async" srcset="https://gr4vy.com/wp-content/uploads/2025/04/MDES403_CS_Corendon_BLOG_1280x779-768x467.jpg 768w, https://gr4vy.com/wp-content/uploads/2025/04/MDES403_CS_Corendon_BLOG_1280x779-300x183.jpg 300w, https://gr4vy.com/wp-content/uploads/2025/04/MDES403_CS_Corendon_BLOG_1280x779-1024x623.jpg 1024w, https://gr4vy.com/wp-content/uploads/2025/04/MDES403_CS_Corendon_BLOG_1280x779.jpg 1280w" sizes="(max-width: 768px) 100vw, 768px" /></noscript> </div><!-- /.card__img --> <div class="card__content"> <div class="card__meta"> <p>Press release</p> </div><!-- /.card__meta --> <header class="card__head"> <h5>Corendon Airlines partners with Gr4vy to enhance payment flexibility and efficiency</h5> </header> <div class="card__actions"> <span class="link">Read more</span> </div><!-- /.card__actions --> </div><!-- /.card__content --> </div><!-- /.card-news --> </a> </div><!-- /.slider__slide swiper-slide --> <div class="slider__slide swiper-slide"> <a href="https://gr4vy.com/posts/top-7-features-every-payment-orchestration-platform-should-have-in-2025/" _self> <div class="card-news"> <div class="card__img image-fit"> <img width="768" height="425" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20425'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large wp-post-image" alt="" decoding="async" data-lazy-srcset="https://gr4vy.com/wp-content/uploads/2025/04/Screenshot-2025-04-25-at-13.33.20-768x425.png 768w, https://gr4vy.com/wp-content/uploads/2025/04/Screenshot-2025-04-25-at-13.33.20-300x166.png 300w, https://gr4vy.com/wp-content/uploads/2025/04/Screenshot-2025-04-25-at-13.33.20-1024x566.png 1024w, https://gr4vy.com/wp-content/uploads/2025/04/Screenshot-2025-04-25-at-13.33.20-1536x849.png 1536w, https://gr4vy.com/wp-content/uploads/2025/04/Screenshot-2025-04-25-at-13.33.20-2048x1133.png 2048w" data-lazy-sizes="(max-width: 768px) 100vw, 768px" data-lazy-src="https://gr4vy.com/wp-content/uploads/2025/04/Screenshot-2025-04-25-at-13.33.20-768x425.png" /><noscript><img width="768" height="425" src="https://gr4vy.com/wp-content/uploads/2025/04/Screenshot-2025-04-25-at-13.33.20-768x425.png" class="attachment-medium_large size-medium_large wp-post-image" alt="" decoding="async" srcset="https://gr4vy.com/wp-content/uploads/2025/04/Screenshot-2025-04-25-at-13.33.20-768x425.png 768w, https://gr4vy.com/wp-content/uploads/2025/04/Screenshot-2025-04-25-at-13.33.20-300x166.png 300w, https://gr4vy.com/wp-content/uploads/2025/04/Screenshot-2025-04-25-at-13.33.20-1024x566.png 1024w, https://gr4vy.com/wp-content/uploads/2025/04/Screenshot-2025-04-25-at-13.33.20-1536x849.png 1536w, https://gr4vy.com/wp-content/uploads/2025/04/Screenshot-2025-04-25-at-13.33.20-2048x1133.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></noscript> </div><!-- /.card__img --> <div class="card__content"> <div class="card__meta"> <p>Payments 101</p> </div><!-- /.card__meta --> <header class="card__head"> <h5>Top 7 features every payment orchestration platform should have in 2025</h5> </header> <div class="card__actions"> <span class="link">Read more</span> </div><!-- /.card__actions --> </div><!-- /.card__content --> </div><!-- /.card-news --> </a> </div><!-- /.slider__slide swiper-slide --> <div class="slider__slide swiper-slide"> <a href="https://gr4vy.com/posts/how-one-startup-coordinates-your-payments/" _self> <div class="card-news"> <div class="card__img image-fit"> <img width="768" height="432" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20432'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large wp-post-image" alt="" decoding="async" data-lazy-srcset="https://gr4vy.com/wp-content/uploads/2025/04/MDES419_Blog_Payments-Dive_1280x720-768x432.jpg 768w, https://gr4vy.com/wp-content/uploads/2025/04/MDES419_Blog_Payments-Dive_1280x720-300x169.jpg 300w, https://gr4vy.com/wp-content/uploads/2025/04/MDES419_Blog_Payments-Dive_1280x720-1024x576.jpg 1024w, https://gr4vy.com/wp-content/uploads/2025/04/MDES419_Blog_Payments-Dive_1280x720.jpg 1281w" data-lazy-sizes="(max-width: 768px) 100vw, 768px" data-lazy-src="https://gr4vy.com/wp-content/uploads/2025/04/MDES419_Blog_Payments-Dive_1280x720-768x432.jpg" /><noscript><img width="768" height="432" src="https://gr4vy.com/wp-content/uploads/2025/04/MDES419_Blog_Payments-Dive_1280x720-768x432.jpg" class="attachment-medium_large size-medium_large wp-post-image" alt="" decoding="async" srcset="https://gr4vy.com/wp-content/uploads/2025/04/MDES419_Blog_Payments-Dive_1280x720-768x432.jpg 768w, https://gr4vy.com/wp-content/uploads/2025/04/MDES419_Blog_Payments-Dive_1280x720-300x169.jpg 300w, https://gr4vy.com/wp-content/uploads/2025/04/MDES419_Blog_Payments-Dive_1280x720-1024x576.jpg 1024w, https://gr4vy.com/wp-content/uploads/2025/04/MDES419_Blog_Payments-Dive_1280x720.jpg 1281w" sizes="(max-width: 768px) 100vw, 768px" /></noscript> </div><!-- /.card__img --> <div class="card__content"> <div class="card__meta"> <p>Press release</p> </div><!-- /.card__meta --> <header class="card__head"> <h5>How one startup coordinates your payments</h5> </header> <div class="card__actions"> <span class="link">Read more</span> </div><!-- /.card__actions --> </div><!-- /.card__content --> </div><!-- /.card-news --> </a> </div><!-- /.slider__slide swiper-slide --> <div class="slider__slide swiper-slide"> <a href="https://gr4vy.com/posts/bnpl-and-payment-orchestration-best-practices-for-2025-and-beyond/" _self> <div class="card-news"> <div class="card__img image-fit"> <img width="768" height="512" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20512'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large wp-post-image" alt="BNPL and Payment Orchestration" decoding="async" data-lazy-srcset="https://gr4vy.com/wp-content/uploads/2025/04/BNPL-and-Payment-Orchestration-768x512.jpg 768w, https://gr4vy.com/wp-content/uploads/2025/04/BNPL-and-Payment-Orchestration-300x200.jpg 300w, https://gr4vy.com/wp-content/uploads/2025/04/BNPL-and-Payment-Orchestration-1024x683.jpg 1024w, https://gr4vy.com/wp-content/uploads/2025/04/BNPL-and-Payment-Orchestration.jpg 1200w" data-lazy-sizes="(max-width: 768px) 100vw, 768px" data-lazy-src="https://gr4vy.com/wp-content/uploads/2025/04/BNPL-and-Payment-Orchestration-768x512.jpg" /><noscript><img width="768" height="512" src="https://gr4vy.com/wp-content/uploads/2025/04/BNPL-and-Payment-Orchestration-768x512.jpg" class="attachment-medium_large size-medium_large wp-post-image" alt="BNPL and Payment Orchestration" decoding="async" srcset="https://gr4vy.com/wp-content/uploads/2025/04/BNPL-and-Payment-Orchestration-768x512.jpg 768w, https://gr4vy.com/wp-content/uploads/2025/04/BNPL-and-Payment-Orchestration-300x200.jpg 300w, https://gr4vy.com/wp-content/uploads/2025/04/BNPL-and-Payment-Orchestration-1024x683.jpg 1024w, https://gr4vy.com/wp-content/uploads/2025/04/BNPL-and-Payment-Orchestration.jpg 1200w" sizes="(max-width: 768px) 100vw, 768px" /></noscript> </div><!-- /.card__img --> <div class="card__content"> <div class="card__meta"> <p>Payments 101</p> </div><!-- /.card__meta --> <header class="card__head"> <h5>BNPL and payment orchestration: Best practices for 2025 and beyond</h5> </header> <div class="card__actions"> <span class="link">Read more</span> </div><!-- /.card__actions --> </div><!-- /.card__content --> </div><!-- /.card-news --> </a> </div><!-- /.slider__slide swiper-slide --> <div class="slider__slide swiper-slide"> <a href="https://gr4vy.com/posts/local-payment-methods-vs-card-schemes-key-differences/" _self> <div class="card-news"> <div class="card__img image-fit"> <img width="768" height="512" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20512'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large wp-post-image" alt="local payment method vs international card schemes" decoding="async" data-lazy-srcset="https://gr4vy.com/wp-content/uploads/2025/04/local-payment-method-vs-card-schemes-768x512.jpg 768w, https://gr4vy.com/wp-content/uploads/2025/04/local-payment-method-vs-card-schemes-300x200.jpg 300w, https://gr4vy.com/wp-content/uploads/2025/04/local-payment-method-vs-card-schemes-1024x683.jpg 1024w, https://gr4vy.com/wp-content/uploads/2025/04/local-payment-method-vs-card-schemes.jpg 1200w" data-lazy-sizes="(max-width: 768px) 100vw, 768px" data-lazy-src="https://gr4vy.com/wp-content/uploads/2025/04/local-payment-method-vs-card-schemes-768x512.jpg" /><noscript><img width="768" height="512" src="https://gr4vy.com/wp-content/uploads/2025/04/local-payment-method-vs-card-schemes-768x512.jpg" class="attachment-medium_large size-medium_large wp-post-image" alt="local payment method vs international card schemes" decoding="async" srcset="https://gr4vy.com/wp-content/uploads/2025/04/local-payment-method-vs-card-schemes-768x512.jpg 768w, https://gr4vy.com/wp-content/uploads/2025/04/local-payment-method-vs-card-schemes-300x200.jpg 300w, https://gr4vy.com/wp-content/uploads/2025/04/local-payment-method-vs-card-schemes-1024x683.jpg 1024w, https://gr4vy.com/wp-content/uploads/2025/04/local-payment-method-vs-card-schemes.jpg 1200w" sizes="(max-width: 768px) 100vw, 768px" /></noscript> </div><!-- /.card__img --> <div class="card__content"> <div class="card__meta"> <p>Payments 101</p> </div><!-- /.card__meta --> <header class="card__head"> <h5>Local payment methods vs. card schemes: Key differences</h5> </header> <div class="card__actions"> <span class="link">Read more</span> </div><!-- /.card__actions --> </div><!-- /.card__content --> </div><!-- /.card-news --> </a> </div><!-- /.slider__slide swiper-slide --> <div class="slider__slide swiper-slide"> <a href="https://gr4vy.com/posts/agnostic-meaning-in-payments-what-it-is-why-it-matters/" _self> <div class="card-news"> <div class="card__img image-fit"> <img width="768" height="512" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20512'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large wp-post-image" alt="" decoding="async" data-lazy-srcset="https://gr4vy.com/wp-content/uploads/2025/04/agnostic-meaning-in-payments-768x512.jpg 768w, https://gr4vy.com/wp-content/uploads/2025/04/agnostic-meaning-in-payments-300x200.jpg 300w, https://gr4vy.com/wp-content/uploads/2025/04/agnostic-meaning-in-payments-1024x683.jpg 1024w, https://gr4vy.com/wp-content/uploads/2025/04/agnostic-meaning-in-payments.jpg 1200w" data-lazy-sizes="(max-width: 768px) 100vw, 768px" data-lazy-src="https://gr4vy.com/wp-content/uploads/2025/04/agnostic-meaning-in-payments-768x512.jpg" /><noscript><img width="768" height="512" src="https://gr4vy.com/wp-content/uploads/2025/04/agnostic-meaning-in-payments-768x512.jpg" class="attachment-medium_large size-medium_large wp-post-image" alt="" decoding="async" srcset="https://gr4vy.com/wp-content/uploads/2025/04/agnostic-meaning-in-payments-768x512.jpg 768w, https://gr4vy.com/wp-content/uploads/2025/04/agnostic-meaning-in-payments-300x200.jpg 300w, https://gr4vy.com/wp-content/uploads/2025/04/agnostic-meaning-in-payments-1024x683.jpg 1024w, https://gr4vy.com/wp-content/uploads/2025/04/agnostic-meaning-in-payments.jpg 1200w" sizes="(max-width: 768px) 100vw, 768px" /></noscript> </div><!-- /.card__img --> <div class="card__content"> <div class="card__meta"> <p>Payments 101</p> </div><!-- /.card__meta --> <header class="card__head"> <h5>Agnostic meaning in payments: What it is, why it matters</h5> </header> <div class="card__actions"> <span class="link">Read more</span> </div><!-- /.card__actions --> </div><!-- /.card__content --> </div><!-- /.card-news --> </a> </div><!-- /.slider__slide swiper-slide --> </div><!-- /.slider__slides swiper-wrapper --> <div class="slider__pagination swiper-pagination"></div><!-- /.slider__pagination swiper-pagination --> </div><!-- /.slider__clip swiper --> </div><!-- /.slider-news js-slider-news --> </div><!-- /.shell --> </section><!-- /.section-news --> <section class="section-awards section-awards--wider"data-id="#section-solutions" data-animate="fade-up"> <div class="shell section__shell"> <div class="section__inner"> <div class="section__head"> <div class="section__sub-title"> <p>More Solutions</p> </div><!-- /.section__sub-title --> <div class="section__title"> <h3>Explore some of our benefits</h3> </div><!-- /.section__title --> </div><!-- /.section__head --> <div class="section__body"> <div class="section__content"> <div class="list-cards"> <ul> <li> <a href="https://gr4vy.com/revenue/" > <figure> <img width="55" height="55" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2055%2055'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/10/revenue-icon.svg" /><noscript><img width="55" height="55" src="https://gr4vy.com/wp-content/uploads/2024/10/revenue-icon.svg" class="attachment-large size-large" alt="" decoding="async" /></noscript> </figure> <h5>Revenue</h5> <span class="link"> Learn more </span> </a> </li> <li> <a href="https://gr4vy.com/strategy/" > <figure> <img width="59" height="63" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2059%2063'%3E%3C/svg%3E" class="attachment-large size-large" alt="Payment Optimization" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2023/02/card5.svg" /><noscript><img width="59" height="63" src="https://gr4vy.com/wp-content/uploads/2023/02/card5.svg" class="attachment-large size-large" alt="Payment Optimization" decoding="async" /></noscript> </figure> <h5>Strategy</h5> <span class="link"> Learn more </span> </a> </li> <li> <a href="https://gr4vy.com/innovation/" > <figure> <img width="62" height="62" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2062%2062'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2023/02/card3.svg" /><noscript><img width="62" height="62" src="https://gr4vy.com/wp-content/uploads/2023/02/card3.svg" class="attachment-large size-large" alt="" decoding="async" /></noscript> </figure> <h5>Innovation</h5> <span class="link"> Learn more </span> </a> </li> <li> <a href="https://gr4vy.com/platform/" > <figure> <img width="42" height="56" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2042%2056'%3E%3C/svg%3E" class="attachment-large size-large" alt="" decoding="async" data-lazy-src="https://gr4vy.com/wp-content/uploads/2024/10/database-icon.svg" /><noscript><img width="42" height="56" src="https://gr4vy.com/wp-content/uploads/2024/10/database-icon.svg" class="attachment-large size-large" alt="" decoding="async" /></noscript> </figure> <h5>Infrastructure as a service</h5> <span class="link"> Learn more </span> </a> </li> </ul> </div><!-- /.list-cards --> </div><!-- /.section__content --> </div><!-- /.section__body --> </div><!-- /.section__inner --> </div><!-- /.shell --> </section><!-- /.section-awards --> </div><!-- /.main --> <footer class="footer"> <div class="shell footer__shell"> <div class="footer__inner"> <div class="footer__aside"> <a href="https://gr4vy.com/" class="logo footer__logo"> <img width="149" height="31" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20149%2031'%3E%3C/svg%3E" alt="GR4VY" data-lazy-src="https://gr4vy.com/wp-content/themes/gr4vy/resources/images/temp/logo.svg"><noscript><img width="149" height="31" src="https://gr4vy.com/wp-content/themes/gr4vy/resources/images/temp/logo.svg" alt="GR4VY"></noscript> </a> <p>Empowering your payments strategy with the world’s first cloud-based payment orchestration platform.</p> </div><!-- /.footer__aside --> <div class="footer__main"> <div class="footer__navs"> <nav class="footer__nav"> <ul id="menu-footer-menu-1" class="footer__menu"><li id="menu-item-1115" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1115"><a href="https://gr4vy.com/payment-orchestration/">Why Gr4vy?</a> <ul class="sub-menu"> <li id="menu-item-2689" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2689"><a href="https://gr4vy.com/revenue/">Revenue</a></li> <li id="menu-item-2687" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2687"><a href="https://gr4vy.com/strategy/">Strategy</a></li> <li id="menu-item-598" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-598"><a href="https://gr4vy.com/regulation-and-compliance/">Compliance and Regulation</a></li> <li id="menu-item-2688" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2688"><a href="https://gr4vy.com/innovation/">Innovation</a></li> <li id="menu-item-114" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-114"><a href="https://gr4vy.com/platform/">Infrastructure as a service</a></li> <li id="menu-item-2686" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2686"><a href="https://gr4vy.com/about-us/">About us</a></li> </ul> </li> <li id="menu-item-2690" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2690"><a href="#">Our Solutions</a> <ul class="sub-menu"> <li id="menu-item-2756" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2756"><a href="https://gr4vy.com/merchants/">Gr4vy for Merchants</a></li> <li id="menu-item-2755" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2755"><a href="https://gr4vy.com/platforms/">Gr4vy for Platforms</a></li> </ul> </li> <li id="menu-item-2694" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2694"><a href="https://gr4vy.com/case-studies/">Case Studies</a></li> </ul> </nav><nav class="footer__nav"> <ul id="menu-footer-menu-2" class="footer__menu"><li id="menu-item-1128" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1128"><a href="#">Integrations</a> <ul class="sub-menu"> <li id="menu-item-2695" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2695"><a href="https://gr4vy.com/integrations/">Our Integrations</a></li> <li id="menu-item-2696" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2696"><a href="https://gr4vy.com/partners/">Become a Partner</a></li> </ul> </li> <li id="menu-item-2697" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2697"><a href="#">Resources</a> <ul class="sub-menu"> <li id="menu-item-2698" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2698"><a href="https://gr4vy.com/frequently-asked-questions/">FAQs</a></li> <li id="menu-item-2701" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2701"><a href="https://docs.gr4vy.com/">Gr4vy docs</a></li> <li id="menu-item-2699" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2699"><a href="https://gr4vy.com/blog/">Blog and Media</a></li> <li id="menu-item-2700" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2700"><a href="https://gr4vy.com/roi-calculator/">ROI Calculator</a></li> </ul> </li> <li id="menu-item-121" class="remove-events menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-121"><a href="https://www.linkedin.com/company/gr4vy-inc/">Follow Us</a> <ul class="sub-menu"> <li id="menu-item-123" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-123"><a href="https://www.linkedin.com/company/gr4vy-inc/">LinkedIn</a></li> </ul> </li> <li id="menu-item-120" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-120"><a rel="privacy-policy" href="https://gr4vy.com/privacy-policy/">Privacy Policy</a></li> <li id="menu-item-119" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-119"><a href="https://gr4vy.com/terms-of-service/">Terms of Service</a></li> </ul> </nav> </div><!-- /.footer__navs --> <div class="footer__form"> <style> .footer__form iframe{ height: 524px; } </style> <div class='gf_browser_unknown gform_wrapper gravity-theme gform-theme--no-framework form-subscribe_wrapper' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_2' > <div class='gform_heading'> <h2 class="gform_title">Subscribe</h2> <p class='gform_description'> <p class='gform_required_legend'> </div><form method='post' enctype='multipart/form-data' id='gform_2' class='form-subscribe' action='/' data-formid='2' novalidate><div class='gf_invisible ginput_recaptchav3' data-sitekey='6Lc7anonAAAAADpSrdcaNxW0hNvktF-iI5n_wND2' data-tabindex='0'><input id="input_7adb07a7682105668df894108ea13e2e" class="gfield_recaptcha_response" type="hidden" name="input_7adb07a7682105668df894108ea13e2e" value=""/></div> <div class='gform-body gform_body'><div id='gform_fields_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id="field_2_4" class="gfield gfield--type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible gfield--text gfield--large" data-field-class="gfield--text gfield--large" data-js-reload="field_2_4" ><input name='input_4' id='input_2_4' type='text' value='' class='large' placeholder='First Name' aria-required="true" aria-invalid="false" / placeholder=" " /><label class='gfield_label gform-field-label' for='input_2_4'>First<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label></div><div id="field_2_3" class="gfield gfield--type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible gfield--text gfield--large" data-field-class="gfield--text gfield--large" data-js-reload="field_2_3" ><input name='input_3' id='input_2_3' type='text' value='' class='large' placeholder='Last Name' aria-required="true" aria-invalid="false" / placeholder=" " /><label class='gfield_label gform-field-label' for='input_2_3'>Last<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label></div><div id="field_2_2" class="gfield gfield--type-email gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible gfield--email gfield--large" data-field-class="gfield--email gfield--large" data-js-reload="field_2_2" ><input name='input_2' id='input_2_2' type='email' value='' class='large' placeholder='Email' aria-required="true" aria-invalid="false" / placeholder=" " /><label class='gfield_label gform-field-label' for='input_2_2'>Email<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label></div><div id="field_2_5" class="gfield gfield--type-tracking gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--tracking gfield--large" data-field-class="gfield--tracking gfield--large" data-js-reload="field_2_5" ><div class='ginput_container' id='gf_coupons_container_text'><input type='hidden' id='input_5' name='input_5' value='' data-tracking='utm_source' /></div></div><div id="field_2_6" class="gfield gfield--type-tracking gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--tracking gfield--large" data-field-class="gfield--tracking gfield--large" data-js-reload="field_2_6" ><div class='ginput_container' id='gf_coupons_container_text'><input type='hidden' id='input_6' name='input_6' value='' data-tracking='utm_medium' /></div></div><div id="field_2_7" class="gfield gfield--type-tracking gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--tracking gfield--large" data-field-class="gfield--tracking gfield--large" data-js-reload="field_2_7" ><div class='ginput_container' id='gf_coupons_container_text'><input type='hidden' id='input_7' name='input_7' value='' data-tracking='utm_campaign' /></div></div><div id="field_2_8" class="gfield gfield--type-tracking gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--tracking gfield--large" data-field-class="gfield--tracking gfield--large" data-js-reload="field_2_8" ><div class='ginput_container' id='gf_coupons_container_text'><input type='hidden' id='input_8' name='input_8' value='' data-tracking='utm_content' /></div></div><div id="field_2_9" class="gfield gfield--type-tracking gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--tracking gfield--large" data-field-class="gfield--tracking gfield--large" data-js-reload="field_2_9" ><div class='ginput_container' id='gf_coupons_container_text'><input type='hidden' id='input_9' name='input_9' value='' data-tracking='utm_term' /></div></div><div id="field_2_10" class="gfield gfield--type-tracking gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--tracking gfield--large" data-field-class="gfield--tracking gfield--large" data-js-reload="field_2_10" ><div class='ginput_container' id='gf_coupons_container_text'><input type='hidden' id='input_10' name='input_10' value='' data-tracking='gclid' /></div></div><div id="field_2_11" class="gfield gfield--type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--hidden gfield--large" data-field-class="gfield--hidden gfield--large" data-js-reload="field_2_11" ><div class='ginput_container ginput_container_text'><input name='input_11' id='input_2_11' type='hidden' class='gform_hidden' aria-invalid="false" value='Direct Sales' /></div></div><div id="field_2_12" class="gfield gfield--type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--hidden gfield--large" data-field-class="gfield--hidden gfield--large" data-js-reload="field_2_12" ><div class='ginput_container ginput_container_text'><input name='input_12' id='input_2_12' type='hidden' class='gform_hidden' aria-invalid="false" value='Inbound' /></div></div><div id="field_2_13" class="gfield gfield--type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--hidden gfield--large" data-field-class="gfield--hidden gfield--large" data-js-reload="field_2_13" ><div class='ginput_container ginput_container_text'><input name='input_13' id='input_2_13' type='hidden' class='gform_hidden' aria-invalid="false" value='Organic' /></div></div><div id="field_2_14" class="gfield gfield--type-honeypot gform_validation_container field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible gfield--honeypot gfield--" data-field-class="gfield--honeypot gfield--" data-js-reload="field_2_14" ><label class='gfield_label gform-field-label' for='input_2_14'>Name</label><div class='ginput_container'><input name='input_14' id='input_2_14' type='text' value='' autocomplete='new-password'/></div><div class='gfield_description' id='gfield_description_2_14'>This field is for validation purposes and should be left unchanged.</div></div></div></div> <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_2' class='gform_button button' value='Subscribe' onclick='if(window["gf_submitting_2"]){return false;} if( !jQuery("#gform_2")[0].checkValidity || jQuery("#gform_2")[0].checkValidity()){window["gf_submitting_2"]=true;} ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_2"]){return false;} if( !jQuery("#gform_2")[0].checkValidity || jQuery("#gform_2")[0].checkValidity()){window["gf_submitting_2"]=true;} jQuery("#gform_2").trigger("submit",[true]); }' /> <input type='hidden' class='gform_hidden' name='is_submit_2' value='1' /> <input type='hidden' class='gform_hidden' name='gform_submit' value='2' /> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> <input type='hidden' class='gform_hidden' name='state_2' value='WyJbXSIsIjgzMTA0MDM3OTYyYjg1M2ZlZTU2MmU2ODFhNDEwZjJhIl0=' /> <input type='hidden' class='gform_hidden' name='gform_target_page_number_2' id='gform_target_page_number_2' value='0' /> <input type='hidden' class='gform_hidden' name='gform_source_page_number_2' id='gform_source_page_number_2' value='1' /> <input type='hidden' name='gform_field_values' value='' /> </div> </form> </div><script type="text/javascript">window.addEventListener('DOMContentLoaded', function() { /* <![CDATA[ */ gform.initializeOnLoaded( function() {gformInitSpinner( 2, 'https://gr4vy.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'https://gr4vy.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "2", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_2" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_2"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_2" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [2, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 2, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]> */ });</script> </div><!-- /.footer__form --> </div><!-- /.footer__main --> </div><!-- /.footer__inner --> <div class="footer__copyright"> <p>© 2025 Gr4vy, Inc. All Rights Reserved.</p> </div><!-- /.footer__copyright --> </div><!-- /.shell --> </footer><!-- /.footer --> </div><!-- /.wrapper__inner --> </div><!-- /.wrapper --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> _linkedin_partner_id = "3890274"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script><script type="rocketlazyloadscript" data-rocket-type="text/javascript"> (function(l) { if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])}; window.lintrk.q=[]} var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(window.lintrk); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=3890274&fmt=gif" /> </noscript><script type="text/javascript">var algolia = {"debug":false,"application_id":"YA8KZ8STOF","search_api_key":"e7da655ec824bec76cb2f1c73593471d","powered_by_enabled":true,"query":"","autocomplete":{"sources":[{"index_id":"posts_page","index_name":"wp_posts_page","label":"Pages","admin_name":"Pages","position":0,"max_suggestions":5,"tmpl_suggestion":"autocomplete-post-suggestion","enabled":true},{"index_id":"posts_post","index_name":"wp_posts_post","label":"Posts","admin_name":"Posts","position":1,"max_suggestions":5,"tmpl_suggestion":"autocomplete-post-suggestion","enabled":true}],"input_selector":"input[name='s']:not(.no-autocomplete):not(#adminbar-search)"},"indices":{"searchable_posts":{"name":"wp_searchable_posts","id":"searchable_posts","enabled":true,"replicas":[]},"posts_post":{"name":"wp_posts_post","id":"posts_post","enabled":true,"replicas":[]},"posts_page":{"name":"wp_posts_page","id":"posts_page","enabled":true,"replicas":[]}}};</script> <script type="text/html" id="tmpl-autocomplete-header"> <div class="autocomplete-header"> <div class="autocomplete-header-title">{{{ data.label }}}</div> <div class="clear"></div> </div> </script> <script type="text/html" id="tmpl-autocomplete-post-suggestion"> <a class="suggestion-link" href="{{ data.permalink }}" title="{{ data.post_title }}"> <# if ( data.images.thumbnail ) { #> <img class="suggestion-post-thumbnail" src="{{ data.images.thumbnail.url }}" alt="{{ data.post_title }}"> <# } #> <div class="suggestion-post-attributes"> <span class="suggestion-post-title">{{{ data._highlightResult.post_title.value }}}</span> <# if ( data._snippetResult['content'] ) { #> <span class="suggestion-post-content">{{{ data._snippetResult['content'].value }}}</span> <# } #> </div> </a> </script> <script type="text/html" id="tmpl-autocomplete-term-suggestion"> <a class="suggestion-link" href="{{ data.permalink }}" title="{{ data.name }}"> <svg viewBox="0 0 21 21" width="21" height="21"> <svg width="21" height="21" viewBox="0 0 21 21"> <path d="M4.662 8.72l-1.23 1.23c-.682.682-.68 1.792.004 2.477l5.135 5.135c.7.693 1.8.688 2.48.005l1.23-1.23 5.35-5.346c.31-.31.54-.92.51-1.36l-.32-4.29c-.09-1.09-1.05-2.06-2.15-2.14l-4.3-.33c-.43-.03-1.05.2-1.36.51l-.79.8-2.27 2.28-2.28 2.27zm9.826-.98c.69 0 1.25-.56 1.25-1.25s-.56-1.25-1.25-1.25-1.25.56-1.25 1.25.56 1.25 1.25 1.25z" fill-rule="evenodd"></path> </svg> </svg> <span class="suggestion-post-title">{{{ data._highlightResult.name.value }}}</span> </a> </script> <script type="text/html" id="tmpl-autocomplete-user-suggestion"> <a class="suggestion-link user-suggestion-link" href="{{ data.posts_url }}" title="{{ data.display_name }}"> <# if ( data.avatar_url ) { #> <img class="suggestion-user-thumbnail" src="{{ data.avatar_url }}" alt="{{ data.display_name }}"> <# } #> <span class="suggestion-post-title">{{{ data._highlightResult.display_name.value }}}</span> </a> </script> <script type="text/html" id="tmpl-autocomplete-footer"> <div class="autocomplete-footer"> <div class="autocomplete-footer-branding"> <a href="#" class="algolia-powered-by-link" title="Algolia"> <svg width="150px" height="25px" viewBox="0 0 572 64"><path fill="#36395A" d="M16 48.3c-3.4 0-6.3-.6-8.7-1.7A12.4 12.4 0 0 1 1.9 42C.6 40 0 38 0 35.4h6.5a6.7 6.7 0 0 0 3.9 6c1.4.7 3.3 1.1 5.6 1.1 2.2 0 4-.3 5.4-1a7 7 0 0 0 3-2.4 6 6 0 0 0 1-3.4c0-1.5-.6-2.8-1.9-3.7-1.3-1-3.3-1.6-5.9-1.8l-4-.4c-3.7-.3-6.6-1.4-8.8-3.4a10 10 0 0 1-3.3-7.9c0-2.4.6-4.6 1.8-6.4a12 12 0 0 1 5-4.3c2.2-1 4.7-1.6 7.5-1.6s5.5.5 7.6 1.6a12 12 0 0 1 5 4.4c1.2 1.8 1.8 4 1.8 6.7h-6.5a6.4 6.4 0 0 0-3.5-5.9c-1-.6-2.6-1-4.4-1s-3.2.3-4.4 1c-1.1.6-2 1.4-2.6 2.4-.5 1-.8 2-.8 3.1a5 5 0 0 0 1.5 3.6c1 1 2.6 1.7 4.7 1.9l4 .3c2.8.2 5.2.8 7.2 1.8 2.1 1 3.7 2.2 4.9 3.8a9.7 9.7 0 0 1 1.7 5.8c0 2.5-.7 4.7-2 6.6a13 13 0 0 1-5.6 4.4c-2.4 1-5.2 1.6-8.4 1.6Zm35.6 0c-2.6 0-4.8-.4-6.7-1.3a13 13 0 0 1-4.7-3.5 17.1 17.1 0 0 1-3.6-10.4v-1c0-2 .3-3.8 1-5.6a13 13 0 0 1 7.3-8.3 15 15 0 0 1 6.3-1.4A13.2 13.2 0 0 1 64 24.3c1 2.2 1.6 4.6 1.6 7.2V34H39.4v-4.3h21.8l-1.8 2.2c0-2-.3-3.7-.9-5.1a7.3 7.3 0 0 0-2.7-3.4c-1.2-.7-2.7-1.1-4.6-1.1s-3.4.4-4.7 1.3a8 8 0 0 0-2.9 3.6c-.6 1.5-.9 3.3-.9 5.4 0 2 .3 3.7 1 5.3a7.9 7.9 0 0 0 2.8 3.7c1.3.8 3 1.3 5 1.3s3.8-.5 5.1-1.3c1.3-1 2.1-2 2.4-3.2h6a11.8 11.8 0 0 1-7 8.7 16 16 0 0 1-6.4 1.2ZM80 48c-2.2 0-4-.3-5.7-1a8.4 8.4 0 0 1-3.7-3.3 9.7 9.7 0 0 1-1.3-5.2c0-2 .5-3.8 1.5-5.2a9 9 0 0 1 4.3-3.1c1.8-.7 4-1 6.7-1H89v4.1h-7.5c-2 0-3.4.5-4.4 1.4-1 1-1.6 2.1-1.6 3.6s.5 2.7 1.6 3.6c1 1 2.5 1.4 4.4 1.4 1.1 0 2.2-.2 3.2-.7 1-.4 1.9-1 2.6-2 .6-1 1-2.4 1-4.2l1.7 2.1c-.2 2-.7 3.8-1.5 5.2a9 9 0 0 1-3.4 3.3 12 12 0 0 1-5.3 1Zm9.5-.7v-8.8h-1v-10c0-1.8-.5-3.2-1.4-4.1-1-1-2.4-1.4-4.2-1.4a142.9 142.9 0 0 0-10.2.4v-5.6a74.8 74.8 0 0 1 8.6-.4c3 0 5.5.4 7.5 1.2s3.4 2 4.4 3.6c1 1.7 1.4 4 1.4 6.7v18.4h-5Zm12.9 0V17.8h5v12.3h-.2c0-4.2 1-7.4 2.8-9.5a11 11 0 0 1 8.3-3.1h1v5.6h-2a9 9 0 0 0-6.3 2.2c-1.5 1.5-2.2 3.6-2.2 6.4v15.6h-6.4Zm34.4 1a15 15 0 0 1-6.6-1.3c-1.9-.9-3.4-2-4.7-3.5a15.5 15.5 0 0 1-2.7-5c-.6-1.7-1-3.6-1-5.4v-1c0-2 .4-3.8 1-5.6a15 15 0 0 1 2.8-4.9c1.3-1.5 2.8-2.6 4.6-3.5a16.4 16.4 0 0 1 13.3.2c2 1 3.5 2.3 4.8 4a12 12 0 0 1 2 6H144c-.2-1.6-1-3-2.2-4.1a7.5 7.5 0 0 0-5.2-1.7 8 8 0 0 0-4.7 1.3 8 8 0 0 0-2.8 3.6 13.8 13.8 0 0 0 0 10.3c.6 1.5 1.5 2.7 2.8 3.6s2.8 1.3 4.8 1.3c1.5 0 2.7-.2 3.8-.8a7 7 0 0 0 2.6-2c.7-1 1-2 1.2-3.2h6.2a11 11 0 0 1-2 6.2 15.1 15.1 0 0 1-11.8 5.5Zm19.7-1v-40h6.4V31h-1.3c0-3 .4-5.5 1.1-7.6a9.7 9.7 0 0 1 3.5-4.8A9.9 9.9 0 0 1 172 17h.3c3.5 0 6 1.1 7.9 3.5 1.7 2.3 2.6 5.7 2.6 10v16.8h-6.4V29.6c0-2.1-.6-3.8-1.8-5a6.4 6.4 0 0 0-4.8-1.8c-2 0-3.7.7-5 2a7.8 7.8 0 0 0-1.9 5.5v17h-6.4Zm63.8 1a12.2 12.2 0 0 1-10.9-6.2 19 19 0 0 1-1.8-7.3h1.4v12.5h-5.1v-40h6.4v19.8l-2 3.5c.2-3.1.8-5.7 1.9-7.7a11 11 0 0 1 4.4-4.5c1.8-1 3.9-1.5 6.1-1.5a13.4 13.4 0 0 1 12.8 9.1c.7 1.9 1 3.8 1 6v1c0 2.2-.3 4.1-1 6a13.6 13.6 0 0 1-13.2 9.4Zm-1.2-5.5a8.4 8.4 0 0 0 7.9-5c.7-1.5 1.1-3.3 1.1-5.3s-.4-3.8-1.1-5.3a8.7 8.7 0 0 0-3.2-3.6 9.6 9.6 0 0 0-9.2-.2 8.5 8.5 0 0 0-3.3 3.2c-.8 1.4-1.3 3-1.3 5v2.3a9 9 0 0 0 1.3 4.8 9 9 0 0 0 3.4 3c1.4.7 2.8 1 4.4 1Zm27.3 3.9-10-28.9h6.5l9.5 28.9h-6Zm-7.5 12.2v-5.7h4.9c1 0 2-.1 2.9-.4a4 4 0 0 0 2-1.4c.4-.7.9-1.6 1.2-2.7l8.6-30.9h6.2l-9.3 32.4a14 14 0 0 1-2.5 5 8.9 8.9 0 0 1-4 2.8c-1.5.6-3.4.9-5.6.9h-4.4Zm9-12.2v-5.2h6.4v5.2H248Z"></path><path fill="#003DFF" d="M534.4 9.1H528a.8.8 0 0 1-.7-.7V1.8c0-.4.2-.7.6-.8l6.5-1c.4 0 .8.2.9.6v7.8c0 .4-.4.7-.8.7zM428 35.2V.8c0-.5-.3-.8-.7-.8h-.2l-6.4 1c-.4 0-.7.4-.7.8v35c0 1.6 0 11.8 12.3 12.2.5 0 .8-.4.8-.8V43c0-.4-.3-.7-.6-.8-4.5-.5-4.5-6-4.5-7zm106.5-21.8H528c-.4 0-.7.4-.7.8v34c0 .4.3.8.7.8h6.5c.4 0 .8-.4.8-.8v-34c0-.5-.4-.8-.8-.8zm-17.7 21.8V.8c0-.5-.3-.8-.8-.8l-6.5 1c-.4 0-.7.4-.7.8v35c0 1.6 0 11.8 12.3 12.2.4 0 .8-.4.8-.8V43c0-.4-.3-.7-.7-.8-4.4-.5-4.4-6-4.4-7zm-22.2-20.6a16.5 16.5 0 0 1 8.6 9.3c.8 2.2 1.3 4.8 1.3 7.5a19.4 19.4 0 0 1-4.6 12.6 14.8 14.8 0 0 1-5.2 3.6c-2 .9-5.2 1.4-6.8 1.4a21 21 0 0 1-6.7-1.4 15.4 15.4 0 0 1-8.6-9.3 21.3 21.3 0 0 1 0-14.4 15.2 15.2 0 0 1 8.6-9.3c2-.8 4.3-1.2 6.7-1.2s4.6.4 6.7 1.2zm-6.7 27.6c2.7 0 4.7-1 6.2-3s2.2-4.3 2.2-7.8-.7-6.3-2.2-8.3-3.5-3-6.2-3-4.7 1-6.1 3c-1.5 2-2.2 4.8-2.2 8.3s.7 5.8 2.2 7.8 3.5 3 6.2 3zm-88.8-28.8c-6.2 0-11.7 3.3-14.8 8.2a18.6 18.6 0 0 0 4.8 25.2c1.8 1.2 4 1.8 6.2 1.7s.1 0 .1 0h.9c4.2-.7 8-4 9.1-8.1v7.4c0 .4.3.7.8.7h6.4a.7.7 0 0 0 .7-.7V14.2c0-.5-.3-.8-.7-.8h-13.5zm6.3 26.5a9.8 9.8 0 0 1-5.7 2h-.5a10 10 0 0 1-9.2-14c1.4-3.7 5-6.3 9-6.3h6.4v18.3zm152.3-26.5h13.5c.5 0 .8.3.8.7v33.7c0 .4-.3.7-.8.7h-6.4a.7.7 0 0 1-.8-.7v-7.4c-1.2 4-4.8 7.4-9 8h-.1a4.2 4.2 0 0 1-.5.1h-.9a10.3 10.3 0 0 1-7-2.6c-4-3.3-6.5-8.4-6.5-14.2 0-3.7 1-7.2 3-10 3-5 8.5-8.3 14.7-8.3zm.6 28.4c2.2-.1 4.2-.6 5.7-2V21.7h-6.3a9.8 9.8 0 0 0-9 6.4 10.2 10.2 0 0 0 9.1 13.9h.5zM452.8 13.4c-6.2 0-11.7 3.3-14.8 8.2a18.5 18.5 0 0 0 3.6 24.3 10.4 10.4 0 0 0 13 .6c2.2-1.5 3.8-3.7 4.5-6.1v7.8c0 2.8-.8 5-2.2 6.3-1.5 1.5-4 2.2-7.5 2.2l-6-.3c-.3 0-.7.2-.8.5l-1.6 5.5c-.1.4.1.8.5 1h.1c2.8.4 5.5.6 7 .6 6.3 0 11-1.4 14-4.1 2.7-2.5 4.2-6.3 4.5-11.4V14.2c0-.5-.4-.8-.8-.8h-13.5zm6.3 8.2v18.3a9.6 9.6 0 0 1-5.6 2h-1a10.3 10.3 0 0 1-8.8-14c1.4-3.7 5-6.3 9-6.3h6.4zM291 31.5A32 32 0 0 1 322.8 0h30.8c.6 0 1.2.5 1.2 1.2v61.5c0 1.1-1.3 1.7-2.2 1l-19.2-17a18 18 0 0 1-11 3.4 18.1 18.1 0 1 1 18.2-14.8c-.1.4-.5.7-.9.6-.1 0-.3 0-.4-.2l-3.8-3.4c-.4-.3-.6-.8-.7-1.4a12 12 0 1 0-2.4 8.3c.4-.4 1-.5 1.6-.2l14.7 13.1v-46H323a26 26 0 1 0 10 49.7c.8-.4 1.6-.2 2.3.3l3 2.7c.3.2.3.7 0 1l-.2.2a32 32 0 0 1-47.2-28.6z"></path></svg> </a> </div> </div> </script> <script type="text/html" id="tmpl-autocomplete-empty"> <div class="autocomplete-empty"> No results matched your query <span class="empty-query">"{{ data.query }}"</span> </div> </script> <script type="text/javascript"> window.addEventListener('load', function () { /* Initialize Algolia client */ var client = algoliasearch( algolia.application_id, algolia.search_api_key ); /** * Algolia hits source method. * * This method defines a custom source to use with autocomplete.js. * * @param object $index Algolia index object. * @param object $params Options object to use in search. */ var algoliaHitsSource = function( index, params ) { return function( query, callback ) { index .search( query, params ) .then( function( response ) { callback( response.hits, response ); }) .catch( function( error ) { callback( [] ); }); } } /* Setup autocomplete.js sources */ var sources = []; algolia.autocomplete.sources.forEach( function( config, i ) { var suggestion_template = wp.template( config[ 'tmpl_suggestion' ] ); sources.push( { source: algoliaHitsSource( client.initIndex( config[ 'index_name' ] ), { hitsPerPage: config[ 'max_suggestions' ], attributesToSnippet: [ 'content:10' ], highlightPreTag: '__ais-highlight__', highlightPostTag: '__/ais-highlight__' } ), templates: { header: function () { return wp.template( 'autocomplete-header' )( { label: _.escape( config[ 'label' ] ) } ); }, suggestion: function ( hit ) { if ( hit.escaped === true ) { return suggestion_template( hit ); } hit.escaped = true; for ( var key in hit._highlightResult ) { /* We do not deal with arrays. */ if ( typeof hit._highlightResult[ key ].value !== 'string' ) { continue; } hit._highlightResult[ key ].value = _.escape( hit._highlightResult[ key ].value ); hit._highlightResult[ key ].value = hit._highlightResult[ key ].value.replace( /__ais-highlight__/g, '<em>' ).replace( /__\/ais-highlight__/g, '</em>' ); } for ( var key in hit._snippetResult ) { /* We do not deal with arrays. */ if ( typeof hit._snippetResult[ key ].value !== 'string' ) { continue; } hit._snippetResult[ key ].value = _.escape( hit._snippetResult[ key ].value ); hit._snippetResult[ key ].value = hit._snippetResult[ key ].value.replace( /__ais-highlight__/g, '<em>' ).replace( /__\/ais-highlight__/g, '</em>' ); } return suggestion_template( hit ); } } } ); } ); /* Setup dropdown menus */ document.querySelectorAll( algolia.autocomplete.input_selector ).forEach( function( element ) { var config = { debug: algolia.debug, hint: false, openOnFocus: true, appendTo: 'body', templates: { empty: wp.template( 'autocomplete-empty' ) } }; if ( algolia.powered_by_enabled ) { config.templates.footer = wp.template( 'autocomplete-footer' ); } /* Instantiate autocomplete.js */ var autocomplete = algoliaAutocomplete( element, config, sources ) .on( 'autocomplete:selected', function ( e, suggestion ) { /* Redirect the user when we detect a suggestion selection. */ window.location.href = suggestion.permalink ?? suggestion.posts_url; // Users use the `posts_url` property instead of `permalink`. } ); /* Force the dropdown to be re-drawn on scroll to handle fixed containers. */ window.addEventListener( 'scroll', function() { if ( autocomplete.autocomplete.getWrapper().style.display === "block" ) { autocomplete.autocomplete.close(); autocomplete.autocomplete.open(); } } ); } ); var algoliaPoweredLink = document.querySelector( '.algolia-powered-by-link' ); if ( algoliaPoweredLink ) { algoliaPoweredLink.addEventListener( 'click', function( e ) { e.preventDefault(); window.location = "https://www.algolia.com/?utm_source=WordPress&utm_medium=extension&utm_content=" + window.location.hostname + "&utm_campaign=poweredby"; } ); } }); </script> <link data-minify="1" rel='stylesheet' id='gform_basic-css' href='https://gr4vy.com/wp-content/cache/min/1/wp-content/plugins/gravityforms/assets/css/dist/basic.min.css?ver=1737984584' type='text/css' media='all' /> <link rel='stylesheet' id='gform_theme_components-css' href='https://gr4vy.com/wp-content/plugins/gravityforms/assets/css/dist/theme-components.min.css?ver=2.8.18' type='text/css' media='all' /> <link rel='stylesheet' id='gform_theme_ie11-css' href='https://gr4vy.com/wp-content/plugins/gravityforms/assets/css/dist/theme-ie11.min.css?ver=2.8.18' type='text/css' media='all' /> <link rel='stylesheet' id='gform_theme-css' href='https://gr4vy.com/wp-content/plugins/gravityforms/assets/css/dist/theme.min.css?ver=2.8.18' type='text/css' media='all' /> <script data-minify="1" type="text/javascript" src="https://gr4vy.com/wp-content/cache/min/1/wp-content/themes/gr4vy/dist/js/bundle-761db756ed.js?ver=1737984585" id="theme-js-bundle-js" defer></script> <script type="text/javascript" id="gforms_recaptcha_recaptcha-js-extra"> /* <![CDATA[ */ var gforms_recaptcha_recaptcha_strings = {"site_key":"6Lc7anonAAAAADpSrdcaNxW0hNvktF-iI5n_wND2","ajaxurl":"https:\/\/gr4vy.com\/wp-admin\/admin-ajax.php","nonce":"68948626ef"}; /* ]]> */ </script> <script type="text/javascript" src="https://www.google.com/recaptcha/api.js?render=6Lc7anonAAAAADpSrdcaNxW0hNvktF-iI5n_wND2&ver=1.3.0" id="gforms_recaptcha_recaptcha-js"></script> <script type="text/javascript" src="https://gr4vy.com/wp-includes/js/underscore.min.js?ver=1.13.7" id="underscore-js" defer></script> <script type="text/javascript" id="wp-util-js-extra"> /* <![CDATA[ */ var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}}; /* ]]> */ </script> <script type="text/javascript" src="https://gr4vy.com/wp-includes/js/wp-util.min.js?ver=6.7.1" id="wp-util-js" defer></script> <script data-minify="1" type="text/javascript" src="https://gr4vy.com/wp-content/cache/min/1/wp-content/plugins/wp-search-with-algolia/js/algoliasearch/dist/algoliasearch-lite.umd.js?ver=1737984585" id="algolia-search-js" defer></script> <script type="text/javascript" src="https://gr4vy.com/wp-content/plugins/wp-search-with-algolia/js/autocomplete.js/dist/autocomplete.min.js?ver=2.7.0" id="algolia-autocomplete-js" defer></script> <script data-minify="1" type="text/javascript" src="https://gr4vy.com/wp-content/cache/min/1/wp-content/plugins/wp-search-with-algolia/js/autocomplete-noconflict.js?ver=1737984585" id="algolia-autocomplete-noconflict-js" defer></script> <script type="text/javascript" src="https://gr4vy.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381" id="wp-dom-ready-js" defer></script> <script type="text/javascript" src="https://gr4vy.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script> <script type="text/javascript" src="https://gr4vy.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="text/javascript" src="https://gr4vy.com/wp-includes/js/dist/a11y.min.js?ver=3156534cc54473497e14" id="wp-a11y-js" defer></script> <script type="text/javascript" defer='defer' src="https://gr4vy.com/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=2.8.18" id="gform_json-js"></script> <script type="text/javascript" id="gform_gravityforms-js-extra"> /* <![CDATA[ */ var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}}; var gf_legacy_multi = []; var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/gr4vy.com\/wp-content\/plugins\/gravityforms\/images"}}; var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/gr4vy.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/gr4vy.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"a62d102d3bd83bcda71e9bc60e0bad45","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/gr4vy.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/gr4vy.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"a62d102d3bd83bcda71e9bc60e0bad45","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; /* ]]> */ </script> <script type="text/javascript" defer='defer' src="https://gr4vy.com/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=2.8.18" id="gform_gravityforms-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.google.com/recaptcha/api.js?hl=en&ver=6.7.1#038;render=explicit" id="gform_recaptcha-js"></script> <script type="text/javascript" defer='defer' src="https://gr4vy.com/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js?ver=50c7bea9c2320e16728e44ae9fde5f26" id="gform_gravityforms_utils-js"></script> <script type="text/javascript" defer='defer' src="https://gr4vy.com/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js?ver=54e7080aa7a02c83aa61fae430b9d869" id="gform_gravityforms_theme_vendors-js"></script> <script type="text/javascript" id="gform_gravityforms_theme-js-extra"> /* <![CDATA[ */ var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"a62d102d3bd83bcda71e9bc60e0bad45"}}},"hmr_dev":"","public_path":"https:\/\/gr4vy.com\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/"}; /* ]]> */ </script> <script type="text/javascript" defer='defer' src="https://gr4vy.com/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js?ver=bab19fd84843dabc070e73326d787910" id="gform_gravityforms_theme-js"></script> <script type="text/javascript" src="https://gr4vy.com/wp-content/plugins/gravityformsrecaptcha/js/frontend.min.js?ver=1.3.0" id="gforms_recaptcha_frontend-js" defer></script> <script type="text/javascript" defer='defer' src="https://gr4vy.com/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js?ver=2.8.18" id="gform_placeholder-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() { /* <![CDATA[ */ gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 24) {} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); /* ]]> */ });</script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() { /* <![CDATA[ */ gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "24", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_24" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_24"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_24" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [24, 1] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 24, currentPage: 1 } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); /* ]]> */ });</script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() { /* <![CDATA[ */ gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 2) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); /* ]]> */ });</script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() { /* <![CDATA[ */ gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "2", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_2" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_2"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_2" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [2, 1] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 2, currentPage: 1 } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); /* ]]> */ });</script> <script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue} if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue} images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1} if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://gr4vy.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e,alt){var t='<img data-lazy-src="https://i.ytimg.com/vi_webp/ID/hqdefault.webp" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi_webp/ID/hqdefault.webp" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';t=t.replace('alt=""','alt="'+alt+'"');return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id,a[t].dataset.alt),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script></body> </html> <!-- Rocket no webp --> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->