301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: dsoa.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="en-US"> <head><meta charset="UTF-8" /><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>(()=>{class RocketLazyLoadScripts{constructor(){this.v="1.2.5.1",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this.t.bind(this),this.touchStartHandler=this.i.bind(this),this.touchMoveHandler=this.o.bind(this),this.touchEndHandler=this.h.bind(this),this.clickHandler=this.u.bind(this),this.interceptedClicks=[],this.interceptedClickListeners=[],this.l(this),window.addEventListener("pageshow",(t=>{this.persisted=t.persisted,this.everythingLoaded&&this.m()})),document.addEventListener("DOMContentLoaded",(()=>{this.p()})),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}k(t){document.hidden?t.t():(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))}_(){this.triggerEvents.forEach((t=>window.removeEventListener(t,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}i(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.L(t.target,!0),this.M(t.target,"onclick","rocket-onclick"),this.C())}o(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.L(t.target,!1),this.M(t.target,"rocket-onclick","onclick"),this.O()}h(){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}u(t){t.target.removeEventListener("click",this.clickHandler),this.L(t.target,!1),this.M(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this.O()}D(){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}))}))}l(t){EventTarget.prototype.addEventListenerBase=EventTarget.prototype.addEventListener,EventTarget.prototype.addEventListener=function(e,i,o){"click"!==e||t.windowLoaded||i===t.clickHandler||t.interceptedClickListeners.push({target:this,func:i,options:o}),(this||window).addEventListenerBase(e,i,o)}}L(t,e){this.interceptedClickListeners.forEach((i=>{i.target===t&&(e?t.removeEventListener("click",i.func,i.options):t.addEventListener("click",i.func,i.options))})),t.parentNode!==document.documentElement&&this.L(t.parentNode,e)}S(){return new Promise((t=>{this.T?this.O=t:t()}))}C(){this.T=!0}O(){this.T=!1}M(t,e,i){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(i,event.target.getAttribute(e)),event.target.removeAttribute(e))}t(){this._(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this.R.bind(this)):this.R()}p(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript][data-rocket-src]").forEach((e=>{let i=e.getAttribute("data-rocket-src");if(i&&0!==i.indexOf("data:")){0===i.indexOf("//")&&(i=location.protocol+i);try{const o=new URL(i).origin;o!==location.origin&&t.push({src:o,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}catch(t){}}})),t=[...new Map(t.map((t=>[JSON.stringify(t),t]))).values()],this.j(t,"preconnect")}async R(){this.lastBreath=Date.now(),this.P(this),this.F(this),this.q(),this.A(),this.I(),await this.U(this.delayedScripts.normal),await this.U(this.delayedScripts.defer),await this.U(this.delayedScripts.async);try{await this.W(),await this.H(this),await this.J()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this.everythingLoaded=!0,this.S().then((()=>{this.D()})),this.N()}A(){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 B(t){if(await this.G(),!0!==t.noModule||!("noModule"in HTMLScriptElement.prototype))return new Promise((e=>{let i;function o(){(i||t).setAttribute("data-rocket-status","executed"),e()}try{if(navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)i=document.createElement("script"),[...t.attributes].forEach((t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),i.setAttribute(e,t.nodeValue))})),t.text&&(i.text=t.text),i.hasAttribute("src")?(i.addEventListener("load",o),i.addEventListener("error",(function(){i.setAttribute("data-rocket-status","failed"),e()})),setTimeout((()=>{i.isConnected||e()}),1)):(i.text=t.text,o()),t.parentNode.replaceChild(i,t);else{const i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",o),t.addEventListener("error",(function(){t.setAttribute("data-rocket-status","failed"),e()})),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}}catch(i){t.setAttribute("data-rocket-status","failed"),e()}}));t.setAttribute("data-rocket-status","skipped")}async U(t){const e=t.shift();return e&&e.isConnected?(await this.B(e),this.U(t)):Promise.resolve()}I(){this.j([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}j(t,e){var i=document.createDocumentFragment();t.forEach((t=>{const o=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(o){const n=document.createElement("link");n.href=o,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),i.appendChild(n),this.trash.push(n)}})),document.head.appendChild(i)}P(t){let e={};function i(i,o){return e[o].eventsToRewrite.indexOf(i)>=0&&!t.everythingLoaded?"rocket-"+i:i}function o(t,o){!function(t){e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=i(arguments[0],t),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=i(arguments[0],t),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(o)}function n(e,i){let o=e[i];e[i]=null,Object.defineProperty(e,i,{get:()=>o||function(){},set(n){t.everythingLoaded?o=n:e["rocket"+i]=o=n}})}o(document,"DOMContentLoaded"),o(window,"DOMContentLoaded"),o(window,"load"),o(window,"pageshow"),o(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}F(t){let e;function i(e){return t.everythingLoaded?e:e.split(" ").map((t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t)).join(" ")}function o(o){if(o&&o.fn&&!t.allJQueries.includes(o)){o.fn.ready=o.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(o):document.addEventListener("rocket-DOMContentLoaded",(()=>e.bind(document)(o))),o([])};const e=o.fn.on;o.fn.on=o.fn.init.prototype.on=function(){return this[0]===window&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=i(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{const e=arguments[0][t];delete arguments[0][t],arguments[0][i(t)]=e}))),e.apply(this,arguments),this},t.allJQueries.push(o)}e=o}o(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){o(t)}})}async H(t){const e=document.querySelector("script[data-webpack]");e&&(await async function(){return new Promise((t=>{e.addEventListener("load",t),e.addEventListener("error",t)}))}(),await t.K(),await t.H(t))}async W(){this.domReadyFired=!0,await this.G(),document.dispatchEvent(new Event("rocket-readystatechange")),await this.G(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this.G(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this.G(),window.dispatchEvent(new Event("rocket-DOMContentLoaded"))}async J(){await this.G(),document.dispatchEvent(new Event("rocket-readystatechange")),await this.G(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this.G(),window.dispatchEvent(new Event("rocket-load")),await this.G(),window.rocketonload&&window.rocketonload(),await this.G(),this.allJQueries.forEach((t=>t(window).trigger("rocket-jquery-load"))),await this.G();const t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this.G(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted}),this.windowLoaded=!0}m(){document.onreadystatechange&&document.onreadystatechange(),window.onload&&window.onload(),window.onpageshow&&window.onpageshow({persisted:this.persisted})}q(){const t=new Map;document.write=document.writeln=function(e){const i=document.currentScript;i||console.error("WPRocket unable to document.write this: "+e);const o=document.createRange(),n=i.parentElement;let s=t.get(i);void 0===s&&(s=i.nextSibling,t.set(i,s));const c=document.createDocumentFragment();o.setStart(c,0),c.appendChild(o.createContextualFragment(e)),n.insertBefore(c,s)}}async G(){Date.now()-this.lastBreath>45&&(await this.K(),this.lastBreath=Date.now())}async K(){return document.hidden?new Promise((t=>setTimeout(t))):new Promise((t=>requestAnimationFrame(t)))}N(){this.trash.forEach((t=>t.remove()))}static run(){const t=new RocketLazyLoadScripts;t.k(t)}}RocketLazyLoadScripts.run()})();</script> <meta name='viewport' content='width=device-width, initial-scale=1.0' /> <meta http-equiv='X-UA-Compatible' content='IE=edge' /> <script> var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),document.addEventListener("gform/theme/scripts_loaded",function(){gform.themeScriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>"function"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn("The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1."),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener("gform_main_scripts_loaded",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener("gform/theme/scripts_loaded",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener("DOMContentLoaded",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook("action",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook("filter",o,r,e,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,r){gform.removeHook("action",o,r)},removeFilter:function(o,r,e){gform.removeHook("filter",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+"_"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==r?t.apply(null,e):e[0]=t.apply(null,e)})),"filter"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}}); </script> <link rel="profile" href="https://gmpg.org/xfn/11" /> <link rel="preconnect" href="https://player.vimeo.com"> <link rel="preconnect" href="https://i.vimeocdn.com"> <link rel="preconnect" href="https://f.vimeocdn.com"> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- Google Tag Manager for WordPress by gtm4wp.com --> <script data-cfasync="false" data-pagespeed-no-defer> var gtm4wp_datalayer_name = "dataLayer"; var dataLayer = dataLayer || []; </script> <!-- End Google Tag Manager for WordPress by gtm4wp.com --> <!-- This site is optimized with the Yoast SEO plugin v25.0 - https://yoast.com/wordpress/plugins/seo/ --> <title>Dance Studio Owners Association – Grow Your Studio & Reclaim Your Life</title> <meta name="description" content="The Dance Studio Owners Association is a community of over 900 STUDIO OWNERS from every corner of the world. Each of our members make up our family. We focus on supporting our STUDIO OWNERS in each area of their business and life." /> <link rel="canonical" href="https://dsoa.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Dance Studio Owners Association – Grow Your Studio & Reclaim Your Life" /> <meta property="og:description" content="The Dance Studio Owners Association is a community of over 900 STUDIO OWNERS from every corner of the world. Each of our members make up our family. We focus on supporting our STUDIO OWNERS in each area of their business and life." /> <meta property="og:url" content="https://dsoa.com/" /> <meta property="og:site_name" content="Dance Studio Owners Association" /> <meta property="article:modified_time" content="2024-07-19T03:09:06+00:00" /> <meta property="og:image" content="https://dsoa.com/wp-content/uploads/2019/05/FI_dsoa_home.png" /> <meta property="og:image:width" content="1200" /> <meta property="og:image:height" content="630" /> <meta property="og:image:type" content="image/png" /> <meta name="twitter:card" content="summary_large_image" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://dsoa.com/","url":"https://dsoa.com/","name":"Dance Studio Owners Association – Grow Your Studio & Reclaim Your Life","isPartOf":{"@id":"https://dsoa.com/#website"},"primaryImageOfPage":{"@id":"https://dsoa.com/#primaryimage"},"image":{"@id":"https://dsoa.com/#primaryimage"},"thumbnailUrl":"https://dsoa.com/wp-content/uploads/2019/05/FI_dsoa_home.png","datePublished":"2020-06-12T00:30:04+00:00","dateModified":"2024-07-19T03:09:06+00:00","description":"The Dance Studio Owners Association is a community of over 900 STUDIO OWNERS from every corner of the world. Each of our members make up our family. We focus on supporting our STUDIO OWNERS in each area of their business and life.","breadcrumb":{"@id":"https://dsoa.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://dsoa.com/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://dsoa.com/#primaryimage","url":"https://dsoa.com/wp-content/uploads/2019/05/FI_dsoa_home.png","contentUrl":"https://dsoa.com/wp-content/uploads/2019/05/FI_dsoa_home.png","width":1200,"height":630},{"@type":"BreadcrumbList","@id":"https://dsoa.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://dsoa.com/#website","url":"https://dsoa.com/","name":"Dance Studio Owners Association","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://dsoa.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//www.google.com' /> <link rel='dns-prefetch' href='//googletagmanager.com' /> <link rel='dns-prefetch' href='//connect.facebook.net' /> <link rel='dns-prefetch' href='//google-analytics.com' /> <link rel="alternate" type="application/rss+xml" title="Dance Studio Owners Association » Feed" href="https://dsoa.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Dance Studio Owners Association » Comments Feed" href="https://dsoa.com/comments/feed/" /> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://dsoa.com/wp-includes/css/dist/block-library/style.min.css?ver=6.7.1' media='all' /> <style id='wp-block-library-theme-inline-css'> .wp-block-audio :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio :where(figcaption){color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed :where(figcaption){color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}:root :where(.wp-block-image figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme :root :where(.wp-block-image figcaption){color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote:where(.has-text-align-right){border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote:where(.has-text-align-center){border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table :where(figcaption){color:#ffffffa6}.wp-block-video :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video :where(figcaption){color:#ffffffa6}.wp-block-video{margin:0 0 1em}:root :where(.wp-block-template-part.has-background){margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--fl-heading-text: #32383a;--wp--preset--color--fl-body-bg: #ffffff;--wp--preset--color--fl-body-text: #32383a;--wp--preset--color--fl-accent: #fa642a;--wp--preset--color--fl-accent-hover: #323578;--wp--preset--color--fl-topbar-bg: #ffffff;--wp--preset--color--fl-topbar-text: #757575;--wp--preset--color--fl-topbar-link: #2b7bb9;--wp--preset--color--fl-topbar-hover: #2b7bb9;--wp--preset--color--fl-header-bg: #ffffff;--wp--preset--color--fl-header-text: #757575;--wp--preset--color--fl-header-link: #757575;--wp--preset--color--fl-header-hover: #2b7bb9;--wp--preset--color--fl-nav-bg: #ffffff;--wp--preset--color--fl-nav-link: #757575;--wp--preset--color--fl-nav-hover: #2b7bb9;--wp--preset--color--fl-content-bg: #ffffff;--wp--preset--color--fl-footer-widgets-bg: #ffffff;--wp--preset--color--fl-footer-widgets-text: #757575;--wp--preset--color--fl-footer-widgets-link: #2b7bb9;--wp--preset--color--fl-footer-widgets-hover: #2b7bb9;--wp--preset--color--fl-footer-bg: #ffffff;--wp--preset--color--fl-footer-text: #757575;--wp--preset--color--fl-footer-link: #2b7bb9;--wp--preset--color--fl-footer-hover: #2b7bb9;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='font-awesome-5-css' href='https://dsoa.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/css/all.min.css?ver=2.8.6.2' media='all' /> <link rel='stylesheet' id='jquery-bxslider-css' href='https://dsoa.com/wp-content/plugins/bb-plugin/css/jquery.bxslider.css?ver=2.8.6.2' media='all' /> <link rel='stylesheet' id='fl-builder-layout-24728-css' href='https://dsoa.com/wp-content/uploads/bb-plugin/cache/24728-layout.css?ver=31d76df170be4ac8329475bfd1447270' media='all' /> <link rel='stylesheet' id='woocommerce-layout-css' href='https://dsoa.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=9.8.5' media='all' /> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://dsoa.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=9.8.5' media='only screen and (max-width: 767px)' /> <link rel='stylesheet' id='woocommerce-general-css' href='https://dsoa.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=9.8.5' media='all' /> <style id='woocommerce-inline-inline-css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='wpmm-memory-meter-both-css' href='https://dsoa.com/wp-content/plugins/wpmm-memory-meter/assets/css/both.min.css?ver=2.3.0' media='all' /> <link rel='stylesheet' id='fl-builder-layout-bundle-f08b5600dc7d9ff502c124d092ca8e21-css' href='https://dsoa.com/wp-content/uploads/bb-plugin/cache/f08b5600dc7d9ff502c124d092ca8e21-layout-bundle.css?ver=2.8.6.2-1.4.11.2' media='all' /> <link rel='stylesheet' id='brands-styles-css' href='https://dsoa.com/wp-content/plugins/woocommerce/assets/css/brands.css?ver=9.8.5' media='all' /> <link rel='stylesheet' id='jquery-magnificpopup-css' href='https://dsoa.com/wp-content/plugins/bb-plugin/css/jquery.magnificpopup.min.css?ver=2.8.6.2' media='all' /> <link rel='stylesheet' id='base-css' href='https://dsoa.com/wp-content/themes/bb-theme/css/base.min.css?ver=1.7.17.1' media='all' /> <link rel='stylesheet' id='fl-automator-skin-css' href='https://dsoa.com/wp-content/uploads/bb-theme/skin-680ffdf13a14a.css?ver=1.7.17.1' media='all' /> <style id='rocket-lazyload-inline-css'> .rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://dsoa.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;} </style> <script src="https://dsoa.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script> <script src="https://dsoa.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script> <script src="https://dsoa.com/wp-content/plugins/handl-utm-grabber/js/js.cookie.js?ver=6.7.1" id="js.cookie-js" defer></script> <script id="handl-utm-grabber-js-extra"> var handl_utm = []; </script> <script src="https://dsoa.com/wp-content/plugins/handl-utm-grabber/js/handl-utm-grabber.js?ver=6.7.1" id="handl-utm-grabber-js" defer></script> <script src="https://dsoa.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.9.8.5" id="jquery-blockui-js" defer data-wp-strategy="defer"></script> <script id="wc-add-to-cart-js-extra"> 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:\/\/dsoa.com\/cart\/","is_cart":"","cart_redirect_after_add":"no"}; </script> <script src="https://dsoa.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=9.8.5" id="wc-add-to-cart-js" defer data-wp-strategy="defer"></script> <script src="https://dsoa.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.9.8.5" id="js-cookie-js" defer data-wp-strategy="defer"></script> <script id="woocommerce-js-extra"> var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_password_show":"Show password","i18n_password_hide":"Hide password"}; </script> <script src="https://dsoa.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=9.8.5" id="woocommerce-js" defer data-wp-strategy="defer"></script> <script id="WCPAY_ASSETS-js-extra"> var wcpayAssets = {"url":"https:\/\/dsoa.com\/wp-content\/plugins\/woocommerce-payments\/dist\/"}; </script> <link rel="https://api.w.org/" href="https://dsoa.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://dsoa.com/wp-json/wp/v2/pages/24728" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://dsoa.com/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://dsoa.com/' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://dsoa.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fdsoa.com%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://dsoa.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fdsoa.com%2F&format=xml" /> <!-- Google Tag Manager for WordPress by gtm4wp.com --> <!-- GTM Container placement set to automatic --> <script data-cfasync="false" data-pagespeed-no-defer type="text/javascript"> var dataLayer_content = {"pagePostType":"frontpage","pagePostType2":"single-page","pagePostAuthor":"flourishadmin"}; dataLayer.push( dataLayer_content ); </script> <script data-cfasync="false"> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-P656NX6'); </script> <!-- End Google Tag Manager for WordPress by gtm4wp.com --><!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-P656NX6');</script> <!-- End Google Tag Manager --> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <style>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><link rel="icon" href="https://dsoa.com/wp-content/uploads/2018/12/cropped-dsoa-favicon-1-32x32.png" sizes="32x32" /> <link rel="icon" href="https://dsoa.com/wp-content/uploads/2018/12/cropped-dsoa-favicon-1-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://dsoa.com/wp-content/uploads/2018/12/cropped-dsoa-favicon-1-180x180.png" /> <meta name="msapplication-TileImage" content="https://dsoa.com/wp-content/uploads/2018/12/cropped-dsoa-favicon-1-270x270.png" /> <style id="wp-custom-css"> /* ## FONT INSTALL --------------------------------------------- */ strong { font-family: 'Gotham-Bold', sans-serif !important; } /* ## PX to REM --------------------------------------------- */ html { font-size: 62.5%; } /* ## Headings --------------------------------------------- */ h1 { font-family: 'Gotham-Bold', sans-serif; font-size: 4.8rem; letter-spacing: 6px; text-transform: uppercase; } .script h1 { font-family: 'Golden Youth'; font-size: 9.5rem; text-transform: none !important; } h2 { font-family: 'Gotham-Bold', sans-serif; font-size: 3.8rem; letter-spacing: 4px; text-transform: uppercase; } h3 { font-family: 'Gotham-Bold', sans-serif; font-size: 2.3rem; text-transform: uppercase; letter-spacing: 3px; } h4 { font-family: 'Gotham-Book', sans-serif; font-size: 2rem; text-transform: uppercase; letter-spacing: 3px; } h5 { font-family: 'Gotham-Bold', sans-serif; font-size: 2rem; letter-spacing: 3px; } h6 { font-family: 'Golden Youth'; font-size: 9.5rem; text-transform: none !important; } body { font-family: 'Gotham-Book', sans-serif; font-size: 1.6rem; } /* ## Typography --------------------------------------------- */ .stroke-yellow h2 { -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black; text-shadow: 3px 3px #f5d71a; color: rgba(0, 0, 0, 0) !important; } .stroke-purple h2 { -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black; text-shadow: 3px 3px #6e2c81; color: rgba(0, 0, 0, 0) !important; } .stroke-white h2 { -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black; text-shadow: 3px 3px #fff; color: rgba(0, 0, 0, 0) !important; } b, strong { font-weight: bold !important; } italic { font-style: italic !important; } /* ## Navigation --------------------------------------------- */ .menu { font-family: 'Gotham Bold', sans-serif; font-size: 1.6rem; line-height: 1rem; letter-spacing: .2rem; text-transform: uppercase; } /* ## Button --------------------------------------------- */ /* General Button */ a.fl-button, a.fl-button:visited, .fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited { background: #f3642a; position: relative; border-radius: 0 !important; border: 0; padding: 1.6rem 2.7rem !important; transition: all 0.3s ease 0s; z-index: 2; } .fl-builder-content a.fl-button:after { content: ""; border: 2px solid #f3642a; top: 7px; right: -7px; bottom: -7px; left: 7px; position: absolute; z-index: 1; transition: all 0.3s ease 0s; } .fl-builder-content a.fl-button * { letter-spacing: .3rem; text-transform: uppercase; font-weight: bold; color: #fff !important; } .fl-builder-content .secondarybutton a * { color: #000 !important; } .fl-builder-content a.fl-button:hover { border: 0; background: #6e2c80; } .fl-builder-content a.fl-button:hover:after { content: ""; border: 2px solid #6e2c80; top: 7px; right: -7px; bottom: -7px; left: 7px; position: absolute; z-index: 1; } .fl-builder-content a.fl-button:hover * { color: #fff; } .fl-builder-content .secondarybutton a:hover * { color: #fff!important; } /* Sticky Header Button */ .stickybutton a.fl-button { padding: .7rem 2.7rem !important; } /* UABB Buttons */ .uabb-creative-button-wrap a, .uabb-creative-button-wrap a:visited { background: #f3642a; position: relative; border-radius: 0 !important; border: 0; padding: 1.6rem 2.7rem !important; transition: all 0.3s ease 0s; z-index: 2; } .uabb-creative-button-wrap .uabb-button * { letter-spacing: .3rem; text-transform: uppercase; font-weight: bold; color: #fff !important; } /* ## Forms --------------------------------------------- */ input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url], textarea { border-radius: 0 !important; } /* ## Bulleted Lists --------------------------------------------- */ .fl-rich-text ul li, .fl-callout-text ul li { list-style-type: none; background-image: url(/wp-content/uploads/2019/05/bullet-green.png); background-repeat: no-repeat !important; background-position: 0 10px !important; padding: 7px 0px 0px 35px !important; } .purble-bullet ul li { list-style-type: none; background-image: url(/wp-content/uploads/2021/04/bullet-purple.png) !important; background-repeat: no-repeat !important; background-position: 0 10px !important; padding: 7px 0px 0px 35px !important; } .gform .fl-rich-text ul li { list-style-type: none; background-image: none; padding: 0; } .cross .fl-rich-text ul li { list-style-type: none; background-image: url(/wp-content/uploads/2019/05/green-cross.png); background-repeat: no-repeat; background-position: 0 17px; padding: 15px 0px 0px 40px; margin-left: -10px !important; } .tick .fl-rich-text ul li { list-style-type: none; background-image: url(/wp-content/uploads/2019/05/green-tick.png) !important; background-repeat: no-repeat; background-position: 0 12px; padding: 15px 0px 0px 40px !important; margin-left: -10px !important; } .page-id-24425 .fl-rich-text ul li, .page-id-24425 .fl-callout-text ul li { list-style-type: none !important; background-image: url(https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2020/06/bullet-pink.png) !important; background-repeat: no-repeat !important; background-position: 0 10px !important; padding: 7px 0px 0px 35px !important; } .page-id-24425 .tick ul li { list-style-type: none !important; background-image: url(https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2019/05/bullettick.png) !important; background-repeat: no-repeat !important; background-position: 0 0px !important; padding: 8px 0px 0px 35px !important; } .page-id-24425 .iccross ul li { list-style-type: none !important; background-image: url(https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2020/03/pink-cross.png) !important; background-repeat: no-repeat !important; background-position: 10px 12px !important; padding: 10px 0px 0px 35px !important; } /* Gravity Forms */ .gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3 { display: none; } .gform_wrapper ul li.gfield { padding: 0 !important; background: none !important; margin-top: 16px; padding-top: 0; } .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium { width: 100%; } input[type=submit] { background: #f3642a; position: relative; border-radius: 0 !important; border: 0; padding: 1.6rem 2.7rem !important; transition: all 0.3s ease 0s; z-index: 2; width: 100% !important; color: #fff !important; } /*.page-id-23228 input[type=submit] { background: transparent !important; }*/ .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] { margin: 0 16px 0 0; width: 100% !important; letter-spacing: 2px !important; font-weight: 800 !important; } .gform_wrapper .gform_footer { padding: 0px 0 10px !important; } .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { width: 100% !important; font-size: inherit; font-family: inherit; padding: 5px 4px; letter-spacing: normal; } .form-break { height: 30px; } .gform_wrapper .gsection { border-bottom: 0px solid red; } /* Apply */ .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] { margin-top: 14px !important; } .gform_wrapper .gfield_radio li label { margin: 11px 0 0 4px !important; } .gform_wrapper .gfield_checkbox li label { margin: 10px 0 0 0 !important; } /*.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label { margin: 15px 0 -20px 0 !important; }*/ legend { border-bottom: 0 !important; } body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio { margin-top: 10px !important; } body .gform_wrapper .top_label div.ginput_container { margin-top: 12px !important; } .gform_wrapper .gform_footer { padding: 20px 0 10px !important; } /* ## Z Index --------------------------------------------- */ .top-most-content { z-index:99 !important; position: relative; } .bottom-most-content { z-index:1 !important; position: relative; } /* ## Mobile edits --------------------------------------------- */ /* Rotate only on medium and large devices */ @media only screen and (min-width: 768px) { .rotate { display: block; -webkit-transform: rotate(-30deg); -moz-transform: rotate(-30deg); } } /* ## Blog --------------------------------------------- */ .wp-block-quote:not(.is-large):not(.is-style-large) { border-left: 4px solid #3fb28c; } #fl-comment-form-submit { background: #f3642a; position: relative; border-radius: 0 !important; border: 0; padding: 1.6rem 2.7rem !important; transition: all 0.3s ease 0s; z-index: 2; letter-spacing: .3rem; text-transform: uppercase; font-weight: bold; color: #fff !important; } #fl-comment-form-submit:hover { border: 0; background: #323578; } .fl-node-5c11e58143a3d { display: none; } /* ## Testimonials --------------------------------------------- */ .fl-testimonial { min-height: 200px; } .lp-text-react p { margin-top: 20px !important; } /* ## Mobile Edits --------------------------------------------- */ @media only screen and (max-width: 768px) { html,body{ overflow-x: hidden; } .fl-slide-content { background-color: #323578 !important; } .stroke-purple h2 { font-size: 27px; } .fl-post img[class*="wp-image-"], .fl-post img.alignnone, .fl-post img.alignleft, .fl-post img.aligncenter, .fl-post img.alignright { margin: 0 auto; display: block; float: none; height: auto; max-width: 100%; text-align: center; } .fl-pricing-table .fl-pricing-table-column .fl-pricing-table-price { padding: 13px 13px !important; } h1, h2, h3, h4, h5, h6, .uabb-post-meta { text-align: center !important; line-height: 1.1 !important; } h3.fl-heading { font-size: 28px !important; } h4 { font-size: 1.8rem !important; } h2.fl-heading { font-size: 22px !important; } .mobilesize h2.fl-heading { font-size: 45px !important; } .mobilesize2 h2.fl-heading { font-size: 36px !important; } .mobilesize3 h3.fl-heading { font-size: 35px !important; } .mobilesmall3 h3.fl-heading { font-size: 21px !important; } h1 { font-size: 19px; line-height: 1.2 !important; text-align: center; } .bg-purple { background: #6e2c84 !important; } b, strong { font-weight: bold !important; } .dark-text h3.fl-heading .fl-heading-text { color: #000 !important; } .fl-button-wrap, .fl-builder-content .uabb-button-left, .fl-builder-content .fl-button-left { text-align: center !important; } } /* 4K edits */ @media only screen and (min-width: 2000px) { .fl-node-5d631fccaf08d > .fl-row-content-wrap, .fl-node-5ce394ba33c16 > .fl-row-content-wrap, .fl-node-5ce4d72e851f9 > .fl-row-content-wrap { padding-bottom: 120px; } } /* On screens that are 320px or less */ @media screen and (max-width: 320px) { h2, .h2 { font-size: 24px !important; } } .woocommerce .woocommerce-checkout .col2-set .col-1, .woocommerce .woocommerce-checkout .col2-set .col-2 { width: 100% !important; } .woocommerce .woocommerce-checkout .col2-set .col-1 { margin-bottom: 30px; } /* ## Design Elements --------------------------------------------- */ .topright img { margin-bottom: -205px; margin-top: -120px; position: relative; z-index:1; } .bottomleft img { margin-bottom: -120px; margin-top: -205px; position: relative; z-index:1; } /* #front-chat-container { display: none !important; }*/ /* testimonials CSS */ .myslide.fl-module-content-slider .bx-wrapper, .myslide1.fl-module-content-slider .bx-wrapper, .myslide2.fl-module-content-slider .bx-wrapper { height: auto !important; } .myslide .fl-slide-photo img, .myslide1 .fl-slide-photo img, .myslide2 .fl-slide-photo img{ height:250px !important; width:auto !important; } .myslide1 .fl-slide-photo img { height:170px !important; } .myslide2 .fl-slide-photo img { height:280px !important; } .myslide .fl-slide-content, .myslide1 .fl-slide-content, .myslide2 .fl-slide-content{ min-height:95px; position:relative; margin-bottom:0 !important; margin-top:20px !important; z-index:999; } .myslide .fl-slide-content .fl-slide-title, .myslide1 .fl-slide-content .fl-slide-title, .myslide2 .fl-slide-content .fl-slide-title{ position:absolute; bottom:0; z-index:999; } .myslide .fl-slide-photo, .myslide1 .fl-slide-photo, .myslide2 .fl-slide-photo { margin-bottom:0 !important; } img[data-dominant-color]:not(.has-transparency) { background-color: transparent !important; } li.wpmenucartli:hover ul.wpmenucart{ display:block; } .woocommerce ul.products li.product a.woocommerce-LoopProduct-link { pointer-events: none; cursor: default; } /* Studio Breakthrough page */ .uabb-creative-button-wrap a.breakthrough-btn { background-color: rgb(239, 161, 38) !important; border-style: solid; border-width: 0; border-radius: 0 !important; padding: 1.6rem 2.7rem !important; margin-bottom: 40px; } .uabb-creative-button-wrap a.breakthrough-btn:focus, .uabb-creative-button-wrap a.breakthrough-btn:active, .uabb-creative-button-wrap a.breakthrough-btn:hover { background-color: rgba(94, 45, 133, 1) !important; } </style> <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><!-- Global site tag (gtag.js) - Google Analytics --> <script type="rocketlazyloadscript" async data-rocket-src="https://www.googletagmanager.com/gtag/js?id=UA-143264401-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-143264401-1'); </script> <link rel="stylesheet" href="https://dsoa.com/wp-content/themes/dsoa-theme/style.css" /></head> <body class="home page-template-default page page-id-24728 theme-bb-theme fl-builder fl-builder-2-8-6-2 fl-themer-1-4-11-2 fl-theme-1-7-17-1 woocommerce-no-js fl-theme-builder-header fl-theme-builder-header-header-copy fl-theme-builder-footer fl-theme-builder-footer-footer fl-framework-base fl-preset-default fl-full-width fl-scroll-to-top fl-search-active" itemscope="itemscope" itemtype="https://schema.org/WebPage"> <script type="rocketlazyloadscript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-78609807-1', 'auto'); ga('send', 'pageview'); </script> <!-- GTM Container placement set to automatic --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P656NX6" height="0" width="0" style="display:none;visibility:hidden" aria-hidden="true"></iframe></noscript> <!-- End Google Tag Manager (noscript) --><!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P656NX6" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --><a aria-label="Skip to content" class="fl-screen-reader-text" href="#fl-main-content">Skip to content</a><div class="fl-page"> <header class="fl-builder-content fl-builder-content-484 fl-builder-global-templates-locked" data-post-id="484" data-type="header" data-sticky="0" data-sticky-on="" data-sticky-breakpoint="medium" data-shrink="0" data-overlay="0" data-overlay-bg="transparent" data-shrink-image-height="50px" role="banner" itemscope="itemscope" itemtype="http://schema.org/WPHeader"><div class="fl-row fl-row-full-width fl-row-bg-color fl-node-5de6e49d00c8b fl-row-default-height fl-row-align-center" data-node="5de6e49d00c8b"> <div class="fl-row-content-wrap"> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-5de6e49d00b5e fl-col-group-equal-height fl-col-group-align-center" data-node="5de6e49d00b5e"> <div class="fl-col fl-node-5de6e49d00b9d fl-col-bg-color" data-node="5de6e49d00b9d"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-heading fl-node-5de6e49d00c14" data-node="5de6e49d00c14"> <div class="fl-module-content fl-node-content"> <h4 class="fl-heading"> <a href="https://www.facebook.com/groups/thedsoa" title="Join our thriving community of 16,000 studio owners on Facebook!" target="_blank" rel="noopener" > <span class="fl-heading-text">Join our thriving community of 16,000 studio owners on Facebook!</span> </a> </h4> </div> </div> </div> </div> <div class="fl-col fl-node-5de6e49d00bd9 fl-col-bg-color fl-col-small" data-node="5de6e49d00bd9"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-button fl-node-5de6e49d00c4f topbar stickybutton" data-node="5de6e49d00c4f"> <div class="fl-module-content fl-node-content"> <div class="fl-button-wrap fl-button-width-auto fl-button-center"> <a href="https://www.facebook.com/groups/thedsoa" target="_blank" class="fl-button" rel="noopener" > <span class="fl-button-text">Count me in!</span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="fl-row fl-row-full-width fl-row-bg-color fl-node-5c11d6885dcc9 fl-row-default-height fl-row-align-center" data-node="5c11d6885dcc9"> <div class="fl-row-content-wrap"> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-5c11d6885dd35 fl-col-group-equal-height fl-col-group-align-center fl-col-group-custom-width" data-node="5c11d6885dd35"> <div class="fl-col fl-node-5c11d6d0a8d9b fl-col-bg-color fl-col-small" data-node="5c11d6d0a8d9b"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-photo fl-node-5c11d6d6a6ef9 logo-header" data-node="5c11d6d6a6ef9"> <div class="fl-module-content fl-node-content"> <div class="fl-photo fl-photo-align-left" itemscope itemtype="https://schema.org/ImageObject"> <div class="fl-photo-content fl-photo-img-png"> <a href="/" target="_self" itemprop="url"> <img decoding="async" width="93" height="93" class="fl-photo-img wp-image-16316" src="https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2019/12/dsoa-favicon-1-op.png" alt="dsoa-favicon-1-op" itemprop="image" title="dsoa-favicon-1-op" data-no-lazy="1" /> </a> </div> </div> </div> </div> </div> </div> <div class="fl-col fl-node-5c11d6885dde2 fl-col-bg-color fl-col-small-custom-width" data-node="5c11d6885dde2"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-menu fl-node-5c11d6885dedc" data-node="5c11d6885dedc"> <div class="fl-module-content fl-node-content"> <div class="fl-menu fl-menu-responsive-toggle-mobile"> <button class="fl-menu-mobile-toggle hamburger" aria-label="Menu"><span class="fl-menu-icon svg-container"><svg version="1.1" class="hamburger-menu" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512"> <rect class="fl-hamburger-menu-top" width="512" height="102"/> <rect class="fl-hamburger-menu-middle" y="205" width="512" height="102"/> <rect class="fl-hamburger-menu-bottom" y="410" width="512" height="102"/> </svg> </span></button> <div class="fl-clear"></div> <nav aria-label="Menu" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement"><ul id="menu-header-menu" class="menu fl-menu-horizontal fl-toggle-arrows"><li id="menu-item-12128" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://dsoa.com/programs/">Programs</a></li><li id="menu-item-12119" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://dsoa.com/podcast/">Podcast</a></li><li id="menu-item-43522" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://dsoa.com/systems/">Free Systems</a></li><li id="menu-item-12158" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://dsoa.com/about/">About</a></li><li id="menu-item-12374" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://dsoa.com/contact/">Contact</a></li><li id="menu-item-12783" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://members.dsoa.com">Sign in</a></li></ul></nav></div> </div> </div> </div> </div> </div> </div> </div> </div> </header><div class="uabb-js-breakpoint" style="display: none;"></div> <div id="fl-main-content" class="fl-page-content" itemprop="mainContentOfPage" role="main"> <div class="fl-content-full container"> <div class="row"> <div class="fl-content col-md-12"> <article class="fl-post post-24728 page type-page status-publish has-post-thumbnail hentry" id="fl-post-24728" itemscope="itemscope" itemtype="https://schema.org/CreativeWork"> <div class="fl-post-content clearfix" itemprop="text"> <div class="fl-builder-content fl-builder-content-24728 fl-builder-content-primary fl-builder-global-templates-locked" data-post-id="24728"><div class="fl-row fl-row-full-width fl-row-bg-photo fl-node-5c11d93b98f8b fl-row-default-height fl-row-align-center fl-row-bg-overlay fl-row-bg-fixed" data-node="5c11d93b98f8b"> <div class="fl-row-content-wrap"> <div class="fl-row-content fl-row-full-width fl-node-content"> <div class="fl-col-group fl-node-5c11d93b9bf59 fl-col-group-equal-height fl-col-group-align-center" data-node="5c11d93b9bf59"> <div class="fl-col fl-node-5cd28c5147ea6 fl-col-bg-photo fl-col-small" data-node="5cd28c5147ea6"> <div class="fl-col-content fl-node-content"> </div> </div> <div class="fl-col fl-node-5cd28c5147eae fl-col-bg-color" data-node="5cd28c5147eae"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-photo fl-node-5cd4bdc185b54 fl-visible-desktop fl-visible-large fl-visible-medium" data-node="5cd4bdc185b54"> <div class="fl-module-content fl-node-content"> <div class="fl-photo fl-photo-align-center" itemscope itemtype="https://schema.org/ImageObject"> <div class="fl-photo-content fl-photo-img-png"> <img decoding="async" width="150" height="150" class="fl-photo-img wp-image-16328" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" alt="dsoa-logo-white-medium-op" itemprop="image" title="dsoa-logo-white-medium-op" data-lazy-srcset="https://dsoa.com/wp-content/uploads/2020/01/dsoa-logo-white-medium-op.png 150w, https://dsoa.com/wp-content/uploads/2020/01/dsoa-logo-white-medium-op-100x100.png 100w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2020/01/dsoa-logo-white-medium-op.png" /><noscript><img decoding="async" width="150" height="150" class="fl-photo-img wp-image-16328" src="https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2020/01/dsoa-logo-white-medium-op.png" alt="dsoa-logo-white-medium-op" itemprop="image" title="dsoa-logo-white-medium-op" srcset="https://dsoa.com/wp-content/uploads/2020/01/dsoa-logo-white-medium-op.png 150w, https://dsoa.com/wp-content/uploads/2020/01/dsoa-logo-white-medium-op-100x100.png 100w" sizes="(max-width: 150px) 100vw, 150px" /></noscript> </div> </div> </div> </div> <div class="fl-module fl-module-heading fl-node-5cd28db915300" data-node="5cd28db915300"> <div class="fl-module-content fl-node-content"> <h1 class="fl-heading"> <span class="fl-heading-text">GROW YOUR STUDIO<br>RECLAIM YOUR LIFE</span> </h1> </div> </div> <div class="fl-module fl-module-heading fl-node-5eeff060afbf5" data-node="5eeff060afbf5"> <div class="fl-module-content fl-node-content"> <h6 class="fl-heading"> <span class="fl-heading-text"></span> </h6> </div> </div> </div> </div> <div class="fl-col fl-node-5c11d93b9c1cd fl-col-bg-photo fl-col-small" data-node="5c11d93b9c1cd"> <div class="fl-col-content fl-node-content"> </div> </div> </div> </div> </div> </div> <div class="fl-row fl-row-full-width fl-row-bg-photo fl-node-5ee2ccaad68b7 fl-row-default-height fl-row-align-center transparent" data-node="5ee2ccaad68b7"> <div class="fl-row-content-wrap"> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-5ee2ccaad6c3e" data-node="5ee2ccaad6c3e"> <div class="fl-col fl-node-5ee2ccaad6c41 fl-col-bg-none fl-col-has-cols" data-node="5ee2ccaad6c41"> <div class="fl-col-content fl-node-content"> <div class="fl-col-group fl-node-5ee2ccaad6c43 fl-col-group-nested fl-col-group-equal-height fl-col-group-align-top fl-col-group-responsive-reversed" data-node="5ee2ccaad6c43"> <div class="fl-col fl-node-5ee2ccaad6c44 fl-col-bg-color fl-col-small" data-node="5ee2ccaad6c44"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-photo fl-node-5ee2ccaad6c45" data-node="5ee2ccaad6c45"> <div class="fl-module-content fl-node-content"> <div class="fl-photo fl-photo-align-center" itemscope itemtype="https://schema.org/ImageObject"> <div class="fl-photo-content fl-photo-img-png"> <img fetchpriority="high" decoding="async" width="400" height="482" class="fl-photo-img wp-image-43509" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20482'%3E%3C/svg%3E" alt="DSOA – Fill It Up Class Formula V04" itemprop="image" title="DSOA – Fill It Up Class Formula V04" data-lazy-srcset="https://dsoa.com/wp-content/uploads/2019/05/DSOA-–-Fill-It-Up-Class-Formula-V04.png 400w, https://dsoa.com/wp-content/uploads/2019/05/DSOA-–-Fill-It-Up-Class-Formula-V04-249x300.png 249w" data-lazy-sizes="(max-width: 400px) 100vw, 400px" data-lazy-src="https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2019/05/DSOA-–-Fill-It-Up-Class-Formula-V04.png" /><noscript><img fetchpriority="high" decoding="async" width="400" height="482" class="fl-photo-img wp-image-43509" src="https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2019/05/DSOA-–-Fill-It-Up-Class-Formula-V04.png" alt="DSOA – Fill It Up Class Formula V04" itemprop="image" title="DSOA – Fill It Up Class Formula V04" srcset="https://dsoa.com/wp-content/uploads/2019/05/DSOA-–-Fill-It-Up-Class-Formula-V04.png 400w, https://dsoa.com/wp-content/uploads/2019/05/DSOA-–-Fill-It-Up-Class-Formula-V04-249x300.png 249w" sizes="(max-width: 400px) 100vw, 400px" /></noscript> </div> </div> </div> </div> </div> </div> <div class="fl-col fl-node-5ee2ccaad6c46 fl-col-bg-color" data-node="5ee2ccaad6c46"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-heading fl-node-5ee2ccaad6c47" data-node="5ee2ccaad6c47"> <div class="fl-module-content fl-node-content"> <h3 class="fl-heading"> <span class="fl-heading-text">FREE Fill it up class formula!</span> </h3> </div> </div> <div class="fl-module fl-module-rich-text fl-node-5ee2d8ab03fa0" data-node="5ee2d8ab03fa0"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <h4>All the tools and resources you need to fill your classes and become the go-to studio in your area!</h4> </div> </div> </div> <div class="fl-module fl-module-button fl-node-1lqdco2bwkna" data-node="1lqdco2bwkna"> <div class="fl-module-content fl-node-content"> <div class="fl-button-wrap fl-button-width-auto fl-button-center"> <a href="https://dsoatransfer.wpenginepowered.com/fill-it-up" target="_self" class="fl-button"> <span class="fl-button-text">Download Now!</span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="fl-row fl-row-full-width fl-row-bg-none fl-node-5cd2993f754c2 fl-row-default-height fl-row-align-center top-most-content" data-node="5cd2993f754c2"> <div class="fl-row-content-wrap"> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-5cd2993fa254f" data-node="5cd2993fa254f"> <div class="fl-col fl-node-5cd2993fa2801 fl-col-bg-color fl-col-small" data-node="5cd2993fa2801"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-callout fl-node-5cd2994e35bff" data-node="5cd2994e35bff"> <div class="fl-module-content fl-node-content"> <div class="fl-callout fl-callout-has-icon fl-callout-icon-left-title"> <div class="fl-callout-content"> <h4 class="fl-callout-title"> <span class="fl-icon"> <i class="fas fa-users" aria-hidden="true"></i> </span> <span class="fl-callout-title-text">12,000+ DSOA members</span></h4> </div> </div> </div> </div> </div> </div> <div class="fl-col fl-node-5cd2993fa2807 fl-col-bg-color fl-col-small" data-node="5cd2993fa2807"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-callout fl-node-5cd299abbaad8" data-node="5cd299abbaad8"> <div class="fl-module-content fl-node-content"> <div class="fl-callout fl-callout-has-icon fl-callout-icon-left-title"> <div class="fl-callout-content"> <h4 class="fl-callout-title"> <span class="fl-icon"> <i class="fas fa-dollar-sign" aria-hidden="true"></i> </span> <span class="fl-callout-title-text">Helping 35K studio owners weekly</span></h4> </div> </div> </div> </div> </div> </div> <div class="fl-col fl-node-5cd2993fa280a fl-col-bg-color fl-col-small" data-node="5cd2993fa280a"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-callout fl-node-5cd299dd9ba51" data-node="5cd299dd9ba51"> <div class="fl-module-content fl-node-content"> <div class="fl-callout fl-callout-has-icon fl-callout-icon-left-title"> <div class="fl-callout-content"> <h4 class="fl-callout-title"> <span class="fl-icon"> <i class="fas fa-edit" aria-hidden="true"></i> </span> <span class="fl-callout-title-text">500+ New students added per month</span></h4> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="fl-row fl-row-full-width fl-row-bg-photo fl-node-5c1200ed57e5d fl-row-default-height fl-row-align-center bottom-most-content uabb-top-row uabb-tilt_right" data-node="5c1200ed57e5d"> <div class="fl-row-content-wrap"> <div class="uabb-row-separator uabb-top-row-separator uabb-has-shape uabb-tilt-right-separator uabb-has-svg" > <svg class="uvc-tilt-right-separator" xmlns="http://www.w3.org/2000/svg" version="1.1" fill="#ffffff" opacity="1" width="100%" height="120" viewBox="0 0 4 0.266661" preserveAspectRatio="none"><polygon class="fil0" points="4,0 4,0.266661 -0,0.266661 "/></svg></div> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-5c120126456f8" data-node="5c120126456f8"> <div class="fl-col fl-node-5c12012645a8f fl-col-bg-color" data-node="5c12012645a8f"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-heading fl-node-5c12012269a07 fl-animation fl-fade-right stroke-white" data-node="5c12012269a07" data-animation-delay="0.2"> <div class="fl-module-content fl-node-content"> <h2 class="fl-heading"> <span class="fl-heading-text">ABOUT DSOA</span> </h2> </div> </div> </div> </div> </div> <div class="fl-col-group fl-node-5c1200ed5d893" data-node="5c1200ed5d893"> <div class="fl-col fl-node-5c1200fdc88c5 fl-col-bg-color fl-col-small" data-node="5c1200fdc88c5"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-rich-text fl-node-5c12010988296" data-node="5c12010988296"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <p><span style="font-weight: 400;">The Dance Studio Owners Association (DSOA) is currently the largest community of Dance Studio Owners in the world. The DSOA has helped over 34,000 dance studio owners grow their business, impact their local communities and improve the lives of over 800,000 children through their programs and services.</span></p> </div> </div> </div> </div> </div> <div class="fl-col fl-node-5c1200ed5db56 fl-col-bg-color fl-col-small" data-node="5c1200ed5db56"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-rich-text fl-node-5c1201139ea22" data-node="5c1201139ea22"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <p><span style="font-weight: 400;">The DSOA has won countless awards for their achievements, including being named a finalist in the NSW Export Awards in 2019 and most recently the Gold Stevie Award for Online Training. CEO of the DSOA, Clint Salter has also won the Silver Award at the 2020 Asia-Pacific Stevie Awards for Excellence in Innovation in Business Product & Service Industries.</span></p> </div> </div> </div> </div> </div> </div> <div class="fl-col-group fl-node-5c12023c335de" data-node="5c12023c335de"> <div class="fl-col fl-node-5c12023c33a5f fl-col-bg-color fl-col-small" data-node="5c12023c33a5f"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-photo fl-node-5cd8ac7ab4689" data-node="5cd8ac7ab4689"> <div class="fl-module-content fl-node-content"> <div class="fl-photo fl-photo-align-center" itemscope itemtype="https://schema.org/ImageObject"> <div class="fl-photo-content fl-photo-img-png"> <img decoding="async" width="553" height="560" class="fl-photo-img wp-image-43827" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20553%20560'%3E%3C/svg%3E" alt="homeaboutimg-1" itemprop="image" title="homeaboutimg-1" data-lazy-srcset="https://dsoa.com/wp-content/uploads/2022/03/homeaboutimg-1.png 553w, https://dsoa.com/wp-content/uploads/2022/03/homeaboutimg-1-296x300.png 296w" data-lazy-sizes="(max-width: 553px) 100vw, 553px" data-lazy-src="https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2022/03/homeaboutimg-1.png" /><noscript><img decoding="async" width="553" height="560" class="fl-photo-img wp-image-43827" src="https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2022/03/homeaboutimg-1.png" alt="homeaboutimg-1" itemprop="image" title="homeaboutimg-1" srcset="https://dsoa.com/wp-content/uploads/2022/03/homeaboutimg-1.png 553w, https://dsoa.com/wp-content/uploads/2022/03/homeaboutimg-1-296x300.png 296w" sizes="(max-width: 553px) 100vw, 553px" /></noscript> </div> </div> </div> </div> </div> </div> <div class="fl-col fl-node-5c12023c33aba fl-col-bg-color fl-col-small" data-node="5c12023c33aba"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-photo fl-node-5c1202ab41f23" data-node="5c1202ab41f23"> <div class="fl-module-content fl-node-content"> <div class="fl-photo fl-photo-align-center" itemscope itemtype="https://schema.org/ImageObject"> <div class="fl-photo-content fl-photo-img-png"> <img decoding="async" width="553" height="560" class="fl-photo-img wp-image-43828" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20553%20560'%3E%3C/svg%3E" alt="homeaboutimg-2" itemprop="image" title="homeaboutimg-2" data-lazy-srcset="https://dsoa.com/wp-content/uploads/2022/03/homeaboutimg-2.png 553w, https://dsoa.com/wp-content/uploads/2022/03/homeaboutimg-2-296x300.png 296w" data-lazy-sizes="(max-width: 553px) 100vw, 553px" data-lazy-src="https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2022/03/homeaboutimg-2.png" /><noscript><img decoding="async" width="553" height="560" class="fl-photo-img wp-image-43828" src="https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2022/03/homeaboutimg-2.png" alt="homeaboutimg-2" itemprop="image" title="homeaboutimg-2" srcset="https://dsoa.com/wp-content/uploads/2022/03/homeaboutimg-2.png 553w, https://dsoa.com/wp-content/uploads/2022/03/homeaboutimg-2-296x300.png 296w" sizes="(max-width: 553px) 100vw, 553px" /></noscript> </div> </div> </div> </div> </div> </div> </div> <div class="fl-col-group fl-node-5c1202c27c7ff" data-node="5c1202c27c7ff"> <div class="fl-col fl-node-5c1202c27ca36 fl-col-bg-color" data-node="5c1202c27ca36"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-button fl-node-5c1202c27c698" data-node="5c1202c27c698"> <div class="fl-module-content fl-node-content"> <div class="fl-button-wrap fl-button-width-auto fl-button-center"> <a href="/about" target="_self" class="fl-button"> <span class="fl-button-text">FIND OUT MORE</span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="fl-row fl-row-full-width fl-row-bg-photo fl-node-5c1202e4a7ed5 fl-row-default-height fl-row-align-center fl-row-has-layers" data-node="5c1202e4a7ed5"> <div class="fl-row-content-wrap"> <div class="fl-builder-layer fl-builder-shape-layer fl-builder-top-edge-layer fl-builder-shape-edge-slant"> <svg class="fl-builder-layer-align-top-center" viewBox="0 0 422 33.98" preserveAspectRatio="none"> <defs> </defs> <g class="fl-shape-content"> <polygon class="fl-shape" points="0,34 422,0 0,0"></polygon> </g> </svg> </div> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-5c1202e4a8868" data-node="5c1202e4a8868"> <div class="fl-col fl-node-5c1202e4a88bc fl-col-bg-color" data-node="5c1202e4a88bc"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-heading fl-node-5ee2cf32d7186 fl-animation fl-fade-right stroke-yellow" data-node="5ee2cf32d7186" data-animation-delay="0.2"> <div class="fl-module-content fl-node-content"> <h2 class="fl-heading"> <span class="fl-heading-text">TAKE THE NEXT STEP</span> </h2> </div> </div> </div> </div> </div> <div class="fl-col-group fl-node-5c1202e4a8946 fl-col-group-equal-height fl-col-group-align-top" data-node="5c1202e4a8946"> <div class="fl-col fl-node-5c1202e4a8a02 fl-col-bg-color fl-col-small" data-node="5c1202e4a8a02"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-callout fl-node-5cd292748f71f fl-animation fl-fade-in" data-node="5cd292748f71f" data-animation-delay="0.4" data-animation-duration="1"> <div class="fl-module-content fl-node-content"> <div class="fl-callout fl-callout-has-photo fl-callout-photo-above-title"> <div class="fl-callout-content"> <div class="fl-callout-photo"><div class="fl-photo fl-photo-align-" itemscope itemtype="https://schema.org/ImageObject"> <div class="fl-photo-content fl-photo-img-png"> <a href="/innercircle/" target="_self" itemprop="url"> <img decoding="async" width="221" height="300" class="fl-photo-img wp-image-7917" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20221%20300'%3E%3C/svg%3E" alt="optin3" itemprop="image" title="optin3" data-lazy-srcset="https://dsoa.com/wp-content/uploads/2019/05/optin3-221x300.png 221w, https://dsoa.com/wp-content/uploads/2019/05/optin3-600x815.png 600w, https://dsoa.com/wp-content/uploads/2019/05/optin3-768x1044.png 768w, https://dsoa.com/wp-content/uploads/2019/05/optin3-754x1024.png 754w, https://dsoa.com/wp-content/uploads/2019/05/optin3.png 800w" data-lazy-sizes="(max-width: 221px) 100vw, 221px" data-lazy-src="https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2019/05/optin3-221x300.png" /><noscript><img decoding="async" width="221" height="300" class="fl-photo-img wp-image-7917" src="https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2019/05/optin3-221x300.png" alt="optin3" itemprop="image" title="optin3" srcset="https://dsoa.com/wp-content/uploads/2019/05/optin3-221x300.png 221w, https://dsoa.com/wp-content/uploads/2019/05/optin3-600x815.png 600w, https://dsoa.com/wp-content/uploads/2019/05/optin3-768x1044.png 768w, https://dsoa.com/wp-content/uploads/2019/05/optin3-754x1024.png 754w, https://dsoa.com/wp-content/uploads/2019/05/optin3.png 800w" sizes="(max-width: 221px) 100vw, 221px" /></noscript> </a> </div> </div> </div><h3 class="fl-callout-title"><a href="/innercircle/" target="_self" class="fl-callout-title-link fl-callout-title-text"><span>Dance Studio Owners Inner Circle</span></a></h3><div class="fl-callout-text-wrap"><div class="fl-callout-text"><p>This intimate mastermind program is unlike anything you’ve ever experienced before. By joining us, you'll spend 12 months working closely with Dance Studio Owner Mentor Clint Salter and a small group of other dedicated Dance Studio Owners from around the world. You'll experience growth in your enrollments, retention rates and sales. You’ll create systems that allow you to work more on the business than in the business, maximise profitability, and achieve those big goals you have always dreamed of!</p> </div><div class="fl-callout-button"><div class="fl-button-wrap fl-button-width-auto"> <a href="/innercircle/" target="_self" class="fl-button"> <span class="fl-button-text">FIND OUT MORE</span> </a> </div> </div></div> </div> </div> </div> </div> </div> </div> <div class="fl-col fl-node-5feccd760670d fl-col-bg-color fl-col-small" data-node="5feccd760670d"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-callout fl-node-62xzd3v5r9jq fl-animation fl-fade-in" data-node="62xzd3v5r9jq" data-animation-delay="0.2" data-animation-duration="1"> <div class="fl-module-content fl-node-content"> <div class="fl-callout fl-callout-has-photo fl-callout-photo-above-title"> <div class="fl-callout-content"> <div class="fl-callout-photo"><div class="fl-photo fl-photo-align-" itemscope itemtype="https://schema.org/ImageObject"> <div class="fl-photo-content fl-photo-img-png"> <a href="/dancely-evg/%20" target="_self" itemprop="url"> <img decoding="async" width="221" height="300" class="fl-photo-img wp-image-41473" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20221%20300'%3E%3C/svg%3E" alt="optin1-1-600x815-2" itemprop="image" title="optin1-1-600x815-2" data-lazy-srcset="https://dsoa.com/wp-content/uploads/2021/07/optin1-1-600x815-2-221x300.png 221w, https://dsoa.com/wp-content/uploads/2021/07/optin1-1-600x815-2.png 600w" data-lazy-sizes="(max-width: 221px) 100vw, 221px" data-lazy-src="https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2021/07/optin1-1-600x815-2-221x300.png" /><noscript><img decoding="async" width="221" height="300" class="fl-photo-img wp-image-41473" src="https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2021/07/optin1-1-600x815-2-221x300.png" alt="optin1-1-600x815-2" itemprop="image" title="optin1-1-600x815-2" srcset="https://dsoa.com/wp-content/uploads/2021/07/optin1-1-600x815-2-221x300.png 221w, https://dsoa.com/wp-content/uploads/2021/07/optin1-1-600x815-2.png 600w" sizes="(max-width: 221px) 100vw, 221px" /></noscript> </a> </div> </div> </div><h3 class="fl-callout-title"><a href="/dancely-evg/%20" target="_self" class="fl-callout-title-link fl-callout-title-text"><span>Dancely</span></a></h3><div class="fl-callout-text-wrap"><div class="fl-callout-text"><p style="text-align: center;">Dancely is our plug and play preschool dance program for 3-6 year olds. Inside, you’ll find literally everything a studio owner needs to start a brand new, highly profitable preschool dance program. Inside, you’ll find original music, choreography, marketing and branding materials, plus much more!</p> </div><div class="fl-callout-button"><div class="fl-button-wrap fl-button-width-auto"> <a href="/dancely-evg/%20" target="_self" class="fl-button"> <span class="fl-button-text">FIND OUT MORE</span> </a> </div> </div></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="fl-row fl-row-full-width fl-row-bg-photo fl-node-5c12f0ca4def6 fl-row-default-height fl-row-align-center" data-node="5c12f0ca4def6"> <div class="fl-row-content-wrap"> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-5ee2d729d87b5" data-node="5ee2d729d87b5"> <div class="fl-col fl-node-5ee2d73625ec9 fl-col-bg-color" data-node="5ee2d73625ec9"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-callout fl-node-5cd292748f71c fl-animation fl-fade-in" data-node="5cd292748f71c" data-animation-delay="0.2" data-animation-duration="1"> <div class="fl-module-content fl-node-content"> <div class="fl-callout fl-callout-has-photo fl-callout-photo-above-title"> <div class="fl-callout-content"> <div class="fl-callout-photo"><div class="fl-photo fl-photo-align-" itemscope itemtype="https://schema.org/ImageObject"> <div class="fl-photo-content fl-photo-img-png"> <a href="https://www.facebook.com/groups/203499306847787" target="_self" itemprop="url"> <img decoding="async" width="221" height="300" class="fl-photo-img wp-image-11974" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20221%20300'%3E%3C/svg%3E" alt="optin1" itemprop="image" title="optin1" data-lazy-srcset="https://dsoa.com/wp-content/uploads/2019/05/optin1-1-221x300.png 221w, https://dsoa.com/wp-content/uploads/2019/05/optin1-1-600x815.png 600w, https://dsoa.com/wp-content/uploads/2019/05/optin1-1-768x1044.png 768w, https://dsoa.com/wp-content/uploads/2019/05/optin1-1-754x1024.png 754w, https://dsoa.com/wp-content/uploads/2019/05/optin1-1.png 800w" data-lazy-sizes="(max-width: 221px) 100vw, 221px" data-lazy-src="https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2019/05/optin1-1-221x300.png" /><noscript><img decoding="async" width="221" height="300" class="fl-photo-img wp-image-11974" src="https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2019/05/optin1-1-221x300.png" alt="optin1" itemprop="image" title="optin1" srcset="https://dsoa.com/wp-content/uploads/2019/05/optin1-1-221x300.png 221w, https://dsoa.com/wp-content/uploads/2019/05/optin1-1-600x815.png 600w, https://dsoa.com/wp-content/uploads/2019/05/optin1-1-768x1044.png 768w, https://dsoa.com/wp-content/uploads/2019/05/optin1-1-754x1024.png 754w, https://dsoa.com/wp-content/uploads/2019/05/optin1-1.png 800w" sizes="(max-width: 221px) 100vw, 221px" /></noscript> </a> </div> </div> </div><h3 class="fl-callout-title"><a href="https://www.facebook.com/groups/203499306847787" target="_self" class="fl-callout-title-link fl-callout-title-text"><span>Dance Studio Owners Association (DSOA)</span></a></h3><div class="fl-callout-text-wrap"><div class="fl-callout-text"><p style="text-align: center;">DSOA is an online community of <span style="font-weight: 400;">over 12,000 dance studio owners</span> from every corner of the world. When you join, you'll have plenty of opportunities to ask your burning questions and get the help you need to continually grow as a business owner, leader and human being. If growing your dance studio by putting in place systems and processes is your priority, then we have you covered.</p> </div><div class="fl-callout-button"><div class="fl-button-wrap fl-button-width-auto"> <a href="https://www.facebook.com/groups/203499306847787" target="_self" class="fl-button"> <span class="fl-button-text">JOIN FOR FREE!</span> </a> </div> </div></div> </div> </div> </div> </div> </div> </div> </div> <div class="fl-col-group fl-node-5c12f0ca59e2d" data-node="5c12f0ca59e2d"> <div class="fl-col fl-node-5ee2d745b67bf fl-col-bg-color fl-col-small" data-node="5ee2d745b67bf"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-callout fl-node-5cd292748f721 fl-animation fl-fade-in" data-node="5cd292748f721" data-animation-delay="0.6" data-animation-duration="1"> <div class="fl-module-content fl-node-content"> <div class="fl-callout fl-callout-has-photo fl-callout-photo-above-title"> <div class="fl-callout-content"> <div class="fl-callout-photo"><div class="fl-photo fl-photo-align-" itemscope itemtype="https://schema.org/ImageObject"> <div class="fl-photo-content fl-photo-img-png"> <a href="https://www.amazon.com/Dance-Studio-Transformation-7-Figure-Community/dp/0994561008" target="_blank" rel="noopener" itemprop="url"> <img decoding="async" width="198" height="300" class="fl-photo-img wp-image-24881" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20198%20300'%3E%3C/svg%3E" alt="cs-book4" itemprop="image" title="cs-book4" data-lazy-srcset="https://dsoa.com/wp-content/uploads/2020/06/cs-book4-1-198x300.png 198w, https://dsoa.com/wp-content/uploads/2020/06/cs-book4-1.png 542w" data-lazy-sizes="(max-width: 198px) 100vw, 198px" data-lazy-src="https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2020/06/cs-book4-1-198x300.png" /><noscript><img decoding="async" width="198" height="300" class="fl-photo-img wp-image-24881" src="https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2020/06/cs-book4-1-198x300.png" alt="cs-book4" itemprop="image" title="cs-book4" srcset="https://dsoa.com/wp-content/uploads/2020/06/cs-book4-1-198x300.png 198w, https://dsoa.com/wp-content/uploads/2020/06/cs-book4-1.png 542w" sizes="(max-width: 198px) 100vw, 198px" /></noscript> </a> </div> </div> </div><h3 class="fl-callout-title"><a href="https://www.amazon.com/Dance-Studio-Transformation-7-Figure-Community/dp/0994561008" target="_blank" rel="noopener" class="fl-callout-title-link fl-callout-title-text"><span>Dance Studio Transformation</span></a></h3><div class="fl-callout-text-wrap"><div class="fl-callout-text"><p>Dance Studio Transformation is for studio owners who love dance, love teaching and love their students but feel like they need help when it comes to running a profitable business. This book will teach you how to become the CEO of your studio by walking you through strategies and tactics to transform each area of your business.</p> </div><div class="fl-callout-button"><div class="fl-button-wrap fl-button-width-auto"> <a href="https://www.amazon.com/Dance-Studio-Transformation-7-Figure-Community/dp/0994561008" target="_blank" class="fl-button" rel="noopener" > <span class="fl-button-text">GET YOUR COPY</span> </a> </div> </div></div> </div> </div> </div> </div> </div> </div> <div class="fl-col fl-node-5c12f0ca5a1e4 fl-col-bg-color fl-col-small" data-node="5c12f0ca5a1e4"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-callout fl-node-5cd292a450906 fl-animation fl-fade-in" data-node="5cd292a450906" data-animation-delay="0.6" data-animation-duration="1"> <div class="fl-module-content fl-node-content"> <div class="fl-callout fl-callout-has-photo fl-callout-photo-above-title"> <div class="fl-callout-content"> <div class="fl-callout-photo"><div class="fl-photo fl-photo-align-" itemscope itemtype="https://schema.org/ImageObject"> <div class="fl-photo-content fl-photo-img-png"> <a href="https://www.amazon.com/Dance-Studio-Secrets-Build-Thriving-ebook/dp/B07V3YSBBC" target="_blank" rel="noopener" itemprop="url"> <img decoding="async" width="198" height="300" class="fl-photo-img wp-image-24878" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20198%20300'%3E%3C/svg%3E" alt="cs-book3" itemprop="image" title="cs-book3" data-lazy-srcset="https://dsoa.com/wp-content/uploads/2020/06/cs-book3-1-198x300.png 198w, https://dsoa.com/wp-content/uploads/2020/06/cs-book3-1.png 542w" data-lazy-sizes="(max-width: 198px) 100vw, 198px" data-lazy-src="https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2020/06/cs-book3-1-198x300.png" /><noscript><img decoding="async" width="198" height="300" class="fl-photo-img wp-image-24878" src="https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2020/06/cs-book3-1-198x300.png" alt="cs-book3" itemprop="image" title="cs-book3" srcset="https://dsoa.com/wp-content/uploads/2020/06/cs-book3-1-198x300.png 198w, https://dsoa.com/wp-content/uploads/2020/06/cs-book3-1.png 542w" sizes="(max-width: 198px) 100vw, 198px" /></noscript> </a> </div> </div> </div><h3 class="fl-callout-title"><a href="https://www.amazon.com/Dance-Studio-Secrets-Build-Thriving-ebook/dp/B07V3YSBBC" target="_blank" rel="noopener" class="fl-callout-title-link fl-callout-title-text"><span>Dance Studio Success Secrets</span></a></h3><div class="fl-callout-text-wrap"><div class="fl-callout-text"><p style="text-align: center;">Dance Studio Secrets is your must-have collection of dance studio ownership journeys from owners all around the globe at different stages of their business. Whether you’re a new studio owner or you’ve been on this journey for twenty years, Dance Studio Secrets will help you get to that next level.</p> </div><div class="fl-callout-button"><div class="fl-button-wrap fl-button-width-auto"> <a href="https://www.amazon.com/Dance-Studio-Secrets-Build-Thriving-ebook/dp/B07V3YSBBC" target="_blank" class="fl-button" rel="noopener" > <span class="fl-button-text">GET YOUR COPY</span> </a> </div> </div></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="fl-row fl-row-full-width fl-row-bg-photo fl-node-l68if2dkh5jq fl-row-default-height fl-row-align-center" data-node="l68if2dkh5jq"> <div class="fl-row-content-wrap"> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-0asrkqv62x9d" data-node="0asrkqv62x9d"> <div class="fl-col fl-node-uqmzvwy2cgk7 fl-col-bg-color" data-node="uqmzvwy2cgk7"> <div class="fl-col-content fl-node-content"> </div> </div> </div> </div> </div> </div> <div class="fl-row fl-row-full-width fl-row-bg-photo fl-node-5cd29c47c0727 fl-row-default-height fl-row-align-center" data-node="5cd29c47c0727"> <div class="fl-row-content-wrap"> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-5cd29c47c087a" data-node="5cd29c47c087a"> <div class="fl-col fl-node-5cd29c47c087b fl-col-bg-color" data-node="5cd29c47c087b"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-heading fl-node-5cd29c47c087c stroke-white" data-node="5cd29c47c087c"> <div class="fl-module-content fl-node-content"> <h2 class="fl-heading"> <span class="fl-heading-text">The Dance Studio Owners Podcast</span> </h2> </div> </div> <div class="fl-module fl-module-post-grid fl-node-5cd29cb0d729c top-most-content" data-node="5cd29cb0d729c"> <div class="fl-module-content fl-node-content"> <div class="fl-post-grid" itemscope="itemscope" itemtype="https://schema.org/Blog"> <div class="fl-post-grid-post fl-post-grid-image-above-title fl-post-align-default post-46158 post type-post status-publish format-standard has-post-thumbnail hentry category-blog category-podcast category-podcast-mindset-and-productivity tag-dance-studio-success tag-dance-teacher tag-leading-teachers-to-success" itemscope itemtype="https://schema.org/BlogPosting"> <meta itemscope itemprop="mainEntityOfPage" itemtype="https://schema.org/WebPage" itemid="https://dsoa.com/dance-studio-scheduling-tips-with-hillary-parnell/" content="Scheduling For Success In Your Dance Studio" /><meta itemprop="datePublished" content="2023-06-26" /><meta itemprop="dateModified" content="2023-06-28" /><div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"><meta itemprop="name" content="Dance Studio Owners Association"><div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2018/12/dsoa-logo-white-small-1.png"></div></div><div itemscope itemprop="author" itemtype="https://schema.org/Person"><meta itemprop="url" content="https://dsoa.com/author/dsoa/" /><meta itemprop="name" content="DSOA" /></div><div itemscope itemprop="image" itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="https://dsoa.com/wp-content/uploads/2023/07/Tips-For-Scheduling-Your-Dance-Studio-For-Success-with-Hillary-Parnell-jpg.webp" /><meta itemprop="width" content="1200" /><meta itemprop="height" content="1200" /></div><div itemprop="interactionStatistic" itemscope itemtype="https://schema.org/InteractionCounter"><meta itemprop="interactionType" content="https://schema.org/CommentAction" /><meta itemprop="userInteractionCount" content="0" /></div> <div class="fl-post-grid-image"> <a href="https://dsoa.com/dance-studio-scheduling-tips-with-hillary-parnell/" rel="bookmark" title="Scheduling For Success In Your Dance Studio"> <img decoding="async" width="1200" height="1200" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%201200'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="" data-lazy-srcset="https://dsoa.com/wp-content/uploads/2023/07/Tips-For-Scheduling-Your-Dance-Studio-For-Success-with-Hillary-Parnell-jpg.webp 1200w, https://dsoa.com/wp-content/uploads/2023/07/Tips-For-Scheduling-Your-Dance-Studio-For-Success-with-Hillary-Parnell-300x300.webp 300w, https://dsoa.com/wp-content/uploads/2023/07/Tips-For-Scheduling-Your-Dance-Studio-For-Success-with-Hillary-Parnell-1024x1024.webp 1024w, https://dsoa.com/wp-content/uploads/2023/07/Tips-For-Scheduling-Your-Dance-Studio-For-Success-with-Hillary-Parnell-150x150.webp 150w, https://dsoa.com/wp-content/uploads/2023/07/Tips-For-Scheduling-Your-Dance-Studio-For-Success-with-Hillary-Parnell-768x768.webp 768w" data-lazy-sizes="(max-width: 1200px) 100vw, 1200px" data-lazy-src="https://dsoa.com/wp-content/uploads/2023/07/Tips-For-Scheduling-Your-Dance-Studio-For-Success-with-Hillary-Parnell-jpg.webp" /><noscript><img decoding="async" width="1200" height="1200" src="https://dsoa.com/wp-content/uploads/2023/07/Tips-For-Scheduling-Your-Dance-Studio-For-Success-with-Hillary-Parnell-jpg.webp" class="attachment-full size-full wp-post-image" alt="" srcset="https://dsoa.com/wp-content/uploads/2023/07/Tips-For-Scheduling-Your-Dance-Studio-For-Success-with-Hillary-Parnell-jpg.webp 1200w, https://dsoa.com/wp-content/uploads/2023/07/Tips-For-Scheduling-Your-Dance-Studio-For-Success-with-Hillary-Parnell-300x300.webp 300w, https://dsoa.com/wp-content/uploads/2023/07/Tips-For-Scheduling-Your-Dance-Studio-For-Success-with-Hillary-Parnell-1024x1024.webp 1024w, https://dsoa.com/wp-content/uploads/2023/07/Tips-For-Scheduling-Your-Dance-Studio-For-Success-with-Hillary-Parnell-150x150.webp 150w, https://dsoa.com/wp-content/uploads/2023/07/Tips-For-Scheduling-Your-Dance-Studio-For-Success-with-Hillary-Parnell-768x768.webp 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></noscript> </a> </div> <div class="fl-post-grid-text"> <h2 class="fl-post-grid-title" itemprop="headline"> <a href="https://dsoa.com/dance-studio-scheduling-tips-with-hillary-parnell/" title="Scheduling For Success In Your Dance Studio">Scheduling For Success In Your Dance Studio</a> </h2> <div class="fl-post-grid-content"> <a class="fl-post-grid-more" href="https://dsoa.com/dance-studio-scheduling-tips-with-hillary-parnell/" title="Scheduling For Success In Your Dance Studio">LISTEN NOW</a> </div> </div> </div> <div class="fl-post-grid-post fl-post-grid-image-above-title fl-post-align-default post-46046 post type-post status-publish format-standard has-post-thumbnail hentry category-blog category-podcast category-podcast-mindset-and-productivity tag-dance-studio-success tag-dance-teacher tag-leading-teachers-to-success" itemscope itemtype="https://schema.org/BlogPosting"> <meta itemscope itemprop="mainEntityOfPage" itemtype="https://schema.org/WebPage" itemid="https://dsoa.com/increase-recital-profits/" content="Stress Free Recital Profits In Your Dance Studio" /><meta itemprop="datePublished" content="2023-06-19" /><meta itemprop="dateModified" content="2023-06-19" /><div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"><meta itemprop="name" content="Dance Studio Owners Association"><div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2018/12/dsoa-logo-white-small-1.png"></div></div><div itemscope itemprop="author" itemtype="https://schema.org/Person"><meta itemprop="url" content="https://dsoa.com/author/dsoa/" /><meta itemprop="name" content="DSOA" /></div><div itemscope itemprop="image" itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="https://dsoa.com/wp-content/uploads/2023/06/Low-Stress-Recital-Profits-wth-Jodi-Shilling-on-the-Transform-My-Dance-Studio-Podcast-jpg.webp" /><meta itemprop="width" content="1200" /><meta itemprop="height" content="1200" /></div><div itemprop="interactionStatistic" itemscope itemtype="https://schema.org/InteractionCounter"><meta itemprop="interactionType" content="https://schema.org/CommentAction" /><meta itemprop="userInteractionCount" content="0" /></div> <div class="fl-post-grid-image"> <a href="https://dsoa.com/increase-recital-profits/" rel="bookmark" title="Stress Free Recital Profits In Your Dance Studio"> <img decoding="async" width="1200" height="1200" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%201200'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="" data-lazy-srcset="https://dsoa.com/wp-content/uploads/2023/06/Low-Stress-Recital-Profits-wth-Jodi-Shilling-on-the-Transform-My-Dance-Studio-Podcast-jpg.webp 1200w, https://dsoa.com/wp-content/uploads/2023/06/Low-Stress-Recital-Profits-wth-Jodi-Shilling-on-the-Transform-My-Dance-Studio-Podcast-300x300.webp 300w, https://dsoa.com/wp-content/uploads/2023/06/Low-Stress-Recital-Profits-wth-Jodi-Shilling-on-the-Transform-My-Dance-Studio-Podcast-1024x1024.webp 1024w, https://dsoa.com/wp-content/uploads/2023/06/Low-Stress-Recital-Profits-wth-Jodi-Shilling-on-the-Transform-My-Dance-Studio-Podcast-150x150.webp 150w, https://dsoa.com/wp-content/uploads/2023/06/Low-Stress-Recital-Profits-wth-Jodi-Shilling-on-the-Transform-My-Dance-Studio-Podcast-768x768.webp 768w" data-lazy-sizes="(max-width: 1200px) 100vw, 1200px" data-lazy-src="https://dsoa.com/wp-content/uploads/2023/06/Low-Stress-Recital-Profits-wth-Jodi-Shilling-on-the-Transform-My-Dance-Studio-Podcast-jpg.webp" /><noscript><img decoding="async" width="1200" height="1200" src="https://dsoa.com/wp-content/uploads/2023/06/Low-Stress-Recital-Profits-wth-Jodi-Shilling-on-the-Transform-My-Dance-Studio-Podcast-jpg.webp" class="attachment-full size-full wp-post-image" alt="" srcset="https://dsoa.com/wp-content/uploads/2023/06/Low-Stress-Recital-Profits-wth-Jodi-Shilling-on-the-Transform-My-Dance-Studio-Podcast-jpg.webp 1200w, https://dsoa.com/wp-content/uploads/2023/06/Low-Stress-Recital-Profits-wth-Jodi-Shilling-on-the-Transform-My-Dance-Studio-Podcast-300x300.webp 300w, https://dsoa.com/wp-content/uploads/2023/06/Low-Stress-Recital-Profits-wth-Jodi-Shilling-on-the-Transform-My-Dance-Studio-Podcast-1024x1024.webp 1024w, https://dsoa.com/wp-content/uploads/2023/06/Low-Stress-Recital-Profits-wth-Jodi-Shilling-on-the-Transform-My-Dance-Studio-Podcast-150x150.webp 150w, https://dsoa.com/wp-content/uploads/2023/06/Low-Stress-Recital-Profits-wth-Jodi-Shilling-on-the-Transform-My-Dance-Studio-Podcast-768x768.webp 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></noscript> </a> </div> <div class="fl-post-grid-text"> <h2 class="fl-post-grid-title" itemprop="headline"> <a href="https://dsoa.com/increase-recital-profits/" title="Stress Free Recital Profits In Your Dance Studio">Stress Free Recital Profits In Your Dance Studio</a> </h2> <div class="fl-post-grid-content"> <a class="fl-post-grid-more" href="https://dsoa.com/increase-recital-profits/" title="Stress Free Recital Profits In Your Dance Studio">LISTEN NOW</a> </div> </div> </div> <div class="fl-post-grid-post fl-post-grid-image-above-title fl-post-align-default post-46000 post type-post status-publish format-standard has-post-thumbnail hentry category-blog category-podcast category-podcast-mindset-and-productivity tag-dance-studio-success tag-dance-teacher tag-leading-teachers-to-success" itemscope itemtype="https://schema.org/BlogPosting"> <meta itemscope itemprop="mainEntityOfPage" itemtype="https://schema.org/WebPage" itemid="https://dsoa.com/500th-podcast-episode-with-alicia-graf-mack/" content="500th Episode Special Part 1 with Alicia Graf Mack" /><meta itemprop="datePublished" content="2023-06-04" /><meta itemprop="dateModified" content="2023-06-04" /><div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"><meta itemprop="name" content="Dance Studio Owners Association"><div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2018/12/dsoa-logo-white-small-1.png"></div></div><div itemscope itemprop="author" itemtype="https://schema.org/Person"><meta itemprop="url" content="https://dsoa.com/author/dsoa/" /><meta itemprop="name" content="DSOA" /></div><div itemscope itemprop="image" itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="https://dsoa.com/wp-content/uploads/2023/06/500th-episode-Alicia-Graf-Mack-Photo-Credit-Webster-University.png" /><meta itemprop="width" content="687" /><meta itemprop="height" content="453" /></div><div itemprop="interactionStatistic" itemscope itemtype="https://schema.org/InteractionCounter"><meta itemprop="interactionType" content="https://schema.org/CommentAction" /><meta itemprop="userInteractionCount" content="0" /></div> <div class="fl-post-grid-image"> <a href="https://dsoa.com/500th-podcast-episode-with-alicia-graf-mack/" rel="bookmark" title="500th Episode Special Part 1 with Alicia Graf Mack"> <img decoding="async" width="687" height="453" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20687%20453'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="" data-lazy-srcset="https://dsoa.com/wp-content/uploads/2023/06/500th-episode-Alicia-Graf-Mack-Photo-Credit-Webster-University.png 687w, https://dsoa.com/wp-content/uploads/2023/06/500th-episode-Alicia-Graf-Mack-Photo-Credit-Webster-University-300x198.png 300w, https://dsoa.com/wp-content/uploads/2023/06/500th-episode-Alicia-Graf-Mack-Photo-Credit-Webster-University-297x197.png 297w" data-lazy-sizes="(max-width: 687px) 100vw, 687px" data-lazy-src="https://dsoa.com/wp-content/uploads/2023/06/500th-episode-Alicia-Graf-Mack-Photo-Credit-Webster-University.png" /><noscript><img decoding="async" width="687" height="453" src="https://dsoa.com/wp-content/uploads/2023/06/500th-episode-Alicia-Graf-Mack-Photo-Credit-Webster-University.png" class="attachment-full size-full wp-post-image" alt="" srcset="https://dsoa.com/wp-content/uploads/2023/06/500th-episode-Alicia-Graf-Mack-Photo-Credit-Webster-University.png 687w, https://dsoa.com/wp-content/uploads/2023/06/500th-episode-Alicia-Graf-Mack-Photo-Credit-Webster-University-300x198.png 300w, https://dsoa.com/wp-content/uploads/2023/06/500th-episode-Alicia-Graf-Mack-Photo-Credit-Webster-University-297x197.png 297w" sizes="(max-width: 687px) 100vw, 687px" /></noscript> </a> </div> <div class="fl-post-grid-text"> <h2 class="fl-post-grid-title" itemprop="headline"> <a href="https://dsoa.com/500th-podcast-episode-with-alicia-graf-mack/" title="500th Episode Special Part 1 with Alicia Graf Mack">500th Episode Special Part 1 with Alicia Graf Mack</a> </h2> <div class="fl-post-grid-content"> <a class="fl-post-grid-more" href="https://dsoa.com/500th-podcast-episode-with-alicia-graf-mack/" title="500th Episode Special Part 1 with Alicia Graf Mack">LISTEN NOW</a> </div> </div> </div> <div class="fl-post-grid-sizer"></div> </div> <div class="fl-clear"></div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="fl-row fl-row-full-width fl-row-bg-photo fl-node-5c12f3d61a62f fl-row-default-height fl-row-align-center uabb-top-row uabb-tilt_left uabb-bottom-row uabb-tilt_left" data-node="5c12f3d61a62f"> <div class="fl-row-content-wrap"> <div class="uabb-row-separator uabb-top-row-separator uabb-has-shape uabb-tilt-left-separator uabb-has-svg" > <svg class="uasvg-tilt-left-separator" xmlns="http://www.w3.org/2000/svg" version="1.1" fill="#3fb28c" opacity="1" width="100%" height="120" viewBox="0 0 4 0.266661" preserveAspectRatio="none"><polygon class="fil0" points="4,0 4,0.266661 -0,0.266661 "/></svg></div> <div class="uabb-row-separator uabb-bottom-row-separator uabb-has-shape uabb-tilt-left-separator uabb-has-svg" > <svg class="uasvg-tilt-left-separator" xmlns="http://www.w3.org/2000/svg" version="1.1" fill="#fcde1a" opacity="1" width="100%" height="120" viewBox="0 0 4 0.266661" preserveAspectRatio="none"><polygon class="fil0" points="4,0 4,0.266661 -0,0.266661 "/></svg></div> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-5c12f3d626e0d" data-node="5c12f3d626e0d"> <div class="fl-col fl-node-5c12f3d6271b1 fl-col-bg-color" data-node="5c12f3d6271b1"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-heading fl-node-5c12f4241d43e fl-animation fl-fade-right stroke-white" data-node="5c12f4241d43e" data-animation-delay="0.2" data-animation-duration="1"> <div class="fl-module-content fl-node-content"> <h2 class="fl-heading"> <span class="fl-heading-text">Love From Our Members</span> </h2> </div> </div> </div> </div> </div> <div class="fl-col-group fl-node-5c12f445de2e7" data-node="5c12f445de2e7"> <div class="fl-col fl-node-5c12f445de7a6 fl-col-bg-color fl-col-small" data-node="5c12f445de7a6"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-video fl-node-5cd4c89148fc4" data-node="5cd4c89148fc4"> <div class="fl-module-content fl-node-content"> <div class="fl-video fl-embed-video"> <iframe loading="lazy" src="about:blank" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://player.vimeo.com/video/240224235?title=0&byline=0&portrait=0"></iframe><noscript><iframe src="https://player.vimeo.com/video/240224235?title=0&byline=0&portrait=0" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></noscript></div> </div> </div> </div> </div> <div class="fl-col fl-node-5c12f445de84c fl-col-bg-color fl-col-small" data-node="5c12f445de84c"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-video fl-node-5cd4c89148fc5" data-node="5cd4c89148fc5"> <div class="fl-module-content fl-node-content"> <div class="fl-video fl-embed-video"> <iframe loading="lazy" src="about:blank" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://player.vimeo.com/video/240505642?title=0&byline=0&portrait=0"></iframe><noscript><iframe src="https://player.vimeo.com/video/240505642?title=0&byline=0&portrait=0" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></noscript></div> </div> </div> </div> </div> </div> <div class="fl-col-group fl-node-5ee998e57b9d9" data-node="5ee998e57b9d9"> <div class="fl-col fl-node-5ee998e57bb6e fl-col-bg-color" data-node="5ee998e57bb6e"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-testimonials fl-node-5ee998dd37009 fl-visible-desktop fl-visible-large fl-visible-medium top-most-content" data-node="5ee998dd37009"> <div class="fl-module-content fl-node-content"> <div class="fl-testimonials-wrap wide"> <div class="fl-testimonials"> <div class="fl-testimonial"> <p><img width="143" height="143" decoding="async" class=" wp-image-529 alignleft" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20143%20143'%3E%3C/svg%3E" alt="" data-lazy-src="/wp-content/uploads/2019/05/testie1.png" /><noscript><img width="143" height="143" decoding="async" class=" wp-image-529 alignleft" src="/wp-content/uploads/2019/05/testie1.png" alt="" /></noscript></p> <p>DSOA is a phenomenal resource and extremely beneficial investment that I will continue to make each year in efforts to grow my studio. I gain a ton of knowledge right at my fingertips both from the owner Clint Salter as well as the other members who are world-wide. How much better does it get than that?</p> <h3 style="color: #f3642a;">Carrie Bohlmann</h3> <h4 style="color: #3fb28c;">Virtuoso Performing Arts, USA</h4> </div> <div class="fl-testimonial"> <p><img width="143" height="143" decoding="async" class=" wp-image-529 alignleft" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20143%20143'%3E%3C/svg%3E" alt="" data-lazy-src="/wp-content/uploads/2019/05/testie6.png" /><noscript><img width="143" height="143" decoding="async" class=" wp-image-529 alignleft" src="/wp-content/uploads/2019/05/testie6.png" alt="" /></noscript></p> <p>DSOA is such a terrific organization! So glad I joined this new 'family' ... They are here to offer great ideas (and how to implement them), support, encouragement, motivation and so much more! I'm already seeing great results & I cannot wait to see how much more my studio will grow!</p> <h3 style="color: #f3642a;">Nancy Marcella Green</h3> <h4 style="color: #3fb28c;">The Dance Emporium, USA</h4> </div> <div class="fl-testimonial"> <p><img width="143" height="143" decoding="async" class=" wp-image-529 alignleft" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20143%20143'%3E%3C/svg%3E" alt="" data-lazy-src="/wp-content/uploads/2019/05/testie8.png" /><noscript><img width="143" height="143" decoding="async" class=" wp-image-529 alignleft" src="/wp-content/uploads/2019/05/testie8.png" alt="" /></noscript></p> <p>DSOA is a fantastic community of like minded Studio Owners who are so willing to share their experiences. Owing a dance studio is not an easy task and being a member of DSOA is definitely a ticket to success!</p> <h3 style="color: #f3642a;">Ryan Bickerton</h3> <h4 style="color: #3fb28c;">Dance Stream Victoria, Australia</h4> </div> <div class="fl-testimonial"> <p><img width="143" height="143" decoding="async" class=" wp-image-529 alignleft" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20143%20143'%3E%3C/svg%3E" alt="" data-lazy-src="/wp-content/uploads/2019/05/testie2.png" /><noscript><img width="143" height="143" decoding="async" class=" wp-image-529 alignleft" src="/wp-content/uploads/2019/05/testie2.png" alt="" /></noscript></p> <p>I love the group because I feel like I have a team now. It's great to have a group of people that understand the challenges Dance Studio Owners face in a unique business environment. I also have so many ideas of what I want to do to build my studio - and the group is helping me map that out, along with a wealth of other information.</p> <h3 style="color: #f3642a;">Dana</h3> <h4 style="color: #3fb28c;">Ignite Dance Studios Inc, Canada</h4> </div> <div class="fl-testimonial"> <p><img width="143" height="143" decoding="async" class=" wp-image-529 alignleft" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20143%20143'%3E%3C/svg%3E" alt="" data-lazy-src="/wp-content/uploads/2019/05/testie7.png" /><noscript><img width="143" height="143" decoding="async" class=" wp-image-529 alignleft" src="/wp-content/uploads/2019/05/testie7.png" alt="" /></noscript></p> <p>I used to think I wanted to run a dance school. It never occurred to me that that translated to running a business as well. The DSOA and SSF program have not only opened my business eyes but gotten me really excited about things I never thought I would be interested in. Things like revenue, retention, marketing and profits. They're not evil words, they're exciting concepts that enhance the experience of all my dancers even more.</p> <p>Thank you Clint. As always, you are a constant source of enthusiasm and inspiration.</p> <h3 style="color: #f3642a;">Natalie Stubbs</h3> <h4 style="color: #3fb28c;">BDC Dance, Australia</h4> </div> <div class="fl-testimonial"> <p><img width="143" height="143" decoding="async" class=" wp-image-529 alignleft" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20143%20143'%3E%3C/svg%3E" alt="" data-lazy-src="/wp-content/uploads/2019/05/testie3.png" /><noscript><img width="143" height="143" decoding="async" class=" wp-image-529 alignleft" src="/wp-content/uploads/2019/05/testie3.png" alt="" /></noscript></p><p>I've been greatly inspired by the creative marketing strategies, business streamlining ideas, community of owners uniting together and Clint's enthusiasm for helping others achieve their goals.</p><h3 style="color: #f3642a;">Jodi</h3><h4 style="color: #3fb28c;">Relevé Studios, USA</h4> </div> <div class="fl-testimonial"> <p><img width="143" height="143" decoding="async" class=" wp-image-529 alignleft" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20143%20143'%3E%3C/svg%3E" alt="" data-lazy-src="/wp-content/uploads/2019/05/testie5.png" /><noscript><img width="143" height="143" decoding="async" class=" wp-image-529 alignleft" src="/wp-content/uploads/2019/05/testie5.png" alt="" /></noscript></p> <p>I love that it's not just about the concepts. Clint gives you the tools and technology to put the concepts into action.</p> <h3 style="color: #f3642a;">Stephanie</h3> <h4 style="color: #3fb28c;">Children's Dance Theater & Prestige Dance Studio ,USA</h4> </div> <div class="fl-testimonial"> <p><img width="143" height="143" decoding="async" class=" wp-image-529 alignleft" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20143%20143'%3E%3C/svg%3E" alt="" data-lazy-src="/wp-content/uploads/2019/05/testie10.png" /><noscript><img width="143" height="143" decoding="async" class=" wp-image-529 alignleft" src="/wp-content/uploads/2019/05/testie10.png" alt="" /></noscript></p> <p>The group is full of fresh ideas and new friends to share in my profession. I think no one fully understands a Dance Studio Owner unless you are or have been one :).</p> <h3 style="color: #f3642a;">Stacey</h3> <h4 style="color: #3fb28c;">Stacey's Dance Studio, USA</h4> </div> <div class="fl-testimonial"> <p><img width="143" height="143" decoding="async" class=" wp-image-529 alignleft" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20143%20143'%3E%3C/svg%3E" alt="" data-lazy-src="/wp-content/uploads/2019/05/testie9.png" /><noscript><img width="143" height="143" decoding="async" class=" wp-image-529 alignleft" src="/wp-content/uploads/2019/05/testie9.png" alt="" /></noscript></p> <p>I love and appreciate all the wonderful information given by Clint Salter and everyone here. We always knew there was a great dance community but the DSOA has brought everyone together in such a great way. No one know what a dance teacher goes through except a dance teacher!</p> <h3 style="color: #f3642a;">Tina Sparks</h3> <h4 style="color: #3fb28c;">Sparks Dance Centre, Australia</h4> </div> </div> <div class="fl-slider-prev" role="button" aria-pressed="false" aria-label="Previous"></div> <div class="fl-slider-next" role="button" aria-pressed="false" aria-label="Next"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="fl-row fl-row-full-width fl-row-bg-photo fl-node-5ee2e0b126fbe fl-row-default-height fl-row-align-center bottom-most-content" data-node="5ee2e0b126fbe"> <div class="fl-row-content-wrap"> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-5ee9981985d11" data-node="5ee9981985d11"> <div class="fl-col fl-node-5ee9981985f64 fl-col-bg-color" data-node="5ee9981985f64"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-heading fl-node-5ee2e0c0ba5c3" data-node="5ee2e0c0ba5c3"> <div class="fl-module-content fl-node-content"> <h3 class="fl-heading"> <span class="fl-heading-text">FREE Sold Out Summer Camp System</span> </h3> </div> </div> <div class="fl-module fl-module-separator fl-node-5ee2e0b1271ab" data-node="5ee2e0b1271ab"> <div class="fl-module-content fl-node-content"> <div class="fl-separator"></div> </div> </div> </div> </div> </div> <div class="fl-col-group fl-node-5ee2e0b1271a7 fl-col-group-equal-height fl-col-group-align-center" data-node="5ee2e0b1271a7"> <div class="fl-col fl-node-5ee2e0b1271a8 fl-col-bg-color fl-col-small" data-node="5ee2e0b1271a8"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-photo fl-node-5ee2e0b1271a9" data-node="5ee2e0b1271a9"> <div class="fl-module-content fl-node-content"> <div class="fl-photo fl-photo-align-center" itemscope itemtype="https://schema.org/ImageObject"> <div class="fl-photo-content fl-photo-img-webp"> <img decoding="async" width="612" height="792" class="fl-photo-img wp-image-45810" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20612%20792'%3E%3C/svg%3E" alt="Summer Camp PDF Cover" itemprop="image" title="Summer Camp PDF Cover" data-lazy-srcset="https://dsoa.com/wp-content/uploads/2023/02/Summer-Camp-PDF-Cover-jpg.webp 612w, https://dsoa.com/wp-content/uploads/2023/02/Summer-Camp-PDF-Cover-232x300.webp 232w" data-lazy-sizes="(max-width: 612px) 100vw, 612px" data-lazy-src="https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2023/02/Summer-Camp-PDF-Cover-jpg.webp" /><noscript><img decoding="async" width="612" height="792" class="fl-photo-img wp-image-45810" src="https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2023/02/Summer-Camp-PDF-Cover-jpg.webp" alt="Summer Camp PDF Cover" itemprop="image" title="Summer Camp PDF Cover" srcset="https://dsoa.com/wp-content/uploads/2023/02/Summer-Camp-PDF-Cover-jpg.webp 612w, https://dsoa.com/wp-content/uploads/2023/02/Summer-Camp-PDF-Cover-232x300.webp 232w" sizes="(max-width: 612px) 100vw, 612px" /></noscript> </div> </div> </div> </div> </div> </div> <div class="fl-col fl-node-5ee2e0b1271aa fl-col-bg-color" data-node="5ee2e0b1271aa"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-rich-text fl-node-5ee2e0b1271ac" data-node="5ee2e0b1271ac"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <div class="row flex flex--12 css-1v1axsl" data-gtm-vis-recent-on-screen-8393558_150="384" data-gtm-vis-first-on-screen-8393558_150="384" data-gtm-vis-total-visible-time-8393558_150="100" data-gtm-vis-has-fired-8393558_150="1" data-gtm-vis-recent-on-screen-8393558_151="494" data-gtm-vis-first-on-screen-8393558_151="494" data-gtm-vis-total-visible-time-8393558_151="100" data-gtm-vis-has-fired-8393558_151="1" data-gtm-vis-recent-on-screen-8393558_168="622" data-gtm-vis-first-on-screen-8393558_168="622" data-gtm-vis-total-visible-time-8393558_168="100" data-gtm-vis-has-fired-8393558_168="1" data-gtm-vis-recent-on-screen-8393558_174="674" data-gtm-vis-first-on-screen-8393558_174="674" data-gtm-vis-total-visible-time-8393558_174="100" data-gtm-vis-has-fired-8393558_174="1"> <div class="composite flex__item--md-12 flex__item--xs-12 css-8x0d4x" data-gtm-vis-recent-on-screen-8393558_150="385" data-gtm-vis-first-on-screen-8393558_150="385" data-gtm-vis-total-visible-time-8393558_150="100" data-gtm-vis-has-fired-8393558_150="1" data-gtm-vis-recent-on-screen-8393558_151="500" data-gtm-vis-first-on-screen-8393558_151="500" data-gtm-vis-total-visible-time-8393558_151="100" data-gtm-vis-has-fired-8393558_151="1" data-gtm-vis-recent-on-screen-8393558_168="623" data-gtm-vis-first-on-screen-8393558_168="623" data-gtm-vis-total-visible-time-8393558_168="100" data-gtm-vis-has-fired-8393558_168="1" data-gtm-vis-recent-on-screen-8393558_174="675" data-gtm-vis-first-on-screen-8393558_174="675" data-gtm-vis-total-visible-time-8393558_174="100" data-gtm-vis-has-fired-8393558_174="1"> <div class="inner-composite flex flex--12" data-gtm-vis-recent-on-screen-8393558_150="386" data-gtm-vis-first-on-screen-8393558_150="386" data-gtm-vis-total-visible-time-8393558_150="100" data-gtm-vis-has-fired-8393558_150="1" data-gtm-vis-recent-on-screen-8393558_151="501" data-gtm-vis-first-on-screen-8393558_151="501" data-gtm-vis-total-visible-time-8393558_151="100" data-gtm-vis-has-fired-8393558_151="1" data-gtm-vis-recent-on-screen-8393558_168="624" data-gtm-vis-first-on-screen-8393558_168="624" data-gtm-vis-total-visible-time-8393558_168="100" data-gtm-vis-has-fired-8393558_168="1" data-gtm-vis-recent-on-screen-8393558_174="676" data-gtm-vis-first-on-screen-8393558_174="676" data-gtm-vis-total-visible-time-8393558_174="100" data-gtm-vis-has-fired-8393558_174="1"> <div class="widget-column flex__item--md-12 flex__item--xs-12" data-gtm-vis-recent-on-screen-8393558_150="391" data-gtm-vis-first-on-screen-8393558_150="391" data-gtm-vis-total-visible-time-8393558_150="100" data-gtm-vis-has-fired-8393558_150="1" data-gtm-vis-recent-on-screen-8393558_151="502" data-gtm-vis-first-on-screen-8393558_151="502" data-gtm-vis-total-visible-time-8393558_151="100" data-gtm-vis-has-fired-8393558_151="1" data-gtm-vis-recent-on-screen-8393558_168="624" data-gtm-vis-first-on-screen-8393558_168="624" data-gtm-vis-total-visible-time-8393558_168="100" data-gtm-vis-has-fired-8393558_168="1" data-gtm-vis-recent-on-screen-8393558_174="676" data-gtm-vis-first-on-screen-8393558_174="676" data-gtm-vis-total-visible-time-8393558_174="100" data-gtm-vis-has-fired-8393558_174="1"> <div class="widget-row flex flex--12" data-gtm-vis-recent-on-screen-8393558_150="397" data-gtm-vis-first-on-screen-8393558_150="397" data-gtm-vis-total-visible-time-8393558_150="100" data-gtm-vis-has-fired-8393558_150="1" data-gtm-vis-recent-on-screen-8393558_151="503" data-gtm-vis-first-on-screen-8393558_151="503" data-gtm-vis-total-visible-time-8393558_151="100" data-gtm-vis-has-fired-8393558_151="1" data-gtm-vis-recent-on-screen-8393558_168="624" data-gtm-vis-first-on-screen-8393558_168="624" data-gtm-vis-total-visible-time-8393558_168="100" data-gtm-vis-has-fired-8393558_168="1" data-gtm-vis-recent-on-screen-8393558_174="676" data-gtm-vis-first-on-screen-8393558_174="676" data-gtm-vis-total-visible-time-8393558_174="100" data-gtm-vis-has-fired-8393558_174="1"> <div class="flex__item--md-12 flex__item--xs-12" data-gtm-vis-recent-on-screen-8393558_150="397" data-gtm-vis-first-on-screen-8393558_150="397" data-gtm-vis-total-visible-time-8393558_150="100" data-gtm-vis-has-fired-8393558_150="1" data-gtm-vis-recent-on-screen-8393558_151="503" data-gtm-vis-first-on-screen-8393558_151="503" data-gtm-vis-total-visible-time-8393558_151="100" data-gtm-vis-has-fired-8393558_151="1" data-gtm-vis-recent-on-screen-8393558_168="625" data-gtm-vis-first-on-screen-8393558_168="625" data-gtm-vis-total-visible-time-8393558_168="100" data-gtm-vis-has-fired-8393558_168="1" data-gtm-vis-recent-on-screen-8393558_174="677" data-gtm-vis-first-on-screen-8393558_174="677" data-gtm-vis-total-visible-time-8393558_174="100" data-gtm-vis-has-fired-8393558_174="1"> <div class="widget" data-widget-id="d4a83953-4858-8789-71e4-a513ea2c9611" data-gtm-vis-recent-on-screen-8393558_150="398" data-gtm-vis-first-on-screen-8393558_150="398" data-gtm-vis-total-visible-time-8393558_150="100" data-gtm-vis-has-fired-8393558_150="1" data-gtm-vis-recent-on-screen-8393558_151="504" data-gtm-vis-first-on-screen-8393558_151="504" data-gtm-vis-total-visible-time-8393558_151="100" data-gtm-vis-has-fired-8393558_151="1" data-gtm-vis-recent-on-screen-8393558_168="625" data-gtm-vis-first-on-screen-8393558_168="625" data-gtm-vis-total-visible-time-8393558_168="100" data-gtm-vis-has-fired-8393558_168="1" data-gtm-vis-recent-on-screen-8393558_174="677" data-gtm-vis-first-on-screen-8393558_174="677" data-gtm-vis-total-visible-time-8393558_174="100" data-gtm-vis-has-fired-8393558_174="1"> <div class="lp-text-react lp-headline-react" data-widget-type="LpTextReact" data-gtm-vis-recent-on-screen-8393558_150="398" data-gtm-vis-first-on-screen-8393558_150="398" data-gtm-vis-total-visible-time-8393558_150="100" data-gtm-vis-has-fired-8393558_150="1" data-gtm-vis-recent-on-screen-8393558_151="504" data-gtm-vis-first-on-screen-8393558_151="504" data-gtm-vis-total-visible-time-8393558_151="100" data-gtm-vis-has-fired-8393558_151="1" data-gtm-vis-recent-on-screen-8393558_168="625" data-gtm-vis-first-on-screen-8393558_168="625" data-gtm-vis-total-visible-time-8393558_168="100" data-gtm-vis-has-fired-8393558_168="1" data-gtm-vis-recent-on-screen-8393558_174="677" data-gtm-vis-first-on-screen-8393558_174="677" data-gtm-vis-total-visible-time-8393558_174="100" data-gtm-vis-has-fired-8393558_174="1"> <p class="lp-headline text-align-left font-scale-7 line-height-scale-3 gutter-bottom-1 subhead"><strong><span style="font-size: 20px;">What’s inside?</span></strong></p> <ul class="lp-list text-align-left font-scale-5 line-height-scale-3 gutter-bottom-1 lp-list--bullet" data-guid="24a8cfe7-82bd-4fd2-6992-9293d247c71b"> <li>7 proven, battle-tested tips for a sold out summer camp</li> <li>10 workshop ideas to make your classes fun & unique</li> <li>A blank, fillable system to brainstorm your own ideas</li> <li>30 days worth of content to promote your summer camp</li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> <div class="row flex flex--12 css-1v1axsl" data-gtm-vis-recent-on-screen-8393558_150="403" data-gtm-vis-first-on-screen-8393558_150="403" data-gtm-vis-total-visible-time-8393558_150="100" data-gtm-vis-has-fired-8393558_150="1" data-gtm-vis-recent-on-screen-8393558_151="504" data-gtm-vis-first-on-screen-8393558_151="504" data-gtm-vis-total-visible-time-8393558_151="100" data-gtm-vis-has-fired-8393558_151="1" data-gtm-vis-recent-on-screen-8393558_168="625" data-gtm-vis-first-on-screen-8393558_168="625" data-gtm-vis-total-visible-time-8393558_168="100" data-gtm-vis-has-fired-8393558_168="1" data-gtm-vis-recent-on-screen-8393558_174="677" data-gtm-vis-first-on-screen-8393558_174="677" data-gtm-vis-total-visible-time-8393558_174="100" data-gtm-vis-has-fired-8393558_174="1"> <div class="composite flex__item--md-12 flex__item--xs-12 css-8x0d4x" data-gtm-vis-recent-on-screen-8393558_150="404" data-gtm-vis-first-on-screen-8393558_150="404" data-gtm-vis-total-visible-time-8393558_150="100" data-gtm-vis-has-fired-8393558_150="1" data-gtm-vis-recent-on-screen-8393558_151="504" data-gtm-vis-first-on-screen-8393558_151="504" data-gtm-vis-total-visible-time-8393558_151="100" data-gtm-vis-has-fired-8393558_151="1" data-gtm-vis-recent-on-screen-8393558_168="626" data-gtm-vis-first-on-screen-8393558_168="626" data-gtm-vis-total-visible-time-8393558_168="100" data-gtm-vis-has-fired-8393558_168="1" data-gtm-vis-recent-on-screen-8393558_174="678" data-gtm-vis-first-on-screen-8393558_174="678" data-gtm-vis-total-visible-time-8393558_174="100" data-gtm-vis-has-fired-8393558_174="1"> <div class="inner-composite flex flex--12" data-gtm-vis-recent-on-screen-8393558_150="404" data-gtm-vis-first-on-screen-8393558_150="404" data-gtm-vis-total-visible-time-8393558_150="100" data-gtm-vis-has-fired-8393558_150="1" data-gtm-vis-recent-on-screen-8393558_151="505" data-gtm-vis-first-on-screen-8393558_151="505" data-gtm-vis-total-visible-time-8393558_151="100" data-gtm-vis-has-fired-8393558_151="1" data-gtm-vis-recent-on-screen-8393558_168="626" data-gtm-vis-first-on-screen-8393558_168="626" data-gtm-vis-total-visible-time-8393558_168="100" data-gtm-vis-has-fired-8393558_168="1" data-gtm-vis-recent-on-screen-8393558_174="678" data-gtm-vis-first-on-screen-8393558_174="678" data-gtm-vis-total-visible-time-8393558_174="100" data-gtm-vis-has-fired-8393558_174="1"> <div class="widget-column flex__item--md-12 flex__item--xs-12" data-gtm-vis-recent-on-screen-8393558_150="405" data-gtm-vis-first-on-screen-8393558_150="405" data-gtm-vis-total-visible-time-8393558_150="100" data-gtm-vis-has-fired-8393558_150="1" data-gtm-vis-recent-on-screen-8393558_151="505" data-gtm-vis-first-on-screen-8393558_151="505" data-gtm-vis-total-visible-time-8393558_151="100" data-gtm-vis-has-fired-8393558_151="1" data-gtm-vis-recent-on-screen-8393558_168="626" data-gtm-vis-first-on-screen-8393558_168="626" data-gtm-vis-total-visible-time-8393558_168="100" data-gtm-vis-has-fired-8393558_168="1" data-gtm-vis-recent-on-screen-8393558_174="678" data-gtm-vis-first-on-screen-8393558_174="678" data-gtm-vis-total-visible-time-8393558_174="100" data-gtm-vis-has-fired-8393558_174="1"> <div class="widget-row flex flex--12" data-gtm-vis-recent-on-screen-8393558_150="406" data-gtm-vis-first-on-screen-8393558_150="406" data-gtm-vis-total-visible-time-8393558_150="100" data-gtm-vis-has-fired-8393558_150="1" data-gtm-vis-recent-on-screen-8393558_151="505" data-gtm-vis-first-on-screen-8393558_151="505" data-gtm-vis-total-visible-time-8393558_151="100" data-gtm-vis-has-fired-8393558_151="1" data-gtm-vis-recent-on-screen-8393558_168="627" data-gtm-vis-first-on-screen-8393558_168="628" data-gtm-vis-total-visible-time-8393558_168="100" data-gtm-vis-has-fired-8393558_168="1" data-gtm-vis-recent-on-screen-8393558_174="678" data-gtm-vis-first-on-screen-8393558_174="678" data-gtm-vis-total-visible-time-8393558_174="100" data-gtm-vis-has-fired-8393558_174="1"> <div class="flex__item--md-12 flex__item--xs-12" data-gtm-vis-recent-on-screen-8393558_150="406" data-gtm-vis-first-on-screen-8393558_150="406" data-gtm-vis-total-visible-time-8393558_150="100" data-gtm-vis-has-fired-8393558_150="1" data-gtm-vis-recent-on-screen-8393558_151="506" data-gtm-vis-first-on-screen-8393558_151="506" data-gtm-vis-total-visible-time-8393558_151="100" data-gtm-vis-has-fired-8393558_151="1" data-gtm-vis-recent-on-screen-8393558_168="629" data-gtm-vis-first-on-screen-8393558_168="629" data-gtm-vis-total-visible-time-8393558_168="100" data-gtm-vis-has-fired-8393558_168="1" data-gtm-vis-recent-on-screen-8393558_174="679" data-gtm-vis-first-on-screen-8393558_174="679" data-gtm-vis-total-visible-time-8393558_174="100" data-gtm-vis-has-fired-8393558_174="1"> <div class="widget" data-widget-id="25fd8a76-a60c-3e13-61dd-61ee993db862" data-gtm-vis-recent-on-screen-8393558_150="407" data-gtm-vis-first-on-screen-8393558_150="407" data-gtm-vis-total-visible-time-8393558_150="100" data-gtm-vis-has-fired-8393558_150="1" data-gtm-vis-recent-on-screen-8393558_151="506" data-gtm-vis-first-on-screen-8393558_151="506" data-gtm-vis-total-visible-time-8393558_151="100" data-gtm-vis-has-fired-8393558_151="1" data-gtm-vis-recent-on-screen-8393558_168="629" data-gtm-vis-first-on-screen-8393558_168="629" data-gtm-vis-total-visible-time-8393558_168="100" data-gtm-vis-has-fired-8393558_168="1" data-gtm-vis-recent-on-screen-8393558_174="679" data-gtm-vis-first-on-screen-8393558_174="679" data-gtm-vis-total-visible-time-8393558_174="100" data-gtm-vis-has-fired-8393558_174="1"> <div class="lp-text-react lp-headline-react" data-widget-type="LpTextReact" data-gtm-vis-recent-on-screen-8393558_150="408" data-gtm-vis-first-on-screen-8393558_150="408" data-gtm-vis-total-visible-time-8393558_150="100" data-gtm-vis-has-fired-8393558_150="1" data-gtm-vis-recent-on-screen-8393558_151="506" data-gtm-vis-first-on-screen-8393558_151="506" data-gtm-vis-total-visible-time-8393558_151="100" data-gtm-vis-has-fired-8393558_151="1" data-gtm-vis-recent-on-screen-8393558_168="629" data-gtm-vis-first-on-screen-8393558_168="629" data-gtm-vis-total-visible-time-8393558_168="100" data-gtm-vis-has-fired-8393558_168="1" data-gtm-vis-recent-on-screen-8393558_174="679" data-gtm-vis-first-on-screen-8393558_174="679" data-gtm-vis-total-visible-time-8393558_174="100" data-gtm-vis-has-fired-8393558_174="1"> <p class="lp-headline text-align-center font-scale-6 line-height-scale-3 gutter-bottom-1 subhead"><span style="font-size: 20px;"><strong>Start Filling Your Summer Camp Classes Now!</strong></span></p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="fl-module fl-module-button fl-node-5ee2e1e2191e8" data-node="5ee2e1e2191e8"> <div class="fl-module-content fl-node-content"> <div class="fl-button-wrap fl-button-width-auto fl-button-center"> <a href="https://dsoatransfer.wpenginepowered.com/summercamp" target="_self" class="fl-button"> <span class="fl-button-text">Get The System!</span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="fl-row fl-row-full-width fl-row-bg-color fl-node-5ee2e281cd813 fl-row-default-height fl-row-align-center uabb-bottom-row uabb-tilt_left" data-node="5ee2e281cd813"> <div class="fl-row-content-wrap"> <div class="uabb-row-separator uabb-bottom-row-separator uabb-tilt-left-separator uabb-has-svg" > <svg class="uasvg-tilt-left-separator" xmlns="http://www.w3.org/2000/svg" version="1.1" fill="#ffffff" opacity="1" width="100%" height="60" viewBox="0 0 4 0.266661" preserveAspectRatio="none"><polygon class="fil0" points="4,0 4,0.266661 -0,0.266661 "/></svg></div> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-5ee2e29c756e3" data-node="5ee2e29c756e3"> <div class="fl-col fl-node-5ee2e29c75826 fl-col-bg-color" data-node="5ee2e29c75826"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-heading fl-node-5ee2e24fad947" data-node="5ee2e24fad947"> <div class="fl-module-content fl-node-content"> <h3 class="fl-heading"> <span class="fl-heading-text">Ready to Become A True Studio CEO, Reconnect With Your Passion For Dance, And Turn Your Studio Into The Go-To Studio In Your Area?</span> </h3> </div> </div> </div> </div> </div> </div> </div> </div> <div id="join" class="fl-row fl-row-full-width fl-row-bg-photo fl-node-5ee2df8021156 fl-row-default-height fl-row-align-center top-most-content" data-node="5ee2df8021156"> <div class="fl-row-content-wrap"> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-5ee2df8021144" data-node="5ee2df8021144"> <div class="fl-col fl-node-5ee2df8021147 fl-col-bg-color fl-col-has-cols" data-node="5ee2df8021147"> <div class="fl-col-content fl-node-content"> <div class="fl-col-group fl-node-5ee2df802114d fl-col-group-nested fl-col-group-equal-height fl-col-group-align-center" data-node="5ee2df802114d"> <div class="fl-col fl-node-5ee2df802114f fl-col-bg-color fl-col-small" data-node="5ee2df802114f"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-photo fl-node-5ee2df8021151" data-node="5ee2df8021151"> <div class="fl-module-content fl-node-content"> <div class="fl-photo fl-photo-align-center" itemscope itemtype="https://schema.org/ImageObject"> <div class="fl-photo-content fl-photo-img-png"> <img decoding="async" width="400" height="401" class="fl-photo-img wp-image-22157" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20401'%3E%3C/svg%3E" alt="DSOA-–-Studio-Summit-SignOff" itemprop="image" title="DSOA-–-Studio-Summit-SignOff" data-lazy-srcset="https://dsoa.com/wp-content/uploads/2020/04/DSOA-–-Studio-Summit-SignOff.png 400w, https://dsoa.com/wp-content/uploads/2020/04/DSOA-–-Studio-Summit-SignOff-300x300.png 300w, https://dsoa.com/wp-content/uploads/2020/04/DSOA-–-Studio-Summit-SignOff-100x100.png 100w, https://dsoa.com/wp-content/uploads/2020/04/DSOA-–-Studio-Summit-SignOff-150x150.png 150w" data-lazy-sizes="(max-width: 400px) 100vw, 400px" data-lazy-src="https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2020/04/DSOA-–-Studio-Summit-SignOff.png" /><noscript><img decoding="async" width="400" height="401" class="fl-photo-img wp-image-22157" src="https://dsoatransfer.wpenginepowered.com/wp-content/uploads/2020/04/DSOA-–-Studio-Summit-SignOff.png" alt="DSOA-–-Studio-Summit-SignOff" itemprop="image" title="DSOA-–-Studio-Summit-SignOff" srcset="https://dsoa.com/wp-content/uploads/2020/04/DSOA-–-Studio-Summit-SignOff.png 400w, https://dsoa.com/wp-content/uploads/2020/04/DSOA-–-Studio-Summit-SignOff-300x300.png 300w, https://dsoa.com/wp-content/uploads/2020/04/DSOA-–-Studio-Summit-SignOff-100x100.png 100w, https://dsoa.com/wp-content/uploads/2020/04/DSOA-–-Studio-Summit-SignOff-150x150.png 150w" sizes="(max-width: 400px) 100vw, 400px" /></noscript> </div> </div> </div> </div> </div> </div> <div class="fl-col fl-node-5ee2df8021150 fl-col-bg-color" data-node="5ee2df8021150"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-heading fl-node-5ee2df8021154" data-node="5ee2df8021154"> <div class="fl-module-content fl-node-content"> <h3 class="fl-heading"> <span class="fl-heading-text">Join the largest community of Dance Studio Owners in the world! </span> </h3> </div> </div> <div class="fl-module fl-module-rich-text fl-node-5ee2df8021152" data-node="5ee2df8021152"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <p>My team and I are honored to know that our work is impacting the lives of not only studio owners, but children who love dance and their parents during these trying and uncertain times.</p> <p>Join the tribe and get access to proven, studio-specific strategies that are ACTUALLY WORKING for studio owners today.<span class="Apple-converted-space"> </span></p> </div> </div> </div> </div> </div> </div> <div class="fl-module fl-module-button fl-node-5ee2df802114c" data-node="5ee2df802114c"> <div class="fl-module-content fl-node-content"> <div class="fl-button-wrap fl-button-width-auto fl-button-center"> <a href="https://www.facebook.com/groups/203499306847787" target="_blank" class="fl-button" rel="noopener" > <span class="fl-button-text">join dsoa today!</span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div><div class="uabb-js-breakpoint" style="display: none;"></div> </div><!-- .fl-post-content --> </article> <!-- .fl-post --> </div> </div> </div> </div><!-- .fl-page-content --> <footer class="fl-builder-content fl-builder-content-489 fl-builder-global-templates-locked" data-post-id="489" data-type="footer" itemscope="itemscope" itemtype="http://schema.org/WPFooter"><div class="fl-row fl-row-full-width fl-row-bg-photo fl-node-5c11e58143a3d fl-row-default-height fl-row-align-center" data-node="5c11e58143a3d"> <div class="fl-row-content-wrap"> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-5c11e5814798d" data-node="5c11e5814798d"> <div class="fl-col fl-node-5c11e58147d31 fl-col-bg-color" data-node="5c11e58147d31"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-rich-text fl-node-5c11e6ecba1eb fl-visible-desktop fl-visible-large fl-visible-medium" data-node="5c11e6ecba1eb"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <p><strong><span style="font-size: 12px; letter-spacing: 2px;">COPYRIGHT © 2020 DSOA | <a href="https://dsoatransfer.wpenginepowered.com/privacy-policy/">PRIVACY POLICY</a> | <a href="https://dsoatransfer.wpenginepowered.com/site-terms/">SITE TERMS OF USE</a></span></strong></p> </div> </div> </div> <div class="fl-module fl-module-rich-text fl-node-5ee2fbdd35087 fl-visible-mobile" data-node="5ee2fbdd35087"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <p><strong><span style="font-size: 12px; letter-spacing: 2px;">COPYRIGHT © 2020 DSOA<br /> <a href="https://dsoatransfer.wpenginepowered.com/privacy-policy">PRIVACY POLICY</a> | <a href="https://dsoatransfer.wpenginepowered.com/site-terms/">SITE TERMS OF USE</a></span></strong></p> </div> </div> </div> </div> </div> <div class="fl-col fl-node-5c11e583bf7ad fl-col-bg-color fl-col-small fl-visible-desktop fl-visible-large fl-visible-medium" data-node="5c11e583bf7ad"> <div class="fl-col-content fl-node-content"> </div> </div> </div> </div> </div> </div> <div class="fl-row fl-row-full-width fl-row-bg-photo fl-node-5f30841989f01 fl-row-default-height fl-row-align-center" data-node="5f30841989f01"> <div class="fl-row-content-wrap"> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-5f30841989f02" data-node="5f30841989f02"> <div class="fl-col fl-node-5f30841989f03 fl-col-bg-color" data-node="5f30841989f03"> <div class="fl-col-content fl-node-content"> <div class="fl-module fl-module-rich-text fl-node-5f30841989f05" data-node="5f30841989f05"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <p><strong><span style="font-size: 12px; letter-spacing: 2px;">COPYRIGHT 2025 © DSOA | <a href="https://dsoatransfer.wpenginepowered.com/privacy-policy/">PRIVACY POLICY</a> | <a href="https://dsoatransfer.wpenginepowered.com/site-terms/">SITE TERMS OF USE</a></span></strong></p> </div> </div> </div> </div> </div> <div class="fl-col fl-node-5f30841989f04 fl-col-bg-color fl-col-small fl-visible-desktop fl-visible-large fl-visible-medium" data-node="5f30841989f04"> <div class="fl-col-content fl-node-content"> </div> </div> </div> </div> </div> </div> </footer><div class="uabb-js-breakpoint" style="display: none;"></div> </div><!-- .fl-page --> <div id="wpmm-memory-meter-memory-usage" class="wpmm-memory-meter-memory-usage-color-okay" title="Status: Okay" style="display: none !important;" data-memory-usage="Memory: 50MB (4.88% of 1024MB)"></div><script type="rocketlazyloadscript">console.log( 'PHP ' + document.getElementById( 'wpmm-memory-meter-memory-usage' ).getAttribute( 'data-memory-usage' ) );</script><!-- Start of HubSpot Embed Code --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="hs-script-loader" async defer data-rocket-src="//js.hs-scripts.com/2019794.js"></script> <!-- End of HubSpot Embed Code --><a href="#" role="button" id="fl-to-top"><span class="sr-only">Scroll To Top</span><i class="fas fa-chevron-up" aria-hidden="true"></i></a> <script type="rocketlazyloadscript"> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <link rel='stylesheet' id='wc-stripe-blocks-checkout-style-css' href='https://dsoa.com/wp-content/plugins/woocommerce-gateway-stripe/build/upe-blocks.css?ver=bed36fae78fd866e15bcdecc0d82dbb8' media='all' /> <link rel='stylesheet' id='wc-blocks-style-css' href='https://dsoa.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=wc-9.8.5' media='all' /> <script src="https://dsoa.com/wp-content/plugins/bb-plugin/js/jquery.waypoints.min.js?ver=2.8.6.2" id="jquery-waypoints-js" defer></script> <script src="https://dsoa.com/wp-content/plugins/bb-plugin/js/jquery.fitvids.min.js?ver=1.2" id="jquery-fitvids-js" defer></script> <script src="https://dsoa.com/wp-content/plugins/bb-plugin/js/jquery.easing.min.js?ver=1.4" id="jquery-easing-js" defer></script> <script src="https://dsoa.com/wp-content/plugins/bb-plugin/js/jquery.bxslider.min.js?ver=2.8.6.2" id="jquery-bxslider-js" defer></script> <script src="https://dsoa.com/wp-content/plugins/bb-plugin/js/jquery.imagesloaded.min.js?ver=2.8.6.2" id="imagesloaded-js" defer></script> <script src="https://dsoa.com/wp-includes/js/masonry.min.js?ver=4.2.2" id="masonry-js" defer></script> <script src="https://dsoa.com/wp-includes/js/jquery/jquery.masonry.min.js?ver=3.1.2b" id="jquery-masonry-js" defer></script> <script src="https://dsoa.com/wp-content/plugins/bb-plugin/js/jquery.ba-throttle-debounce.min.js?ver=2.8.6.2" id="jquery-throttle-js" defer></script> <script src="https://dsoa.com/wp-content/uploads/bb-plugin/cache/24728-layout.js?ver=ac4340aa043b82cc01ec879deb07f750" id="fl-builder-layout-24728-js" defer></script> <script id="qppr_frontend_scripts-js-extra"> var qpprFrontData = {"linkData":{"https:\/\/dsoa.com\/allstars-innovators-2\/":[0,0,"https:\/\/dsoatransfer.wpenginepowered.com\/allstars-late%20"],"https:\/\/dsoa.com\/springboard2\/":[0,0,""],"https:\/\/dsoa.com\/metrics\/":[0,0,""],"https:\/\/dsoa.com\/?page_id=12056":[0,0,""],"https:\/\/dsoa.com\/jan2023pix\/":[0,0,""],"https:\/\/dsoa.com\/?page_id=13329":[0,0,""],"https:\/\/dsoa.com\/?page_id=41962":[0,0,""],"https:\/\/dsoa.com\/?page_id=43723":[0,0,""],"https:\/\/dsoa.com\/?page_id=45650":[0,0,""],"https:\/\/dsoa.com\/?page_id=46676":[0,0,""],"https:\/\/dsoa.com\/?page_id=44298":[0,0,""],"https:\/\/dsoa.com\/?page_id=44299":[0,0,""],"https:\/\/dsoa.com\/?page_id=44202":[0,0,""],"https:\/\/dsoa.com\/?page_id=44201":[0,0,""],"https:\/\/dsoa.com\/?page_id=43956":[0,0,""],"https:\/\/dsoa.com\/?page_id=33707":[0,0,""],"https:\/\/dsoa.com\/?page_id=45812":[0,0,""],"https:\/\/dsoa.com\/?page_id=22688":[0,0,""],"https:\/\/dsoa.com\/?page_id=45549":[0,0,""],"https:\/\/dsoa.com\/?page_id=43758":[0,0,""],"https:\/\/dsoa.com\/apply-ty\/":[0,0,""]},"siteURL":"https:\/\/dsoa.com","siteURLq":"https:\/\/dsoa.com"}; </script> <script src="https://dsoa.com/wp-content/plugins/quick-pagepost-redirect-plugin/js/qppr_frontend_script.min.js?ver=5.2.4" id="qppr_frontend_scripts-js" defer></script> <script src="https://dsoa.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script> <script src="https://dsoa.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script src="https://dsoa.com/wp-content/plugins/wpmm-memory-meter/assets/js/both.min.js?ver=2.3.0" id="wpmm-memory-meter-both-js" defer></script> <script src="https://dsoa.com/wp-content/uploads/bb-plugin/cache/231cbbaf113606e8d83451f5596c6c06-layout-bundle.js?ver=2.8.6.2-1.4.11.2" id="fl-builder-layout-bundle-231cbbaf113606e8d83451f5596c6c06-js" defer></script> <script src="https://dsoa.com/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-form-move-tracker.js?ver=1.20.3" id="gtm4wp-form-move-tracker-js" defer></script> <script 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 id="rocket-preload-links-js-extra"> var RocketPreloadLinksConfig = {"excludeUris":"\/apply-step-2\/|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/checkout\/??(.*)|\/cart\/?|\/my-account\/??(.*)|\/(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:\/\/dsoa.com","onHoverDelay":"100","rateThrottle":"3"}; </script> <script 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 src="https://dsoa.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=9.8.5" id="sourcebuster-js-js" defer></script> <script id="wc-order-attribution-js-extra"> var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https:\/\/dsoa.com\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}}; </script> <script src="https://dsoa.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=9.8.5" id="wc-order-attribution-js" defer></script> <script id="gforms_recaptcha_recaptcha-js-extra"> var gforms_recaptcha_recaptcha_strings = {"site_key":"6LefRTsnAAAAALKMm3Mv9MjZC-wq7_pTF_D1ZS3e","ajaxurl":"https:\/\/dsoa.com\/wp-admin\/admin-ajax.php","nonce":"7c51aa14d8"}; </script> <script src="https://www.google.com/recaptcha/api.js?render=6LefRTsnAAAAALKMm3Mv9MjZC-wq7_pTF_D1ZS3e&ver=1.6.0" id="gforms_recaptcha_recaptcha-js"></script> <script src="https://dsoa.com/wp-content/plugins/bb-plugin/js/jquery.magnificpopup.min.js?ver=2.8.6.2" id="jquery-magnificpopup-js" defer></script> <script id="fl-automator-js-extra"> var themeopts = {"medium_breakpoint":"992","mobile_breakpoint":"768","lightbox":"enabled","scrollTopPosition":"800"}; </script> <script src="https://dsoa.com/wp-content/themes/bb-theme/js/theme.min.js?ver=1.7.17.1" id="fl-automator-js" defer></script> <script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue} if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue} images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1} if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://dsoa.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e,alt,l){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';if(l){t=t.replace('data-lazy-','');t=t.replace('loading="lazy"','');t=t.replace(/<noscript>.*?<\/noscript>/g,'');}t=t.replace('alt=""','alt="'+alt+'"');return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?"":"&"+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow","accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var exclusions=[];var e,t,p,u,l,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)(e=document.createElement("div")),(u='https://i.ytimg.com/vi/ID/hqdefault.jpg'),(u=u.replace('ID',a[t].dataset.id)),(l=exclusions.some(exclusion=>u.includes(exclusion))),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query",a[t].dataset.query),e.setAttribute("data-src",a[t].dataset.src),(e.innerHTML=lazyLoadThumb(a[t].dataset.id,a[t].dataset.alt,l)),a[t].appendChild(e),(p=e.querySelector(".play")),(p.onclick=lazyLoadYoutubeIframe)});</script><script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://ci250.infusionsoft.app/app/webTracking/getTrackingCode" defer></script><script type="rocketlazyloadscript">function init() { var vidDefer = document.getElementsByTagName('iframe'); for (var i=0; i<vidDefer.length; i++) { if(vidDefer[i].getAttribute('data-src')) { vidDefer[i].setAttribute('src',vidDefer[i].getAttribute('data-src')); } } } window.onload = init;</script> </body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->