301 status code 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 status code 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: defy.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><meta 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="2.0.3",this.userEvents=["keydown","keyup","mousedown","mouseup","mousemove","mouseover","mouseenter","mouseout","mouseleave","touchmove","touchstart","touchend","touchcancel","wheel","click","dblclick","input","visibilitychange"],this.attributeEvents=["onblur","onclick","oncontextmenu","ondblclick","onfocus","onmousedown","onmouseenter","onmouseleave","onmousemove","onmouseout","onmouseover","onmouseup","onmousewheel","onscroll","onsubmit"]}async t(){this.i(),this.o(),/iP(ad|hone)/.test(navigator.userAgent)&&this.h(),this.u(),this.l(this),this.m(),this.k(this),this.p(this),this._(),await Promise.all([this.R(),this.L()]),this.lastBreath=Date.now(),this.S(this),this.P(),this.D(),this.O(),this.M(),await this.C(this.delayedScripts.normal),await this.C(this.delayedScripts.defer),await this.C(this.delayedScripts.async),this.F("domReady"),await this.T(),await this.j(),await this.I(),this.F("windowLoad"),await this.A(),window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this.everythingLoaded=!0,this.lastTouchEnd&&await new Promise((t=>setTimeout(t,500-Date.now()+this.lastTouchEnd))),this.H(),this.F("all"),this.U(),this.W()}i(){this.CSPIssue=sessionStorage.getItem("rocketCSPIssue"),document.addEventListener("securitypolicyviolation",(t=>{this.CSPIssue||"script-src-elem"!==t.violatedDirective||"data"!==t.blockedURI||(this.CSPIssue=!0,sessionStorage.setItem("rocketCSPIssue",!0))}),{isRocket:!0})}o(){window.addEventListener("pageshow",(t=>{this.persisted=t.persisted,this.realWindowLoadedFired=!0}),{isRocket:!0}),window.addEventListener("pagehide",(()=>{this.onFirstUserAction=null}),{isRocket:!0})}h(){let t;function e(e){t=e}window.addEventListener("touchstart",e,{isRocket:!0}),window.addEventListener("touchend",(function i(o){Math.abs(o.changedTouches[0].pageX-t.changedTouches[0].pageX)<10&&Math.abs(o.changedTouches[0].pageY-t.changedTouches[0].pageY)<10&&o.timeStamp-t.timeStamp<200&&(o.target.dispatchEvent(new PointerEvent("click",{target:o.target,bubbles:!0,cancelable:!0,detail:1})),event.preventDefault(),window.removeEventListener("touchstart",e,{isRocket:!0}),window.removeEventListener("touchend",i,{isRocket:!0}))}),{isRocket:!0})}q(t){this.userActionTriggered||("mousemove"!==t.type||this.firstMousemoveIgnored?"keyup"===t.type||"mouseover"===t.type||"mouseout"===t.type||(this.userActionTriggered=!0,this.onFirstUserAction&&this.onFirstUserAction()):this.firstMousemoveIgnored=!0),"click"===t.type&&t.preventDefault(),this.savedUserEvents.length>0&&(t.stopPropagation(),t.stopImmediatePropagation()),"touchstart"===this.lastEvent&&"touchend"===t.type&&(this.lastTouchEnd=Date.now()),"click"===t.type&&(this.lastTouchEnd=0),this.lastEvent=t.type,this.savedUserEvents.push(t)}u(){this.savedUserEvents=[],this.userEventHandler=this.q.bind(this),this.userEvents.forEach((t=>window.addEventListener(t,this.userEventHandler,{passive:!1,isRocket:!0})))}U(){this.userEvents.forEach((t=>window.removeEventListener(t,this.userEventHandler,{passive:!1,isRocket:!0}))),this.savedUserEvents.forEach((t=>{t.target.dispatchEvent(new window[t.constructor.name](t.type,t))}))}m(){this.eventsMutationObserver=new MutationObserver((t=>{const e="return false";for(const i of t){if("attributes"===i.type){const t=i.target.getAttribute(i.attributeName);t&&t!==e&&(i.target.setAttribute("data-rocket-"+i.attributeName,t),i.target["rocket"+i.attributeName]=new Function("event",t),i.target.setAttribute(i.attributeName,e))}"childList"===i.type&&i.addedNodes.forEach((t=>{if(t.nodeType===Node.ELEMENT_NODE)for(const i of t.attributes)this.attributeEvents.includes(i.name)&&i.value&&""!==i.value&&(t.setAttribute("data-rocket-"+i.name,i.value),t["rocket"+i.name]=new Function("event",i.value),t.setAttribute(i.name,e))}))}})),this.eventsMutationObserver.observe(document,{subtree:!0,childList:!0,attributeFilter:this.attributeEvents})}H(){this.eventsMutationObserver.disconnect(),this.attributeEvents.forEach((t=>{document.querySelectorAll("[data-rocket-"+t+"]").forEach((e=>{e.setAttribute(t,e.getAttribute("data-rocket-"+t)),e.removeAttribute("data-rocket-"+t)}))}))}k(t){Object.defineProperty(HTMLElement.prototype,"onclick",{get(){return this.rocketonclick||null},set(e){this.rocketonclick=e,this.setAttribute(t.everythingLoaded?"onclick":"data-rocket-onclick","this.rocketonclick(event)")}})}S(t){function e(e,i){let o=e[i];e[i]=null,Object.defineProperty(e,i,{get:()=>o,set(s){t.everythingLoaded?o=s:e["rocket"+i]=o=s}})}e(document,"onreadystatechange"),e(window,"onload"),e(window,"onpageshow");try{Object.defineProperty(document,"readyState",{get:()=>t.rocketReadyState,set(e){t.rocketReadyState=e},configurable:!0}),document.readyState="loading"}catch(t){console.log("WPRocket DJE readyState conflict, bypassing")}}l(t){this.originalAddEventListener=EventTarget.prototype.addEventListener,this.originalRemoveEventListener=EventTarget.prototype.removeEventListener,this.savedEventListeners=[],EventTarget.prototype.addEventListener=function(e,i,o){o&&o.isRocket||!t.B(e,this)&&!t.userEvents.includes(e)||t.B(e,this)&&!t.userActionTriggered||e.startsWith("rocket-")||t.everythingLoaded?t.originalAddEventListener.call(this,e,i,o):t.savedEventListeners.push({target:this,remove:!1,type:e,func:i,options:o})},EventTarget.prototype.removeEventListener=function(e,i,o){o&&o.isRocket||!t.B(e,this)&&!t.userEvents.includes(e)||t.B(e,this)&&!t.userActionTriggered||e.startsWith("rocket-")||t.everythingLoaded?t.originalRemoveEventListener.call(this,e,i,o):t.savedEventListeners.push({target:this,remove:!0,type:e,func:i,options:o})}}F(t){"all"===t&&(EventTarget.prototype.addEventListener=this.originalAddEventListener,EventTarget.prototype.removeEventListener=this.originalRemoveEventListener),this.savedEventListeners=this.savedEventListeners.filter((e=>{let i=e.type,o=e.target||window;return"domReady"===t&&"DOMContentLoaded"!==i&&"readystatechange"!==i||("windowLoad"===t&&"load"!==i&&"readystatechange"!==i&&"pageshow"!==i||(this.B(i,o)&&(i="rocket-"+i),e.remove?o.removeEventListener(i,e.func,e.options):o.addEventListener(i,e.func,e.options),!1))}))}p(t){let e;function i(e){return t.everythingLoaded?e:e.split(" ").map((t=>"load"===t||t.startsWith("load.")?"rocket-jquery-load":t)).join(" ")}function o(o){function s(e){const s=o.fn[e];o.fn[e]=o.fn.init.prototype[e]=function(){return this[0]===window&&t.userActionTriggered&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=i(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{const e=arguments[0][t];delete arguments[0][t],arguments[0][i(t)]=e}))),s.apply(this,arguments),this}}if(o&&o.fn&&!t.allJQueries.includes(o)){const e={DOMContentLoaded:[],"rocket-DOMContentLoaded":[]};for(const t in e)document.addEventListener(t,(()=>{e[t].forEach((t=>t()))}),{isRocket:!0});o.fn.ready=o.fn.init.prototype.ready=function(i){function s(){parseInt(o.fn.jquery)>2?setTimeout((()=>i.bind(document)(o))):i.bind(document)(o)}return t.realDomReadyFired?!t.userActionTriggered||t.fauxDomReadyFired?s():e["rocket-DOMContentLoaded"].push(s):e.DOMContentLoaded.push(s),o([])},s("on"),s("one"),s("off"),t.allJQueries.push(o)}e=o}t.allJQueries=[],o(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){o(t)}})}P(){const t=new Map;document.write=document.writeln=function(e){const i=document.currentScript,o=document.createRange(),s=i.parentElement;let n=t.get(i);void 0===n&&(n=i.nextSibling,t.set(i,n));const c=document.createDocumentFragment();o.setStart(c,0),c.appendChild(o.createContextualFragment(e)),s.insertBefore(c,n)}}async R(){return new Promise((t=>{this.userActionTriggered?t():this.onFirstUserAction=t}))}async L(){return new Promise((t=>{document.addEventListener("DOMContentLoaded",(()=>{this.realDomReadyFired=!0,t()}),{isRocket:!0})}))}async I(){return this.realWindowLoadedFired?Promise.resolve():new Promise((t=>{window.addEventListener("load",t,{isRocket:!0})}))}M(){this.pendingScripts=[];this.scriptsMutationObserver=new MutationObserver((t=>{for(const e of t)e.addedNodes.forEach((t=>{"SCRIPT"!==t.tagName||t.noModule||t.isWPRocket||this.pendingScripts.push({script:t,promise:new Promise((e=>{const i=()=>{const i=this.pendingScripts.findIndex((e=>e.script===t));i>=0&&this.pendingScripts.splice(i,1),e()};t.addEventListener("load",i,{isRocket:!0}),t.addEventListener("error",i,{isRocket:!0}),setTimeout(i,1e3)}))})}))})),this.scriptsMutationObserver.observe(document,{childList:!0,subtree:!0})}async j(){await this.J(),this.pendingScripts.length?(await this.pendingScripts[0].promise,await this.j()):this.scriptsMutationObserver.disconnect()}D(){this.delayedScripts={normal:[],async:[],defer:[]},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 _(){await this.L();let t=[];document.querySelectorAll("script[type$=rocketlazyloadscript][data-rocket-src]").forEach((e=>{let i=e.getAttribute("data-rocket-src");if(i&&!i.startsWith("data:")){i.startsWith("//")&&(i=location.protocol+i);try{const o=new URL(i).origin;o!==location.origin&&t.push({src:o,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}catch(t){}}})),t=[...new Map(t.map((t=>[JSON.stringify(t),t]))).values()],this.N(t,"preconnect")}async $(t){if(await this.G(),!0!==t.noModule||!("noModule"in HTMLScriptElement.prototype))return new Promise((e=>{let i;function o(){(i||t).setAttribute("data-rocket-status","executed"),e()}try{if(navigator.userAgent.includes("Firefox/")||""===navigator.vendor||this.CSPIssue)i=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"),i.setAttribute(e,t.nodeValue))})),t.text&&(i.text=t.text),t.nonce&&(i.nonce=t.nonce),i.hasAttribute("src")?(i.addEventListener("load",o,{isRocket:!0}),i.addEventListener("error",(()=>{i.setAttribute("data-rocket-status","failed-network"),e()}),{isRocket:!0}),setTimeout((()=>{i.isConnected||e()}),1)):(i.text=t.text,o()),i.isWPRocket=!0,t.parentNode.replaceChild(i,t);else{const i=t.getAttribute("data-rocket-type"),s=t.getAttribute("data-rocket-src");i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",o,{isRocket:!0}),t.addEventListener("error",(i=>{this.CSPIssue&&i.target.src.startsWith("data:")?(console.log("WPRocket: CSP fallback activated"),t.removeAttribute("src"),this.$(t).then(e)):(t.setAttribute("data-rocket-status","failed-network"),e())}),{isRocket:!0}),s?(t.fetchPriority="high",t.removeAttribute("data-rocket-src"),t.src=s):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}}catch(i){t.setAttribute("data-rocket-status","failed-transform"),e()}}));t.setAttribute("data-rocket-status","skipped")}async C(t){const e=t.shift();return e?(e.isConnected&&await this.$(e),this.C(t)):Promise.resolve()}O(){this.N([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}N(t,e){this.trash=this.trash||[];let i=!0;var o=document.createDocumentFragment();t.forEach((t=>{const s=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(s&&!s.startsWith("data:")){const n=document.createElement("link");n.href=s,n.rel=e,"preconnect"!==e&&(n.as="script",n.fetchPriority=i?"high":"low"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),t.nonce&&(n.nonce=t.nonce),o.appendChild(n),this.trash.push(n),i=!1}})),document.head.appendChild(o)}W(){this.trash.forEach((t=>t.remove()))}async T(){try{document.readyState="interactive"}catch(t){}this.fauxDomReadyFired=!0;try{await this.G(),document.dispatchEvent(new Event("rocket-readystatechange")),await this.G(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this.G(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this.G(),window.dispatchEvent(new Event("rocket-DOMContentLoaded"))}catch(t){console.error(t)}}async A(){try{document.readyState="complete"}catch(t){}try{await this.G(),document.dispatchEvent(new Event("rocket-readystatechange")),await this.G(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this.G(),window.dispatchEvent(new Event("rocket-load")),await this.G(),window.rocketonload&&window.rocketonload(),await this.G(),this.allJQueries.forEach((t=>t(window).trigger("rocket-jquery-load"))),await this.G();const t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this.G(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}catch(t){console.error(t)}}async G(){Date.now()-this.lastBreath>45&&(await this.J(),this.lastBreath=Date.now())}async J(){return document.hidden?new Promise((t=>setTimeout(t))):new Promise((t=>requestAnimationFrame(t)))}B(t,e){return e===document&&"readystatechange"===t||(e===document&&"DOMContentLoaded"===t||(e===window&&"DOMContentLoaded"===t||(e===window&&"load"===t||e===window&&"pageshow"===t)))}static run(){(new RocketLazyLoadScripts).t()}}RocketLazyLoadScripts.run()})();</script> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="profile" href="https://gmpg.org/xfn/11"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <script src="https://kit.fontawesome.com/8e351b8481.js" crossorigin="anonymous" data-rocket-defer defer></script> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Corporation", "name": "DEFY Extreme Air Sports Trampoline Park", "alternateName": "DEFY Trampoline Park", "url": "https://defy.com/", "logo": "https://defy.com/wp-content/uploads/2021/11/[email protected]", "sameAs": [ "https://www.facebook.com/defyairparks/", "https://www.instagram.com/defyparks/", "https://www.youtube.com/channel/UCHRhNTK9q54dZPkAvQ-LeoA" ] } </script> <link rel="apple-touch-icon" sizes="180x180" href="https://defy.com/wp-content/themes/defy/assets/images/favicon/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="https://defy.com/wp-content/themes/defy/assets/images/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="https://defy.com/wp-content/themes/defy/assets/images/favicon/favicon-16x16.png"> <link rel="manifest" href="https://defy.com/wp-content/themes/defy/assets/images/favicon/site.webmanifest"> <title>DEFY Extreme Air Sports Trampoline Park | DEFY Trampoline Parks</title><link rel="preload" data-rocket-preload as="image" href="https://defy.com/wp-content/themes/defy/assets/images/torn-edge3.svg" fetchpriority="high"><link rel="preload" data-rocket-preload as="style" href="https://fonts.googleapis.com/css2?family=Russo+One&family=Teko:wght@300;500&display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Russo+One&family=Teko:wght@300;500&display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Russo+One&family=Teko:wght@300;500&display=swap" /></noscript> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- The SEO Framework by Sybre Waaijer --> <meta name="robots" content="max-snippet:-1,max-image-preview:standard,max-video-preview:-1" /> <link rel="canonical" href="https://defy.com/" /> <meta name="description" content="DEFY Extreme Air Sports Trampoline Parks are an exhilarating entertainment, fitness, and sports experience for the entire family. Visit a park near you today!" /> <meta property="og:type" content="website" /> <meta property="og:locale" content="en_US" /> <meta property="og:site_name" content="DEFY" /> <meta property="og:title" content="DEFY Extreme Air Sports Trampoline Park" /> <meta property="og:description" content="DEFY Extreme Air Sports Trampoline Parks are an exhilarating entertainment, fitness, and sports experience for the entire family. Visit a park near you today!" /> <meta property="og:url" content="https://defy.com/" /> <meta property="og:image" content="https://defy.com/wp-content/uploads/2021/11/[email protected]" /> <meta property="og:image:width" content="156" /> <meta property="og:image:height" content="116" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="DEFY Extreme Air Sports Trampoline Park" /> <meta name="twitter:description" content="DEFY Extreme Air Sports Trampoline Parks are an exhilarating entertainment, fitness, and sports experience for the entire family. Visit a park near you today!" /> <meta name="twitter:image" content="https://defy.com/wp-content/uploads/2021/11/[email protected]" /> <script type="application/ld+json">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://defy.com/#/schema/WebSite","url":"https://defy.com/","name":"DEFY","description":"DEFY Trampoline Parks","inLanguage":"en-US","potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://defy.com/search/{search_term_string}/"},"query-input":"required name=search_term_string"},"publisher":{"@id":"https://defy.com/#/schema/Organization"}},{"@type":"WebPage","@id":"https://defy.com/","url":"https://defy.com/","name":"DEFY Extreme Air Sports Trampoline Park | DEFY Trampoline Parks","description":"DEFY Extreme Air Sports Trampoline Parks are an exhilarating entertainment, fitness, and sports experience for the entire family. Visit a park near you today!","inLanguage":"en-US","isPartOf":{"@id":"https://defy.com/#/schema/WebSite"},"breadcrumb":{"@type":"BreadcrumbList","@id":"https://defy.com/#/schema/BreadcrumbList","itemListElement":{"@type":"ListItem","position":1,"name":"DEFY"}},"potentialAction":{"@type":"ReadAction","target":"https://defy.com/"},"about":{"@id":"https://defy.com/#/schema/Organization"}},{"@type":"Organization","@id":"https://defy.com/#/schema/Organization","name":"DEFY","url":"https://defy.com/"}]}</script> <!-- / The SEO Framework by Sybre Waaijer | 4.04ms meta | 0.36ms boot --> <link rel='dns-prefetch' href='//defy.com' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link data-minify="1" rel='stylesheet' id='wpsl-styles-css' href='https://defy.com/wp-content/cache/min/1/wp-content/plugins/wp-store-locator/css/styles.min.css?ver=1742857189' type='text/css' media='all' /> <style id='akismet-widget-style-inline-css' type='text/css'> .a-stats { --akismet-color-mid-green: #357b49; --akismet-color-white: #fff; --akismet-color-light-grey: #f6f7f7; max-width: 350px; width: auto; } .a-stats * { all: unset; box-sizing: border-box; } .a-stats strong { font-weight: 600; } .a-stats a.a-stats__link, .a-stats a.a-stats__link:visited, .a-stats a.a-stats__link:active { background: var(--akismet-color-mid-green); border: none; box-shadow: none; border-radius: 8px; color: var(--akismet-color-white); cursor: pointer; display: block; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif; font-weight: 500; padding: 12px; text-align: center; text-decoration: none; transition: all 0.2s ease; } /* Extra specificity to deal with TwentyTwentyOne focus style */ .widget .a-stats a.a-stats__link:focus { background: var(--akismet-color-mid-green); color: var(--akismet-color-white); text-decoration: none; } .a-stats a.a-stats__link:hover { filter: brightness(110%); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16); } .a-stats .count { color: var(--akismet-color-white); display: block; font-size: 1.5em; line-height: 1.4; padding: 0 13px; white-space: nowrap; } </style> <link data-minify="1" rel='stylesheet' id='defy-vendor-css' href='https://defy.com/wp-content/cache/min/1/wp-content/themes/defy/assets/css/vendor.css?ver=1742857189' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='defy-css' href='https://defy.com/wp-content/cache/min/1/wp-content/themes/defy/assets/css/theme.css?ver=1742857189' type='text/css' media='all' /> <script type="text/javascript" src="https://defy.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://defy.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://defy.com/wp-content/themes/defy/assets/js/vendor/jquery.exitintent.min.js?ver=1.0.1" id="exitintent-js"></script> <!-- Stream WordPress user activity plugin v4.1.1 --> <style type="text/css" id="wp-custom-css"> #show-mobile-ctas .btn { margin-bottom: 8px; } @media (max-width: 575px) { #show-mobile-ctas .btn-desktop { display: inline-block; } } </style> <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript> <script src="https://cdn.userway.org/widget.js" data-account="n0QDHTY6al"></script> <!-- Google Tag Manager --> <script type="rocketlazyloadscript">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-MZRQ73L');</script> <!-- End Google Tag Manager --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MZRQ73L" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <meta name="google-site-verification" content="TkS-o3UmwYIAM2G7wo_8Pv5BTyGxpwOHycJJMo-mAAc" /> <script type="rocketlazyloadscript" data-rocket-src="https://www.googleoptimize.com/optimize.js?id=OPT-5C2J4NZ" data-rocket-defer defer></script> <style id="rocket-lazyrender-inline-css">[data-wpr-lazyrender] {content-visibility: auto;}</style><meta name="generator" content="WP Rocket 3.18.3" data-wpr-features="wpr_delay_js wpr_defer_js wpr_minify_js wpr_lazyload_images wpr_lazyload_iframes wpr_automatic_lazy_rendering wpr_oci wpr_image_dimensions wpr_minify_css wpr_preload_links wpr_desktop" /></head> <body class="home wp-singular page-template-default page page-id-6 wp-theme-defy"> <div class="wrapper"> <a href="#content" class="skip-link js-skip">Skip to content</a> <header class="header"> <div class="container"> <div class="header__inner"> <div class="header__content"> <a href="https://defy.com/" class="logo" title="Logo"> <div class="header-logo-spray"> <img src="https://defy.com/wp-content/themes/defy/assets/images/blue-spray.png" width="auto" height="auto" alt=""> </div> <img width="155" height="116" src="https://defy.com/wp-content/uploads/2021/11/[email protected]" alt="Logo"> </a> <div class="header__nav"> <a href="#find-a-park" class="btn-find btn-find--mobile" role="button"> <em class="fa-thin fa-location-dot"></em> <span>Find a Location</span> <em class="fa-light fa-chevron-right"></em> </a> <div class="header__nav__inner"> <nav class="nav"> <ul id="menu-main-menu" class="menu"> <li id="menu-item-16654" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16654"><a href="https://defy.com/tickets/">Tickets</a></li> <li id="menu-item-16655" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16655"><a href="https://defy.com/memberships/">Memberships</a></li> <li id="menu-item-16659" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-16659"><a href="#">Parties & Groups</a> <ul class="sub-menu"> <li id="menu-item-16656" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16656"><a href="https://defy.com/birthday-parties/">Birthday Parties</a></li> <li id="menu-item-16657" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16657"><a href="https://defy.com/group-events/">Group Events</a></li> </ul> </li> <li id="menu-item-16660" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16660"><a href="https://defy.com/activities/">Activities</a></li> <li id="menu-item-16661" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16661"><a href="https://defy.com/health-safety/">Health & Safety</a></li> <li id="menu-item-16662" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16662"><a href="#waiver-popup">Waivers</a></li> </ul><!-- /.menu --> </nav><!-- /.nav --> <div class="header__nav-actions"><a href="/tickets/" class="btn btn-primary" role="button">Buy Flight Tickets</a><a href="/birthday-parties/" class="btn btn-outline-white" role="button">Throw a Party</a></div><!-- /.header__nav-actions --> </div><!-- /.header__nav__inner --> <div class="header__nav-bottom"> </div><!-- /.header__nav-bottom --> </div><!-- /.header__nav --> </div><!-- /.header__content --> <div class="header__aside"> <div class="header__actions"> <a href="#find-a-park" class="btn-find" role="button"> <em class="fa-thin fa-location-dot"></em> <span>Find a Location</span> <em class="fa-light fa-chevron-right"></em> </a> </div><!-- /.header__actions --> <a href="#" class="nav-trigger" title="Nav toggle"> <span></span> <span></span> <span></span> </a> </div><!-- /.header__aside --> </div><!-- /.header__inner --> <div class="header__actions-mobile"> <a href="#find-a-park" class="btn-find" role="button"> <em class="fa-thin fa-location-dot"></em> <span>Find a Location</span> <em class="fa-light fa-chevron-right"></em> </a> </div><!-- /.header__actions-mobile --> </div><!-- /.container --> </header><!-- /.header --> <div class="main" role="main" id="content"> <div class="section section-hero-1 hero hero--style-1 hero-animated has-banner"> <div class="container container--md page-load-opacity"> <div class="position-relative"> <div class="white-drip animated-drip"> <svg xmlns="http://www.w3.org/2000/svg" width="33" height="100" viewBox="0 503 33 100"> <g class="currentLayer"> <path fill="none" stroke="currentColor" stroke-width="16" stroke-linejoin="round" stroke-linecap="round" d="M18.19 9s0 0 0 0v.54.541.54.541c0 .54 0 .54-.541 1.081v.54s0 0 0 0v.541.54.541s0 0 0 0v.54 1.082 1.081.54.541.54.541.54.541.54.541.541.54.541.54.541.54.541.54.541.54.541.54.541 1.082 1.08.541.54 1.082.54.54.541.54.541 1.082.54 1.081.54s-.54 0-.54.541v.54.541 1.081.541s-.541 1.622-.541 2.162v.54.541 1.081s-.541 0-.541.54v1.082.54V49v1.081.54.541c0 .54-.54.54-.54.54v1.082.54 1.081.54.541.541.54c-.541 0-.541.541-.541.541v.54.541c-.54 2.162-.54 2.162-.54 2.703v1.081c-.541 0-.541.54-.541.54 0 .541.382.7 0 1.082l-.54.54c0 .54 0 1.081-.541 1.622v.54.54.541.54l-.54.541V69v1.081.54 2.163.54.54c-.541 0-.541.541-.541 1.082v.54 1.082.54.54.541.54 1.082.54 1.622l-.54.54v.541.54 1.082.54 1.081 1.081 1.081V89v.54.541 1.622s0 .54-.541 1.08v1.082.54.54.541c-.54.541-.54.541-.54 1.082v.54.54.541.54 1.082s0 0 0 0v.54.54l-.541.541v1.082 1.08.541.54.541.54c-.541.541-.541.541-.541 1.082v1.621 1.082.54.54 1.082.54 1.081.54.541.54 1.082.54.541.54.541.54.541.54.541.54 1.082s0 0 0 0v1.081.54 1.082.54 1.081s0 0 0 0v1.081.54s0 0 0 0V129s0 0 0 0v1.081.54 1.082.54.54.541 1.081.541.54.541.54.541.54.541 1.081s0 0 0 0v1.081 1.081.541.54.541.54 1.082.54.54.541.54l.54.541v.54c0 .541.526.35 1.082 2.704.124.526 0 1.08 0 1.08v.541.54.541.54c.54.541.54.541.54 1.082v.54.541.54 1.082.54l.54.54v.541.54.541.54 1.082.54.541c0 .54 0 .54.541 1.081v.54.541s0 0 0 0v1.081.54.541l.54.54v.541.541l.541.54v.541c0 .54 0 .54.54 1.081 0 0 0 0 0 0v1.081l.541.54c0 .541.159.7.54 1.082.383.382 0 .54 0 1.08v.541.541s0 .54.541.54v.541.54.541 1.081s0 0 0 0v.54c0 .541.541.541.541 1.082v1.081l.54.54v.541.54.541.54c0 .541-.206 1.123 0 1.622.293.707.541.54.541 1.081v.54V189v.54.541 1.081.54.541.54.541.54.541.54.541.541 1.081.54c0 .541.54.541.54.541v1.081.54 1.082s.541 0 .541.54v.541.54.541.54.541 1.081.54l.54.541v1.081.54V209v.54 1.082.54 1.081 1.081.54 1.082.54.541 1.081.54.541 1.081s0 0 0 0v1.081.54.541 1.082.54 1.081s0 0 0 0v.54 1.082.54.54 1.082.54.541 1.081.54 1.082.54 1.081 1.622 1.081 5.405 2.703.54.541.54 2.163V249v.54 1.082 1.621 1.081 1.622.54.541 1.081 1.081.54 1.082.54 1.081.541 1.622.54 3.243 2.163 1.621s-.54 0-.54.54v1.082c0 .54 0 1.08-.54 1.621v.541.54c0 .541.382.7 0 1.082l-.54.54v1.081.54.541 1.622.54c0 .541.086 1.089 0 1.622-.275 1.687-.541 2.162-.541 3.243s-.804 4.77-1.082 5.946c-.248 1.052 0 1.081 0 2.162v1.082 1.08 1.082.54.54.541 1.622 1.081 1.081.54 1.082.54.54 1.082 1.621.541.54.541 1.622.54.54 1.082.54 1.082.54.54 1.082s0 0 0 0v1.08.541 2.162.541 2.703 1.08.541.54 1.622.541s.541 0 .541.54v.541c0 .54 1.081 2.703 1.081 3.784 0 0 0 0 0 0 0 1.081.54 1.081.54 1.622v.54.54.541.54 1.622.54 1.082 1.081.54.541c0 .54.541 1.081.541 1.081v.54s0 0 0 0v1.082s0 0 0 0c0 .54 0 .54-.54.54v.54.541.54.541c0 .541-.03 2.163 0 2.703.27 4.887 1.94 15.16 2.702 21.081.42 3.261 1.351 5.926 1.622 11.352.027.54 0 1.08 0 1.08v.541 1.081 4.865c0 2.162.81 6.453 1.081 9.73.49 5.926.27 9.17.54 15.135.246 5.4 0 8.649 0 11.892v1.622 1.08 2.163 7.567 18.92 3.783.54 2.163 8.108 5.405 1.622 2.703 7.567c0 3.243-.54 4.865-.54 5.406v2.702 1.622s.16 1.63 0 3.243c-.272 2.743-.553 7.06-1.081 11.351-.545 4.424-.973 7.03-1.081 9.19-.27 5.425-.81 7.534-1.081 10.81-.09 1.078-.54 4.325-.54 5.406 0 1.621-.477 4.878-1.082 7.567-.489 2.175-.952 5.43-1.621 8.65-.454 2.181-1.022 8.113-1.622 14.053-.492 4.87-.81 6.461-1.081 10.811-.235 3.776.16 5.413 0 7.027-.272 2.743-.54 3.784-.54 4.324v.54h0"/> </g> </svg> </div> <div class="gray-drip animated-drip"> <svg xmlns="http://www.w3.org/2000/svg" width="33" height="100" viewBox="0 503 33 100"> <g class="currentLayer"> <path fill="none" stroke="currentColor" stroke-width="16" stroke-linejoin="round" stroke-linecap="round" d="M18.19 9s0 0 0 0v.54.541.54.541c0 .54 0 .54-.541 1.081v.54s0 0 0 0v.541.54.541s0 0 0 0v.54 1.082 1.081.54.541.54.541.54.541.54.541.541.54.541.54.541.54.541.54.541.54.541.54.541 1.082 1.08.541.54 1.082.54.54.541.54.541 1.082.54 1.081.54s-.54 0-.54.541v.54.541 1.081.541s-.541 1.622-.541 2.162v.54.541 1.081s-.541 0-.541.54v1.082.54V49v1.081.54.541c0 .54-.54.54-.54.54v1.082.54 1.081.54.541.541.54c-.541 0-.541.541-.541.541v.54.541c-.54 2.162-.54 2.162-.54 2.703v1.081c-.541 0-.541.54-.541.54 0 .541.382.7 0 1.082l-.54.54c0 .54 0 1.081-.541 1.622v.54.54.541.54l-.54.541V69v1.081.54 2.163.54.54c-.541 0-.541.541-.541 1.082v.54 1.082.54.54.541.54 1.082.54 1.622l-.54.54v.541.54 1.082.54 1.081 1.081 1.081V89v.54.541 1.622s0 .54-.541 1.08v1.082.54.54.541c-.54.541-.54.541-.54 1.082v.54.54.541.54 1.082s0 0 0 0v.54.54l-.541.541v1.082 1.08.541.54.541.54c-.541.541-.541.541-.541 1.082v1.621 1.082.54.54 1.082.54 1.081.54.541.54 1.082.54.541.54.541.54.541.54.541.54 1.082s0 0 0 0v1.081.54 1.082.54 1.081s0 0 0 0v1.081.54s0 0 0 0V129s0 0 0 0v1.081.54 1.082.54.54.541 1.081.541.54.541.54.541.54.541 1.081s0 0 0 0v1.081 1.081.541.54.541.54 1.082.54.54.541.54l.54.541v.54c0 .541.526.35 1.082 2.704.124.526 0 1.08 0 1.08v.541.54.541.54c.54.541.54.541.54 1.082v.54.541.54 1.082.54l.54.54v.541.54.541.54 1.082.54.541c0 .54 0 .54.541 1.081v.54.541s0 0 0 0v1.081.54.541l.54.54v.541.541l.541.54v.541c0 .54 0 .54.54 1.081 0 0 0 0 0 0v1.081l.541.54c0 .541.159.7.54 1.082.383.382 0 .54 0 1.08v.541.541s0 .54.541.54v.541.54.541 1.081s0 0 0 0v.54c0 .541.541.541.541 1.082v1.081l.54.54v.541.54.541.54c0 .541-.206 1.123 0 1.622.293.707.541.54.541 1.081v.54V189v.54.541 1.081.54.541.54.541.54.541.54.541.541 1.081.54c0 .541.54.541.54.541v1.081.54 1.082s.541 0 .541.54v.541.54.541.54.541 1.081.54l.54.541v1.081.54V209v.54 1.082.54 1.081 1.081.54 1.082.54.541 1.081.54.541 1.081s0 0 0 0v1.081.54.541 1.082.54 1.081s0 0 0 0v.54 1.082.54.54 1.082.54.541 1.081.54 1.082.54 1.081 1.622 1.081 5.405 2.703.54.541.54 2.163V249v.54 1.082 1.621 1.081 1.622.54.541 1.081 1.081.54 1.082.54 1.081.541 1.622.54 3.243 2.163 1.621s-.54 0-.54.54v1.082c0 .54 0 1.08-.54 1.621v.541.54c0 .541.382.7 0 1.082l-.54.54v1.081.54.541 1.622.54c0 .541.086 1.089 0 1.622-.275 1.687-.541 2.162-.541 3.243s-.804 4.77-1.082 5.946c-.248 1.052 0 1.081 0 2.162v1.082 1.08 1.082.54.54.541 1.622 1.081 1.081.54 1.082.54.54 1.082 1.621.541.54.541 1.622.54.54 1.082.54 1.082.54.54 1.082s0 0 0 0v1.08.541 2.162.541 2.703 1.08.541.54 1.622.541s.541 0 .541.54v.541c0 .54 1.081 2.703 1.081 3.784 0 0 0 0 0 0 0 1.081.54 1.081.54 1.622v.54.54.541.54 1.622.54 1.082 1.081.54.541c0 .54.541 1.081.541 1.081v.54s0 0 0 0v1.082s0 0 0 0c0 .54 0 .54-.54.54v.54.541.54.541c0 .541-.03 2.163 0 2.703.27 4.887 1.94 15.16 2.702 21.081.42 3.261 1.351 5.926 1.622 11.352.027.54 0 1.08 0 1.08v.541 1.081 4.865c0 2.162.81 6.453 1.081 9.73.49 5.926.27 9.17.54 15.135.246 5.4 0 8.649 0 11.892v1.622 1.08 2.163 7.567 18.92 3.783.54 2.163 8.108 5.405 1.622 2.703 7.567c0 3.243-.54 4.865-.54 5.406v2.702 1.622s.16 1.63 0 3.243c-.272 2.743-.553 7.06-1.081 11.351-.545 4.424-.973 7.03-1.081 9.19-.27 5.425-.81 7.534-1.081 10.81-.09 1.078-.54 4.325-.54 5.406 0 1.621-.477 4.878-1.082 7.567-.489 2.175-.952 5.43-1.621 8.65-.454 2.181-1.022 8.113-1.622 14.053-.492 4.87-.81 6.461-1.081 10.811-.235 3.776.16 5.413 0 7.027-.272 2.743-.54 3.784-.54 4.324v.54h0"/> </g> </svg> </div> </div> <div class="hero__inner"> <div class="hero__content"> <div class="hero-title div-spacing header-animation jumping-h1-animation"> <h1 class="outline">Defy trampoline park</h1> <p><span class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">Jumping, soaring, unforgettable parties and fun like you’ve never experienced at a trampoline park before.</span></p> </div> <div class="hero-buttons"> <a href="#find-a-park" class="btn btn-primary rotate-in-bounce" role="button" target="_blank"> Select My Park </a> </div> </div><!-- /.hero__content --> <div class="hero__image hero__image--scroll-animation"> <div class="jumper-spray"> <img src="https://defy.com/wp-content/themes/defy/assets/images/sprays/white-round.png" width="100%" height="100%" alt="Defy spray accent"> </div> <div class="jumper-bounce-animation"> <img width="577" height="601" src="https://defy.com/wp-content/themes/defy/assets/images/hero/jumper-01.png" alt="Jumper" class="jumper-flip-animation"> </div><!-- /.hero__image --> </div> </div><!-- /.hero__inner --> <div class="hero__background"> <picture> <source media="(max-width: 576.98px)" srcset="https://defy.com/wp-content/themes/defy/assets/images/hero/hero-bg-style-1-575.jpg"> <source media="(max-width: 768.98px)" srcset="https://defy.com/wp-content/themes/defy/assets/images/hero/hero-bg-style-1-767.jpg"> <source media="(max-width: 1024.98px)" srcset="https://defy.com/wp-content/themes/defy/assets/images/hero/hero-bg-style-1-1023.jpg"> <source media="(max-width: 1199.98px)" srcset="https://defy.com/wp-content/themes/defy/assets/images/hero/hero-bg-style-1-1199.jpg"> <source media="(min-width: 1200px)" srcset="https://defy.com/wp-content/themes/defy/assets/images//hero/hero-bg-style-1-1920.jpg"> <img src="https://defy.com/wp-content/themes/defy/assets/images/hero/hero-bg-style-1-1920.jpg" alt="DEFY Hero Background #1" width="1920" height="888"> </picture> </div><!-- /.hero__background --> </div><!-- /.container --> </div><!-- /.hero --> <div class="section section-hero-banner banner banner--scroll-animation"> <div class="banner-spray-wrap container container--md"> <div class="banner-spray-long"><img src="https://defy.com/wp-content/themes/defy/assets/images/sprays/gray-long.png" width="100%" height="100%" alt="Defy spray accent"></div> <div class="banner-spray-long"><img src="https://defy.com/wp-content/themes/defy/assets/images/sprays/gray-long.png" width="100%" height="100%" alt="Defy spray accent"></div> <div class="banner-spray-round-white"><img src="https://defy.com/wp-content/themes/defy/assets/images/sprays/white-round.png" width="100%" height="100%" alt="Defy spray accent"></div> <div class="banner-spray-round"> <div class="blue-drip drip--scroll-animation"> <svg xmlns="http://www.w3.org/2000/svg" width="33" height="100" viewBox="0 503 33 100"> <g class="currentLayer"> <path fill="none" stroke="currentColor" stroke-width="16" stroke-linejoin="round" stroke-linecap="round" d="M18.19 9s0 0 0 0v.54.541.54.541c0 .54 0 .54-.541 1.081v.54s0 0 0 0v.541.54.541s0 0 0 0v.54 1.082 1.081.54.541.54.541.54.541.54.541.541.54.541.54.541.54.541.54.541.54.541.54.541 1.082 1.08.541.54 1.082.54.54.541.54.541 1.082.54 1.081.54s-.54 0-.54.541v.54.541 1.081.541s-.541 1.622-.541 2.162v.54.541 1.081s-.541 0-.541.54v1.082.54V49v1.081.54.541c0 .54-.54.54-.54.54v1.082.54 1.081.54.541.541.54c-.541 0-.541.541-.541.541v.54.541c-.54 2.162-.54 2.162-.54 2.703v1.081c-.541 0-.541.54-.541.54 0 .541.382.7 0 1.082l-.54.54c0 .54 0 1.081-.541 1.622v.54.54.541.54l-.54.541V69v1.081.54 2.163.54.54c-.541 0-.541.541-.541 1.082v.54 1.082.54.54.541.54 1.082.54 1.622l-.54.54v.541.54 1.082.54 1.081 1.081 1.081V89v.54.541 1.622s0 .54-.541 1.08v1.082.54.54.541c-.54.541-.54.541-.54 1.082v.54.54.541.54 1.082s0 0 0 0v.54.54l-.541.541v1.082 1.08.541.54.541.54c-.541.541-.541.541-.541 1.082v1.621 1.082.54.54 1.082.54 1.081.54.541.54 1.082.54.541.54.541.54.541.54.541.54 1.082s0 0 0 0v1.081.54 1.082.54 1.081s0 0 0 0v1.081.54s0 0 0 0V129s0 0 0 0v1.081.54 1.082.54.54.541 1.081.541.54.541.54.541.54.541 1.081s0 0 0 0v1.081 1.081.541.54.541.54 1.082.54.54.541.54l.54.541v.54c0 .541.526.35 1.082 2.704.124.526 0 1.08 0 1.08v.541.54.541.54c.54.541.54.541.54 1.082v.54.541.54 1.082.54l.54.54v.541.54.541.54 1.082.54.541c0 .54 0 .54.541 1.081v.54.541s0 0 0 0v1.081.54.541l.54.54v.541.541l.541.54v.541c0 .54 0 .54.54 1.081 0 0 0 0 0 0v1.081l.541.54c0 .541.159.7.54 1.082.383.382 0 .54 0 1.08v.541.541s0 .54.541.54v.541.54.541 1.081s0 0 0 0v.54c0 .541.541.541.541 1.082v1.081l.54.54v.541.54.541.54c0 .541-.206 1.123 0 1.622.293.707.541.54.541 1.081v.54V189v.54.541 1.081.54.541.54.541.54.541.54.541.541 1.081.54c0 .541.54.541.54.541v1.081.54 1.082s.541 0 .541.54v.541.54.541.54.541 1.081.54l.54.541v1.081.54V209v.54 1.082.54 1.081 1.081.54 1.082.54.541 1.081.54.541 1.081s0 0 0 0v1.081.54.541 1.082.54 1.081s0 0 0 0v.54 1.082.54.54 1.082.54.541 1.081.54 1.082.54 1.081 1.622 1.081 5.405 2.703.54.541.54 2.163V249v.54 1.082 1.621 1.081 1.622.54.541 1.081 1.081.54 1.082.54 1.081.541 1.622.54 3.243 2.163 1.621s-.54 0-.54.54v1.082c0 .54 0 1.08-.54 1.621v.541.54c0 .541.382.7 0 1.082l-.54.54v1.081.54.541 1.622.54c0 .541.086 1.089 0 1.622-.275 1.687-.541 2.162-.541 3.243s-.804 4.77-1.082 5.946c-.248 1.052 0 1.081 0 2.162v1.082 1.08 1.082.54.54.541 1.622 1.081 1.081.54 1.082.54.54 1.082 1.621.541.54.541 1.622.54.54 1.082.54 1.082.54.54 1.082s0 0 0 0v1.08.541 2.162.541 2.703 1.08.541.54 1.622.541s.541 0 .541.54v.541c0 .54 1.081 2.703 1.081 3.784 0 0 0 0 0 0 0 1.081.54 1.081.54 1.622v.54.54.541.54 1.622.54 1.082 1.081.54.541c0 .54.541 1.081.541 1.081v.54s0 0 0 0v1.082s0 0 0 0c0 .54 0 .54-.54.54v.54.541.54.541c0 .541-.03 2.163 0 2.703.27 4.887 1.94 15.16 2.702 21.081.42 3.261 1.351 5.926 1.622 11.352.027.54 0 1.08 0 1.08v.541 1.081 4.865c0 2.162.81 6.453 1.081 9.73.49 5.926.27 9.17.54 15.135.246 5.4 0 8.649 0 11.892v1.622 1.08 2.163 7.567 18.92 3.783.54 2.163 8.108 5.405 1.622 2.703 7.567c0 3.243-.54 4.865-.54 5.406v2.702 1.622s.16 1.63 0 3.243c-.272 2.743-.553 7.06-1.081 11.351-.545 4.424-.973 7.03-1.081 9.19-.27 5.425-.81 7.534-1.081 10.81-.09 1.078-.54 4.325-.54 5.406 0 1.621-.477 4.878-1.082 7.567-.489 2.175-.952 5.43-1.621 8.65-.454 2.181-1.022 8.113-1.622 14.053-.492 4.87-.81 6.461-1.081 10.811-.235 3.776.16 5.413 0 7.027-.272 2.743-.54 3.784-.54 4.324v.54h0"/> </g> </svg> </div> <img src="https://defy.com/wp-content/themes/defy/assets/images/sprays/blue-round.png" width="100%" height="100%" alt="Defy spray accent"> </div> </div> <div class="container container--md"> <div class="banner__inner"> <div class="banner__head d-flex align-items-center justify-content-between"> <h2>MEMBERSHIPS</h2> <svg xmlns="http://www.w3.org/2000/svg" width="31.983" height="17.869" viewBox="0 0 31.983 17.869" class="animated-arrows"> <g id="Group_769" data-name="Group 769" transform="translate(-347.61 -1661.631)" class="arrows"> <path class="a3" id="Icon_material-keyboard-arrow-right" data-name="Icon material-keyboard-arrow-right" d="M12.885,24.394l6.82-6.835-6.82-6.835,2.1-2.1,8.934,8.934-8.934,8.934Z" transform="translate(355.674 1653.006)" fill="#c8942b"/> <path class="a2" id="Icon_material-keyboard-arrow-right-2" data-name="Icon material-keyboard-arrow-right" d="M12.885,24.394l6.82-6.835-6.82-6.835,2.1-2.1,8.934,8.934-8.934,8.934Z" transform="translate(344.701 1653.006)" fill="#c8942b"/> <path class="a1" id="Icon_material-keyboard-arrow-right-3" data-name="Icon material-keyboard-arrow-right" d="M12.885,24.394l6.82-6.835-6.82-6.835,2.1-2.1,8.934,8.934-8.934,8.934Z" transform="translate(334.725 1653.006)" fill="#c8942b"/> </g> </svg> </div><!-- /.banner__head --> <div class="banner__content d-flex align-items-center justify-content-between"> <p>EXPLORE OUR MEMBERSHIPS TO BECOME PART OF THE FLIGHT CLUB</p> </div><!-- /.banner__content --> <div class="banner__actions"> <a href="https://defy.com/locations/" class="btn btn-outline-dark" target="_self" role="button">Find My Park</a> </div><!-- /.banner__actions --> </div><!-- /.banner__inner --> </div><!-- /.container --> </div><!-- /.banner --> <div class="section section-image-content image-content style-1"> <!-- image-content--mirror - Mirror section view --> <div class="image-content__border-top"> <img width="1440" height="293" class="d-none d-lg-block" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201440%20293'%3E%3C/svg%3E" alt="Torn Edge Image" data-lazy-src="https://defy.com/wp-content/themes/defy/assets/images/torn-edge.svg" ><noscript><img width="1440" height="293" class="d-none d-lg-block" src="https://defy.com/wp-content/themes/defy/assets/images/torn-edge.svg" alt="Torn Edge Image" ></noscript> <img width="428" height="310" class="d-lg-none" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20428%20310'%3E%3C/svg%3E" alt="Torn Edge Mobile" data-lazy-src="https://defy.com/wp-content/themes/defy/assets/images/torn-edge-mobile.svg"><noscript><img width="428" height="310" class="d-lg-none" src="https://defy.com/wp-content/themes/defy/assets/images/torn-edge-mobile.svg" alt="Torn Edge Mobile"></noscript> </div> <div class="container"> <div class="image-content__inner"> <div class="image-content__image jumper--scroll-animation"> <img width="700" height="801" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20700%20801'%3E%3C/svg%3E" alt="Person Image" data-lazy-src="https://defy.com/wp-content/themes/defy/assets/images/person-img2-opt.png" ><noscript><img width="700" height="801" src="https://defy.com/wp-content/themes/defy/assets/images/person-img2-opt.png" alt="Person Image" ></noscript> </div><!-- /.image-content__image --> <div class="image-content__content" data-aos="fade-left" data-offset="0" data-aos-mirror="true" data-aos-easing="ease-out" data-aos-duration="800" > <h2>ABOUT US</h2> <p>We’re called DEFY, because that’s what we do. DEFY limits, DEFY the norm and DEFY the rules of what entertainment can be. In other words, we’re not just any old trampoline park. We’re a place where adrenaline junkies, extreme sports fans and anyone who just wants to try something new can come to get their kicks and then some.</p> <p><a class="btn btn-link" role="button" href="/about-us/">Learn More</a></p> </div><!-- /.image__content__content --> </div><!-- /.image-content__inner --> <div class="image-content__background"> <picture> <source media="(max-width: 576.98px)" data-lazy-srcset="https://defy.com/wp-content/themes/defy/assets/images/hero/img-content-style-1-575.jpg"> <source media="(max-width: 768.98px)" data-lazy-srcset="https://defy.com/wp-content/themes/defy/assets/images/hero/img-content-style-1-767.jpg"> <source media="(max-width: 1024.98px)" data-lazy-srcset="https://defy.com/wp-content/themes/defy/assets/images/hero/img-content-style-1-1023.jpg"> <source media="(max-width: 1199.98px)" data-lazy-srcset="https://defy.com/wp-content/themes/defy/assets/images/hero/img-content-style-1-1199.jpg"> <source media="(min-width: 1200px)" data-lazy-srcset="https://defy.com/wp-content/themes/defy/assets/images//hero/img-content-style-1-1920.jpg"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%20888'%3E%3C/svg%3E" alt="DEFY Hero Background #style-1" width="1920" height="888" data-lazy-src="https://defy.com/wp-content/themes/defy/assets/images/hero/img-content-style-1-1920.jpg"><noscript><img src="https://defy.com/wp-content/themes/defy/assets/images/hero/img-content-style-1-1920.jpg" alt="DEFY Hero Background #style-1" width="1920" height="888"></noscript> </picture> </div><!-- /.image-content__background --> </div><!-- /.container --> </div><!-- /.image-content --> <div class="section section-image-content image-content image-content--reversed image-content--white"> <!-- image-content--mirror - Mirror section view --> <div class="container"> <div class="image-content__inner"> <div class="image-content__image jumper--scroll-animation"> <img width="600" height="619" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20600%20619'%3E%3C/svg%3E" alt="Person Image" data-lazy-src="https://defy.com/wp-content/themes/defy/assets/images/person-img1-opt.png" ><noscript><img width="600" height="619" src="https://defy.com/wp-content/themes/defy/assets/images/person-img1-opt.png" alt="Person Image" ></noscript> </div><!-- /.image-content__image --> <div class="image-content__content" data-aos="fade-right" data-offset="0" data-aos-mirror="true" data-aos-easing="ease-out" data-aos-duration="800" > <h2>FIND A PARK NEAR YOU</h2> <p>Now with 61 parks across the United States, flight time is available in more places than ever.</p> <div class="content locations form-only"><div class="wpsl-wrap-nomap"> <div class="wpsl-search wpsl-clearfix wpsl-no-filters"> <div class="wpsl-search-wrap"> <form autocomplete="off"> <div class="wpsl-input"> <div class="wpsl-icon-direction"><i class="fas fa-location"></i> Use My Current Location</div></div> <div class="wpsl-search-btn-wrap"><input id="wpsl-search-input-clone" type="text" value="" name="wpsl-search-input" placeholder="Enter Zip Code, City or State" /> <input id="wpsl-opensearch-btn" type="submit" value="GO"></div> </form> </div> </div> </div></div> </div><!-- /.image__content__content --> </div><!-- /.image-content__inner --> <div class="image-content__background"> <picture> <source media="(max-width: 576.98px)" data-lazy-srcset="https://defy.com/wp-content/themes/defy/assets/images/hero/img-content-style-2-575.jpg"> <source media="(max-width: 768.98px)" data-lazy-srcset="https://defy.com/wp-content/themes/defy/assets/images/hero/img-content-style-2-767.jpg"> <source media="(max-width: 1024.98px)" data-lazy-srcset="https://defy.com/wp-content/themes/defy/assets/images/hero/img-content-style-2-1023.jpg"> <source media="(max-width: 1199.98px)" data-lazy-srcset="https://defy.com/wp-content/themes/defy/assets/images/hero/img-content-style-2-1199.jpg"> <source media="(min-width: 1200px)" data-lazy-srcset="https://defy.com/wp-content/themes/defy/assets/images//hero/img-content-style-2-1920.jpg"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%20888'%3E%3C/svg%3E" alt="DEFY Hero Background #style-2" width="1920" height="888" data-lazy-src="https://defy.com/wp-content/themes/defy/assets/images/hero/img-content-style-2-1920.jpg"><noscript><img src="https://defy.com/wp-content/themes/defy/assets/images/hero/img-content-style-2-1920.jpg" alt="DEFY Hero Background #style-2" width="1920" height="888"></noscript> </picture> </div><!-- /.image-content__background --> </div><!-- /.container --> </div><!-- /.image-content --> <div class="section section-social-grid social-grid mt-1 mb-5"> <div class="row grid-image-row"> <div class="col-12"> <div class="slider slider--grid js-slider d-block d-lg-none"> <div class="slider__clip"> <div class="slider__slides" data-slick='{"infinite": true, "slidesToShow": 1, "arrows": false, "dots": false, "variableWidth": true}'> <div class="slider__slide mx-1"> <div class="image-grid image-grid--block"> <img width="7796" height="5451" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%207796%205451'%3E%3C/svg%3E" alt="" data-lazy-src="https://defy.com/wp-content/uploads/2022/03/DSC07235.jpg"><noscript><img width="7796" height="5451" src="https://defy.com/wp-content/uploads/2022/03/DSC07235.jpg" alt=""></noscript> </div><!-- /.image-grid image-grid-/-sec --> </div><!-- /.slider__slide --> <div class="slider__slide mx-1"> <div class="image-grid image-grid--block"> <img width="718" height="717" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20718%20717'%3E%3C/svg%3E" alt="" data-lazy-src="https://defy.com/wp-content/uploads/2021/11/social-grid-image-2.jpg"><noscript><img width="718" height="717" src="https://defy.com/wp-content/uploads/2021/11/social-grid-image-2.jpg" alt=""></noscript> </div><!-- /.image-grid image-grid-/-sec --> </div><!-- /.slider__slide --> <div class="slider__slide mx-1"> <div class="image-grid image-grid--block"> <img width="717" height="717" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20717%20717'%3E%3C/svg%3E" alt="" data-lazy-src="https://defy.com/wp-content/uploads/2021/11/social-grid-image-3.jpg"><noscript><img width="717" height="717" src="https://defy.com/wp-content/uploads/2021/11/social-grid-image-3.jpg" alt=""></noscript> </div><!-- /.image-grid image-grid-/-sec --> </div><!-- /.slider__slide --> </div><!-- /.slider__slides --> </div><!-- /.slider__clip --> </div><!-- /.slider js-slider --> <div class="grid-images-desktop d-none d-lg-flex"> <div class="grid-image-desktop mx-1"> <img width="7796" height="5451" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%207796%205451'%3E%3C/svg%3E" alt="" data-lazy-src="https://defy.com/wp-content/uploads/2022/03/DSC07235.jpg"><noscript><img width="7796" height="5451" src="https://defy.com/wp-content/uploads/2022/03/DSC07235.jpg" alt=""></noscript> </div><!-- /.image-grid image-grid-/-sec --> <div class="grid-image-desktop mx-1"> <img width="718" height="717" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20718%20717'%3E%3C/svg%3E" alt="" data-lazy-src="https://defy.com/wp-content/uploads/2021/11/social-grid-image-2.jpg"><noscript><img width="718" height="717" src="https://defy.com/wp-content/uploads/2021/11/social-grid-image-2.jpg" alt=""></noscript> </div><!-- /.image-grid image-grid-/-sec --> <div class="grid-image-desktop mx-1"> <img width="717" height="717" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20717%20717'%3E%3C/svg%3E" alt="" data-lazy-src="https://defy.com/wp-content/uploads/2021/11/social-grid-image-3.jpg"><noscript><img width="717" height="717" src="https://defy.com/wp-content/uploads/2021/11/social-grid-image-3.jpg" alt=""></noscript> </div><!-- /.image-grid image-grid-/-sec --> </div> </div><!-- /.col-12 --> </div><!-- /.row --> <div class="row"> <div class="container"> <div class="social-links d-flex justify-content-center align-items-center"> <a class="social-link d-flex align-items-center text-decoration-none mx-4" href="https://www.instagram.com/defyparks/" target="_blank" rel="noreferrer" aria-label="DEFY on Instagram"><i class="fab fa-instagram" aria-hidden="true"></i></a> <a class="social-link d-flex align-items-center text-decoration-none mx-4" href="https://www.facebook.com/defyairparks/" target="_blank" rel="noreferrer" aria-label="DEFY's Facebook Page"><i class="fab fa-facebook-f" aria-hidden="true"></i></a> <a class="social-link d-flex align-items-center text-decoration-none mx-4" href="https://www.youtube.com/channel/UCHRhNTK9q54dZPkAvQ-LeoA" target="_blank" rel="noreferrer" aria-label="DEFY's YouTube Channel"><i class="fab fa-youtube" aria-hidden="true"></i></a> </div> </div> </div><!-- /.row --> </div><!-- /.content-carousel --> <div data-wpr-lazyrender="1" class="section section-content content content--none"> <div class="container container--xs "> <div class="content__body"> <div class="row"> <div class="col-12"> <div class="content__entry"> <h2 style="text-align: center;">MEMBERSHIP HAS ITS PRIVILEGES</h2> <p style="text-align: center;">Flight Club memberships are packed with perks and savings that range from epic to incredible to absolutely unbelievable. With multiple membership packages to choose from, it’s easy to find the right one for everyone. Compare packages and sign up today</p> <p style="text-align: center;"><a class="btn btn-primary btn-lg" role="button" href="/memberships/">Explore Memberships</a></p> </div><!-- /.content__entry --> </div> </div><!-- /.row --> </div><!-- /.content__body --> </div><!-- /.container --> </div><!-- /.content --> <div data-wpr-lazyrender="1" class="section section-content content content--none"> <div class="container container--xs "> <div class="content__body"> <div class="row"> <div class="col-12"> <div class="content__entry"> <h2 style="text-align: center;">HEALTH AND CLEANLINESS MEASURES</h2> <p style="text-align: center;">At DEFY, we take your health and safety seriously. Because when you feel comfortable at our parks, you can fly higher and have more fun. <strong>Plain and simple.</strong></p> <p style="text-align: center;"><a class="btn btn-link" role="button" href="/health-safety/">Safety Protocols</a></p> </div><!-- /.content__entry --> </div> </div><!-- /.row --> </div><!-- /.content__body --> </div><!-- /.container --> </div><!-- /.content --> <div data-wpr-lazyrender="1" class="section section-cta-cards cta"> <div class="container container--sm"> <div class="cta__background"> <img width="2882" height="1350" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202882%201350'%3E%3C/svg%3E" alt="Call to Action Background" data-lazy-src="https://defy.com/wp-content/themes/defy/assets/images/[email protected]"><noscript><img width="2882" height="1350" src="https://defy.com/wp-content/themes/defy/assets/images/[email protected]" alt="Call to Action Background"></noscript> </div><!-- /.cta__background --> <div class="cta__background cta__background--mobile"> <img width="1027" height="3324" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201027%203324'%3E%3C/svg%3E" alt="Call to Action Mobile Background" data-lazy-src="https://defy.com/wp-content/themes/defy/assets/images/[email protected]"><noscript><img width="1027" height="3324" src="https://defy.com/wp-content/themes/defy/assets/images/[email protected]" alt="Call to Action Mobile Background"></noscript> </div><!-- /.cta__background --> <div class="cta__body"> <div class="row"> <div class="col-12 col-lg-4 bouncing-cards-animation"> <div class="card "> <div class="card__image"> <img width="702" height="663" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20702%20663'%3E%3C/svg%3E" alt="" data-lazy-src="https://defy.com/wp-content/uploads/2021/11/[email protected]"><noscript><img width="702" height="663" src="https://defy.com/wp-content/uploads/2021/11/[email protected]" alt=""></noscript> </div><!-- /.card__image --> <div class="card__head"> <h3>TICKETS</h3> </div><!-- /.card__head --> <div class="card__body"> <p>Hit our park to jump, spin, flip, play and a whole lot more. Learn more about our flight ticket options and book yours here</p> </div><!-- /.card__body --> <div class="card__actions"> <a href="/tickets/" class="btn btn-outline-dark" target="_self" role="button"> Get Flight Tickets </a> </div><!-- /.card__actions --> </div><!-- /.card --> </div><!-- /.col-12 col-lg-4 --> <div class="col-12 col-lg-4 bouncing-cards-animation"> <div class="card card--sec"> <div class="card__image"> <img width="702" height="546" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20702%20546'%3E%3C/svg%3E" alt="" data-lazy-src="https://defy.com/wp-content/uploads/2021/11/[email protected]"><noscript><img width="702" height="546" src="https://defy.com/wp-content/uploads/2021/11/[email protected]" alt=""></noscript> </div><!-- /.card__image --> <div class="card__head"> <h3>MEMBERSHIPS</h3> </div><!-- /.card__head --> <div class="card__body"> <p>Make flight time anytime with a Flight Club Membership. Compare our membership packages and sign up today.</p> </div><!-- /.card__body --> <div class="card__actions"> <a href="/memberships/" class="btn btn-outline-dark" target="_self" role="button"> Join Flight Club </a> </div><!-- /.card__actions --> </div><!-- /.card --> </div><!-- /.col-12 col-lg-4 --> <div class="col-12 col-lg-4 bouncing-cards-animation"> <div class="card card--third"> <div class="card__image"> <img width="702" height="585" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20702%20585'%3E%3C/svg%3E" alt="" data-lazy-src="https://defy.com/wp-content/uploads/2021/11/[email protected]"><noscript><img width="702" height="585" src="https://defy.com/wp-content/uploads/2021/11/[email protected]" alt=""></noscript> </div><!-- /.card__image --> <div class="card__head"> <h3>PARTIES</h3> </div><!-- /.card__head --> <div class="card__body"> <p>Epic for them. Easy for you. Take their next birthday party up a level — or two. Find out more about our party packages and reserve theirs now.</p> </div><!-- /.card__body --> <div class="card__actions"> <a href="/birthday-parties/" class="btn btn-outline-dark" target="_self" role="button"> Compare Birthday Packages </a> </div><!-- /.card__actions --> </div><!-- /.card --> </div><!-- /.col-12 col-lg-4 --> </div><!-- /.row --> </div><!-- /.cta__body --> </div><!-- /.container --> </div><!-- /.cta --> </div><!-- /.main --> <footer data-wpr-lazyrender="1" class="footer"> <div class="container"> <div class="footer__inner"> <div class="row"> <div class="col-12 col-md-5 offset-md-1 text-center text-md-start"> <a href="https://defy.com/" class="footer__logo"> <img width="155" height="116" src="https://defy.com/wp-content/uploads/2021/11/[email protected]" alt="Footer logo image"> </a> <div class="socials visible-lg-block"> <ul><li><a href="https://www.instagram.com/defyparks/" aria-label="Instagram" target="_blank" rel="noreferrer"><i class="fab fa-instagram" aria-hidden="true"></i></a></li><li><a href="https://www.facebook.com/defyairparks/" aria-label="Facebook" target="_blank" rel="noreferrer"><i class="fab fa-facebook-f" aria-hidden="true"></i></a></li><li><a href="https://www.youtube.com/channel/UCHRhNTK9q54dZPkAvQ-LeoA" aria-label="YouTube" target="_blank" rel="noreferrer"><i class="fab fa-youtube" aria-hidden="true"></i></a></li></ul> </div><!-- /.socials --> </div><!-- /.col-12 col-md-6 --> <div class="col-4 col-sm-4 col-md-2"> <div class="footer__links"> <ul> <li><a href="https://defy.com/tickets/" target="">Tickets</a></li><li><a href="https://defy.com/memberships/" target="">Memberships</a></li><li><a href="https://defy.com/gift-cards/" target="">Gift Cards</a></li><li><a href="https://defy.com/health-safety/" target="">Health & Safety</a></li><li><a href="#waiver-popup" target="_blank">Waiver</a></li></ul></div><!-- /.footer__links --></div><!-- /.col-4 col-sm-4 col-md-2 --><div class="col-4 col-sm-4 col-md-2"><div class="footer__links"><ul><li><a href="https://defy.com/locations/" target="">Locations</a></li><li><a href="https://defy.com/activities/" target="">Activities</a></li><li><a href="https://defy.com/birthday-parties/" target="">Birthday Parties</a></li><li><a href="https://defy.com/group-events/" target="">Group Events</a></li><li><a href="https://defy.com/careers/" target="">Careers</a></li> </ul> </div><!-- /.footer__links --> </div><!-- /.col-4 col-sm-4 col-md-2 --> <div class="col-4 col-sm-4 col-md-2"> <div class="footer__links"> <ul> </ul> </div><!-- /.footer__links --> </div><!-- /.col-4 col-sm-4 col-md-2 --> </div><!-- /.row --> <div class="row d-md-none text-center"> <div class="col-12"> <div class="socials"> <ul><li><a href="https://www.instagram.com/defyparks/" aria-label="Instagram" target="_blank" rel="noreferrer"><i class="fab fa-instagram" aria-hidden="true"></i></a></li><li><a href="https://www.facebook.com/defyairparks/" aria-label="Facebook" target="_blank" rel="noreferrer"><i class="fab fa-facebook-f" aria-hidden="true"></i></a></li><li><a href="https://www.youtube.com/channel/UCHRhNTK9q54dZPkAvQ-LeoA" aria-label="YouTube" target="_blank" rel="noreferrer"><i class="fab fa-youtube" aria-hidden="true"></i></a></li></ul> </div><!-- /.socials --> </div><!-- /.col-12 --> </div><!-- /.row --> </div><!-- /.footer__inner --> <div class="footer__bottom"> <div class="row"> <div class="col-12 col-md-3 offset-md-1"> <div class="copyright"> <p>© 2025 DEFY</p> </div><!-- /.copyright --> </div><!-- /.col-5 col-md-6 --> <div class="col-12 col-md-8 text-end"> <div class="list-links"> <ul> <li id="menu-item-16794" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-16794"><a rel="privacy-policy" href="https://defy.com/privacy-policy/">Privacy Policy</a></li> <li id="menu-item-16795" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16795"><a href="https://defy.com/terms-conditions/">Terms of Service</a></li> <li id="menu-item-16796" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16796"><a href="https://defy.com/ccpa-dsar/">CCPA DSAR</a></li> <li id="menu-item-16797" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16797"><a href="https://defy.com/website-accessibility/">Website Accessibility</a></li> </ul> </div><!-- /.list-links --> </div><!-- /.col-7 col-md-6 --> </div><!-- /.row --> </div><!-- /.footer__bottom --> </div><!-- /.container --> </footer><!-- /.footer --> </div><!-- /.wrapper --> <div id="find-location-bg" aria-hidden="true"></div> <div id="find-location" role="dialog" aria-modal="true" aria-labelledby="find-a-park-title"> <h2 id="find-a-park-title" class="text-center">FIND A PARK.</h2> <a href="#" class="find-location-close" role="button" aria-label="Close"><i class="fal fa-times" aria-hidden="true"></i></a> <div id="defy-locations-sidebar" class="content locations locations-sidebar" style="overflow-x: clip;"><div class="wpsl-wrap-nomap"> <div class="wpsl-search wpsl-clearfix wpsl-no-filters"> <div class="wpsl-search-wrap"> <form autocomplete="off"> <div class="wpsl-input"> <div class="wpsl-icon-direction"><i class="fas fa-location"></i> Use My Current Location</div> </div> <div class="wpsl-search-btn-wrap"> <input id="wpsl-search-input-defy" type="text" value="" name="wpsl-search-input" placeholder="Enter Zip Code, City or State" aria-required="true" /> <input id="wpsl-search-btn-defy" type="submit" value="GO"> </div> </form> </div> </div> <div id="wpsl-result-list-defy"> <div id="wpsl-stores-defy" > <ul></ul> </div> <div id="wpsl-direction-details"> <ul></ul> </div> </div> </div></div> </div> <div id="waiver-popup" class="waiver-popup__body mfp-with-anim mfp-hide"> <div class="popup-spray"><img src="https://defy.com/wp-content/themes/defy/assets/images/sprays/blue-round.png" width="100%" height="100%" alt="Defy spray accent"></div> <h2 class="waiver-popup__title"> Please select a park location to make sure you sign the correct waiver. </h2> <form id="waiver-form" class="standard-form waiver-popup__form"> <label for="waiver">Select Your Park Location</label> <div class="waiver-popup__form-error"> You must select a park location to view its waiver. </div> <div class="waiver-popup__form-inputs"> <div class="waiver-popup__form-select"> <select id="waiver" name="waiver" class="form-select populate-parks-select" placeholder="Select Your Park Location"> <option class="placeholder" value="">Select Your Park Location</option> <option value="https://haveablast.roller.app/defybradenton/waiver/?_gl=1*1419ohh*_gcl_aw*R0NMLjE2Mzc2ODYxNTMuQ2p3S0NBaUF2X0tNQmhBekVpd0FzLXJYMUozZG9XTWNXN0pzYzc1MmVSWHFSTWRWcG9iRnB1WGtFZDNJY0pSZFRqazd0eVZBSXFReG1Sb0NCTFVRQXZEX0J3RQ..#">DEFY Bradenton</option> <option value="https://haveablast.roller.app/defygravitycharlotte/waiver/?_gl=1*13da4s9*_gcl_aw*R0NMLjE2Mzc2ODYxNTMuQ2p3S0NBaUF2X0tNQmhBekVpd0FzLXJYMUozZG9XTWNXN0pzYzc1MmVSWHFSTWRWcG9iRnB1WGtFZDNJY0pSZFRqazd0eVZBSXFReG1Sb0NCTFVRQXZEX0J3RQ..#">DEFY Charlotte</option> <option value="https://waiver.haveablast.roller.app/rockinjumpcincinnati/">DEFY Cincinnati</option> <option value="https://waiver.haveablast.roller.app/defyeugene/">DEFY Eugene</option> <option value="https://waiver.haveablast.roller.app/p3iowacity/">DEFY Iowa City</option> <option value="https://haveablast.roller.app/highheaven/waiver/?_gl=1*1skbkmo*_gcl_aw*R0NMLjE2Mzc2ODYxNTMuQ2p3S0NBaUF2X0tNQmhBekVpd0FzLXJYMUozZG9XTWNXN0pzYzc1MmVSWHFSTWRWcG9iRnB1WGtFZDNJY0pSZFRqazd0eVZBSXFReG1Sb0NCTFVRQXZEX0J3RQ..#">DEFY Jackson</option> <option value="https://haveablast.roller.app/defyraleigh/waiver/?_gl=1*1rmwhxj*_gcl_aw*R0NMLjE2Mzc2ODYxNTMuQ2p3S0NBaUF2X0tNQmhBekVpd0FzLXJYMUozZG9XTWNXN0pzYzc1MmVSWHFSTWRWcG9iRnB1WGtFZDNJY0pSZFRqazd0eVZBSXFReG1Sb0NCTFVRQXZEX0J3RQ..#/">DEFY Raleigh</option> <option value="https://haveablast.roller.app/scranton/waiver/?_gl=1*17m6g0m*_gcl_aw*R0NMLjE2Mzc2ODYxNTMuQ2p3S0NBaUF2X0tNQmhBekVpd0FzLXJYMUozZG9XTWNXN0pzYzc1MmVSWHFSTWRWcG9iRnB1WGtFZDNJY0pSZFRqazd0eVZBSXFReG1Sb0NCTFVRQXZEX0J3RQ..#">DEFY Scranton</option> <option value="https://haveablast.roller.app/defysparks/waiver/?utm_source=defysparks&utm_medium=referral&utm_campaign=mainmenu_waiver#/">DEFY Sparks</option> </select> </div> <button type="submit" class="waiver-popup__form-button btn btn-primary btn-lg">Continue to Waiver</button> </div> </form> </div> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/defy\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <script id="wpsl-info-window-template" type="text/template"> <div data-store-id="<%= id %>" class="wpsl-info-window"> <h4><a href="<%= park_url %>"><%= store %></a></h4> <span><%= address %></span> <% if ( address2 ) { %> <span><%= address2 %></span> <% } %> <span><%= city %>, <%= state %> <%= zip %></span> <% if ( phone ) { %> <span><strong>Phone</strong>: <%= formatPhoneNumber( phone ) %></span> <% } %> <% if ( fax ) { %> <span><strong>Fax</strong>: <%= fax %></span> <% } %> <% if ( email ) { %> <span><strong>Email</strong>: <%= formatEmail( email ) %></span> <% } %> <a href="<%= park_url %>" class="">See Park Details</a> | <a href="https://www.google.com/maps/dir/?api=1&destination=<%= address %>%20<%= city %>%20<%= zip %>%20<%= state %>" class="" target="_blank">Directions</a> </div> </script> <script id="wpsl-listing-template" type="text/template"> <% var exclude_locations = []; %> <% if ( !_.contains( [...exclude_locations], park_id ) ) { %> <li data-store-id="<%= id %>"> <div class="wpsl-store-header"> <h3><%= store %> <% if ( park_type === "coming-soon" ) { %> - Coming Soon <% } %> </h3> </div> <div class="wpsl-store-location"> <i class="fas fa-map-marker-alt"></i> <span class="wpsl-street"><%= address %></span> <% if ( address2 ) { %> <span class="wpsl-street"><%= address2 %></span> <% } %> <span class="wpsl-street"><%= city %>, <%= state %> <%= zip %></span> <span class="wpsl-street"><a href="tel:<%= formatPhoneNumber( phone ) %>"><%= formatPhoneNumber( phone ) %></a></span> </div> <div class="wpsl-direction-wrap"> <% if ( park_url ) { %> <a href="<%= park_url %>" class="btn btn-outline-dark">See Park Details</a> <% } %> </div> </li> <% } %> </script> <script type="text/javascript" id="rocket-browser-checker-js-after"> /* <![CDATA[ */ "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); /* ]]> */ </script> <script type="text/javascript" id="rocket-preload-links-js-extra"> /* <![CDATA[ */ var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/defy.com","onHoverDelay":"100","rateThrottle":"3"}; /* ]]> */ </script> <script type="text/javascript" id="rocket-preload-links-js-after"> /* <![CDATA[ */ (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); /* ]]> */ </script> <script type="text/javascript" id="wpsl-js-js-extra"> /* <![CDATA[ */ var wpslLabels = {"preloader":"Searching...","noResults":"No results found within 100 miles. Please try another search or see all locations.","moreInfo":"More info","generalError":"Something went wrong, please try again!","queryLimit":"API usage limit reached","directions":"Directions","noDirectionsFound":"No route could be found between the origin and destination","startPoint":"Start location","back":"Back","streetView":"Street view","zoomHere":"Zoom here","copyright":"Powered by Google, \u00a92025 Google"}; var wpslGeolocationErrors = {"denied":"The application does not have permission to use the Geolocation API.","unavailable":"Location information is unavailable.","timeout":"The geolocation request timed out.","generalError":"An unknown error occurred."}; var wpslSettings = {"apiVersions":{"autocomplete":"legacy"},"startMarker":"","markerClusters":"0","streetView":"0","autoComplete":"1","autoLocate":"0","autoLoad":"1","markerEffect":"bounce","markerStreetView":"0","markerZoomTo":"0","newWindow":"0","resetMap":"0","directionRedirect":"0","phoneUrl":"1","clickableDetails":"0","moreInfoLocation":"info window","mouseFocus":"0","templateId":"defywpsl","maxResults":"50","searchRadius":"100","distanceUnit":"mi","geoLocationTimeout":"7500","ajaxurl":"https:\/\/defy.com\/wp-admin\/admin-ajax.php","language":"en","mapControls":"<div id=\"wpsl-map-controls\" ><div class=\"wpsl-icon-direction\"><span>\ue800<\/span><\/div><\/div>","noResults":"No results found within 100 miles. Please try another search or <a href=\"\/locations\/?directory=1\">see all locations<\/a>.","geocodeComponents":{"country":"US"},"autoCompleteOptions":{"fields":["geometry.location"],"types":["(regions)"]},"placesApiOptions":{"includedRegionCodes":["us"],"language":"en"},"storeMarker":"[email protected]","mapType":"roadmap","mapTypeControl":"0","zoomLevel":"3","startLatlng":"33.4483771,-112.0740373","autoZoomLevel":"15","scrollWheel":"1","controlPosition":"left","url":"https:\/\/defy.com\/wp-content\/plugins\/wp-store-locator\/","markerIconProps":{"scaledSize":"37,54","origin":"0,0","anchor":"18,54","url":"https:\/\/defy.com\/wp-content\/themes\/defy\/wpsl\/markers\/"},"storeUrl":"0","maxDropdownHeight":"300","enableStyledDropdowns":"1","mapTabAnchor":"wpsl-map-tab","mapTabAnchorReturn":"","gestureHandling":"auto","directionsTravelMode":"DRIVING","runFitBounds":"1","mapStyle":""}; /* ]]> */ </script> <script type="text/javascript" src="https://defy.com/wp-content/plugins/wp-store-locator/js/wpsl-gmap.min.js?ver=2.2.250" id="wpsl-js-js"></script> <script type="text/javascript" id="defy-js-extra"> /* <![CDATA[ */ var defyVars = {"version":"1.0.1","ajaxurl":"https:\/\/defy.com\/wp-admin\/admin-ajax.php","tiers":""}; /* ]]> */ </script> <script data-minify="1" type="text/javascript" src="https://defy.com/wp-content/cache/min/1/wp-content/themes/defy/assets/js/theme.js?ver=1742857189" id="defy-js" data-rocket-defer defer></script> <script type="text/javascript" src="https://maps.google.com/maps/api/js?language=en&region=us&key=AIzaSyBTtLGUtTRAgUdM263C1Dbu1kgATCBGK7E&libraries=places&v=quarterly&callback=wpslCallback" id="wpsl-gmap-js"></script> <script type="text/javascript" src="https://defy.com/wp-includes/js/underscore.min.js?ver=1.13.7" id="underscore-js"></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://defy.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><!-- This site is converting visitors into subscribers and customers with OptinMonster - https://optinmonster.com --> <script type="rocketlazyloadscript">(function(d,u,ac){var s=d.createElement('script');s.type='text/javascript';s.src='https://a.omappapi.com/app/js/api.min.js';s.async=true;s.dataset.user=u;s.dataset.account=ac;d.getElementsByTagName('head')[0].appendChild(s);})(document,201489,217498);</script> <!-- / https://optinmonster.com --> </body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1746776522 -->