<!DOCTYPE html>
<html lang="en-US" prefix="og: https://ogp.me/ns#">

<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="1.2.3",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(t){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]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),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._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){return new Promise((await this._littleBreath(),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()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,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(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let r=arguments[0][e];delete arguments[0][e],arguments[0][t(e)]=r})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(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, minimum-scale=1">
	<link rel="profile" href="http://gmpg.org/xfn/11">
		            <script type="rocketlazyloadscript" data-minify="1" async data-rocket-src='https://thearenagym.com/wp-content/cache/min/1/monitor/stat.js?ver=1686332371'>
            </script>
        
<!-- Search Engine Optimization by Rank Math PRO - https://rankmath.com/ -->
<title>THE ARENA | San Diego’s Martial Arts School | Best Martial Arts Gym, Classes &amp; Training In San Diego</title><style id="perfmatters-used-css">@-webkit-keyframes fadein{0%{opacity:0;}to{opacity:1;}}@keyframes fadein{0%{opacity:0;}to{opacity:1;}}@-webkit-keyframes slidein{0%{transform:translateX(0);}to{transform:translateX(-480px);}}@keyframes slidein{0%{transform:translateX(0);}to{transform:translateX(-480px);}}@media only screen and (max-width:480px){@-webkit-keyframes slidein{0%{transform:translateX(0);}to{transform:translateX(-100vw);}}@keyframes slidein{0%{transform:translateX(0);}to{transform:translateX(-100vw);}}}@-webkit-keyframes spin{0%{transform:rotate(0deg);}to{transform:rotate(1 turn);}}@keyframes spin{0%{transform:rotate(0deg);}to{transform:rotate(1 turn);}}:where(.wp-block-woocommerce-mini-cart-contents){background:#fff;}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg);}to{transform:rotate(1 turn);}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg);}to{transform:rotate(1 turn);}}@-webkit-keyframes loading__animation{to{transform:translateX(100%);}}@keyframes loading__animation{to{transform:translateX(100%);}}:where(div[data-block-name="woocommerce/legacy-template"]){margin-left:auto;margin-right:auto;max-width:1000px;}:root{--woocommerce:#a46497;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#a46497;--wc-primary-text:white;--wc-secondary:#ebe9eb;--wc-secondary-text:#515151;--wc-highlight:#77a464;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;}:root{--woocommerce:#a46497;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#a46497;--wc-primary-text:white;--wc-secondary:#ebe9eb;--wc-secondary-text:#515151;--wc-highlight:#77a464;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@font-face{font-family:star;src:url("https://thearenagym.com/wp-content/plugins/woocommerce/assets/css/../fonts/star.eot");src:url("https://thearenagym.com/wp-content/plugins/woocommerce/assets/css/../fonts/star.eot?#iefix") format("embedded-opentype"),url("https://thearenagym.com/wp-content/plugins/woocommerce/assets/css/../fonts/star.woff") format("woff"),url("https://thearenagym.com/wp-content/plugins/woocommerce/assets/css/../fonts/star.ttf") format("truetype"),url("https://thearenagym.com/wp-content/plugins/woocommerce/assets/css/../fonts/star.svg#star") format("svg");font-weight:400;font-style:normal;}@font-face{font-family:WooCommerce;src:url("https://thearenagym.com/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.eot");src:url("https://thearenagym.com/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"),url("https://thearenagym.com/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff") format("woff"),url("https://thearenagym.com/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf") format("truetype"),url("https://thearenagym.com/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.svg#WooCommerce") format("svg");font-weight:400;font-style:normal;}.btn,.button,.wp-block-button__link,button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;box-sizing:border-box;border-color:currentColor;text-align:center;font-family:var(--bodyfontfamily),var(--nv-fallback-ff);}.btn,.button.button-primary,.is-style-primary .wp-block-button__link,.wp-block-search .wp-block-search__button,button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;box-sizing:border-box;background:var(--primarybtnbg);color:var(--primarybtncolor);border-style:solid;border-color:currentColor;fill:currentColor;border-width:var(--primarybtnborderwidth,0);border-radius:var(--primarybtnborderradius,3px);padding:var(--primarybtnpadding,13px 15px);font-weight:var(--btnfontweight,700);font-size:var(--btnfs,var(--bodyfontsize));line-height:var(--btnlineheight,1.6);letter-spacing:var(--btnletterspacing,var(--bodyletterspacing));text-transform:var(--btntexttransform,none);}.btn:hover,.button.button-primary:hover,.is-style-primary .wp-block-button__link:hover,button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{background:var(--primarybtnhoverbg);color:var(--primarybtnhovercolor);border-color:var(--primarybtnhovercolor);}.widget select,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,form input:read-write,form select,form select option,form textarea,form.wp-block-search input.wp-block-search__input{border-style:solid;border-color:var(--formfieldbordercolor);border-width:var(--formfieldborderwidth);border-radius:var(--formfieldborderradius,3px);background:var(--formfieldbgcolor);color:var(--formfieldcolor);padding:var(--formfieldpadding);text-transform:var(--formfieldtexttransform);font-weight:var(--formfieldfontweight);font-family:var(--bodyfontfamily);font-size:var(--formfieldfontsize);letter-spacing:var(--formfieldletterspacing);line-height:var(--formfieldlineheight);}.wpforms-container .wpforms-field-label,form label{font-weight:var(--formlabelfontweight,var(--bodyfontweight));text-transform:var(--formlabeltexttransform);letter-spacing:var(--formlabelletterspacing);line-height:var(--formlabellineheight);font-size:var(--formlabelfontsize,var(--bodyfontsize));}.nv-html-content p,blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}ul{list-style:none;}button,input,select,textarea{margin:0;}html{box-sizing:border-box;-ms-overflow-style:scrollbar;}*,::after,::before{box-sizing:border-box;}audio,embed,img,object,video{height:auto;max-width:100%;}iframe{border:0;max-width:100%;}html{font-size:100%;}body{background-color:var(--nv-site-bg);color:var(--nv-text-color);font-size:var(--bodyfontsize);line-height:var(--bodylineheight);letter-spacing:var(--bodyletterspacing);font-family:var(--bodyfontfamily),var(--nv-fallback-ff);text-transform:var(--bodytexttransform);font-weight:var(--bodyfontweight);overflow-x:hidden;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}h1,h2,h3,h4,h5,h6{margin-bottom:30px;font-family:var(--headingsfontfamily),var(--nv-fallback-ff);}p{margin-bottom:30px;}a{--linkdeco:none;color:var(--nv-primary-accent);cursor:pointer;text-decoration:var(--linkdeco);}a:focus,a:hover{opacity:.9;color:var(--nv-secondary-accent);}h1{font-size:var(--h1fontsize);font-weight:var(--h1fontweight);line-height:var(--h1lineheight);letter-spacing:var(--h1letterspacing);text-transform:var(--h1texttransform);}h2{font-size:var(--h2fontsize);font-weight:var(--h2fontweight);line-height:var(--h2lineheight);letter-spacing:var(--h2letterspacing);text-transform:var(--h2texttransform);}h3{font-size:var(--h3fontsize);font-weight:var(--h3fontweight);line-height:var(--h3lineheight);letter-spacing:var(--h3letterspacing);text-transform:var(--h3texttransform);}h4{font-size:var(--h4fontsize);font-weight:var(--h4fontweight);line-height:var(--h4lineheight);letter-spacing:var(--h4letterspacing);text-transform:var(--h4texttransform);}ol,ul{padding-left:var(--listpad,0);}ul{list-style:var(--liststyle,none);}.show-on-focus{position:absolute;width:1px;height:1px;clip:rect(1px,1px,1px,1px);top:32px;background:var(--nv-site-bg);padding:10px 15px;}.show-on-focus:focus{z-index:999999;width:auto;height:auto;clip:auto;}.wrapper{display:flex;min-height:100vh;flex-direction:column;position:relative;transition:all .3s cubic-bezier(.79,.14,.15,.86);}body>.wrapper:not(.et-fb-iframe-ancestor){overflow:hidden;}.neve-main{flex:1 auto;}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=reset],input[type=search],input[type=submit],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0;resize:vertical;}[tabindex="-1"]:focus,input:read-write:focus,select:focus,textarea:focus{outline:0;box-shadow:0 0 3px 0 var(--nv-secondary-accent);--formfieldbordercolor:var(--nv-secondary-accent);}button,input,select,textarea{line-height:inherit;box-sizing:border-box;}::placeholder{color:inherit;opacity:.5;}label{display:inline-block;}article{word-break:break-word;}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}.elementor-widget-text-editor{--listpad:15px;--liststyle:disc;}body.elementor-page .wrapper{overflow:visible;}.header-menu-sidebar-bg,[class*=row-inner]{position:relative;background-image:var(--bgimage,none);background-position:var(--bgposition,center);background-repeat:no-repeat;background-size:cover;background-attachment:var(--bgattachment);}.header-menu-sidebar-bg::before,[class*=row-inner]::before{display:block;width:100%;top:0;bottom:0;position:absolute;content:"";background-color:var(--overlaycolor);opacity:var(--bgoverlayopacity);}[class*=row-inner]:not(.footer--row-inner){border-bottom:var(--rowbwidth,0) solid var(--rowbcolor);}[data-row-id]{color:var(--color);background:var(--bgcolor);}[data-row-id] a{color:var(--color);}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0;}.elementor{-webkit-hyphens:manual;hyphens:manual;}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box;}.elementor a{box-shadow:none;text-decoration:none;}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:none;}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none;}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr;}.elementor .elementor-background-video-container{transition:opacity 1s;pointer-events:none;}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover;}.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow{height:100%;width:100%;top:0;left:0;position:absolute;}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%;}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%;}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order);align-self:var(--align-self);}.elementor-element:where(.e-con-full,.elementor-widget){flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap);}.elementor-align-center{text-align:center;}.elementor-align-center .elementor-button{width:auto;}.elementor-align-right{text-align:right;}.elementor-align-right .elementor-button{width:auto;}@media (max-width:1024px){.elementor-tablet-align-justify .elementor-button{width:100%;}}@media (max-width:767px){.elementor-mobile-align-justify .elementor-button{width:100%;}}:root{--page-title-display:block;}@keyframes eicon-spin{0%{transform:rotate(0deg);}to{transform:rotate(359deg);}}.elementor-section{position:relative;}.elementor-section .elementor-container{display:flex;margin-right:auto;margin-left:auto;position:relative;}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap;}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px;}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center;}.elementor-widget-wrap{position:relative;width:100%;flex-wrap:wrap;align-content:flex-start;}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex;}.elementor-widget-wrap>.elementor-element{width:100%;}.elementor-widget{position:relative;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0;}.elementor-column{position:relative;min-height:1px;display:flex;}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px;}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%;}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%;}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%;}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%;}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%;}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%;}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%;}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%;}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%;}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%;}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%;}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%;}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%;}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%;}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%;}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%;}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%;}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%;}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%;}}@media (max-width:767px){.elementor-column{width:100%;}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap);}.elementor-grid .elementor-grid-item{min-width:0;}.elementor-grid-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap));}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word;}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr);}@media (max-width:1024px){.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr);}}@media (max-width:767px){.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr);}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop";}}@media (min-width:-1px){#elementor-device-mode:after{content:"widescreen";}}@media (max-width:-1px){#elementor-device-mode:after{content:"laptop";content:"tablet_extra";}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet";}}@media (max-width:-1px){#elementor-device-mode:after{content:"mobile_extra";}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile";}}.e-con{--border-radius:0;--display:flex;--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;--content-width:Min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0;--margin-right:0;--margin-bottom:0;--margin-left:0;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--transition:0;--gap:var(--widgets-spacing,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:.3s;position:var(--position);flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis);width:var(--width);min-width:0;min-height:var(--min-height);height:var(--height);border-radius:var(--border-radius);margin:var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left);padding-left:var(--padding-left);padding-right:var(--padding-right);z-index:var(--z-index);overflow:var(--overflow);transition:var(--transition);}.e-con-full,.e-con>.e-con-inner{flex-direction:var(--flex-direction);text-align:var(--text-align);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);}.e-con,.e-con>.e-con-inner{display:var(--display);}.e-con-boxed{flex-direction:column;text-align:initial;flex-wrap:nowrap;justify-content:normal;align-items:normal;align-content:normal;gap:initial;}.e-con>.e-con-inner{flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap);width:100%;max-width:var(--content-width);margin:0 auto;padding-inline:0;height:100%;flex-basis:auto;flex-grow:1;flex-shrink:1;align-self:auto;}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-right:auto;--margin-left:auto;max-width:min(100%,var(--width));}.e-con .elementor-widget.elementor-widget{margin-bottom:0;}.e-con:before,.e-con>.e-con-inner>.elementor-background-slideshow:before,.e-con>.e-con-inner>.elementor-background-video-container:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-background-video-container:before{content:var(--background-overlay);display:block;position:absolute;width:100%;height:100%;left:0;top:0;mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);transition:var(--overlay-transition);border-radius:var(--border-radius);}.e-con>.e-con-inner>.elementor-background-video-container:before,.e-con>.elementor-background-video-container:before{z-index:1;}.e-con .elementor-widget{min-width:0;}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%;}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%;}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%;}@media (max-width:767px){.e-con{--width:100%;--flex-wrap:wrap;}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap;}.elementor-field-group{flex-wrap:wrap;align-items:center;}.elementor-field-group.elementor-field-type-submit{align-items:flex-end;}.elementor-field-group .elementor-field-textual{width:100%;max-width:100%;border:1px solid #818a91;background-color:transparent;color:#373a3c;vertical-align:middle;flex-grow:1;}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0;}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6;}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6;}.elementor-field-label{cursor:pointer;}.elementor-field-textual{line-height:1.4;font-size:15px;min-height:40px;padding:5px 14px;border-radius:3px;}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;border-radius:4px;}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%;}.elementor-form .elementor-button{padding-top:0;padding-bottom:0;border:none;}.elementor-form .elementor-button>span{display:flex;justify-content:center;}.elementor-form .elementor-button.elementor-size-sm{min-height:40px;}.elementor-form .elementor-button.elementor-size-md{min-height:47px;}.elementor-element .elementor-widget-container{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;}.elementor-button{display:inline-block;line-height:1;background-color:#818a91;font-size:15px;padding:12px 24px;border-radius:3px;color:#fff;fill:#fff;text-align:center;transition:all .3s;}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff;}.elementor-button-content-wrapper{display:flex;justify-content:center;}.elementor-button-icon{flex-grow:0;order:5;}.elementor-button-icon svg{width:1em;height:auto;}.elementor-button-icon .e-font-icon-svg{height:1em;}.elementor-button-text{flex-grow:1;order:10;display:inline-block;}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;border-radius:4px;}.elementor-button span{text-decoration:inherit;}.elementor-tab-title a{color:inherit;}.elementor-icon{display:inline-block;line-height:1;transition:all .3s;color:#818a91;font-size:50px;text-align:center;}.elementor-icon:hover{color:#818a91;}.elementor-icon i,.elementor-icon svg{width:1em;height:1em;position:relative;display:block;}.elementor-icon i:before,.elementor-icon svg:before{position:absolute;left:50%;transform:translateX(-50%);}.elementor-shape-circle .elementor-icon{border-radius:50%;}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1;}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box;}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0);}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;}.swiper-pagination{position:absolute;text-align:center;transition:.3s;transform:translateZ(0);z-index:10;}.elementor-swiper{position:relative;}.elementor-main-swiper{position:static;}.elementor-swiper-button{position:absolute;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;transform:translateY(-50%);}.elementor-swiper-button svg{fill:hsla(0,0%,93.3%,.9);height:1em;width:1em;}.elementor-swiper-button-prev{left:10px;}.elementor-swiper-button-next{right:10px;}@keyframes swiper-preloader-spin{to{transform:rotate(1 turn);}}.elementor-post__thumbnail__link{transition:none;}#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{padding:0;}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none;}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none;}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none;}}.elementor-location-footer:before,.elementor-location-header:before{content:"";display:table;clear:both;}[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section,[data-elementor-type=popup]:not(.elementor-edit-area){display:none;}.elementor-item:after,.elementor-item:before{display:block;position:absolute;transition:.3s;transition-timing-function:cubic-bezier(.58,.3,.005,1);}.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{opacity:0;}.elementor-item-active:after,.elementor-item-active:before,.elementor-item.highlighted:after,.elementor-item.highlighted:before,.elementor-item:focus:after,.elementor-item:focus:before,.elementor-item:hover:after,.elementor-item:hover:before{transform:scale(1);}.elementor-nav-menu--main .elementor-nav-menu a{transition:.4s;}.elementor-nav-menu--main .elementor-nav-menu a,.elementor-nav-menu--main .elementor-nav-menu a.highlighted,.elementor-nav-menu--main .elementor-nav-menu a:focus,.elementor-nav-menu--main .elementor-nav-menu a:hover{padding:13px 20px;}.elementor-nav-menu--main .elementor-nav-menu a.current{background:#373a3c;color:#fff;}.elementor-nav-menu--main .elementor-nav-menu a.disabled{background:#55595c;color:#a1a6a9;}.elementor-nav-menu--main .elementor-nav-menu ul{position:absolute;width:12em;border-width:0;border-style:solid;padding:0;}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up{position:absolute;display:none;visibility:hidden;overflow:hidden;background:#fff;height:20px;}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow{position:absolute;top:-2px;left:50%;margin-left:-8px;width:0;height:0;overflow:hidden;border:8px dashed transparent;border-bottom:8px solid #494c4f;}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow{top:6px;border-style:solid dashed dashed;border-color:#494c4f transparent transparent;}.elementor-nav-menu--layout-horizontal{display:flex;}.elementor-nav-menu--layout-horizontal .elementor-nav-menu{display:flex;flex-wrap:wrap;}.elementor-nav-menu--layout-horizontal .elementor-nav-menu a{white-space:nowrap;flex-grow:1;}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{display:flex;}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul{top:100% !important;}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a{-webkit-margin-start:var(--e-nav-menu-horizontal-menu-item-margin);margin-inline-start:var(--e-nav-menu-horizontal-menu-item-margin);}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul{left:var(--e-nav-menu-horizontal-menu-item-margin) !important;}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a{-webkit-margin-end:var(--e-nav-menu-horizontal-menu-item-margin);margin-inline-end:var(--e-nav-menu-horizontal-menu-item-margin);}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after{content:var(--e-nav-menu-divider-content,none);height:var(--e-nav-menu-divider-height,35%);border-left:var(--e-nav-menu-divider-width,2px) var(--e-nav-menu-divider-style,solid) var(--e-nav-menu-divider-color,#000);border-bottom-color:var(--e-nav-menu-divider-color,#000);border-right-color:var(--e-nav-menu-divider-color,#000);border-top-color:var(--e-nav-menu-divider-color,#000);align-self:center;}.elementor-nav-menu__align-right .elementor-nav-menu{margin-left:auto;justify-content:flex-end;}.elementor-nav-menu__align-left .elementor-nav-menu{margin-right:auto;justify-content:flex-start;}.elementor-nav-menu__align-center .elementor-nav-menu{margin-left:auto;margin-right:auto;justify-content:center;}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu{width:100%;}.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle{display:none;}.elementor-widget-nav-menu .elementor-widget-container{display:flex;flex-direction:column;}.elementor-nav-menu{position:relative;z-index:2;}.elementor-nav-menu:after{content:" ";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden;}.elementor-nav-menu,.elementor-nav-menu li,.elementor-nav-menu ul{display:block;list-style:none;margin:0;padding:0;line-height:normal;-webkit-tap-highlight-color:rgba(0,0,0,0);}.elementor-nav-menu ul{display:none;}.elementor-nav-menu ul ul a,.elementor-nav-menu ul ul a:active,.elementor-nav-menu ul ul a:focus,.elementor-nav-menu ul ul a:hover{border-left:16px solid transparent;}.elementor-nav-menu ul ul ul a,.elementor-nav-menu ul ul ul a:active,.elementor-nav-menu ul ul ul a:focus,.elementor-nav-menu ul ul ul a:hover{border-left:24px solid transparent;}.elementor-nav-menu ul ul ul ul a,.elementor-nav-menu ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul a:hover{border-left:32px solid transparent;}.elementor-nav-menu ul ul ul ul ul a,.elementor-nav-menu ul ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul ul a:hover{border-left:40px solid transparent;}.elementor-nav-menu a,.elementor-nav-menu li{position:relative;}.elementor-nav-menu li{border-width:0;}.elementor-nav-menu a{display:flex;align-items:center;}.elementor-nav-menu a,.elementor-nav-menu a:focus,.elementor-nav-menu a:hover{padding:10px 20px;line-height:20px;}.elementor-nav-menu a.current{background:#373a3c;color:#fff;}.elementor-nav-menu a.disabled{cursor:not-allowed;color:#a1a6a9;}.elementor-nav-menu .e-plus-icon:before{content:"+";}.elementor-nav-menu .sub-arrow{line-height:1;padding:10px 0 10px 10px;margin-top:-10px;margin-bottom:-10px;display:flex;align-items:center;}.elementor-nav-menu .sub-arrow i{pointer-events:none;}.elementor-nav-menu .sub-arrow .fa.fa-chevron-down,.elementor-nav-menu .sub-arrow .fas.fa-chevron-down{font-size:.7em;}.elementor-nav-menu .sub-arrow .e-font-icon-svg{height:1em;width:1em;}.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down{height:.7em;width:.7em;}.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,.elementor-nav-menu--dropdown .elementor-item.highlighted,.elementor-nav-menu--dropdown .elementor-item:focus,.elementor-nav-menu--dropdown .elementor-item:hover,.elementor-sub-item.elementor-item-active,.elementor-sub-item.highlighted,.elementor-sub-item:focus,.elementor-sub-item:hover{background-color:#55595c;color:#fff;}.elementor-menu-toggle{display:flex;align-items:center;justify-content:center;font-size:var(--nav-menu-icon-size,22px);padding:.25em;cursor:pointer;border:0 solid;border-radius:3px;background-color:rgba(0,0,0,.05);color:#494c4f;}.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close{display:none;}.elementor-menu-toggle .e-font-icon-svg{fill:#494c4f;height:1em;width:1em;}.elementor-menu-toggle svg{width:1em;height:auto;fill:var(--nav-menu-icon-color,currentColor);}span.elementor-menu-toggle__icon--close,span.elementor-menu-toggle__icon--open{line-height:1;}.elementor-nav-menu--dropdown{background-color:#fff;font-size:13px;}.elementor-nav-menu--dropdown.elementor-nav-menu__container{margin-top:10px;transition:max-height .3s,transform .3s;transform-origin:top;overflow-y:hidden;}.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item{font-size:.85em;}.elementor-nav-menu--dropdown a{color:#494c4f;}ul.elementor-nav-menu--dropdown a,ul.elementor-nav-menu--dropdown a:focus,ul.elementor-nav-menu--dropdown a:hover{text-shadow:none;border-left:8px solid transparent;}.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a{justify-content:center;}.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container{transform:scaleY(0);max-height:0;}.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown{position:absolute;z-index:9997;}@media (min-width:1025px){.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown{display:none;}}@media (max-width:1024px){.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main{display:none;}}.elementor-testimonial__footer,.elementor-testimonial__header{display:flex;}.elementor-testimonial__footer cite,.elementor-testimonial__header cite{display:flex;flex-direction:column;font-style:normal;font-size:14px;line-height:1.5;}.elementor-testimonial__name{font-weight:700;}.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{align-items:center;}.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{margin-top:25px;}.elementor-testimonial--align-center .elementor-testimonial{text-align:center;}.elementor-testimonial--align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center;}@media (max-width:767px){.elementor-testimonial--mobile-align-center .elementor-testimonial{text-align:center;}.elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center;}}.elementor-widget-testimonial-carousel .swiper-slide{padding:20px;}.elementor-widget-testimonial-carousel .elementor-testimonial__text{font-size:1.3em;font-style:italic;line-height:1.5;}.swiper-slide{will-change:transform;border-style:solid;border-width:0;transition-duration:.5s;transition-property:border,background,transform;overflow:hidden;}.swiper-slide a{display:inline;}.swiper-slide a.elementor-button{display:inline-block;}.elementor-widget-reviews .elementor-arrows-yes .elementor-main-swiper,.elementor-widget-testimonial-carousel .elementor-arrows-yes .elementor-main-swiper{width:calc(95% - 40px);}.elementor-widget-reviews .elementor-main-swiper,.elementor-widget-testimonial-carousel .elementor-main-swiper{width:95%;}.elementor-widget-reviews .swiper-wrapper,.elementor-widget-testimonial-carousel .swiper-wrapper{display:flex;align-items:stretch;}.elementor-widget-reviews .swiper-slide,.elementor-widget-testimonial-carousel .swiper-slide{height:auto;}.elementor-widget-reviews.elementor-pagination-type-bullets .swiper-container,.elementor-widget-reviews.elementor-pagination-type-fraction .swiper-container,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container,.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper-container{padding-bottom:40px;}.elementor-widget-reviews .elementor-swiper-button-prev,.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-next,.elementor-widget-testimonial-carousel .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-next{left:0;right:unset;}.elementor-widget-reviews .elementor-swiper-button-next,.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel .elementor-swiper-button-next,.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-prev{right:0;left:unset;}.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-next,.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev{top:calc(50% - ( 40px / 2 ));}.elementor-widget-archive-posts:after,.elementor-widget-posts:after{display:none;}.elementor-posts-container:not(.elementor-posts-masonry){align-items:stretch;}.elementor-posts-container .elementor-post{padding:0;margin:0;}.elementor-posts-container .elementor-post__excerpt{flex-grow:var(--read-more-alignment,0);}.elementor-posts-container .elementor-post__thumbnail{overflow:hidden;}.elementor-posts-container .elementor-post__thumbnail img{display:block;width:100%;max-height:none;max-width:none;transition:filter .3s;}.elementor-posts-container .elementor-post__thumbnail__link{position:relative;display:block;width:100%;}.elementor-posts .elementor-post{flex-direction:column;transition-property:background,border,box-shadow;transition-duration:.25s;}.elementor-posts .elementor-post__title{font-size:18px;margin:0;}.elementor-posts .elementor-post__excerpt{margin-bottom:10px;}.elementor-posts .elementor-post__excerpt p{margin:0;line-height:1.5em;font-size:14px;color:#777;}.elementor-posts .elementor-post__text{display:var(--item-display,block);flex-direction:column;flex-grow:1;}.elementor-posts .elementor-post__read-more{font-size:12px;font-weight:700;align-self:flex-start;}.elementor-posts .elementor-post__thumbnail{position:relative;}.elementor-posts--skin-classic .elementor-post{overflow:hidden;}.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-posts--thumbnail-top .elementor-post__text{width:100%;}.elementor-posts .elementor-post{display:flex;}.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper,.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper{}.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper .elementor-button,.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper .elementor-button{cursor:pointer;position:relative;}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0;}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative;}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%;}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:flex;align-items:center;font-size:inherit;}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-left:5px;}.elementor-widget .elementor-icon-list-icon{display:flex;}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em);}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align);}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size,1em) * .25) 0 0);}.elementor-widget.elementor-list-item-link-full_width a{width:100%;}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center;}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto;}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right;}.elementor-widget.elementor-align-right .elementor-icon-list-items{justify-content:flex-end;}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0;}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0;}@media (min-width:-1px){.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{left:0;}.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{right:0;}}@media (max-width:-1px){.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{left:0;}.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{right:0;}}@media (max-width:-1px){.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{left:0;}.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{right:0;}}@media (max-width:1024px){.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0;}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0;}}@media (max-width:-1px){.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{left:0;}.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{right:0;}}@media (max-width:767px){.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0;}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0;}}</style>
<meta name="description" content="THE ARENA, the best Martial Arts school for Combat Sports training in San Diego, offers 30 Days FREE! Over 100 weekly classes in Boxing, Jiu Jitsu, Judo, FMA, Kickboxing, MMA, Muay Thai &amp; Wrestling."/>
<meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/>
<link rel="canonical" href="https://thearenagym.com/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="THE ARENA | San Diego’s Martial Arts School | Best Martial Arts Gym, Classes &amp; Training In San Diego" />
<meta property="og:description" content="THE ARENA, the best Martial Arts school for Combat Sports training in San Diego, offers 30 Days FREE! Over 100 weekly classes in Boxing, Jiu Jitsu, Judo, FMA, Kickboxing, MMA, Muay Thai &amp; Wrestling." />
<meta property="og:url" content="https://thearenagym.com/" />
<meta property="og:site_name" content="The Arena" />
<meta property="og:updated_time" content="2023-05-09T14:32:47-07:00" />
<meta property="og:image" content="https://thearenagym.com/wp-content/uploads/2022/10/The-Arena-OpenGraph.jpg" />
<meta property="og:image:secure_url" content="https://thearenagym.com/wp-content/uploads/2022/10/The-Arena-OpenGraph.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="martial arts" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="article:published_time" content="2022-08-22T16:57:22-07:00" />
<meta property="article:modified_time" content="2023-05-09T14:32:47-07:00" />
<meta property="og:video" content="https://player.vimeo.com/video/673355050" />
<meta property="video:duration" content="41" />
<meta property="og:video" content="https://thearenagym.com/wp-content/uploads/2022/10/Home-Page-Hero720.mp4" />
<meta property="ya:ovs:upload_date" content="2022-02-03 16:11:19" />
<meta property="ya:ovs:allow_embed" content="true" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="THE ARENA | San Diego’s Martial Arts School | Best Martial Arts Gym, Classes &amp; Training In San Diego" />
<meta name="twitter:description" content="THE ARENA, the best Martial Arts school for Combat Sports training in San Diego, offers 30 Days FREE! Over 100 weekly classes in Boxing, Jiu Jitsu, Judo, FMA, Kickboxing, MMA, Muay Thai &amp; Wrestling." />
<meta name="twitter:site" content="@thearenagym" />
<meta name="twitter:creator" content="@thearenagym" />
<meta name="twitter:image" content="https://thearenagym.com/wp-content/uploads/2022/10/The-Arena-OpenGraph.jpg" />
<meta name="twitter:label1" content="Written by" />
<meta name="twitter:data1" content="The Arena" />
<meta name="twitter:label2" content="Time to read" />
<meta name="twitter:data2" content="10 minutes" />
<script type="application/ld+json" class="rank-math-schema-pro">{"@context":"https://schema.org","@graph":[{"@type":"Place","@id":"https://thearenagym.com/#place","geo":{"@type":"GeoCoordinates","latitude":"32.75417490222733","longitude":" -117.20913962921526"},"hasMap":"https://www.google.com/maps/search/?api=1&amp;query=32.75417490222733, -117.20913962921526","address":{"@type":"PostalAddress","streetAddress":"3350 Sports Arena Blvd.","addressLocality":"San Diego","addressRegion":"California","postalCode":"92110","addressCountry":"United States"}},{"@type":["SportsClub","Organization"],"@id":"https://thearenagym.com/#organization","name":"THE ARENA | The San Diego Boxing, Jiu Jitsu, MMA &amp; Muay Thai Gym","url":"https://thearenagym.com","sameAs":["https://twitter.com/thearenagym"],"email":"info@thearenagym.com","address":{"@type":"PostalAddress","streetAddress":"3350 Sports Arena Blvd.","addressLocality":"San Diego","addressRegion":"California","postalCode":"92110","addressCountry":"United States"},"logo":{"@type":"ImageObject","@id":"https://thearenagym.com/#logo","url":"https://www.thearenagym.com/wp-content/uploads/2018/06/the_arena_logo.png","contentUrl":"https://www.thearenagym.com/wp-content/uploads/2018/06/the_arena_logo.png","caption":"The Arena","inLanguage":"en-US"},"priceRange":"$","openingHours":["Monday,Tuesday,Wednesday,Thursday,Friday 07:00-21:00","Saturday 09:00-1:00"],"location":{"@id":"https://thearenagym.com/#place"},"image":{"@id":"https://thearenagym.com/#logo"},"telephone":"619-222-5554"},{"@type":"WebSite","@id":"https://thearenagym.com/#website","url":"https://thearenagym.com","name":"The Arena","publisher":{"@id":"https://thearenagym.com/#organization"},"inLanguage":"en-US","potentialAction":{"@type":"SearchAction","target":"https://thearenagym.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"ImageObject","@id":"https://thearenagym.com/wp-content/uploads/2022/09/The-Arena-Logo-Symbol.svg","url":"https://thearenagym.com/wp-content/uploads/2022/09/The-Arena-Logo-Symbol.svg","width":"200","height":"200","inLanguage":"en-US"},{"@type":"WebPage","@id":"https://thearenagym.com/#webpage","url":"https://thearenagym.com/","name":"THE ARENA | San Diego\u2019s Martial Arts School | Best Martial Arts Gym, Classes &amp; Training In San Diego","datePublished":"2022-08-22T16:57:22-07:00","dateModified":"2023-05-09T14:32:47-07:00","about":{"@id":"https://thearenagym.com/#organization"},"isPartOf":{"@id":"https://thearenagym.com/#website"},"primaryImageOfPage":{"@id":"https://thearenagym.com/wp-content/uploads/2022/09/The-Arena-Logo-Symbol.svg"},"inLanguage":"en-US"},{"@type":"Person","@id":"https://thearenagym.com/author/the-arena/","name":"The Arena","url":"https://thearenagym.com/author/the-arena/","image":{"@type":"ImageObject","@id":"https://secure.gravatar.com/avatar/034c704b60d7ab42f5c95df1d5549e70?s=96&amp;d=mm&amp;r=g","url":"https://secure.gravatar.com/avatar/034c704b60d7ab42f5c95df1d5549e70?s=96&amp;d=mm&amp;r=g","caption":"The Arena","inLanguage":"en-US"},"worksFor":{"@id":"https://thearenagym.com/#organization"}},{"headline":"THE ARENA | San Diego\u2019s Martial Arts School | Best Martial Arts Gym, Classes &amp; Training In San Diego","description":"THE ARENA, the best Martial Arts school for Combat Sports training in San Diego, offers 30 Days FREE! Over 100 weekly classes in Boxing, Jiu Jitsu, Judo, FMA, Kickboxing, MMA, Muay Thai &amp; Wrestling.","keywords":"martial arts","@type":"Article","author":{"@id":"https://thearenagym.com/author/the-arena/","name":"The Arena"},"datePublished":"2022-08-22T16:57:22-07:00","dateModified":"2023-05-09T14:32:47-07:00","name":"THE ARENA | San Diego\u2019s Martial Arts School | Best Martial Arts Gym, Classes &amp; Training In San Diego","@id":"https://thearenagym.com/#schema-48559","isPartOf":{"@id":"https://thearenagym.com/#webpage"},"publisher":{"@id":"https://thearenagym.com/#organization"},"image":{"@id":"https://thearenagym.com/wp-content/uploads/2022/09/The-Arena-Logo-Symbol.svg"},"inLanguage":"en-US"},{"embedUrl":"https://player.vimeo.com/video/673355050","name":"The Arena Facility","description":"San Diego's largest Combat Sports Gym &amp; Martial Arts School.","uploadDate":"2022-02-03 16:11:19","duration":"PT41S","thumbnailUrl":"https://thearenagym.com/wp-content/uploads/2022/11/The-Arena-Facility-In-San-Diego.jpg","hasPart":[],"isFamilyFriendly":"True","@type":"VideoObject","@id":"https://thearenagym.com/#schema-56492","isPartOf":{"@id":"https://thearenagym.com/#webpage"},"publisher":{"@id":"https://thearenagym.com/#organization"},"inLanguage":"en-US","mainEntityOfPage":{"@id":"https://thearenagym.com/#webpage"}},{"@type":"VideoObject","contentUrl":"https://thearenagym.com/wp-content/uploads/2022/10/Home-Page-Hero720.mp4","name":"The Arena Gym","description":"San Diego's Martial Arts Gym","uploadDate":"2022-08-22T16:57:22-07:00","thumbnailUrl":"https://thearenagym.com/wp-content/uploads/2022/11/The-Arena-Gym-San-Diego.jpg","hasPart":[],"@id":"https://thearenagym.com/#schema-56493","isPartOf":{"@id":"https://thearenagym.com/#webpage"},"publisher":{"@id":"https://thearenagym.com/#organization"},"inLanguage":"en-US"}]}</script>
<meta name="google-site-verification" content="LlbImHikx8jAXaInObxuLReCXdm4nqw47FXUfU3PyCQ" />
<!-- /Rank Math WordPress SEO plugin -->


<link rel='stylesheet' id='classic-theme-styles-css' data-pmdelayedstyle="https://thearenagym.com/wp-includes/css/classic-themes.min.css?ver=6.2.2" type='text/css' media='all' />
<style id='woocommerce-inline-inline-css' type='text/css'>
.woocommerce form .form-row .required { visibility: visible; }
</style>
<link rel='stylesheet' id='neve-woocommerce-css' data-pmdelayedstyle="https://thearenagym.com/wp-content/themes/neve/assets/css/woocommerce.min.css?ver=3.6.4" type='text/css' media='all' />
<link rel='stylesheet' id='neve-style-css' data-pmdelayedstyle="https://thearenagym.com/wp-content/themes/neve/style-main-new.min.css?ver=3.6.4" type='text/css' media='all' />
<style id='neve-style-inline-css' type='text/css'>
.nv-meta-list li.meta:not(:last-child):after { content:"/" }.nv-meta-list .no-mobile{
			display:none;
		}.nv-meta-list li.last::after{
			content: ""!important;
		}@media (min-width: 769px) {
			.nv-meta-list .no-mobile {
				display: inline-block;
			}
			.nv-meta-list li.last:not(:last-child)::after {
		 		content: "/" !important;
			}
		}
.nav-ul li .caret svg, .nav-ul li .caret img{width:var(--smiconsize, 0.5em);height:var(--smiconsize, 0.5em);}.nav-ul .sub-menu li {border-style: var(--itembstyle);}
 :root{ --container: 748px;--postwidth:100%; --primarybtnbg: var(--nv-primary-accent); --primarybtnhoverbg: var(--nv-primary-accent); --primarybtncolor: #fff; --secondarybtncolor: var(--nv-primary-accent); --primarybtnhovercolor: #fff; --secondarybtnhovercolor: var(--nv-primary-accent);--primarybtnborderradius:3px;--secondarybtnborderradius:3px;--secondarybtnborderwidth:3px;--btnpadding:13px 15px;--primarybtnpadding:13px 15px;--secondarybtnpadding:calc(13px - 3px) calc(15px - 3px); --bodyfontfamily: Arial,Helvetica,sans-serif; --bodyfontsize: 15px; --bodylineheight: 1.6; --bodyletterspacing: 0px; --bodyfontweight: 400; --h1fontsize: 36px; --h1fontweight: 700; --h1lineheight: 1.2; --h1letterspacing: 0px; --h1texttransform: none; --h2fontsize: 28px; --h2fontweight: 700; --h2lineheight: 1.3; --h2letterspacing: 0px; --h2texttransform: none; --h3fontsize: 24px; --h3fontweight: 700; --h3lineheight: 1.4; --h3letterspacing: 0px; --h3texttransform: none; --h4fontsize: 20px; --h4fontweight: 700; --h4lineheight: 1.6; --h4letterspacing: 0px; --h4texttransform: none; --h5fontsize: 16px; --h5fontweight: 700; --h5lineheight: 1.6; --h5letterspacing: 0px; --h5texttransform: none; --h6fontsize: 14px; --h6fontweight: 700; --h6lineheight: 1.6; --h6letterspacing: 0px; --h6texttransform: none;--formfieldborderwidth:2px;--formfieldborderradius:3px; --formfieldbgcolor: var(--nv-site-bg); --formfieldbordercolor: #dddddd; --formfieldcolor: var(--nv-text-color);--formfieldpadding:10px 12px; } .single-post-container .alignfull > [class*="__inner-container"], .single-post-container .alignwide > [class*="__inner-container"]{ max-width:718px } .single-product .alignfull > [class*="__inner-container"], .single-product .alignwide > [class*="__inner-container"]{ max-width:718px } .nv-meta-list{ --avatarsize: 20px; } .single .nv-meta-list{ --avatarsize: 20px; } .nv-post-cover{ --height: 250px;--padding:40px 15px;--justify: flex-start; --textalign: left; --valign: center; } .nv-post-cover .nv-title-meta-wrap, .nv-page-title-wrap, .entry-header{ --textalign: left; } .nv-is-boxed.nv-title-meta-wrap{ --padding:40px 15px; --bgcolor: var(--nv-dark-bg); } .nv-overlay{ --opacity: 50; --blendmode: normal; } .nv-is-boxed.nv-comments-wrap{ --padding:20px; } .nv-is-boxed.comment-respond{ --padding:20px; } .single:not(.single-product), .page{ --c-vspace:0 0 0 0;; } .global-styled{ --bgcolor: var(--nv-site-bg); } .header-top{ --rowbcolor: var(--nv-light-bg); --color: var(--nv-text-color); --bgcolor: var(--nv-site-bg); } .header-main{ --rowbcolor: var(--nv-light-bg); --color: var(--nv-text-color); --bgcolor: var(--nv-site-bg); } .header-bottom{ --rowbcolor: var(--nv-light-bg); --color: var(--nv-text-color); --bgcolor: var(--nv-site-bg); } .builder-item--nav-icon,.header-menu-sidebar .close-sidebar-panel .navbar-toggle{ --borderradius:0; } .builder-item--nav-icon{ --label-margin:0 5px 0 0;;--padding:10px 15px;--margin:0; } .footer-top-inner .row{ grid-template-columns:1fr 1fr 1fr; --valign: flex-start; } .footer-top{ --rowbcolor: var(--nv-light-bg); --color: var(--nv-text-color); --bgcolor: var(--nv-site-bg); } .footer-main-inner .row{ grid-template-columns:1fr 1fr 1fr; --valign: flex-start; } .footer-main{ --rowbcolor: var(--nv-light-bg); --color: var(--nv-text-color); --bgcolor: var(--nv-site-bg); } .footer-bottom-inner .row{ grid-template-columns:1fr 1fr 1fr; --valign: flex-start; } .footer-bottom{ --rowbcolor: var(--nv-light-bg); --color: var(--nv-text-dark-bg); --bgcolor: var(--nv-dark-bg); } @media(min-width: 576px){ :root{ --container: 992px;--postwidth:50%;--btnpadding:13px 15px;--primarybtnpadding:13px 15px;--secondarybtnpadding:calc(13px - 3px) calc(15px - 3px); --bodyfontsize: 16px; --bodylineheight: 1.6; --bodyletterspacing: 0px; --h1fontsize: 38px; --h1lineheight: 1.2; --h1letterspacing: 0px; --h2fontsize: 30px; --h2lineheight: 1.2; --h2letterspacing: 0px; --h3fontsize: 26px; --h3lineheight: 1.4; --h3letterspacing: 0px; --h4fontsize: 22px; --h4lineheight: 1.5; --h4letterspacing: 0px; --h5fontsize: 18px; --h5lineheight: 1.6; --h5letterspacing: 0px; --h6fontsize: 14px; --h6lineheight: 1.6; --h6letterspacing: 0px; } .single-post-container .alignfull > [class*="__inner-container"], .single-post-container .alignwide > [class*="__inner-container"]{ max-width:962px } .single-product .alignfull > [class*="__inner-container"], .single-product .alignwide > [class*="__inner-container"]{ max-width:962px } .nv-meta-list{ --avatarsize: 20px; } .single .nv-meta-list{ --avatarsize: 20px; } .nv-post-cover{ --height: 320px;--padding:60px 30px;--justify: flex-start; --textalign: left; --valign: center; } .nv-post-cover .nv-title-meta-wrap, .nv-page-title-wrap, .entry-header{ --textalign: left; } .nv-is-boxed.nv-title-meta-wrap{ --padding:60px 30px; } .nv-is-boxed.nv-comments-wrap{ --padding:30px; } .nv-is-boxed.comment-respond{ --padding:30px; } .single:not(.single-product), .page{ --c-vspace:0 0 0 0;; } .builder-item--nav-icon{ --label-margin:0 5px 0 0;;--padding:10px 15px;--margin:0; } }@media(min-width: 960px){ :root{ --container: 1170px;--postwidth:33.3333333333%;--btnpadding:13px 15px;--primarybtnpadding:13px 15px;--secondarybtnpadding:calc(13px - 3px) calc(15px - 3px); --bodyfontsize: 16px; --bodylineheight: 1.7; --bodyletterspacing: 0px; --h1fontsize: 40px; --h1lineheight: 1.1; --h1letterspacing: 0px; --h2fontsize: 32px; --h2lineheight: 1.2; --h2letterspacing: 0px; --h3fontsize: 28px; --h3lineheight: 1.4; --h3letterspacing: 0px; --h4fontsize: 24px; --h4lineheight: 1.5; --h4letterspacing: 0px; --h5fontsize: 20px; --h5lineheight: 1.6; --h5letterspacing: 0px; --h6fontsize: 16px; --h6lineheight: 1.6; --h6letterspacing: 0px; } body:not(.single):not(.archive):not(.blog):not(.search):not(.error404) .neve-main > .container .col, body.post-type-archive-course .neve-main > .container .col, body.post-type-archive-llms_membership .neve-main > .container .col{ max-width: 100%; } body:not(.single):not(.archive):not(.blog):not(.search):not(.error404) .nv-sidebar-wrap, body.post-type-archive-course .nv-sidebar-wrap, body.post-type-archive-llms_membership .nv-sidebar-wrap{ max-width: 0%; } .neve-main > .archive-container .nv-index-posts.col{ max-width: 100%; } .neve-main > .archive-container .nv-sidebar-wrap{ max-width: 0%; } .neve-main > .single-post-container .nv-single-post-wrap.col{ max-width: 70%; } .single-post-container .alignfull > [class*="__inner-container"], .single-post-container .alignwide > [class*="__inner-container"]{ max-width:789px } .container-fluid.single-post-container .alignfull > [class*="__inner-container"], .container-fluid.single-post-container .alignwide > [class*="__inner-container"]{ max-width:calc(70% + 15px) } .neve-main > .single-post-container .nv-sidebar-wrap{ max-width: 30%; } .archive.woocommerce .neve-main > .shop-container .nv-shop.col{ max-width: 70%; } .archive.woocommerce .neve-main > .shop-container .nv-sidebar-wrap{ max-width: 30%; } .single-product .neve-main > .shop-container .nv-shop.col{ max-width: 100%; } .single-product .alignfull > [class*="__inner-container"], .single-product .alignwide > [class*="__inner-container"]{ max-width:1140px } .single-product .container-fluid .alignfull > [class*="__inner-container"], .single-product .alignwide > [class*="__inner-container"]{ max-width:calc(100% + 15px) } .single-product .neve-main > .shop-container .nv-sidebar-wrap{ max-width: 0%; } .nv-meta-list{ --avatarsize: 20px; } .single .nv-meta-list{ --avatarsize: 20px; } .nv-post-cover{ --height: 400px;--padding:60px 40px;--justify: flex-start; --textalign: left; --valign: center; } .nv-post-cover .nv-title-meta-wrap, .nv-page-title-wrap, .entry-header{ --textalign: left; } .nv-is-boxed.nv-title-meta-wrap{ --padding:60px 40px; } .nv-is-boxed.nv-comments-wrap{ --padding:40px; } .nv-is-boxed.comment-respond{ --padding:40px; } .single:not(.single-product), .page{ --c-vspace:0 0 0 0;; } .builder-item--nav-icon{ --label-margin:0 5px 0 0;;--padding:10px 15px;--margin:0; } }.nv-content-wrap .elementor a:not(.button):not(.wp-block-file__button){ text-decoration: none; }:root{--nv-primary-accent:#2f5aae;--nv-secondary-accent:#2f5aae;--nv-site-bg:#ffffff;--nv-light-bg:#f4f5f7;--nv-dark-bg:#121212;--nv-text-color:#cccccc;--nv-text-dark-bg:#ffffff;--nv-c-1:#9463ae;--nv-c-2:#be574b;--nv-fallback-ff:Arial, Helvetica, sans-serif;}
:root{--e-global-color-nvprimaryaccent:#2f5aae;--e-global-color-nvsecondaryaccent:#2f5aae;--e-global-color-nvsitebg:#ffffff;--e-global-color-nvlightbg:#f4f5f7;--e-global-color-nvdarkbg:#121212;--e-global-color-nvtextcolor:#cccccc;--e-global-color-nvtextdarkbg:#ffffff;--e-global-color-nvc1:#9463ae;--e-global-color-nvc2:#be574b;}
</style>
<link rel='stylesheet' id='elementor-frontend-css' data-pmdelayedstyle="https://thearenagym.com/wp-content/plugins/elementor/assets/css/frontend-lite.min.css?ver=3.14.1" type='text/css' media='all' />
<link rel='stylesheet' id='swiper-css' data-pmdelayedstyle="https://thearenagym.com/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css?ver=5.3.6" type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-133-css' href='https://thearenagym.com/wp-content/uploads/elementor/css/post-133.css?ver=1687805944' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-pro-css' data-pmdelayedstyle="https://thearenagym.com/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css?ver=3.14.1" type='text/css' media='all' />
<link rel='stylesheet' id='neve-elementor-widgets-styles-css' data-pmdelayedstyle="https://thearenagym.com/wp-content/plugins/neve-pro-addon/includes/modules/elementor_booster/assets/css/style.min.css?ver=2.6.4" type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-143-css' href='https://thearenagym.com/wp-content/uploads/elementor/css/post-143.css?ver=1687805945' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-151-css' href='https://thearenagym.com/wp-content/uploads/elementor/css/post-151.css?ver=1687805945' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-156-css' href='https://thearenagym.com/wp-content/uploads/elementor/css/post-156.css?ver=1687805945' type='text/css' media='all' />
<link rel='stylesheet' id='neve-child-style-css' data-pmdelayedstyle="https://thearenagym.com/wp-content/themes/neve-child-master/style.css?ver=3.6.4" type='text/css' media='all' />
<link rel='stylesheet' id='hfg_module-css' data-pmdelayedstyle="https://thearenagym.com/wp-content/plugins/neve-pro-addon/includes/modules/header_footer_grid/assets/style.min.css?ver=2.6.4" type='text/css' media='all' />
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://thearenagym.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.4' id='jquery-core-js' defer></script>
	<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
	<meta name="generator" content="Elementor 3.14.1; features: e_dom_optimization, e_optimized_assets_loading, e_optimized_css_loading, e_font_icon_svg, a11y_improvements, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-block">
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
!function(){var geq=window.geq=window.geq||[];if(geq.initialize) return;if (geq.invoked){if (window.console && console.error) {console.error("GE snippet included twice.");}return;}geq.invoked = true;geq.methods = ["page", "suppress", "trackOrder", "identify", "addToCart", "callBack", "event"];geq.factory = function(method){return function(){var args = Array.prototype.slice.call(arguments);args.unshift(method);geq.push(args);return geq;};};for (var i = 0; i < geq.methods.length; i++) {var key = geq.methods[i];geq[key] = geq.factory(key);}geq.load = function(key){var script = document.createElement("script");script.type = "text/javascript";script.async = true;if (location.href.includes("vge=true")) {script.src = "https://s3-us-west-2.amazonaws.com/jsstore/a/" + key + "/ge.js?v=" + Math.random();} else {script.src = "https://s3-us-west-2.amazonaws.com/jsstore/a/" + key + "/ge.js";}var first = document.getElementsByTagName("script")[0];first.parentNode.insertBefore(script, first);};geq.SNIPPET_VERSION = "1.6.1";
geq.load("2J0HZZ8");}();
</script>
<script type="rocketlazyloadscript">geq.page()</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" async data-rocket-src="https://pm.geniusmonkey.com/gm.js?id=1028351295&z=1"></script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KZVQJSM');</script>
<!-- End Google Tag Manager -->
<link rel="preload" as="image" href="https://thearenagym.com/wp-content/uploads/2022/11/The-Arena-San-Diegos-Combat-Sports-Gym-2023.webp">
<meta name="facebook-domain-verification" content="3e158zf4qv7woe1mh6v4k3bc8umsiz" />
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-1049498831/-KldCL3ii6wYEM-puPQD"></script>
<script>
	window.dataLayer = window.dataLayer || [];
	function gtag(){dataLayer.push(arguments);}
	gtag('js', new Date());
	gtag('config', 'AW-1049498831/-KldCL3ii6wYEM-puPQD')
	gtag('set', {'cookie_flags': 'SameSite:None;Secure'})
</script>
<script type="text/javascript">
      (function(){  
            var referrer = document.referrer;
        var excludedReferrer = frEnc('Vm0xd1MyUXhVWGhXV0d4V1lURndjMVZ0TVc5VU1WbDNZVVZPYWxadGVGaFdWM2hyWVZVeFdHUkVUbHBXVmxwUVdXdGtTMVpyTlZaaVJsWk9WbXR3UkZaVldrWlBWa0pTVUZRd1BRPT0=', 7);
        var userAgent = navigator.userAgent;
        if (userAgent.indexOf(frEnc('Vm0xd1NtUXlWa2RUV0d4VFltczFjVlZ0TVc5V1ZteDBaVWhrYWxKc1NsbFViRnBQWVdzeFdWRnNaRnBXVm5CUVdWWmFTbVF3TlZWUmJGWnBVakZLTWxkV1dtRlRiVlpZVW10c1lWSXdXbFJXYkZwV1RWWmFWbGRyV2xCV2EwcFRWVVpSZDFCUlBUMD0=', 7)
) !== -1 ||
          userAgent.indexOf(frEnc('Vm0weE1GWXlSWGxVV0d4V1lrZG9WRll3WkRSWFJteHpZVVpPVjFac2NERlpNRnByVlRGS2RHVklhRmRTTTJoTVZsWmFWMVpWTVVWaGVqQTk=', 7)) !== -1 ||
          userAgent.indexOf(frEnc('Vm0xd1NtUXlWa2RUV0d4VFltczFjVlZ0TVc5V1ZteDBaVWhrYWxKc1NsbFViRnBQWVd4YWRGVnNhRnBXVm5CUVdWVmFTbVF5VGtaaVJsWk9WakF4TTFaVldrWlBWa0pTVUZRd1BRPT0=', 7)) !== -1 ||
          userAgent.indexOf(frEnc('Vm0xNGEyUXhUbkpPVm1oV1ltczFjRlJVU2pSak1WWnhWRzA1V2xadGVIcFdWelZMWVRKU05rMUVhejA9', 7)) !== -1 ||
          userAgent.indexOf(frEnc('Vm0xNGEyUXhUbkpPVm1oV1ltczFjRlJVU2pSak1WWnhWRzA1VjJKR1NsWlZiWFF3WVRKS1NGVnVjRnBXVmxvelZsWmFWMVpWTVVWaGVqQTk=', 7)) !== -1 ||
          userAgent.indexOf(frEnc('Vm0weE1GbFhSWGxVV0d4VFlteEtWbGx0ZUV0VlZsbDNZVVZPYWxKc1NsbGFWV2hoWVRBeFYxTnJhRmRpV0ZGM1dWUktTMVl4VG5KYVJtUk9ZV3hhTmxacVNqUlpWVFZ6VTI1V1ZXSlZXbFJWYkdSNlpVWmtjMWR0ZEZOTlJFSTBWVmQ0VjFSc1NrVlJWR3M5', 7)) !== -1 ||
          referrer.indexOf(excludedReferrer) !== -1) return;  
          var anura = document.createElement('script');
          if (typeof anura === 'object') {
              var url_params_obj = {};
              window.location.search.slice(1).split('&').forEach(function (item) {
                  url_params_obj[item.split('=')[0]] = item.split('=').slice(1).join('');
              });
              var additional_obj = {
                  1: url_params_obj['additional data'],
                  2: url_params_obj['additional data'],
                  3: url_params_obj['additional data']
              };
              var additional = JSON.stringify(additional_obj);
              var request = {
                  instance: '2728948252',
                  source: url_params_obj['utm_source'],
                  campaign: url_params_obj['utm_campaign'],
                  additional: additional,
                  callback: 'anuraResponseHandler'
              };
              var params = [];
              for (var x in request) {
                  params.push(x + '=' + encodeURIComponent(request[x]));
              }
              params.push(Math.floor(1E12 * Math.random() + 1));
              anura.type = 'text/javascript';
              anura.async = true;
              anura.src = 'https://script.anura.io/request.js?' + params.join('&');
              var script = document.getElementsByTagName('script')[0];
              script.parentNode.insertBefore(anura, script);
          }
      })();
      
	function frEnc(y, p) {
      var b = y;
      for (var i = 0; i < p; i++) { b = atob(b); }
      return b;
    }
      function anuraResponseHandler(response) {
          if (!response.getId() && !response.getExId()) return;
          var method = 'POST';
          var params = ['instance=2728948252'];
          if (response.getId()) params.push('id=' + encodeURIComponent(response.getId()));
          if (response.getExId()) params.push('exid=' + encodeURIComponent(response.getExId()));
          var url = 'https://script.anura.io/result.json' + ('GET' === method ? '?' + params.join('&') : '');
          if (window.XDomainRequest) {
              var http = new XDomainRequest();
              if (http) {
                  http.open(method, document.location.protocol === 'https:' ? url : url.replace('https:', 'http:'));
                  http.onload = function() { resultHandler(this); };
                  setTimeout(function() {
                      http.send('POST' === method ? params.join('&') : '');
                  }, 0);
              }
          } else if (window.XMLHttpRequest) {
              var http = new XMLHttpRequest();
              if (http && 'withCredentials' in http) {
                  http.open(method, url, true);
                  if ('POST' === method) http.setRequestHeader('Content-type', 'application/x-www-form-urlencoded');
                  http.onload = function() { resultHandler(this); };
                  http.send('POST' === method ? params.join('&') : '');
              }
          }
      }
      
      function resultHandler(http) {
          var response = JSON.parse(http.response);
	  if(response.result == 'bad') {
gtag('event', 'anura_exclusion', {'send_to': 'AW-1049498831/-KldCL3ii6wYEM-puPQD'});
}
          if(response.result == 'bad'){
          removeElements();
          }
      }

      function removeElements(){
        var pj = document.querySelectorAll('.elementor-button, .elementor-widget-social-icons')
          for (var i = 0; i < pj.length; i++) {
            pj[i].remove();
          }
      }
      function runInterval() {
        intervalId = setTimeout(function () {
          clearInterval(interval);
        }, 300000);
      
        
        var interval = setInterval(function () {
          removeElements();
          totalTime += 2; 
          if (totalTime >= 300) clearInterval(intervalId); 
        }, 2000);
      }
      </script>
<script type="rocketlazyloadscript" data-minify="1" async data-rocket-src="https://thearenagym.com/wp-content/cache/min/1/i/0b1930eb69d264f2039544c67c431270.js?ver=1687305229" class="ct_clicktrue"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
    (function(){
        // Custom parameters
        // window._pxParam1 = "<param1>";
        var p = document.getElementsByTagName('script')[0],
            s = document.createElement('script');
        s.async = 1;
        s.src = '//client.px-cloud.net/PX3G26jQaD/main.min.js';
        p.parentNode.insertBefore(s,p);
    }());
</script>
<script id="google_gtagjs" src="https://www.googletagmanager.com/gtag/js?id=UA-8201119-1" async="async" type="text/javascript"></script>
<script id="google_gtagjs-inline" type="text/javascript">
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'UA-8201119-1', {} );
</script>
		<style type="text/css" id="wp-custom-css">
			ul {
    list-style: circle !important;
}		</style>
		<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript>
	</head>

<body  class="home page-template-default page page-id-143 wp-custom-logo theme-neve woocommerce-no-js  nv-blog-grid nv-sidebar-full-width menu_sidebar_slide_left elementor-default elementor-template-full-width elementor-kit-133 elementor-page elementor-page-143" id="neve_body"  >
            <noscript>
                <a href="https://www.clickcease.com" rel="nofollow"><img src="https://monitor.clickcease.com/stats/stats.aspx" alt="Clickcease" /></a>
            </noscript>
        <!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KZVQJSM"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

      <!--  ClickCease.com tracking-->
      <script type="rocketlazyloadscript" data-rocket-type='text/javascript'>var script = document.createElement('script');
      script.async = true; script.type = 'text/javascript';
      var target = 'https://www.clickcease.com/monitor/stat.js';
      script.src = target;var elem = document.head;elem.appendChild(script);
      </script>
      <noscript>
      <a href='https://www.clickcease.com' rel='nofollow'><img src='https://monitor.clickcease.com' alt='ClickCease'/></a>
      </noscript>
      <!--  ClickCease.com tracking-->

<noscript><iframe src="https://ob.esnchocco.com/ns/0b1930eb69d264f2039544c67c431270.html?ch=" width="0" height="0" style="display:none"></iframe></noscript>
<div class="wrapper">
	
	<header class="header"  >
		<a class="neve-skip-link show-on-focus" href="#content" >
			Skip to content		</a>
				<div data-elementor-type="header" data-elementor-id="151" class="elementor elementor-151 elementor-location-header" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-f2f0fb7 elementor-section-content-middle elementor-section-height-min-height elementor-hidden-tablet elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="f2f0fb7" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7ae5a75c desktop-logo" data-id="7ae5a75c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-79e4ab07 elementor-hidden-phone elementor-hidden-tablet elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="79e4ab07" data-element_type="widget" data-widget_type="theme-site-logo.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.14.0 - 26-06-2023 */
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>								<a href="https://thearenagym.com">
			<img width="461" height="85" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20461%2085'%3E%3C/svg%3E" class="attachment-full size-full wp-image-30456" alt="The Arena Gym" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/10/The-Arena-Gym-Logo.svg" /><noscript><img width="461" height="85" src="https://thearenagym.com/wp-content/uploads/2022/10/The-Arena-Gym-Logo.svg" class="attachment-full size-full wp-image-30456" alt="The Arena Gym" /></noscript>				</a>
											</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-1e0c358b" data-id="1e0c358b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-6514ecce elementor-nav-menu__align-center elementor-nav-menu--stretch elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="6514ecce" data-element_type="widget" data-settings="{&quot;full_width&quot;:&quot;stretch&quot;,&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
			<link rel="stylesheet" data-pmdelayedstyle="https://thearenagym.com/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css">			<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none">
				<ul id="menu-1-6514ecce" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-198"><a href="#" class="elementor-item elementor-item-anchor">Programs</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-469"><a href="https://thearenagym.com/boxing/" class="elementor-sub-item">Boxing</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-470"><a href="https://thearenagym.com/fightcamps/" class="elementor-sub-item">Fight Camps</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-471"><a href="https://thearenagym.com/filipinomartialarts/" class="elementor-sub-item">Filipino Martial Arts</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-478"><a href="https://thearenagym.com/grappling/" class="elementor-sub-item">Grappling</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-472"><a href="https://thearenagym.com/jiujitsu/" class="elementor-sub-item">Jiu Jitsu</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-473"><a href="https://thearenagym.com/judo/" class="elementor-sub-item">Judo</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-474"><a href="https://thearenagym.com/kickboxing/" class="elementor-sub-item">Kickboxing</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-475"><a href="https://thearenagym.com/mma/" class="elementor-sub-item">MMA</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-476"><a href="https://thearenagym.com/muaythai/" class="elementor-sub-item">Muay Thai</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-199"><a href="https://thearenagym.com/personaltraining/" class="elementor-sub-item">Personal Training</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-477"><a href="https://thearenagym.com/strengthandconditioning/" class="elementor-sub-item">Strength &#038; Conditioning</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-479"><a href="https://thearenagym.com/wrestling/" class="elementor-sub-item">Wrestling</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-200"><a href="https://thearenagym.com/more/schedule/" class="elementor-item">Schedule</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-202"><a href="https://thearenagym.com/more/coaches/" class="elementor-item">Coaches</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-223"><a href="https://thearenagym.com/more/facility/" class="elementor-item">Facility</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-29376"><a href="https://thearenagym.com/blog/" class="elementor-item">Blog</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-344"><a href="#" class="elementor-item elementor-item-anchor">More</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-346"><a href="https://thearenagym.com/more/compete/" class="elementor-sub-item">Compete</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-345"><a href="https://thearenagym.com/more/contact/" class="elementor-sub-item">Contact</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29993"><a href="https://thearenagym.com/fightshop/" class="elementor-sub-item">Fight Shop</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-349"><a href="https://thearenagym.com/more/app/" class="elementor-sub-item">Get App</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-396"><a href="https://thearenagym.com/more/jobs/" class="elementor-sub-item">Jobs</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-394"><a href="https://thearenagym.com/more/ourstory/" class="elementor-sub-item">Our Story</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-358"><a href="https://thearenagym.com/more/success/" class="elementor-sub-item">Success Stories</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-224"><a href="https://thearenagym.com/more/video/" class="elementor-sub-item">Video</a></li>
</ul>
</li>
</ul>			</nav>
					<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false">
			<svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open e-font-icon-svg e-eicon-menu-bar" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z"></path></svg><svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close e-font-icon-svg e-eicon-close" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z"></path></svg>			<span class="elementor-screen-only">Menu</span>
		</div>
					<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-6514ecce" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-198"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">Programs</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-469"><a href="https://thearenagym.com/boxing/" class="elementor-sub-item" tabindex="-1">Boxing</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-470"><a href="https://thearenagym.com/fightcamps/" class="elementor-sub-item" tabindex="-1">Fight Camps</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-471"><a href="https://thearenagym.com/filipinomartialarts/" class="elementor-sub-item" tabindex="-1">Filipino Martial Arts</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-478"><a href="https://thearenagym.com/grappling/" class="elementor-sub-item" tabindex="-1">Grappling</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-472"><a href="https://thearenagym.com/jiujitsu/" class="elementor-sub-item" tabindex="-1">Jiu Jitsu</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-473"><a href="https://thearenagym.com/judo/" class="elementor-sub-item" tabindex="-1">Judo</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-474"><a href="https://thearenagym.com/kickboxing/" class="elementor-sub-item" tabindex="-1">Kickboxing</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-475"><a href="https://thearenagym.com/mma/" class="elementor-sub-item" tabindex="-1">MMA</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-476"><a href="https://thearenagym.com/muaythai/" class="elementor-sub-item" tabindex="-1">Muay Thai</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-199"><a href="https://thearenagym.com/personaltraining/" class="elementor-sub-item" tabindex="-1">Personal Training</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-477"><a href="https://thearenagym.com/strengthandconditioning/" class="elementor-sub-item" tabindex="-1">Strength &#038; Conditioning</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-479"><a href="https://thearenagym.com/wrestling/" class="elementor-sub-item" tabindex="-1">Wrestling</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-200"><a href="https://thearenagym.com/more/schedule/" class="elementor-item" tabindex="-1">Schedule</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-202"><a href="https://thearenagym.com/more/coaches/" class="elementor-item" tabindex="-1">Coaches</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-223"><a href="https://thearenagym.com/more/facility/" class="elementor-item" tabindex="-1">Facility</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-29376"><a href="https://thearenagym.com/blog/" class="elementor-item" tabindex="-1">Blog</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-344"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">More</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-346"><a href="https://thearenagym.com/more/compete/" class="elementor-sub-item" tabindex="-1">Compete</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-345"><a href="https://thearenagym.com/more/contact/" class="elementor-sub-item" tabindex="-1">Contact</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29993"><a href="https://thearenagym.com/fightshop/" class="elementor-sub-item" tabindex="-1">Fight Shop</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-349"><a href="https://thearenagym.com/more/app/" class="elementor-sub-item" tabindex="-1">Get App</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-396"><a href="https://thearenagym.com/more/jobs/" class="elementor-sub-item" tabindex="-1">Jobs</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-394"><a href="https://thearenagym.com/more/ourstory/" class="elementor-sub-item" tabindex="-1">Our Story</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-358"><a href="https://thearenagym.com/more/success/" class="elementor-sub-item" tabindex="-1">Success Stories</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-224"><a href="https://thearenagym.com/more/video/" class="elementor-sub-item" tabindex="-1">Video</a></li>
</ul>
</li>
</ul>			</nav>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-2855f46 floatright" data-id="2855f46" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-7b9b0819 elementor-align-center elementor-widget elementor-widget-button" data-id="7b9b0819" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-sm" href="https://thearenagym.com/more/free/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">30 DAYS FREE</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-6da04f7c elementor-section-content-middle elementor-section-height-min-height elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="6da04f7c" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-3bdcc09d" data-id="3bdcc09d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-6d9af46f elementor-nav-menu__align-left elementor-nav-menu--stretch elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="6d9af46f" data-element_type="widget" data-settings="{&quot;full_width&quot;:&quot;stretch&quot;,&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
						<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none">
				<ul id="menu-1-6d9af46f" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-198"><a href="#" class="elementor-item elementor-item-anchor">Programs</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-469"><a href="https://thearenagym.com/boxing/" class="elementor-sub-item">Boxing</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-470"><a href="https://thearenagym.com/fightcamps/" class="elementor-sub-item">Fight Camps</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-471"><a href="https://thearenagym.com/filipinomartialarts/" class="elementor-sub-item">Filipino Martial Arts</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-478"><a href="https://thearenagym.com/grappling/" class="elementor-sub-item">Grappling</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-472"><a href="https://thearenagym.com/jiujitsu/" class="elementor-sub-item">Jiu Jitsu</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-473"><a href="https://thearenagym.com/judo/" class="elementor-sub-item">Judo</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-474"><a href="https://thearenagym.com/kickboxing/" class="elementor-sub-item">Kickboxing</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-475"><a href="https://thearenagym.com/mma/" class="elementor-sub-item">MMA</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-476"><a href="https://thearenagym.com/muaythai/" class="elementor-sub-item">Muay Thai</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-199"><a href="https://thearenagym.com/personaltraining/" class="elementor-sub-item">Personal Training</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-477"><a href="https://thearenagym.com/strengthandconditioning/" class="elementor-sub-item">Strength &#038; Conditioning</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-479"><a href="https://thearenagym.com/wrestling/" class="elementor-sub-item">Wrestling</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-200"><a href="https://thearenagym.com/more/schedule/" class="elementor-item">Schedule</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-202"><a href="https://thearenagym.com/more/coaches/" class="elementor-item">Coaches</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-223"><a href="https://thearenagym.com/more/facility/" class="elementor-item">Facility</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-29376"><a href="https://thearenagym.com/blog/" class="elementor-item">Blog</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-344"><a href="#" class="elementor-item elementor-item-anchor">More</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-346"><a href="https://thearenagym.com/more/compete/" class="elementor-sub-item">Compete</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-345"><a href="https://thearenagym.com/more/contact/" class="elementor-sub-item">Contact</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29993"><a href="https://thearenagym.com/fightshop/" class="elementor-sub-item">Fight Shop</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-349"><a href="https://thearenagym.com/more/app/" class="elementor-sub-item">Get App</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-396"><a href="https://thearenagym.com/more/jobs/" class="elementor-sub-item">Jobs</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-394"><a href="https://thearenagym.com/more/ourstory/" class="elementor-sub-item">Our Story</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-358"><a href="https://thearenagym.com/more/success/" class="elementor-sub-item">Success Stories</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-224"><a href="https://thearenagym.com/more/video/" class="elementor-sub-item">Video</a></li>
</ul>
</li>
</ul>			</nav>
					<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false">
			<svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open e-font-icon-svg e-eicon-menu-bar" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z"></path></svg><svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close e-font-icon-svg e-eicon-close" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z"></path></svg>			<span class="elementor-screen-only">Menu</span>
		</div>
					<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-6d9af46f" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-198"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">Programs</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-469"><a href="https://thearenagym.com/boxing/" class="elementor-sub-item" tabindex="-1">Boxing</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-470"><a href="https://thearenagym.com/fightcamps/" class="elementor-sub-item" tabindex="-1">Fight Camps</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-471"><a href="https://thearenagym.com/filipinomartialarts/" class="elementor-sub-item" tabindex="-1">Filipino Martial Arts</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-478"><a href="https://thearenagym.com/grappling/" class="elementor-sub-item" tabindex="-1">Grappling</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-472"><a href="https://thearenagym.com/jiujitsu/" class="elementor-sub-item" tabindex="-1">Jiu Jitsu</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-473"><a href="https://thearenagym.com/judo/" class="elementor-sub-item" tabindex="-1">Judo</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-474"><a href="https://thearenagym.com/kickboxing/" class="elementor-sub-item" tabindex="-1">Kickboxing</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-475"><a href="https://thearenagym.com/mma/" class="elementor-sub-item" tabindex="-1">MMA</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-476"><a href="https://thearenagym.com/muaythai/" class="elementor-sub-item" tabindex="-1">Muay Thai</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-199"><a href="https://thearenagym.com/personaltraining/" class="elementor-sub-item" tabindex="-1">Personal Training</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-477"><a href="https://thearenagym.com/strengthandconditioning/" class="elementor-sub-item" tabindex="-1">Strength &#038; Conditioning</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-479"><a href="https://thearenagym.com/wrestling/" class="elementor-sub-item" tabindex="-1">Wrestling</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-200"><a href="https://thearenagym.com/more/schedule/" class="elementor-item" tabindex="-1">Schedule</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-202"><a href="https://thearenagym.com/more/coaches/" class="elementor-item" tabindex="-1">Coaches</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-223"><a href="https://thearenagym.com/more/facility/" class="elementor-item" tabindex="-1">Facility</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-29376"><a href="https://thearenagym.com/blog/" class="elementor-item" tabindex="-1">Blog</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-344"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">More</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-346"><a href="https://thearenagym.com/more/compete/" class="elementor-sub-item" tabindex="-1">Compete</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-345"><a href="https://thearenagym.com/more/contact/" class="elementor-sub-item" tabindex="-1">Contact</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29993"><a href="https://thearenagym.com/fightshop/" class="elementor-sub-item" tabindex="-1">Fight Shop</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-349"><a href="https://thearenagym.com/more/app/" class="elementor-sub-item" tabindex="-1">Get App</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-396"><a href="https://thearenagym.com/more/jobs/" class="elementor-sub-item" tabindex="-1">Jobs</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-394"><a href="https://thearenagym.com/more/ourstory/" class="elementor-sub-item" tabindex="-1">Our Story</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-358"><a href="https://thearenagym.com/more/success/" class="elementor-sub-item" tabindex="-1">Success Stories</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-224"><a href="https://thearenagym.com/more/video/" class="elementor-sub-item" tabindex="-1">Video</a></li>
</ul>
</li>
</ul>			</nav>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-6428b644 mobile-logo" data-id="6428b644" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-571b9ffa elementor-hidden-desktop elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="571b9ffa" data-element_type="widget" data-widget_type="theme-site-logo.default">
				<div class="elementor-widget-container">
											<a href="https://thearenagym.com">
			<img width="461" height="85" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20461%2085'%3E%3C/svg%3E" title="The-Arena-Gym-Logo" alt="The Arena Gym" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/10/The-Arena-Gym-Logo.svg" /><noscript><img width="461" height="85" src="https://thearenagym.com/wp-content/uploads/2022/10/The-Arena-Gym-Logo.svg" title="The-Arena-Gym-Logo" alt="The Arena Gym" loading="lazy" /></noscript>				</a>
											</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-2c3701c9 floatright" data-id="2c3701c9" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-5faf9382 elementor-align-right elementor-tablet-align-justify elementor-widget elementor-widget-button" data-id="5faf9382" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-sm" href="https://thearenagym.com/more/free/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">30 DAYS FREE</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
			</header>

	

	
	<main id="content" class="neve-main">

		<div data-elementor-type="wp-page" data-elementor-id="143" class="elementor elementor-143" data-elementor-post-type="page">
							<div class="elementor-element elementor-element-7bbb25b e-flex e-con-boxed e-con" data-id="7bbb25b" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\/\/thearenagym.com\/wp-content\/uploads\/2022\/10\/Home-Page-Hero720.mp4&quot;,&quot;content_width&quot;:&quot;boxed&quot;}">
					<div class="e-con-inner">
		<div class="elementor-background-video-container elementor-hidden-phone">
							<video class="elementor-background-video-hosted elementor-html5-video" autoplay muted playsinline loop></video>
					</div><div class="elementor-element elementor-element-cfece19 e-con-full e-flex e-con" data-id="cfece19" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;full&quot;}">
				<div class="elementor-element elementor-element-98db3c5 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-image" data-id="98db3c5" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="405" height="405" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20405%20405'%3E%3C/svg%3E" class="attachment-full size-full wp-image-333" alt="The Arena Circle Logo" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/09/The-Arena-Logo-Symbol.svg"><noscript><img decoding="async" width="405" height="405" src="https://thearenagym.com/wp-content/uploads/2022/09/The-Arena-Logo-Symbol.svg" class="attachment-full size-full wp-image-333" alt="The Arena Circle Logo"></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-5aa54e1 elementor-widget elementor-widget-heading" data-id="5aa54e1" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.14.0 - 26-06-2023 */
.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1 class="elementor-heading-title elementor-size-default">The Arena</h1>		</div>
				</div>
				<div class="elementor-element elementor-element-c134177 elementor-widget elementor-widget-heading" data-id="c134177" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">San Diego's Martial Arts School</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-e3b6fa4 elementor-align-center elementor-widget elementor-widget-button" data-id="e3b6fa4" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-md" href="https://thearenagym.com/more/free/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">GET 30 DAYS FREE</span>
		</span>
					</a>
		</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-fbab5c8 e-flex e-con-boxed e-con" data-id="fbab5c8" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;boxed&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-026763b e-con-full e-flex e-con" data-id="026763b" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;full&quot;}">
				<div class="elementor-element elementor-element-bb90444 elementor-widget elementor-widget-toggle" data-id="bb90444" data-element_type="widget" data-widget_type="toggle.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.14.0 - 26-06-2023 */
.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		<div class="elementor-toggle">
							<div class="elementor-toggle-item">
					<h2 id="elementor-tab-title-1961" class="elementor-tab-title" data-tab="1" role="button" aria-controls="elementor-tab-content-1961" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><svg class="e-font-icon-svg e-fas-caret-right" viewBox="0 0 192 512" xmlns="http://www.w3.org/2000/svg"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"></path></svg></span>
								<span class="elementor-toggle-icon-opened"><svg class="elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z"></path></svg></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">The Arena - The MARTIAL ARTS / Combat Sports Gym in San Diego</a>
					</h2>

					<div id="elementor-tab-content-1961" class="elementor-tab-content elementor-clearfix" data-tab="1" role="region" aria-labelledby="elementor-tab-title-1961"><p>Welcome to The Arena, San Diego&#8217;s leading Martial Arts school and Combat Sports gym. We are the single largest Martial Arts school in the United States, offering Beginners to Pros the best classes and training in 10 different Combat Sports, Martial Arts and Strength &amp; Conditioning programs.</p><p>Our Combat Sports and Martial Arts classes include Boxing, Filipino Martial Arts, Grappling, <a href="https://thearenagym.com/jiujitsu/">Jiu Jitsu</a>, Judo, Kickboxing, MMA, <a href="https://thearenagym.com/muaythai/">Muay Thai</a>, S &amp; C and Wrestling. This is the biggest program of its kind in the U.S. and our training is known worldwide.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<h2 id="elementor-tab-title-1962" class="elementor-tab-title" data-tab="2" role="button" aria-controls="elementor-tab-content-1962" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><svg class="e-font-icon-svg e-fas-caret-right" viewBox="0 0 192 512" xmlns="http://www.w3.org/2000/svg"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"></path></svg></span>
								<span class="elementor-toggle-icon-opened"><svg class="elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z"></path></svg></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">San Diego's Best Martial Arts Classes For Adults</a>
					</h2>

					<div id="elementor-tab-content-1962" class="elementor-tab-content elementor-clearfix" data-tab="2" role="region" aria-labelledby="elementor-tab-title-1962"><p>Our weekly San Diego Martial Arts classes include Boxing, Filipino Martial Arts (FMA), Jiu Jitsu, Judo, Kickboxing, Mixed Martial Arts (MMA), Muay Thai, Strength &amp; Conditioning, Submission Wrestling (No Gi Jiu Jitsu) and Wrestling. We also offer the best Personal Training and Fight Camps in San Diego.</p><p>Besides being the largest Combat Sports gym in North America, each one of our programs are individually among the biggest in the USA. </p></div>
				</div>
							<div class="elementor-toggle-item">
					<h2 id="elementor-tab-title-1963" class="elementor-tab-title" data-tab="3" role="button" aria-controls="elementor-tab-content-1963" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><svg class="e-font-icon-svg e-fas-caret-right" viewBox="0 0 192 512" xmlns="http://www.w3.org/2000/svg"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"></path></svg></span>
								<span class="elementor-toggle-icon-opened"><svg class="elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z"></path></svg></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">World Class Martial Arts Training</a>
					</h2>

					<div id="elementor-tab-content-1963" class="elementor-tab-content elementor-clearfix" data-tab="3" role="region" aria-labelledby="elementor-tab-title-1963"><p>Training at The Arena is different than at other Martial Arts schools in San Diego. Due to our background and history, we’ve had strong ties with members of the Armed Forces since we first opened our school in 1949. This focus had led to a constant emphasis on effective training for the field, the street and in competition. Consequently, we do not (and will never) offer “Cardio” classes.</p>
<p>We simply don’t believe in poor training with even worse technique just to get in shape. Instead, our philosophy is to train for real while still increasing fitness. “Real” doesn’t mean getting hurt or being too aggressive, and we don’t tolerate any bad attitudes here. But it does mean doing things the right way. So if you want the best, most realistic training available, we’re the clear choice in San Diego.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<h2 id="elementor-tab-title-1964" class="elementor-tab-title" data-tab="4" role="button" aria-controls="elementor-tab-content-1964" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><svg class="e-font-icon-svg e-fas-caret-right" viewBox="0 0 192 512" xmlns="http://www.w3.org/2000/svg"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"></path></svg></span>
								<span class="elementor-toggle-icon-opened"><svg class="elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z"></path></svg></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">Top Coaches in Combat Sports</a>
					</h2>

					<div id="elementor-tab-content-1964" class="elementor-tab-content elementor-clearfix" data-tab="4" role="region" aria-labelledby="elementor-tab-title-1964"><p>Our Coaches comprise one of the most experienced and accomplished teams of Combat Sports and Martial Arts trainers in the world. With an average of over 25 years of experience per coach, we have a tremendous amount of knowledge and mastery to share with our students.&nbsp;<span style="background-color: var( --e-global-color-ae7e94d ); letter-spacing: var(--bodyletterspacing); text-transform: var(--bodytexttransform);">Together, our Coaches provide world class instruction for any level of athlete.&nbsp;</span></p></div>
				</div>
							<div class="elementor-toggle-item">
					<h2 id="elementor-tab-title-1965" class="elementor-tab-title" data-tab="5" role="button" aria-controls="elementor-tab-content-1965" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><svg class="e-font-icon-svg e-fas-caret-right" viewBox="0 0 192 512" xmlns="http://www.w3.org/2000/svg"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"></path></svg></span>
								<span class="elementor-toggle-icon-opened"><svg class="elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z"></path></svg></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">About The Arena Fight Gym</a>
					</h2>

					<div id="elementor-tab-content-1965" class="elementor-tab-content elementor-clearfix" data-tab="5" role="region" aria-labelledby="elementor-tab-title-1965"><p>Founded in 1949 as the Southern California School of Judo and Jujitsu, we’re the longest running Martial Arts school in North America. In 2006, we moved to our current San Diego location and updated our name to match our mission to build the best Combat Sports gym in the world.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<h2 id="elementor-tab-title-1966" class="elementor-tab-title" data-tab="6" role="button" aria-controls="elementor-tab-content-1966" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><svg class="e-font-icon-svg e-fas-caret-right" viewBox="0 0 192 512" xmlns="http://www.w3.org/2000/svg"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"></path></svg></span>
								<span class="elementor-toggle-icon-opened"><svg class="elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z"></path></svg></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">Martial Arts Schools and Classes "Near Me"</a>
					</h2>

					<div id="elementor-tab-content-1966" class="elementor-tab-content elementor-clearfix" data-tab="6" role="region" aria-labelledby="elementor-tab-title-1966"><ol>
<li>If you&#8217;re looking for adult martial schools and classes &#8220;near me&#8221;, you found us. Members come from all over San Diego to train at The Arena. Our adult martial schools and classes are easily accessible in Point Loma off the 8 freeway on Sports Arena Blvd. Ocean Beach, Pacific Beach, Bay Park, Downtown San Diego, Golden Hill, Bankers Hill, Hillcrest, North Park, South Park, La Mesa, El Cajon, Clairemont, College Area, Miramar, Kearny Mesa, Clairemont Mesa, City Heights, La Jolla, Del Mar, Carmel Valley, Coronado, Chula Vista, Imperial Beach are all within easy driving distance.</li>
</ol></div>
				</div>
								</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-3b7c990 e-con-full e-flex e-con" data-id="3b7c990" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;full&quot;}">
				<div class="elementor-element elementor-element-407b178 elementor-widget elementor-widget-heading" data-id="407b178" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<span class="elementor-heading-title elementor-size-default">Get Your First 30 Days Free</span>		</div>
				</div>
				<div class="elementor-element elementor-element-7bb25b3 elementor-button-align-stretch elementor-widget elementor-widget-form" data-id="7bb25b3" data-element_type="widget" data-settings="{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default">
				<div class="elementor-widget-container">
			<style>/*! elementor-pro - v3.14.0 - 26-06-2023 */
.elementor-button.elementor-hidden,.elementor-hidden{display:none}.e-form__step{width:100%}.e-form__step:not(.elementor-hidden){display:flex;flex-wrap:wrap}.e-form__buttons{flex-wrap:wrap}.e-form__buttons,.e-form__buttons__wrapper{display:flex}.e-form__indicators{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;font-size:13px;margin-bottom:var(--e-form-steps-indicators-spacing)}.e-form__indicators__indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-basis:0;padding:0 var(--e-form-steps-divider-gap)}.e-form__indicators__indicator__progress{width:100%;position:relative;background-color:var(--e-form-steps-indicator-progress-background-color);border-radius:var(--e-form-steps-indicator-progress-border-radius);overflow:hidden}.e-form__indicators__indicator__progress__meter{width:var(--e-form-steps-indicator-progress-meter-width,0);height:var(--e-form-steps-indicator-progress-height);line-height:var(--e-form-steps-indicator-progress-height);padding-right:15px;border-radius:var(--e-form-steps-indicator-progress-border-radius);background-color:var(--e-form-steps-indicator-progress-color);color:var(--e-form-steps-indicator-progress-meter-color);text-align:right;transition:width .1s linear}.e-form__indicators__indicator:first-child{padding-left:0}.e-form__indicators__indicator:last-child{padding-right:0}.e-form__indicators__indicator--state-inactive{color:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-inactive [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-inactive-secondary-color,#fff)}.e-form__indicators__indicator--state-inactive object,.e-form__indicators__indicator--state-inactive svg{fill:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-active{color:var(--e-form-steps-indicator-active-primary-color,#39b54a);border-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active object,.e-form__indicators__indicator--state-active svg{fill:var(--e-form-steps-indicator-active-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed{color:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator--state-completed [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator--shape-none{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a);background-color:initial}.e-form__indicators__indicator--state-completed object,.e-form__indicators__indicator--state-completed svg{fill:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator__icon{width:var(--e-form-steps-indicator-padding,30px);height:var(--e-form-steps-indicator-padding,30px);font-size:var(--e-form-steps-indicator-icon-size);border-width:1px;border-style:solid;display:flex;justify-content:center;align-items:center;overflow:hidden;margin-bottom:10px}.e-form__indicators__indicator__icon img,.e-form__indicators__indicator__icon object,.e-form__indicators__indicator__icon svg{width:var(--e-form-steps-indicator-icon-size);height:auto}.e-form__indicators__indicator__icon .e-font-icon-svg{height:1em}.e-form__indicators__indicator__number{width:var(--e-form-steps-indicator-padding,30px);height:var(--e-form-steps-indicator-padding,30px);border-width:1px;border-style:solid;display:flex;justify-content:center;align-items:center;margin-bottom:10px}.e-form__indicators__indicator--shape-circle{border-radius:50%}.e-form__indicators__indicator--shape-square{border-radius:0}.e-form__indicators__indicator--shape-rounded{border-radius:5px}.e-form__indicators__indicator--shape-none{border:0}.e-form__indicators__indicator__label{text-align:center}.e-form__indicators__indicator__separator{width:100%;height:var(--e-form-steps-divider-width);background-color:#babfc5}.e-form__indicators--type-icon,.e-form__indicators--type-icon_text,.e-form__indicators--type-number,.e-form__indicators--type-number_text{align-items:flex-start}.e-form__indicators--type-icon .e-form__indicators__indicator__separator,.e-form__indicators--type-icon_text .e-form__indicators__indicator__separator,.e-form__indicators--type-number .e-form__indicators__indicator__separator,.e-form__indicators--type-number_text .e-form__indicators__indicator__separator{margin-top:calc(var(--e-form-steps-indicator-padding, 30px) / 2 - var(--e-form-steps-divider-width, 1px) / 2)}.elementor-field-type-hidden{display:none}.elementor-field-type-html{display:inline-block}.elementor-login .elementor-lost-password,.elementor-login .elementor-remember-me{font-size:.85em}.elementor-field-type-recaptcha_v3 .elementor-field-label{display:none}.elementor-field-type-recaptcha_v3 .grecaptcha-badge{z-index:1}.elementor-button .elementor-form-spinner{order:3}.elementor-form .elementor-button>span{display:flex;justify-content:center;align-items:center}.elementor-form .elementor-button .elementor-button-text{white-space:normal;flex-grow:0}.elementor-form .elementor-button svg{height:auto}.elementor-form .elementor-button .e-font-icon-svg{height:1em}.elementor-select-wrapper .select-caret-down-wrapper{position:absolute;top:50%;transform:translateY(-50%);inset-inline-end:10px;pointer-events:none;font-size:11px}.elementor-select-wrapper .select-caret-down-wrapper svg{display:unset;width:1em;aspect-ratio:unset;fill:currentColor}.elementor-select-wrapper .select-caret-down-wrapper i{font-size:19px;line-height:2}.elementor-select-wrapper.remove-before:before{content:""!important}</style>		<form class="elementor-form" method="post" name="Home | 30 Days Free">
			<input type="hidden" name="post_id" value="143"/>
			<input type="hidden" name="form_id" value="7bb25b3"/>
			<input type="hidden" name="referer_title" value="THE ARENA | San Diego’s Martial Arts School | Best Martial Arts Gym, Classes &amp; Training In San Diego" />

							<input type="hidden" name="queried_id" value="143"/>
			
			<div class="elementor-form-fields-wrapper elementor-labels-">
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-FirstName elementor-col-100 elementor-field-required">
												<label for="form-field-FirstName" class="elementor-field-label elementor-screen-only">
								First Name							</label>
														<input size="1" type="text" name="form_fields[FirstName]" id="form-field-FirstName" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="First Name" required="required" aria-required="true">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-LastName elementor-col-100 elementor-field-required">
												<label for="form-field-LastName" class="elementor-field-label elementor-screen-only">
								Last Name							</label>
														<input size="1" type="text" name="form_fields[LastName]" id="form-field-LastName" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Last Name" required="required" aria-required="true">
											</div>
								<div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-Email elementor-col-100 elementor-field-required">
												<label for="form-field-Email" class="elementor-field-label elementor-screen-only">
								Email							</label>
														<input size="1" type="email" name="form_fields[Email]" id="form-field-Email" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Email" required="required" aria-required="true">
											</div>
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-FormName elementor-col-100">
													<input size="1" type="hidden" name="form_fields[FormName]" id="form-field-FormName" class="elementor-field elementor-size-sm  elementor-field-textual" value="Home | 30 Days Free">
											</div>
								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">
					<button type="submit" class="elementor-button elementor-size-sm">
						<span >
															<span class=" elementor-button-icon">
																										</span>
																						<span class="elementor-button-text">Get It Now</span>
													</span>
					</button>
				</div>
			</div>
		</form>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-d2af619 e-flex e-con-boxed e-con" data-id="d2af619" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;boxed&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-b1ca533 e-con-full e-flex e-con" data-id="b1ca533" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;full&quot;}">
				<div class="elementor-element elementor-element-7672762 elementor-widget elementor-widget-heading" data-id="7672762" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h3 class="elementor-heading-title elementor-size-default">The Arena Programs</h3>		</div>
				</div>
				<div class="elementor-element elementor-element-4a28711 elementor-widget-mobile__width-inherit elementor-testimonial--skin-default elementor-testimonial--layout-image_inline elementor-testimonial--align-center elementor-arrows-yes elementor-pagination-type-bullets elementor-widget elementor-widget-testimonial-carousel" data-id="4a28711" data-element_type="widget" data-settings="{&quot;slides_per_view&quot;:&quot;3&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;slides_per_view_mobile&quot;:&quot;1&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;loop&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="testimonial-carousel.default">
				<div class="elementor-widget-container">
			<link rel="stylesheet" data-pmdelayedstyle="https://thearenagym.com/wp-content/plugins/elementor-pro/assets/css/widget-carousel.min.css">		<div class="elementor-swiper">
			<div class="elementor-main-swiper swiper-container">
				<div class="swiper-wrapper">
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20290%20195'%3E%3C/svg%3E" class="program-cards" width="290" height="195" alt="Boxing" title="Boxing at the Arena" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/09/Best-Boxing-Gyms.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2022/09/Best-Boxing-Gyms.webp" class="program-cards" width="290" height="195" alt="Boxing" title="Boxing at the Arena"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
								<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name"><a href="https://thearenagym.com/boxing/"><h3>Boxing</h3></a></span><span class="elementor-testimonial__title">  We offer world class Boxing training, with the biggest stable of Boxers in San Diego. Run by Olympic and Pro Coaches, our Boxing program is for students wanting to learn, as well as professional Boxers looking for top of the food chain training.</span></cite>			</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20290%20195'%3E%3C/svg%3E" class="program-cards" width="290" height="195" alt="Fight Camps" title="Fight Camps at the Arena" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/09/Best-Fight-Camps.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2022/09/Best-Fight-Camps.webp" class="program-cards" width="290" height="195" alt="Fight Camps" title="Fight Camps at the Arena"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
								<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name"><a href="https://thearenagym.com/fightcamps/"><h3>Fight Camps</h3></a></span><span class="elementor-testimonial__title">We run some of the best Boxing and MMA Fight Camps in not just San Diego, but the world. Our Coaches are also available for Summer and Dream Camps for incredible Combat Sports vacations.</span></cite>			</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20290%20195'%3E%3C/svg%3E" class="program-cards" width="290" height="195" alt="Filipino Martial Arts" title="Filipino Martial Arts at the Arena" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/09/Best-Filipino-Martial-Arts-School.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2022/09/Best-Filipino-Martial-Arts-School.webp" class="program-cards" width="290" height="195" alt="Filipino Martial Arts" title="Filipino Martial Arts at the Arena"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
								<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name"><a href="https://thearenagym.com/filipinomartialarts/"><h3>Filipino Martial Arts</h3></a></span><span class="elementor-testimonial__title">Our Filipino Martial Arts (FMA) classes provides outstanding instruction in Kali and Escrima. One of the world’s most lethal Martial Arts, our FMA training provides the perfect way to learn realistic self-defense.</span></cite>			</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20290%20195'%3E%3C/svg%3E" class="program-cards" width="290" height="195" alt="Grappling" title="Grappling at the Arena" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/09/Best-Grappling-Gyms.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2022/09/Best-Grappling-Gyms.webp" class="program-cards" width="290" height="195" alt="Grappling" title="Grappling at the Arena"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
								<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name"><a href="https://thearenagym.com/grappling/"><h3>Grappling</h3></a></span><span class="elementor-testimonial__title">We provide high level training in Submission Grappling, also known as No Gi Jitsu or Submission  Wrestling. Our Coaches have competed at the highest levels in Grappling and offer outstanding instruction to all levels.</span></cite>			</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20290%20195'%3E%3C/svg%3E" class="program-cards" width="290" height="195" alt="Jiu Jitsu" title="Jiu Jitsu at the Arena" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/09/Best-Jiu-Jitsu-Schools.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2022/09/Best-Jiu-Jitsu-Schools.webp" class="program-cards" width="290" height="195" alt="Jiu Jitsu" title="Jiu Jitsu at the Arena"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
								<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name"><a href="https://thearenagym.com/jiujitsu/"><h3>Jiu Jitsu</h3></a></span><span class="elementor-testimonial__title">Under the direct supervision of the legendary Xande Ribeiro, we are the San Diego Six Blades Jiu Jitsu affiliate. We offer the largest number of Adult Jiu Jitsu classes in Diego, ranging from BJJ fundamentals to advanced technical training.</span></cite>			</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20290%20195'%3E%3C/svg%3E" class="program-cards" width="290" height="195" alt="Judo" title="Judo at the Arena" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/10/Best-Judo-Schools.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2022/10/Best-Judo-Schools.webp" class="program-cards" width="290" height="195" alt="Judo" title="Judo at the Arena"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
								<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name"><a href="https://thearenagym.com/judo/"><h3>Judo</h3></a></span><span class="elementor-testimonial__title">Run by one of the top Judo Coaches (7th Dan) in the U.S., our Judo School offers the best instruction for both new students and experienced Judoka who want to train in one of the premier Martial Arts for stand up grappling.</span></cite>			</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20290%20195'%3E%3C/svg%3E" class="program-cards" width="290" height="195" alt="Kickboxing" title="Kickboxing at the Arena" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/09/Best-Kickboxing-Gyms.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2022/09/Best-Kickboxing-Gyms.webp" class="program-cards" width="290" height="195" alt="Kickboxing" title="Kickboxing at the Arena"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
								<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name"><a href="https://thearenagym.com/kickboxing/"><h3>Kickboxing</h3></a></span><span class="elementor-testimonial__title">We teach Dutch Style Kickboxing; the main striking system used in MMA and K-1. We are not a Cardio Kickboxing gym. Instead, we teach real Kickboxing classes here, focusing on training for maximum skill development.</span></cite>			</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20290%20195'%3E%3C/svg%3E" class="program-cards" width="290" height="195" alt="Mma" title="MMA at the Arena" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/09/Best-MMA-Gyms.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2022/09/Best-MMA-Gyms.webp" class="program-cards" width="290" height="195" alt="Mma" title="MMA at the Arena"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
								<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name"><a href="https://thearenagym.com/mma/"><h3>MMA</h3></a></span><span class="elementor-testimonial__title">We are one of the best MMA gyms in the U.S. and have trained numerous world champions, including legendary fighters like Cris Cyborg. Our classes and training  are designed to build MMA fighters from the ground up.</span></cite>			</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20290%20195'%3E%3C/svg%3E" class="program-cards" width="290" height="195" alt="Muay Thai" title="Muay Thai at the Arena" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/09/Best-Muay-Thai-Gyms.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2022/09/Best-Muay-Thai-Gyms.webp" class="program-cards" width="290" height="195" alt="Muay Thai" title="Muay Thai at the Arena"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
								<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name"><a href="https://thearenagym.com/muaythai/"><h3>Muay Thai</h3></a></span><span class="elementor-testimonial__title">We teach Muay Thai, known as “The Art of 8 Limbs” in one of the best and largest training facilities in North America. Our Muay Thai Coaches provide Beginners a solid foundation that leads to rapid skill development, while offering advanced training and sparring to Pros.</span></cite>			</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20290%20195'%3E%3C/svg%3E" class="program-cards" width="290" height="195" alt="Personal Training" title="Personal Training at the Arena" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/09/Best-Accelerated-Training-Program.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2022/09/Best-Accelerated-Training-Program.webp" class="program-cards" width="290" height="195" alt="Personal Training" title="Personal Training at the Arena"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
								<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name"><a href="https://thearenagym.com/personaltraining/"><h3>Personal Training</h3></a></span><span class="elementor-testimonial__title">Our Accelerated Training Program offers the ultimate in Private Lessons. It’s been designed by some of the best Combat Sports Coaches in the game to rapidly increase learning and new skill acquisition.</span></cite>			</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20290%20195'%3E%3C/svg%3E" class="program-cards" width="290" height="195" alt="Strength And Conditioning" title="Strength and Conditioning at the Arena" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/09/Best-Strength-Conditioning-Gyms.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2022/09/Best-Strength-Conditioning-Gyms.webp" class="program-cards" width="290" height="195" alt="Strength And Conditioning" title="Strength and Conditioning at the Arena"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
								<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name"><a href="https://thearenagym.com/strengthandconditioning/"><h3>Strength & Conditioning</h3></a></span><span class="elementor-testimonial__title">We designed our S & C program for the specific needs of Combat Sports athletes and those who want to train like them. Our exhilarating classes make our students and fighters agile, fast, flexible and conditioned.</span></cite>			</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20290%20195'%3E%3C/svg%3E" class="program-cards" width="290" height="195" alt="Wrestling" title="Wrestling at the Arena" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/09/Best-Wrestling-Gyms.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2022/09/Best-Wrestling-Gyms.webp" class="program-cards" width="290" height="195" alt="Wrestling" title="Wrestling at the Arena"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
								<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name"><a href="https://thearenagym.com/wrestling/"><h3>Wrestling</h3></a></span><span class="elementor-testimonial__title">With a variety of Wrestling styles offered in a 2 college mat training room, our Wrestling classes are perfect for students new to Wrestling, High School and College wrestlers, and MMA fighters.</span></cite>			</div>
		</div>
								</div>
									</div>
															<div class="swiper-pagination"></div>
																<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-left" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							<span class="elementor-screen-only">Previous</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-right" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							<span class="elementor-screen-only">Next</span>
						</div>
												</div>
		</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-132b565 e-flex e-con-boxed e-con" data-id="132b565" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;boxed&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-85b0e9b e-con-full e-flex e-con" data-id="85b0e9b" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;full&quot;}">
				<div class="elementor-element elementor-element-be20e65 elementor-widget elementor-widget-heading" data-id="be20e65" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<p class="elementor-heading-title elementor-size-default">The Arena Schedule</p>		</div>
				</div>
				<div class="elementor-element elementor-element-fa937d8 elementor-widget elementor-widget-text-editor" data-id="fa937d8" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.14.0 - 26-06-2023 */
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>				<p>We offer the largest Combat Sports &amp; Martial Arts program in North America.</p>						</div>
				</div>
				<div class="elementor-element elementor-element-6c71c65 elementor-align-center elementor-mobile-align-justify elementor-widget elementor-widget-button" data-id="6c71c65" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-md" href="https://thearenagym.com/more/schedule/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">View Schedule</span>
		</span>
					</a>
		</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a7c5366 e-flex e-con-boxed e-con" data-id="a7c5366" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;boxed&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-dca13a2 e-con-full e-flex e-con" data-id="dca13a2" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;full&quot;}">
				<div class="elementor-element elementor-element-8d5a8de elementor-widget elementor-widget-heading" data-id="8d5a8de" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<p class="elementor-heading-title elementor-size-default">The Arena Coaches</p>		</div>
				</div>
				<div class="elementor-element elementor-element-7d03da5 elementor-testimonial--mobile-align-center elementor-testimonial--skin-default elementor-testimonial--layout-image_inline elementor-testimonial--align-center elementor-arrows-yes elementor-widget elementor-widget-testimonial-carousel" data-id="7d03da5" data-element_type="widget" data-settings="{&quot;slides_per_view&quot;:&quot;3&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;show_arrows&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;loop&quot;:&quot;yes&quot;,&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="testimonial-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-main-swiper swiper-container">
				<div class="swiper-wrapper">
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<strong>Adam Bradley</strong><br>
Jiu Jitsu<br>
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20390'%3E%3C/svg%3E" width="300" height="390" alt="Adam Bradley Jiu Jitsu Coach" data-lazy-src="https://thearenagym.com/wp-content/uploads/2023/03/Coach-Adam-Bradley.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2023/03/Coach-Adam-Bradley.webp" width="300" height="390" alt="Adam Bradley Jiu Jitsu Coach"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
											</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<strong>Adam Henkel</strong><br>
Jiu Jitsu<br>
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20390'%3E%3C/svg%3E" width="300" height="390" alt="Adam Henkel Jiu Jitsu Coach" data-lazy-src="https://thearenagym.com/wp-content/uploads/2023/03/Coach-Adam-Henkel.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2023/03/Coach-Adam-Henkel.webp" width="300" height="390" alt="Adam Henkel Jiu Jitsu Coach"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
											</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<strong>Basheer Abdullah</strong><br>
Boxing<br>
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20390'%3E%3C/svg%3E" width="300" height="390" alt="Basheer Abdullah Boxing Coach" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/09/Coach-Basheer-Abdullah.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2022/09/Coach-Basheer-Abdullah.webp" width="300" height="390" alt="Basheer Abdullah Boxing Coach"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
											</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<strong>Brandon Matlock</strong><br>
Wrestling<br>
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20390'%3E%3C/svg%3E" width="300" height="390" alt="Brandon Matlock Wrestling Coach" data-lazy-src="https://thearenagym.com/wp-content/uploads/2023/03/Coach-Brandon-Matlock.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2023/03/Coach-Brandon-Matlock.webp" width="300" height="390" alt="Brandon Matlock Wrestling Coach"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
											</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<strong>Charles Martinez</strong><br>Combatives<br>
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20390'%3E%3C/svg%3E" width="300" height="390" alt="Charles Martinez Combatives Coach" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/09/Coach-Charles-Martinez.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2022/09/Coach-Charles-Martinez.webp" width="300" height="390" alt="Charles Martinez Combatives Coach"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
											</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<strong>Chris Kruger</strong><br>Jiu Jitsu<br>
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20390'%3E%3C/svg%3E" width="300" height="390" alt="Chris Kruger Jiu Jitsu Coach" data-lazy-src="https://thearenagym.com/wp-content/uploads/2023/03/Coach-Chris-Kruger.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2023/03/Coach-Chris-Kruger.webp" width="300" height="390" alt="Chris Kruger Jiu Jitsu Coach"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
											</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<strong>Cole Wysocki</strong><br>Wrestling<br>
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20390'%3E%3C/svg%3E" width="300" height="390" alt="Cole Wysocki Wrestling Coach" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/09/Coach-Cole-Wysocki-1.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2022/09/Coach-Cole-Wysocki-1.webp" width="300" height="390" alt="Cole Wysocki Wrestling Coach"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
											</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<strong>Henry Tchaghlassian</strong><br>Filipino Martial Arts<br>
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20390'%3E%3C/svg%3E" width="300" height="390" alt="Henry Tschaglassian Filipino Martial Arts Coach" data-lazy-src="https://thearenagym.com/wp-content/uploads/2023/03/Arena-Coach-Henry-Tschaglassian.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2023/03/Arena-Coach-Henry-Tschaglassian.webp" width="300" height="390" alt="Henry Tschaglassian Filipino Martial Arts Coach"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
											</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<strong>James Ewton</strong><br>Muay Thai<br>
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20390'%3E%3C/svg%3E" width="300" height="390" alt="James Ewton Muay Thai Coach" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/09/Coach-James-Ewton-1.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2022/09/Coach-James-Ewton-1.webp" width="300" height="390" alt="James Ewton Muay Thai Coach"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
											</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<strong>Joe Vargas</strong><br>Boxing<br>
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20390'%3E%3C/svg%3E" width="300" height="390" alt="Joe Vargas Boxing Coach" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/09/Coach-Joe-Vargas.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2022/09/Coach-Joe-Vargas.webp" width="300" height="390" alt="Joe Vargas Boxing Coach"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
											</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<strong>Maximillian Schnieder</strong><br>Wrestling<br>
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20390'%3E%3C/svg%3E" width="300" height="390" alt="Maximillian Schnieder Wrestling Coach" data-lazy-src="https://thearenagym.com/wp-content/uploads/2023/03/Coach-Maximillian-Schnieder.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2023/03/Coach-Maximillian-Schnieder.webp" width="300" height="390" alt="Maximillian Schnieder Wrestling Coach"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
											</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<strong>Vince Salvador</strong><br>Kickboxing / MMA<br>
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20390'%3E%3C/svg%3E" width="300" height="390" alt="Vince Salvador Kickboxing / Mma Coach" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/09/Kickboxing-Coach-Vince-Salvador-01.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2022/09/Kickboxing-Coach-Vince-Salvador-01.webp" width="300" height="390" alt="Vince Salvador Kickboxing / Mma Coach"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
											</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<strong>Willie Laureano</strong><br>Filipino Martial Arts<br>
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20390'%3E%3C/svg%3E" width="300" height="390" alt="Willie Laureano Filipino Martial Arts Coach" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/09/Coach-Willie-Laureano.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2022/09/Coach-Willie-Laureano.webp" width="300" height="390" alt="Willie Laureano Filipino Martial Arts Coach"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
											</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<strong>Xande Ribeiro</strong><br>Jiu Jitsu<br>
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20390'%3E%3C/svg%3E" width="300" height="390" alt="Xande Ribeiro Coach" data-lazy-src="https://thearenagym.com/wp-content/uploads/2023/03/Coach-Xande-Ribeiro.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2023/03/Coach-Xande-Ribeiro.webp" width="300" height="390" alt="Xande Ribeiro Coach"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
											</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<strong>Zbigniew Piec</strong><br>Judo<br>
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20390'%3E%3C/svg%3E" width="300" height="390" alt="Zbigniew Piec Judo Coach" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/09/Coach-Zbigniew-Piec.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2022/09/Coach-Zbigniew-Piec.webp" width="300" height="390" alt="Zbigniew Piec Judo Coach"></noscript>					</div>
									</div>
						<div class="elementor-testimonial__footer">
											</div>
		</div>
								</div>
									</div>
																				<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-left" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							<span class="elementor-screen-only">Previous</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-right" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							<span class="elementor-screen-only">Next</span>
						</div>
												</div>
		</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-edb8cc3 e-flex e-con-boxed e-con" data-id="edb8cc3" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;boxed&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-b362a04 e-con-full e-flex e-con" data-id="b362a04" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;full&quot;}">
				<div class="elementor-element elementor-element-8a2805a elementor-widget elementor-widget-heading" data-id="8a2805a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<p class="elementor-heading-title elementor-size-default">The Arena Facility</p>		</div>
				</div>
				<div class="elementor-element elementor-element-8cba9b6 elementor-widget elementor-widget-text-editor" data-id="8cba9b6" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>27,000 square feet. San Diego&#8217;s biggest Combat Sports Gym &amp; Martial Arts School.</p>						</div>
				</div>
				<div class="elementor-element elementor-element-238f804 elementor-widget elementor-widget-video" data-id="238f804" data-element_type="widget" data-settings="{&quot;video_type&quot;:&quot;vimeo&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\/\/thearenagym.com\/wp-content\/uploads\/2022\/08\/the-arena-facility-video.jpg&quot;,&quot;id&quot;:146,&quot;size&quot;:&quot;&quot;},&quot;lightbox&quot;:&quot;yes&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;}" data-widget_type="video.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.14.0 - 26-06-2023 */
.elementor-widget-video .elementor-widget-container{overflow:hidden;transform:translateZ(0)}.elementor-widget-video .elementor-wrapper{aspect-ratio:var(--video-aspect-ratio)}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{height:100%;width:100%;display:flex;border:none;background-color:#000}@supports not (aspect-ratio:1/1){.elementor-widget-video .elementor-wrapper{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% / var(--video-aspect-ratio))}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{position:absolute;top:0;right:0;bottom:0;left:0}}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{display:block;width:100%}.elementor-widget-video .e-hosted-video .elementor-video{-o-object-fit:cover;object-fit:cover}.e-con-inner>.elementor-widget-video,.e-con>.elementor-widget-video{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		<div class="elementor-wrapper elementor-open-lightbox">
							<div class="elementor-custom-embed-image-overlay" data-elementor-open-lightbox="yes" data-elementor-lightbox="{&quot;type&quot;:&quot;video&quot;,&quot;videoType&quot;:&quot;vimeo&quot;,&quot;url&quot;:&quot;https:\/\/player.vimeo.com\/video\/673355050?color&amp;autopause=0&amp;loop=0&amp;muted=0&amp;title=0&amp;portrait=0&amp;byline=0#t=&quot;,&quot;modalOptions&quot;:{&quot;id&quot;:&quot;elementor-lightbox-238f804&quot;,&quot;entranceAnimation&quot;:&quot;&quot;,&quot;entranceAnimation_tablet&quot;:&quot;&quot;,&quot;entranceAnimation_mobile&quot;:&quot;&quot;,&quot;videoAspectRatio&quot;:&quot;169&quot;}}" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJ0eXBlIjoidmlkZW8iLCJ2aWRlb1R5cGUiOiJ2aW1lbyIsInVybCI6Imh0dHBzOlwvXC9wbGF5ZXIudmltZW8uY29tXC92aWRlb1wvNjczMzU1MDUwP2NvbG9yJmF1dG9wYXVzZT0wJmxvb3A9MCZtdXRlZD0wJnRpdGxlPTAmcG9ydHJhaXQ9MCZieWxpbmU9MCN0PSIsIm1vZGFsT3B0aW9ucyI6eyJpZCI6ImVsZW1lbnRvci1saWdodGJveC0yMzhmODA0IiwiZW50cmFuY2VBbmltYXRpb24iOiIiLCJlbnRyYW5jZUFuaW1hdGlvbl90YWJsZXQiOiIiLCJlbnRyYW5jZUFuaW1hdGlvbl9tb2JpbGUiOiIiLCJ2aWRlb0FzcGVjdFJhdGlvIjoiMTY5In19">
											<img decoding="async" width="1280" height="720" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201280%20720'%3E%3C/svg%3E" class="attachment-full size-full wp-image-146" alt="The Arena Facility Video" data-lazy-srcset="https://thearenagym.com/wp-content/uploads/2022/08/the-arena-facility-video.jpg 1280w,https://thearenagym.com/wp-content/uploads/2022/08/the-arena-facility-video-600x338.webp 600w,https://thearenagym.com/wp-content/uploads/2022/08/the-arena-facility-video-300x169.jpg 300w,https://thearenagym.com/wp-content/uploads/2022/08/the-arena-facility-video-1024x576.jpg 1024w,https://thearenagym.com/wp-content/uploads/2022/08/the-arena-facility-video-768x432.jpg 768w" data-lazy-sizes="(max-width: 1280px) 100vw, 1280px" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/08/the-arena-facility-video.jpg"><noscript><img decoding="async" width="1280" height="720" src="https://thearenagym.com/wp-content/uploads/2022/08/the-arena-facility-video.jpg" class="attachment-full size-full wp-image-146" alt="The Arena Facility Video" srcset="https://thearenagym.com/wp-content/uploads/2022/08/the-arena-facility-video.jpg 1280w,https://thearenagym.com/wp-content/uploads/2022/08/the-arena-facility-video-600x338.webp 600w,https://thearenagym.com/wp-content/uploads/2022/08/the-arena-facility-video-300x169.jpg 300w,https://thearenagym.com/wp-content/uploads/2022/08/the-arena-facility-video-1024x576.jpg 1024w,https://thearenagym.com/wp-content/uploads/2022/08/the-arena-facility-video-768x432.jpg 768w" sizes="(max-width: 1280px) 100vw, 1280px"></noscript>														</div>
					</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-71be6fb elementor-align-center elementor-mobile-align-justify elementor-widget elementor-widget-button" data-id="71be6fb" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-md" href="https://thearenagym.com/more/free/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">Get 30 Days Free</span>
		</span>
					</a>
		</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-d248890 e-flex e-con-boxed e-con" data-id="d248890" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;boxed&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-b1aa962 e-con-full e-flex e-con" data-id="b1aa962" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;full&quot;}">
				<div class="elementor-element elementor-element-09312cd elementor-widget elementor-widget-heading" data-id="09312cd" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h3 class="elementor-heading-title elementor-size-default">The Arena Success Stories</h3>		</div>
				</div>
				<div class="elementor-element elementor-element-43b94ff elementor-testimonial--skin-default elementor-testimonial--layout-image_inline elementor-testimonial--align-center elementor-arrows-yes elementor-pagination-type-bullets elementor-widget elementor-widget-testimonial-carousel" data-id="43b94ff" data-element_type="widget" data-settings="{&quot;slides_per_view&quot;:&quot;3&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;slides_per_view_mobile&quot;:&quot;1&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;loop&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="testimonial-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-main-swiper swiper-container">
				<div class="swiper-wrapper">
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20297%20167'%3E%3C/svg%3E" class="program-cards" width="297" height="167" alt="Boxing Success Story" title="Boxing Success Story at the Arena" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/10/The-Arena-Boxing-Success-Story.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2022/10/The-Arena-Boxing-Success-Story.webp" class="program-cards" width="297" height="167" alt="Boxing Success Story" title="Boxing Success Story at the Arena"></noscript>
					</div>
									</div>
						<div class="elementor-testimonial__footer">
								<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name"><a href="https://thearenagym.com/boxing/"><h3>BOXING</h3></a></span><span class="elementor-testimonial__title"><strong>Ulises Sierra</strong><br> "This is our home. I love it here. Everyone trains hard and is dedicated to perfecting their craft and I like to be surrounded by that."</span></cite>			</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20297%20167'%3E%3C/svg%3E" class="program-cards" width="297" height="167" alt="Jiu Jitsu Success Story" title="Jiu Jitsu Success Story at the Arena" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/10/The-Arena-Brazilian-Jiu-Jitsu-Success-Story.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2022/10/The-Arena-Brazilian-Jiu-Jitsu-Success-Story.webp" class="program-cards" width="297" height="167" alt="Jiu Jitsu Success Story" title="Jiu Jitsu Success Story at the Arena"></noscript>
					</div>
									</div>
						<div class="elementor-testimonial__footer">
								<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name"><a href="https://thearenagym.com/jiujitsu/"><h3>JIU JITSU</h3></a></span><span class="elementor-testimonial__title"><strong>Sergio Hernandez</strong><br> "I've been training with Baret since the very beginning. So when he came to The Arena, I was here right away. It's been great."</span></cite>			</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20297%20167'%3E%3C/svg%3E" class="program-cards" width="297" height="167" alt="Kickboxing Success Story" title="Kickboxing Success Story at the Arena" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/10/The-Arena-Kickboxing-Success-Story.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2022/10/The-Arena-Kickboxing-Success-Story.webp" class="program-cards" width="297" height="167" alt="Kickboxing Success Story" title="Kickboxing Success Story at the Arena"></noscript>
					</div>
									</div>
						<div class="elementor-testimonial__footer">
								<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name"><a href="https://thearenagym.com/kickboxing/"><h3>KICKBOXING</h3></a></span><span class="elementor-testimonial__title"><strong>James Ewton</strong><br> "I've been training here for 7 years. I really like the way they put classes together. I feel their method of teaching is the best way to do it."</span></cite>			</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20297%20167'%3E%3C/svg%3E" class="program-cards" width="297" height="167" alt="Mma Success Story" title="MMA Success Story at the Arena" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/10/The-Arena-MMA-Success-Story.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2022/10/The-Arena-MMA-Success-Story.webp" class="program-cards" width="297" height="167" alt="Mma Success Story" title="MMA Success Story at the Arena"></noscript>
					</div>
									</div>
						<div class="elementor-testimonial__footer">
								<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name"><a href="https://thearenagym.com/mma/"><h3>MMA</h3></a></span><span class="elementor-testimonial__title"><strong>Baby Joe Taimanglo</strong><br>"There are so many great coaches at The Arena. It all comes together where everybody can come in and get great training."</span></cite>			</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20297%20167'%3E%3C/svg%3E" class="program-cards" width="297" height="167" alt="Muay Thai Success Story" title="Muay Thai Success Story at the Arena" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/10/The-Arena-Muay-Thai-Success-Story.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2022/10/The-Arena-Muay-Thai-Success-Story.webp" class="program-cards" width="297" height="167" alt="Muay Thai Success Story" title="Muay Thai Success Story at the Arena"></noscript>
					</div>
									</div>
						<div class="elementor-testimonial__footer">
								<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name"><a href="https://thearenagym.com/muaythai/"><h3>MUAY THAI</h3></a></span><span class="elementor-testimonial__title"><strong>Adrian Morilla</strong><br>"All the instructors are always here, they're always on time, they're squared away, they know what they're doing. I love training here."</span></cite>			</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20297%20167'%3E%3C/svg%3E" class="program-cards" width="297" height="167" alt="Wrestling Success Story" title="Wrestling Success Story at the Arena" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/10/The-Arena-Wrestling-Success-Story.webp"><noscript><img decoding="async" src="https://thearenagym.com/wp-content/uploads/2022/10/The-Arena-Wrestling-Success-Story.webp" class="program-cards" width="297" height="167" alt="Wrestling Success Story" title="Wrestling Success Story at the Arena"></noscript>
					</div>
									</div>
						<div class="elementor-testimonial__footer">
								<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name"><a href="https://thearenagym.com/wrestling/"><h3>WRESTLING</h3></a></span><span class="elementor-testimonial__title"><strong>Alex Trinidad</strong><br>"What brought me here is that it's not a cardio gym. It's learn to fight. The instructors are the best. They're Pros in everything they do."</span></cite>			</div>
		</div>
								</div>
									</div>
															<div class="swiper-pagination"></div>
																<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-left" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							<span class="elementor-screen-only">Previous</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-right" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							<span class="elementor-screen-only">Next</span>
						</div>
												</div>
		</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-e21e92c e-flex e-con-boxed e-con" data-id="e21e92c" data-element_type="container" id="faq" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;boxed&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-8559df1 e-con-full e-flex e-con" data-id="8559df1" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;full&quot;}">
				<div class="elementor-element elementor-element-a6e2038 elementor-widget elementor-widget-heading" data-id="a6e2038" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h3 class="elementor-heading-title elementor-size-default">The Arena FAQ's</h3>		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-2bd24bb elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-toggle" data-id="2bd24bb" data-element_type="widget" data-widget_type="toggle.default">
				<div class="elementor-widget-container">
					<div class="elementor-toggle">
							<div class="elementor-toggle-item">
					<h4 id="elementor-tab-title-4591" class="elementor-tab-title" data-tab="1" role="button" aria-controls="elementor-tab-content-4591" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><svg class="e-font-icon-svg e-fas-caret-right" viewBox="0 0 192 512" xmlns="http://www.w3.org/2000/svg"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"></path></svg></span>
								<span class="elementor-toggle-icon-opened"><svg class="elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z"></path></svg></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">Is The Arena just for fighters? Can I come in as a beginner?</a>
					</h4>

					<div id="elementor-tab-content-4591" class="elementor-tab-content elementor-clearfix" data-tab="1" role="region" aria-labelledby="elementor-tab-title-4591"><p>We are a Martial Arts School as well as a fight gym. So you don’t have to fight competitively to train here or have any experience. In fact, we SPECIALIZE in training beginners from the ground up, whether they plan on fighting or just want to learn to defend themselves. But, you do have to train hard and want to learn while you’re here. We are here to teach you skills, not just get you in shape. Also, this isn’t a dating gym, so for anyone looking for that we’re the wrong place. We’re serious and we expect our members to be as well.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<h4 id="elementor-tab-title-4592" class="elementor-tab-title" data-tab="2" role="button" aria-controls="elementor-tab-content-4592" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><svg class="e-font-icon-svg e-fas-caret-right" viewBox="0 0 192 512" xmlns="http://www.w3.org/2000/svg"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"></path></svg></span>
								<span class="elementor-toggle-icon-opened"><svg class="elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z"></path></svg></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">Is it true I can take ALL the classes you offer for just one flat fee per month?</a>
					</h4>

					<div id="elementor-tab-content-4592" class="elementor-tab-content elementor-clearfix" data-tab="2" role="region" aria-labelledby="elementor-tab-title-4592"><p>Yes, you are welcome to take all the classes we offer for one flat monthly rate. We don’t restrict access to any of our classes, no matter what membership plan you’re on.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<h4 id="elementor-tab-title-4593" class="elementor-tab-title" data-tab="3" role="button" aria-controls="elementor-tab-content-4593" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><svg class="e-font-icon-svg e-fas-caret-right" viewBox="0 0 192 512" xmlns="http://www.w3.org/2000/svg"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"></path></svg></span>
								<span class="elementor-toggle-icon-opened"><svg class="elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z"></path></svg></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">What are your fees?</a>
					</h4>

					<div id="elementor-tab-content-4593" class="elementor-tab-content elementor-clearfix" data-tab="3" role="region" aria-labelledby="elementor-tab-title-4593"><p>We have a variety of membership programs. They all include full instruction from our world class Coaches, and incredible training with outstanding partners and teammates. All of our memberships includes access to every one of the classes we offer, as well as use of all of our Martial Arts and Combat Sports facilities. This includes our specialized 10,000 square foot Strength &amp; Conditioning facility (part of our overall 27,000 sf facility), featuring top training equipment along with beautiful showers and locker areas. </p><p><span style="background-color: var( --e-global-color-ae7e94d ); font-weight: var(--bodyfontweight); letter-spacing: var(--bodyletterspacing); text-transform: var(--bodytexttransform);">This allows you to give up your other gym memberships as we have everything you need all in one place, saving you money and time. We strongly believe we offer the best deal anywhere in the U.S. for the amount of classes, quality of training, and incredible facility we provide. Just one of our programs on its own in another high-quality gym would easily be $150 monthly and up. Check out the prices for a good Jiu Jitsu or Crossfit gym and see for yourself. </span></p><p><span style="background-color: var( --e-global-color-ae7e94d ); font-weight: var(--bodyfontweight); letter-spacing: var(--bodyletterspacing); text-transform: var(--bodytexttransform);">We do not go over memberships via phone or email. Instead, please visit the gym in person to make sure we’re a good fit and vice-versa. Also, we do not offer any further discounts. We’re already priced as low as we can possibly be for what we offer.</span></p><p><span style="background-color: var( --e-global-color-ae7e94d ); font-weight: var(--bodyfontweight); letter-spacing: var(--bodyletterspacing); text-transform: var(--bodytexttransform);">The reason we’re priced so low in the first place is because the majority of our members are in the military and we try our best to make it affordable for them. The civilians here get to benefit from that, becuase we don’t believe in treating people differently by charging some more than others. Instead, everyone here becomes part of our brotherhood, where you will make friends for life.  And again, for the amount and quality of classes we offer, all taught in one of the largest and nicest facilities found anywhere in the world, our prices are an incredible deal.</span></p></div>
				</div>
							<div class="elementor-toggle-item">
					<h4 id="elementor-tab-title-4594" class="elementor-tab-title" data-tab="4" role="button" aria-controls="elementor-tab-content-4594" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><svg class="e-font-icon-svg e-fas-caret-right" viewBox="0 0 192 512" xmlns="http://www.w3.org/2000/svg"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"></path></svg></span>
								<span class="elementor-toggle-icon-opened"><svg class="elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z"></path></svg></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">I want to make a career out of fighting. Can you help me?</a>
					</h4>

					<div id="elementor-tab-content-4594" class="elementor-tab-content elementor-clearfix" data-tab="4" role="region" aria-labelledby="elementor-tab-title-4594"><p>Yes we can. That’s our business. If you haven’t fought before, we will start you in the Amateurs. If you are successful in the Amateurs, we will turn you Pro. And if you are a Pro already, we have everything you need to reach a world class level.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<h4 id="elementor-tab-title-4595" class="elementor-tab-title" data-tab="5" role="button" aria-controls="elementor-tab-content-4595" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><svg class="e-font-icon-svg e-fas-caret-right" viewBox="0 0 192 512" xmlns="http://www.w3.org/2000/svg"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"></path></svg></span>
								<span class="elementor-toggle-icon-opened"><svg class="elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z"></path></svg></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">I want to visit from out of town. Do you offer drop-ins?</a>
					</h4>

					<div id="elementor-tab-content-4595" class="elementor-tab-content elementor-clearfix" data-tab="5" role="region" aria-labelledby="elementor-tab-title-4595"><p>Yes, we allow out of town drop-ins. Please contact us in advance of your arrival. </p></div>
				</div>
							<div class="elementor-toggle-item">
					<h4 id="elementor-tab-title-4596" class="elementor-tab-title" data-tab="6" role="button" aria-controls="elementor-tab-content-4596" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><svg class="e-font-icon-svg e-fas-caret-right" viewBox="0 0 192 512" xmlns="http://www.w3.org/2000/svg"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"></path></svg></span>
								<span class="elementor-toggle-icon-opened"><svg class="elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z"></path></svg></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">Do you have a Children’s Program?</a>
					</h4>

					<div id="elementor-tab-content-4596" class="elementor-tab-content elementor-clearfix" data-tab="6" role="region" aria-labelledby="elementor-tab-title-4596"><p>No, we don’t. Our focus is teaching fighting skills and childen are not a good fit within our environment. However, if you have an physically and emotionally mature child age 14 or over, we may make an exception if they are fully committed to learning what we offer and can participate in an Adult class. If you think they would be a good fit, please visit the gym in person with your child so we can make an evaluation.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<h4 id="elementor-tab-title-4597" class="elementor-tab-title" data-tab="7" role="button" aria-controls="elementor-tab-content-4597" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><svg class="e-font-icon-svg e-fas-caret-right" viewBox="0 0 192 512" xmlns="http://www.w3.org/2000/svg"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"></path></svg></span>
								<span class="elementor-toggle-icon-opened"><svg class="elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z"></path></svg></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">Is The Arena just for men?</a>
					</h4>

					<div id="elementor-tab-content-4597" class="elementor-tab-content elementor-clearfix" data-tab="7" role="region" aria-labelledby="elementor-tab-title-4597"><p>We do train women, including numerous Amateur and Professional Champions such as Bellator MMA World Champion Liz Carmouche and WBA Boxing World Champion Raquel Miller. However, since we don’t offer “Cardio Martial Arts” classes, we are not for everyone. At The Arena, our students are all treated equally. This means, among other things, you will be expected to fully participate in class and you will receive contact in these classes. So if you’re good with that, and you want to train for REAL, come on by.</p></div>
				</div>
								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-e8d50dd e-flex e-con-boxed e-con" data-id="e8d50dd" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;content_width&quot;:&quot;boxed&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-0e8ac19 elementor-widget elementor-widget-heading" data-id="0e8ac19" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<span class="elementor-heading-title elementor-size-default">Get Your First 30 Days Free</span>		</div>
				</div>
				<div class="elementor-element elementor-element-40321d8 elementor-align-center elementor-mobile-align-justify elementor-widget elementor-widget-button" data-id="40321d8" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-md" href="https://thearenagym.com/more/free/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">30 Days Free</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-98083de e-flex e-con-boxed e-con" data-id="98083de" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;boxed&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-dfe0c74 elementor-widget elementor-widget-heading" data-id="dfe0c74" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<p class="elementor-heading-title elementor-size-default">In The Arena</p>		</div>
				</div>
				<div class="elementor-element elementor-element-7097f5d elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="7097f5d" data-element_type="widget" data-settings="{&quot;classic_columns&quot;:&quot;3&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
			<link rel="stylesheet" data-pmdelayedstyle="https://thearenagym.com/wp-content/plugins/elementor-pro/assets/css/widget-posts.min.css">		<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-28996 post type-post status-publish format-standard has-post-thumbnail hentry category-arenanews">
				<a class="elementor-post__thumbnail__link" href="https://thearenagym.com/blog/arenanews/former-arena-staff-zach-visits/" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="804" height="450" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20804%20450'%3E%3C/svg%3E" class="attachment-full size-full wp-image-28991" alt="Former Arena Staff Zach Visits The Arena" data-lazy-srcset="https://thearenagym.com/wp-content/uploads/2022/06/zach-arena-staff-kickboxing-mma.webp 804w,https://thearenagym.com/wp-content/uploads/2022/06/zach-arena-staff-kickboxing-mma-300x168.jpg 300w,https://thearenagym.com/wp-content/uploads/2022/06/zach-arena-staff-kickboxing-mma-768x430.jpg 768w,https://thearenagym.com/wp-content/uploads/2022/06/zach-arena-staff-kickboxing-mma-600x336.jpg 600w" data-lazy-sizes="(max-width: 804px) 100vw, 804px" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/06/zach-arena-staff-kickboxing-mma.webp"><noscript><img decoding="async" width="804" height="450" src="https://thearenagym.com/wp-content/uploads/2022/06/zach-arena-staff-kickboxing-mma.webp" class="attachment-full size-full wp-image-28991" alt="Former Arena Staff Zach Visits The Arena" srcset="https://thearenagym.com/wp-content/uploads/2022/06/zach-arena-staff-kickboxing-mma.webp 804w,https://thearenagym.com/wp-content/uploads/2022/06/zach-arena-staff-kickboxing-mma-300x168.jpg 300w,https://thearenagym.com/wp-content/uploads/2022/06/zach-arena-staff-kickboxing-mma-768x430.jpg 768w,https://thearenagym.com/wp-content/uploads/2022/06/zach-arena-staff-kickboxing-mma-600x336.jpg 600w" sizes="(max-width: 804px) 100vw, 804px"></noscript></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://thearenagym.com/blog/arenanews/former-arena-staff-zach-visits/" >
				Former Arena Staff Zach Visits			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Zach is back! Always good to see Zach Tenorio in the gym. Whether working the front desk, fighting MMA, or competing in Jiu Jitsu, Zach</p>
		</div>
		
		<a class="elementor-post__read-more" href="https://thearenagym.com/blog/arenanews/former-arena-staff-zach-visits/" aria-label="Read more about Former Arena Staff Zach Visits" >
			Read More »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-28987 post type-post status-publish format-standard has-post-thumbnail hentry category-arenanews">
				<a class="elementor-post__thumbnail__link" href="https://thearenagym.com/blog/arenanews/the-arena-combat-sports-gym/" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="804" height="450" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20804%20450'%3E%3C/svg%3E" class="attachment-full size-full wp-image-28992" alt="The Arena Combat Sports Gym" data-lazy-srcset="https://thearenagym.com/wp-content/uploads/2022/06/arena-combat-sports-gym-san-diego.webp 804w,https://thearenagym.com/wp-content/uploads/2022/06/arena-combat-sports-gym-san-diego-300x168.jpg 300w,https://thearenagym.com/wp-content/uploads/2022/06/arena-combat-sports-gym-san-diego-768x430.jpg 768w,https://thearenagym.com/wp-content/uploads/2022/06/arena-combat-sports-gym-san-diego-600x336.jpg 600w" data-lazy-sizes="(max-width: 804px) 100vw, 804px" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/06/arena-combat-sports-gym-san-diego.webp"><noscript><img decoding="async" width="804" height="450" src="https://thearenagym.com/wp-content/uploads/2022/06/arena-combat-sports-gym-san-diego.webp" class="attachment-full size-full wp-image-28992" alt="The Arena Combat Sports Gym" srcset="https://thearenagym.com/wp-content/uploads/2022/06/arena-combat-sports-gym-san-diego.webp 804w,https://thearenagym.com/wp-content/uploads/2022/06/arena-combat-sports-gym-san-diego-300x168.jpg 300w,https://thearenagym.com/wp-content/uploads/2022/06/arena-combat-sports-gym-san-diego-768x430.jpg 768w,https://thearenagym.com/wp-content/uploads/2022/06/arena-combat-sports-gym-san-diego-600x336.jpg 600w" sizes="(max-width: 804px) 100vw, 804px"></noscript></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://thearenagym.com/blog/arenanews/the-arena-combat-sports-gym/" >
				The Arena Combat Sports Gym			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>This is who we are, and this is what we do. We offer every class you need to get started on your Martial Arts journey.</p>
		</div>
		
		<a class="elementor-post__read-more" href="https://thearenagym.com/blog/arenanews/the-arena-combat-sports-gym/" aria-label="Read more about The Arena Combat Sports Gym" >
			Read More »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-28796 post type-post status-publish format-standard has-post-thumbnail hentry category-arenanews">
				<a class="elementor-post__thumbnail__link" href="https://thearenagym.com/blog/arenanews/arena-windbreakers-back-in-stock/" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="804" height="450" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20804%20450'%3E%3C/svg%3E" class="attachment-full size-full wp-image-28802" alt="The Arena Windbreaker" data-lazy-srcset="https://thearenagym.com/wp-content/uploads/2022/05/arena-windbreaker-merchandise-in-stock.webp 804w,https://thearenagym.com/wp-content/uploads/2022/05/arena-windbreaker-merchandise-in-stock-300x168.jpg 300w,https://thearenagym.com/wp-content/uploads/2022/05/arena-windbreaker-merchandise-in-stock-768x430.jpg 768w,https://thearenagym.com/wp-content/uploads/2022/05/arena-windbreaker-merchandise-in-stock-600x336.jpg 600w" data-lazy-sizes="(max-width: 804px) 100vw, 804px" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/05/arena-windbreaker-merchandise-in-stock.webp"><noscript><img decoding="async" width="804" height="450" src="https://thearenagym.com/wp-content/uploads/2022/05/arena-windbreaker-merchandise-in-stock.webp" class="attachment-full size-full wp-image-28802" alt="The Arena Windbreaker" srcset="https://thearenagym.com/wp-content/uploads/2022/05/arena-windbreaker-merchandise-in-stock.webp 804w,https://thearenagym.com/wp-content/uploads/2022/05/arena-windbreaker-merchandise-in-stock-300x168.jpg 300w,https://thearenagym.com/wp-content/uploads/2022/05/arena-windbreaker-merchandise-in-stock-768x430.jpg 768w,https://thearenagym.com/wp-content/uploads/2022/05/arena-windbreaker-merchandise-in-stock-600x336.jpg 600w" sizes="(max-width: 804px) 100vw, 804px"></noscript></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://thearenagym.com/blog/arenanews/arena-windbreakers-back-in-stock/" >
				Arena Windbreakers Back In Stock!			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>The Arena is excited to announce that our Arena black camo windbreakers are back in stock! Our stocks are limited so be sure to grab</p>
		</div>
		
		<a class="elementor-post__read-more" href="https://thearenagym.com/blog/arenanews/arena-windbreakers-back-in-stock/" aria-label="Read more about Arena Windbreakers Back In Stock!" >
			Read More »		</a>

				</div>
				</article>
				</div>
		
				</div>
				</div>
				<div class="elementor-element elementor-element-bb597cc elementor-align-center elementor-mobile-align-justify elementor-widget elementor-widget-button" data-id="bb597cc" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-sm" href="https://thearenagym.com/blog/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">Visit Blog</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
				</div>
							</div>
		
</main><!--/.neve-main-->

		<div data-elementor-type="footer" data-elementor-id="156" class="elementor elementor-156 elementor-location-footer" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-501ab7aa elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="501ab7aa" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-wider">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-7e40662d" data-id="7e40662d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-5e530429 elementor-widget elementor-widget-heading" data-id="5e530429" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<span class="elementor-heading-title elementor-size-default">About The Arena</span>		</div>
				</div>
				<div class="elementor-element elementor-element-43902725 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="43902725" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.14.0 - 26-06-2023 */
.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:"";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-6d31c848 elementor-widget elementor-widget-text-editor" data-id="6d31c848" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>The Arena is the largest gym in North America for Combat Sports and Martial Arts instruction.</p>						</div>
				</div>
				<div class="elementor-element elementor-element-7f1f1ab7 elementor-widget elementor-widget-heading" data-id="7f1f1ab7" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<span class="elementor-heading-title elementor-size-default">Our Address</span>		</div>
				</div>
				<div class="elementor-element elementor-element-3137f41d elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="3137f41d" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-4086df4 elementor-widget elementor-widget-text-editor" data-id="4086df4" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>3350 Sports Arena Blvd.<br />San Diego, CA 92110 USA</p><p><script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "LocalBusiness",
  "name": "The Arena",
  "image": "https://thearenagym.com/wp-content/uploads/2018/01/ARENA_White-red-2018-1.jpg",
  "@id": "https://thearenagym.com/wp-content/uploads/2018/01/ARENA_White-red-2018-1.jpg",
  "url": "https://thearenagym.com/",
  "telephone": "(619) 222-5554",
  "priceRange": "$",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "3350 Sports Arena Blvd",
    "addressLocality": "San Diego",
    "addressRegion": "CA",
    "postalCode": "92110",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 32.7545903,
    "longitude": -117.20890859999997
  },
  "openingHoursSpecification": [{
    "@type": "OpeningHoursSpecification",
    "dayOfWeek": [
      "Monday",
      "Tuesday",
      "Wednesday",
      "Thursday",
      "Friday"
    ],
    "opens": "06:00",
    "closes": "21:00"
  },{
    "@type": "OpeningHoursSpecification",
    "dayOfWeek": "Saturday",
    "opens": "09:00",
    "closes": "14:00"
  },{
    "@type": "OpeningHoursSpecification",
    "dayOfWeek": "Sunday",
    "opens": "10:00",
    "closes": "14:00"
  }],
  "sameAs": [
    "https://www.facebook.com/TheArena1",
    "https://twitter.com/thearenamma",
    "https://www.youtube.com/channel/UCf9OzX2aA7GXfukcjP32KZw"
  ]
}
</script></p>						</div>
				</div>
				<div class="elementor-element elementor-element-5ada2d1c elementor-widget elementor-widget-spacer" data-id="5ada2d1c" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.14.0 - 26-06-2023 */
.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-3c65d8e5 elementor-widget elementor-widget-image" data-id="3c65d8e5" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://g.page/TheArenaGym?share" target="_blank">
							<img width="225" height="225" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20225%20225'%3E%3C/svg%3E" class="attachment-full size-full wp-image-30329" alt="The Arena Location" data-lazy-srcset="https://thearenagym.com/wp-content/uploads/2022/08/The-Arena-Gym-Location.webp 225w,https://thearenagym.com/wp-content/uploads/2022/08/The-Arena-Gym-Location-150x150.jpg 150w,https://thearenagym.com/wp-content/uploads/2022/08/The-Arena-Gym-Location-100x100.jpg 100w" data-lazy-sizes="(max-width: 225px) 100vw, 225px" data-lazy-src="https://thearenagym.com/wp-content/uploads/2022/08/The-Arena-Gym-Location.webp" /><noscript><img width="225" height="225" src="https://thearenagym.com/wp-content/uploads/2022/08/The-Arena-Gym-Location.webp" class="attachment-full size-full wp-image-30329" alt="The Arena Location" srcset="https://thearenagym.com/wp-content/uploads/2022/08/The-Arena-Gym-Location.webp 225w,https://thearenagym.com/wp-content/uploads/2022/08/The-Arena-Gym-Location-150x150.jpg 150w,https://thearenagym.com/wp-content/uploads/2022/08/The-Arena-Gym-Location-100x100.jpg 100w" sizes="(max-width: 225px) 100vw, 225px" /></noscript>								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-5f79f32d" data-id="5f79f32d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-639b691d elementor-widget elementor-widget-heading" data-id="639b691d" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<span class="elementor-heading-title elementor-size-default">Our Programs</span>		</div>
				</div>
				<div class="elementor-element elementor-element-de4ba0a elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="de4ba0a" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-6e49274a elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="6e49274a" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
			<link rel="stylesheet" data-pmdelayedstyle="https://thearenagym.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css">		<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://thearenagym.com/boxing/">

												<span class="elementor-icon-list-icon">
													</span>
										<span class="elementor-icon-list-text">Boxing</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://thearenagym.com/fightcamps/">

												<span class="elementor-icon-list-icon">
													</span>
										<span class="elementor-icon-list-text">Fight Camps</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://thearenagym.com/filipinomartialarts/">

												<span class="elementor-icon-list-icon">
													</span>
										<span class="elementor-icon-list-text">Filipino Martial Arts | Kali</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://thearenagym.com/grappling/">

												<span class="elementor-icon-list-icon">
													</span>
										<span class="elementor-icon-list-text">Grappling</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://thearenagym.com/jiujitsu/">

												<span class="elementor-icon-list-icon">
													</span>
										<span class="elementor-icon-list-text">Jiu Jitsu</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://thearenagym.com/judo/">

												<span class="elementor-icon-list-icon">
													</span>
										<span class="elementor-icon-list-text">Judo</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://thearenagym.com/kickboxing/">

												<span class="elementor-icon-list-icon">
													</span>
										<span class="elementor-icon-list-text">Kickboxing</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://thearenagym.com/mma/">

												<span class="elementor-icon-list-icon">
													</span>
										<span class="elementor-icon-list-text">MMA</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://thearenagym.com/muaythai/">

												<span class="elementor-icon-list-icon">
													</span>
										<span class="elementor-icon-list-text">Muay Thai</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://thearenagym.com/personaltraining/">

											<span class="elementor-icon-list-text">Personal Training</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://thearenagym.com/strengthandconditioning/">

												<span class="elementor-icon-list-icon">
													</span>
										<span class="elementor-icon-list-text">Strength & Conditioning</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://thearenagym.com/wrestling/">

												<span class="elementor-icon-list-icon">
													</span>
										<span class="elementor-icon-list-text">Wrestling</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-394b97ff" data-id="394b97ff" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-18238b07 elementor-widget elementor-widget-heading" data-id="18238b07" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<span class="elementor-heading-title elementor-size-default">More Info</span>		</div>
				</div>
				<div class="elementor-element elementor-element-72196db9 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="72196db9" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-2049f124 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="2049f124" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://thearenagym.com/blog/">

												<span class="elementor-icon-list-icon">
													</span>
										<span class="elementor-icon-list-text">Blog</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://thearenagym.com/more/coaches/">

												<span class="elementor-icon-list-icon">
													</span>
										<span class="elementor-icon-list-text">Coaches</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://thearenagym.com/more/compete/">

												<span class="elementor-icon-list-icon">
													</span>
										<span class="elementor-icon-list-text">Compete</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://thearenagym.com/more/contact/">

												<span class="elementor-icon-list-icon">
													</span>
										<span class="elementor-icon-list-text">Contact</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://thearenagym.com/more/facility/">

												<span class="elementor-icon-list-icon">
													</span>
										<span class="elementor-icon-list-text">Facility</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://thearenagym.com/fightshop/">

												<span class="elementor-icon-list-icon">
													</span>
										<span class="elementor-icon-list-text">Fight Shop</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://thearenagym.com/more/app/">

												<span class="elementor-icon-list-icon">
													</span>
										<span class="elementor-icon-list-text">Get App</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://thearenagym.com/more/jobs/">

												<span class="elementor-icon-list-icon">
													</span>
										<span class="elementor-icon-list-text">Jobs</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://thearenagym.com/more/ourstory/">

												<span class="elementor-icon-list-icon">
													</span>
										<span class="elementor-icon-list-text">Our Story</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://thearenagym.com/more/schedule/">

												<span class="elementor-icon-list-icon">
													</span>
										<span class="elementor-icon-list-text">Schedule</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://thearenagym.com/more/success/">

												<span class="elementor-icon-list-icon">
													</span>
										<span class="elementor-icon-list-text">Success Stories</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://thearenagym.com/more/video/">

												<span class="elementor-icon-list-icon">
													</span>
										<span class="elementor-icon-list-text">Video</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-330e2c7b" data-id="330e2c7b" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-502bc15 elementor-widget elementor-widget-heading" data-id="502bc15" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<p class="elementor-heading-title elementor-size-default">Get Your First 30 Days Free</p>		</div>
				</div>
				<div class="elementor-element elementor-element-5660d5c elementor-button-align-stretch elementor-widget elementor-widget-form" data-id="5660d5c" data-element_type="widget" data-settings="{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default">
				<div class="elementor-widget-container">
					<form class="elementor-form" method="post" name="Footer | 30 Days Free">
			<input type="hidden" name="post_id" value="156"/>
			<input type="hidden" name="form_id" value="5660d5c"/>
			<input type="hidden" name="referer_title" value="THE ARENA | San Diego’s Martial Arts School | Best Martial Arts Gym, Classes &amp; Training In San Diego" />

							<input type="hidden" name="queried_id" value="143"/>
			
			<div class="elementor-form-fields-wrapper elementor-labels-">
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-FirstName elementor-col-100 elementor-field-required">
												<label for="form-field-FirstName" class="elementor-field-label elementor-screen-only">
								First Name							</label>
														<input size="1" type="text" name="form_fields[FirstName]" id="form-field-FirstName" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="First Name" required="required" aria-required="true">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-LastName elementor-col-100 elementor-field-required">
												<label for="form-field-LastName" class="elementor-field-label elementor-screen-only">
								Last Name							</label>
														<input size="1" type="text" name="form_fields[LastName]" id="form-field-LastName" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Last Name" required="required" aria-required="true">
											</div>
								<div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-Email elementor-col-100 elementor-field-required">
												<label for="form-field-Email" class="elementor-field-label elementor-screen-only">
								Email							</label>
														<input size="1" type="email" name="form_fields[Email]" id="form-field-Email" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Email" required="required" aria-required="true">
											</div>
								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">
					<button type="submit" class="elementor-button elementor-size-sm">
						<span >
															<span class=" elementor-button-icon">
																										</span>
																						<span class="elementor-button-text">Get It Now</span>
													</span>
					</button>
				</div>
			</div>
		</form>
				</div>
				</div>
				<div class="elementor-element elementor-element-4503591c elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons" data-id="4503591c" data-element_type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.14.0 - 26-06-2023 */
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		<div class="elementor-social-icons-wrapper elementor-grid">
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-053b91f" href="https://www.youtube.com/TheArenaGym" target="_blank">
						<span class="elementor-screen-only">Youtube</span>
						<svg class="e-font-icon-svg e-fab-youtube" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"></path></svg>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-af3e0fa" href="https://www.instagram.com/TheArenaGym" target="_blank">
						<span class="elementor-screen-only">Instagram</span>
						<svg class="e-font-icon-svg e-fab-instagram" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg>					</a>
				</span>
					</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
		<div class="elementor-element elementor-element-df9eee3 e-flex e-con-boxed e-con" data-id="df9eee3" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;boxed&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-b3fd37f elementor-widget elementor-widget-text-editor" data-id="b3fd37f" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							© The Arena 2023 | All Rights Reserved | <a href="https://thearenagym.com/sitemap_index.xml" target="_blank">Site Map</a> | <a href="https://thearenagym.com/privacypolicy/">Privacy Policy</a>						</div>
				</div>
					</div>
				</div>
						</div>
		
</div><!--/.wrapper-->
	<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
		(function () {
			var c = document.body.className;
			c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
			document.body.className = c;
		})();
	</script>
	<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://thearenagym.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.7.8.1' id='jquery-blockui-js' defer></script>
<script type='text/javascript' id='wc-add-to-cart-js-extra'>
/* <![CDATA[ */
var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/thearenagym.com\/cart\/","is_cart":"","cart_redirect_after_add":"no"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://thearenagym.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=7.8.1' id='wc-add-to-cart-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://thearenagym.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.7.8.1' id='js-cookie-js' defer></script>
<script type='text/javascript' id='woocommerce-js-extra'>
/* <![CDATA[ */
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://thearenagym.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=7.8.1' id='woocommerce-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='rocket-browser-checker-js-after'>
"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\/|\/checkout\/??(.*)|\/cart\/?|\/my-account\/??(.*)|\/wc-api\/v(.*)|\/(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:\/\/thearenagym.com","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='rocket-preload-links-js-after'>
(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='neve-script-js-extra'>
/* <![CDATA[ */
var NeveProperties = {"ajaxurl":"https:\/\/thearenagym.com\/wp-admin\/admin-ajax.php","nonce":"0e4071cc44","isRTL":"","isCustomize":""};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' data-rocket-src='https://thearenagym.com/wp-content/cache/min/1/wp-content/themes/neve/assets/js/build/modern/frontend.js?ver=1686332371' id='neve-script-js' async></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='neve-script-js-after'>
function toggleAriaClick() { function toggleAriaExpanded(toggle = 'true') { document.querySelectorAll('button.navbar-toggle').forEach(function(el) { if ( el.classList.contains('caret-wrap') ) { return; } el.setAttribute('aria-expanded', 'true' === el.getAttribute('aria-expanded') ? 'false' : toggle); }); } toggleAriaExpanded(); if ( document.body.hasAttribute('data-ftrap-listener') ) { return; } document.body.setAttribute('data-ftrap-listener', 'true'); document.addEventListener('ftrap-end', function() { toggleAriaExpanded('false'); }); }
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://thearenagym.com/wp-content/plugins/wp-rocket/assets/js/heartbeat.js?ver=3.14' id='heartbeat-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' async data-no-optimize="1" data-rocket-src='https://thearenagym.com/wp-content/cache/min/1/wp-content/plugins/perfmatters/vendor/instant-page/instantpage.js?ver=1686332371' id='perfmatters-instant-page-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://thearenagym.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.0.1' id='smartmenus-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://thearenagym.com/wp-includes/js/imagesloaded.min.js?ver=4.1.4' id='imagesloaded-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://thearenagym.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.14.1' id='elementor-pro-webpack-runtime-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://thearenagym.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.14.1' id='elementor-webpack-runtime-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://thearenagym.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.14.1' id='elementor-frontend-modules-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://thearenagym.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2' id='wp-polyfill-inert-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://thearenagym.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.11' id='regenerator-runtime-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://thearenagym.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0' id='wp-polyfill-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://thearenagym.com/wp-includes/js/dist/hooks.min.js?ver=4169d3cf8e8d95a3d6d5' id='wp-hooks-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://thearenagym.com/wp-includes/js/dist/i18n.min.js?ver=9e794f35a71bb98672ae' id='wp-i18n-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='wp-i18n-js-after'>
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='elementor-pro-frontend-js-before'>
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/thearenagym.com\/wp-admin\/admin-ajax.php","nonce":"1ac602f928","urls":{"assets":"https:\/\/thearenagym.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/thearenagym.com\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"woocommerce":{"menu_cart":{"cart_page_url":"https:\/\/thearenagym.com\/cart\/","checkout_page_url":"https:\/\/thearenagym.com\/checkout\/","fragments_nonce":"b9aecc6a13"}},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/thearenagym.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://thearenagym.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.14.1' id='elementor-pro-frontend-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://thearenagym.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2' id='elementor-waypoints-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://thearenagym.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2' id='jquery-ui-core-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='elementor-frontend-js-before'>
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.14.1","is_static":false,"experimentalFeatures":{"e_dom_optimization":true,"e_optimized_assets_loading":true,"e_optimized_css_loading":true,"e_font_icon_svg":true,"a11y_improvements":true,"additional_custom_breakpoints":true,"container":true,"theme_builder_v2":true,"landing-pages":true,"page-transitions":true,"notes":true,"loop":true,"form-submissions":true,"e_scroll_snap":true},"urls":{"assets":"https:\/\/thearenagym.com\/wp-content\/plugins\/elementor\/assets\/"},"swiperClass":"swiper-container","settings":{"page":[],"editorPreferences":[]},"kit":{"body_background_background":"classic","active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description","woocommerce_notices_elements":[]},"post":{"id":143,"title":"THE%20ARENA%20%7C%20San%20Diego%E2%80%99s%20Martial%20Arts%20School%20%7C%20Best%20Martial%20Arts%20Gym%2C%20Classes%20%26%20Training%20In%20San%20Diego","excerpt":"","featuredImage":false}};
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://thearenagym.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.14.1' id='elementor-frontend-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://thearenagym.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.14.1' id='pro-elements-handlers-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://thearenagym.com/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.14.1' id='e-sticky-js' defer></script>
<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload",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://thearenagym.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode-wpr",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script><script type="text/javascript" id="perfmatters-delayed-styles-js">!function(){const e=["keydown","mousemove","wheel","touchmove","touchstart","touchend"];function t(){document.querySelectorAll("link[data-pmdelayedstyle]").forEach(function(e){e.setAttribute("href",e.getAttribute("data-pmdelayedstyle"))}),e.forEach(function(e){window.removeEventListener(e,t,{passive:!0})})}e.forEach(function(e){window.addEventListener(e,t,{passive:!0})})}();</script></body>

</html>
<!-- Rocket has webp -->
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->