<!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.3",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let r=arguments[0][e];delete arguments[0][e],arguments[0][t(e)]=r})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script>
	
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="profile" href="https://gmpg.org/xfn/11">
	<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />

<!-- 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 v21.0 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Ditch Witch - Directional Drills, Trenchers, Vacs, &amp; Skid Steers - Ditch Witch</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" /></noscript>
	<link rel="canonical" href="https://www.ditchwitch.com/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Ditch Witch - Directional Drills, Trenchers, Vacs, &amp; Skid Steers - Ditch Witch" />
	<meta property="og:description" content="Change The Bit. Not The Blade.The Reload Microtrencher BladeLearn MoreWork In The Mountains. Buy In The Mountains.Buy HDD Parts Online With HDD Advisor.Shop NowThe World’s Largest All Terrain Drill.The New AT120 All Terrain Directional Drill Learn MoreTurn It Up To Beast Mode.The Warlock Series W12 HydrovacLEARN MOREPROOF THAT WE LISTEN.The New PT37 Ride-On Plow/TrencherGET DETAILSBecome [&hellip;]" />
	<meta property="og:url" content="https://www.ditchwitch.com/" />
	<meta property="og:site_name" content="Ditch Witch" />
	<meta property="article:modified_time" content="2023-08-09T03:42:18+00:00" />
	<meta property="og:image" content="https://www.ditchwitch.com/wp-content/uploads/2023/07/JT20-Directional-Drill-Medium-768x513.jpg" />
	<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://www.ditchwitch.com/","url":"https://www.ditchwitch.com/","name":"Ditch Witch - Directional Drills, Trenchers, Vacs, & Skid Steers - Ditch Witch","isPartOf":{"@id":"https://www.ditchwitch.com/#website"},"about":{"@id":"https://www.ditchwitch.com/#organization"},"primaryImageOfPage":{"@id":"https://www.ditchwitch.com/#primaryimage"},"image":{"@id":"https://www.ditchwitch.com/#primaryimage"},"thumbnailUrl":"https://www.ditchwitch.com/wp-content/uploads/2023/07/JT20-Directional-Drill-Medium-768x513.jpg","datePublished":"2022-07-21T19:34:40+00:00","dateModified":"2023-08-09T03:42:18+00:00","breadcrumb":{"@id":"https://www.ditchwitch.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.ditchwitch.com/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.ditchwitch.com/#primaryimage","url":"https://www.ditchwitch.com/wp-content/uploads/2023/07/JT20-Directional-Drill-Medium.jpg","contentUrl":"https://www.ditchwitch.com/wp-content/uploads/2023/07/JT20-Directional-Drill-Medium.jpg","width":1200,"height":801,"caption":"JT20 Directional Drill"},{"@type":"BreadcrumbList","@id":"https://www.ditchwitch.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://www.ditchwitch.com/#website","url":"https://www.ditchwitch.com/","name":"Ditch Witch","description":"","publisher":{"@id":"https://www.ditchwitch.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.ditchwitch.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://www.ditchwitch.com/#organization","name":"Ditch Witch","url":"https://www.ditchwitch.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.ditchwitch.com/#/schema/logo/image/","url":"https://www.ditchwitch.com/wp-content/uploads/2022/08/logo_0.png","contentUrl":"https://www.ditchwitch.com/wp-content/uploads/2022/08/logo_0.png","width":84,"height":100,"caption":"Ditch Witch"},"image":{"@id":"https://www.ditchwitch.com/#/schema/logo/image/"}}]}</script>
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//js.hs-scripts.com' />
<link rel='dns-prefetch' href='//stats.wp.com' />
<link rel='dns-prefetch' href='//use.typekit.net' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link rel="alternate" type="application/rss+xml" title="Ditch Witch &raquo; Feed" href="https://www.ditchwitch.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Ditch Witch &raquo; Comments Feed" href="https://www.ditchwitch.com/comments/feed/" />
<style>
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://www.ditchwitch.com/wp-includes/css/dist/block-library/style.min.css?ver=6.3' media='all' />
<style id='wp-block-library-inline-css'>
.has-text-align-justify{text-align:justify;}
</style>
<link data-minify="1" rel='stylesheet' id='jetpack-videopress-video-block-view-css' href='https://www.ditchwitch.com/wp-content/cache/min/1/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/blocks/video/view.css?ver=1692826730' media='all' />
<link rel='stylesheet' id='mediaelement-css' href='https://www.ditchwitch.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' media='all' />
<link rel='stylesheet' id='wp-mediaelement-css' href='https://www.ditchwitch.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.3' media='all' />
<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'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--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-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{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;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
: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;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link data-minify="1" rel='stylesheet' id='custom-typekit-css-css' href='https://www.ditchwitch.com/wp-content/cache/min/1/nkp2bgz.css?ver=1692826730' media='all' />
<link data-minify="1" rel='stylesheet' id='ef-style-css' href='https://www.ditchwitch.com/wp-content/cache/min/1/wp-content/plugins/elementorfilter/ef-style.css?ver=1692826730' media='all' />
<link rel='stylesheet' id='hello-elementor-css' href='https://www.ditchwitch.com/wp-content/themes/hello-elementor/style.min.css?ver=2.8.1' media='all' />
<link rel='stylesheet' id='hello-elementor-theme-style-css' href='https://www.ditchwitch.com/wp-content/themes/hello-elementor/theme.min.css?ver=2.8.1' media='all' />
<link data-minify="1" rel='stylesheet' id='elementor-icons-css' href='https://www.ditchwitch.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=1692826730' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/custom-frontend.min.css?ver=1692826730' media='all' />
<link rel='stylesheet' id='swiper-css' href='https://www.ditchwitch.com/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css?ver=5.3.6' media='all' />
<link rel='stylesheet' id='elementor-post-5-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-5.css?ver=1692826730' media='all' />
<link rel='stylesheet' id='stratum-widgets-style-css' href='https://www.ditchwitch.com/wp-content/plugins/stratum/assets/css/style.min.css?ver=1.3.15' media='all' />
<link data-minify="1" rel='stylesheet' id='dashicons-css' href='https://www.ditchwitch.com/wp-content/cache/min/1/wp-includes/css/dashicons.min.css?ver=1692826730' media='all' />
<link rel='stylesheet' id='elementor-pro-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/custom-pro-frontend.min.css?ver=1692826730' media='all' />
<link data-minify="1" rel='stylesheet' id='wb-slick-library-css' href='https://www.ditchwitch.com/wp-content/cache/min/1/wp-content/plugins/post-carousel-slider-for-elementor/assets/vendors/slick/slick.css?ver=1692826730' media='all' />
<link data-minify="1" rel='stylesheet' id='wb-slick-theme-css' href='https://www.ditchwitch.com/wp-content/cache/min/1/wp-content/plugins/post-carousel-slider-for-elementor/assets/vendors/slick/slick-theme.css?ver=1692826730' media='all' />
<link data-minify="1" rel='stylesheet' id='wb-ps-style-css' href='https://www.ditchwitch.com/wp-content/cache/min/1/wp-content/plugins/post-carousel-slider-for-elementor/assets/css/style.css?ver=1692826730' media='all' />
<link data-minify="1" rel='stylesheet' id='font-awesome-5-all-css' href='https://www.ditchwitch.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=1692826730' media='all' />
<link rel='stylesheet' id='font-awesome-4-shim-css' href='https://www.ditchwitch.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=1.0.0' media='all' />
<link rel='stylesheet' id='elementor-global-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/global.css?ver=1692826730' media='all' />
<link rel='stylesheet' id='elementor-post-2-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-2.css?ver=1692826780' media='all' />
<link rel='stylesheet' id='elementor-post-3678-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-3678.css?ver=1692826731' media='all' />
<link rel='stylesheet' id='elementor-post-287-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-287.css?ver=1692826731' media='all' />
<link rel='stylesheet' id='elementor-post-15062-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-15062.css?ver=1692826731' media='all' />
<link rel='stylesheet' id='elementor-post-15049-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-15049.css?ver=1692826731' media='all' />
<link rel='stylesheet' id='elementor-post-15035-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-15035.css?ver=1692826731' media='all' />
<link rel='stylesheet' id='elementor-post-15020-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-15020.css?ver=1692826731' media='all' />
<link rel='stylesheet' id='elementor-post-15011-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-15011.css?ver=1692826731' media='all' />
<link rel='stylesheet' id='elementor-post-15002-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-15002.css?ver=1692826731' media='all' />
<link rel='stylesheet' id='elementor-post-14991-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-14991.css?ver=1692826731' media='all' />
<link rel='stylesheet' id='elementor-post-14982-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-14982.css?ver=1692826731' media='all' />
<link rel='stylesheet' id='elementor-post-14965-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-14965.css?ver=1692826731' media='all' />
<link rel='stylesheet' id='elementor-post-14956-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-14956.css?ver=1692826731' media='all' />
<link rel='stylesheet' id='elementor-post-14946-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-14946.css?ver=1692826731' media='all' />
<link rel='stylesheet' id='elementor-post-14937-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-14937.css?ver=1692826731' media='all' />
<link rel='stylesheet' id='elementor-post-14922-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-14922.css?ver=1692826731' media='all' />
<link rel='stylesheet' id='elementor-post-14910-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-14910.css?ver=1692826731' media='all' />
<link rel='stylesheet' id='elementor-post-14899-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-14899.css?ver=1692826731' media='all' />
<link rel='stylesheet' id='elementor-post-14888-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-14888.css?ver=1692826731' media='all' />
<link rel='stylesheet' id='elementor-post-14847-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-14847.css?ver=1692826732' media='all' />
<link rel='stylesheet' id='elementor-post-14806-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-14806.css?ver=1692826732' media='all' />
<link rel='stylesheet' id='elementor-post-14786-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-14786.css?ver=1692826732' media='all' />
<link rel='stylesheet' id='elementor-post-14780-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-14780.css?ver=1692826732' media='all' />
<link rel='stylesheet' id='elementor-post-14758-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-14758.css?ver=1692826732' media='all' />
<link rel='stylesheet' id='elementor-post-14526-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-14526.css?ver=1692826732' media='all' />
<link rel='stylesheet' id='elementor-post-6282-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-6282.css?ver=1692826732' media='all' />
<link rel='stylesheet' id='elementor-post-6248-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-6248.css?ver=1692826732' media='all' />
<link rel='stylesheet' id='elementor-post-6189-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-6189.css?ver=1692826732' media='all' />
<link rel='stylesheet' id='elementor-post-6168-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-6168.css?ver=1692826732' media='all' />
<link rel='stylesheet' id='elementor-post-6032-css' href='https://www.ditchwitch.com/wp-content/uploads/elementor/css/post-6032.css?ver=1692826732' 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://www.ditchwitch.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}
</style>

<link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://www.ditchwitch.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' />
<link data-minify="1" rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://www.ditchwitch.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=1692826730' media='all' />
<link data-minify="1" rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://www.ditchwitch.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=1692826730' media='all' />
<link data-minify="1" rel='stylesheet' id='jetpack_css-css' href='https://www.ditchwitch.com/wp-content/cache/min/1/wp-content/plugins/jetpack/css/jetpack.css?ver=1692826730' media='all' />
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><!--n2css--><script src='https://www.ditchwitch.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.0' id='jquery-core-js' defer></script>
<script src='https://www.ditchwitch.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1' id='jquery-migrate-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-src='https://www.ditchwitch.com/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=1.0.0' id='font-awesome-4-shim-js' defer></script>
<link rel="https://api.w.org/" href="https://www.ditchwitch.com/wp-json/" /><link rel="alternate" type="application/json" href="https://www.ditchwitch.com/wp-json/wp/v2/pages/2" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.ditchwitch.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.3" />
<link rel='shortlink' href='https://www.ditchwitch.com/' />
<link rel="alternate" type="application/json+oembed" href="https://www.ditchwitch.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.ditchwitch.com%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.ditchwitch.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.ditchwitch.com%2F&#038;format=xml" />
<link data-minify="1" rel="stylesheet" type="text/css" href="https://www.ditchwitch.com/wp-content/cache/min/1/npm/slick-carousel@1.8.1/slick/slick.css?ver=1692826730"/>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.ditchwitch.com/wp-content/cache/min/1/ajax/libs/js-cookie/3.0.1/js.cookie.js?ver=1688742422" crossorigin="anonymous" referrerpolicy="no-referrer" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://www.ditchwitch.com/wp-content/cache/min/1/npm/slick-carousel@1.8.1/slick/slick.min.js?ver=1688742422" defer></script>
<link data-minify="1" rel="stylesheet" href="https://www.ditchwitch.com/wp-content/cache/min/1/nkp2bgz.css?ver=1692826730">

<script type="rocketlazyloadscript" async>window.addEventListener('DOMContentLoaded', function() {
jQuery( document ).on( 'elementor/popup/show', () => {
			var phonelink = jQuery('.buttons .phone').attr('href');
			var website = jQuery('.buttons .website').attr('href');
			var directions = jQuery('.buttons .directions').attr('href');
			jQuery('.phoneLink').attr('href', phonelink);
            jQuery('.directionLink').attr('href', directions);
            jQuery('.dealerLink').attr('href', website);
		});

});</script>

<meta name="google-site-verification" content="_rbPer0E2AGqBJjrO1UOT7WzOYZDpveINWPlTC4MPCQ" />			<!-- DO NOT COPY THIS SNIPPET! Start of Page Analytics Tracking for HubSpot WordPress plugin v10.2.1-->
			<script type="rocketlazyloadscript" data-rocket-type="text/javascript" class="hsq-set-content-id" data-content-id="standard-page">
				var _hsq = _hsq || [];
				_hsq.push(["setContentType", "standard-page"]);
			</script>
			<!-- DO NOT COPY THIS SNIPPET! End of Page Analytics Tracking for HubSpot WordPress plugin -->
				<style>img#wpstats{display:none}</style>
		
<!-- 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":"admin"};
	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-P3DSNDC');
</script>
<!-- End Google Tag Manager -->
<!-- End Google Tag Manager for WordPress by gtm4wp.com --><meta name="generator" content="Elementor 3.15.3; features: e_dom_optimization, e_optimized_assets_loading, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-auto">
<link rel="icon" href="https://www.ditchwitch.com/wp-content/uploads/2022/08/logo_0.png" sizes="32x32" />
<link rel="icon" href="https://www.ditchwitch.com/wp-content/uploads/2022/08/logo_0.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.ditchwitch.com/wp-content/uploads/2022/08/logo_0.png" />
<meta name="msapplication-TileImage" content="https://www.ditchwitch.com/wp-content/uploads/2022/08/logo_0.png" />
		<style id="wp-custom-css">
			table.hours-wrapper {
    display: none;
    margin-top: 5px;
}
a.phoneLink,a.dealerLink, a.directionLink {
    color: #fff;
    display: block;
    text-align: center;
}
.dealer {
    min-height: 353px;
}
.dealer {
    background: #000;
    padding: 1rem 1.5rem;
    color: #fff;
    font-weight: 500;
	min-height:410px;
}
.dealer-title {
    flex-basis: 100%;
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 2.5rem;
    font-family: 'din-2014';
    line-height: 1.2;
}
#fad--homepage-dealers .dealer-address, #fad--homepage-dealers .dealer-address2, #fad--homepage-dealers .dealer-province {
    font-size: 24px;
	text-transform:capitalize;
}
#fad--homepage-dealers .dealer-info .buttons a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#fad--homepage-dealers .buttons a:first-child {
    margin-left: 0;
}
#fad--homepage-dealers .buttons a {
    margin: 5px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    display: flex;
    padding: 0 !important;
    font-size: 20px;
}
.today_hour strong {
    color: #ff6600;
    font-size: 24px;
}
.today_hour {
    font-size: 24px;
    font-family: 'din-2014';
}
.hours-section > h3 {
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 0;
}
.hours-section > h3:after {
    content: '\221F';
    font-size: 16px;
    color: #ff6600;
    transform: rotate(-42deg);
    display: inline-block;
    margin-left: 6px;
    top: -5px;
    position: relative;
}


.dealer-main {
    display: flex;
    flex-wrap: wrap;
}
.dealer-info {
    flex-basis: 50%;
    padding-right: 20px;
}
.dealer-info {
    font-weight: 400;
    font-size: 17px;
    font-family: 'din-2014';
}
.dealer-info .buttons {
    margin-top: 8px;
}
.dealer-info .buttons a {
    display: flex;
}
.dealer-info .buttons a img {
    width: 25px !important;
    height: auto;
    margin-right: 4px;
}
.dealer-hours {
    flex-basis: 50%;
}
.dealer-address {
    max-height: 4.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.today_hour {
}
.dealer-hours h3 {
    font-weight: normal !important;
    font-family: 'din-2014';
}
.hours-wrapper td {
    font-size: 14px;
    padding: 2px 5px;
    font-family: 'din-2014';
}
.buttons svg {
    width: 25px;
    height: 18px;
    margin-right: 5px;
}

.buttons a {
    display: flex;
    align-items: center;
    font-weight: 500;
}


div#fad--homepage-dealers {
    margin-bottom: -12px;
    font-family: sans-serif;
}
.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-1e5450b {
    max-width: 50%;
    margin: auto;
}
form#fad--homepage-form {
    display: flex;
}
form#fad--homepage-form input[type="text"] {
    flex: 1;
    height: 61px;
    border: 0;
    background: #fff;
    color: #000;
    font-weight: 400;
    font-family: 'din-2014';
}
form#fad--homepage-form button {
    padding: 20px 45px;
    background: #000;
    color: #f60;
    font-weight: 500 !important;
    text-transform: uppercase;
    border: 0;
    font-size: 16px !important;
    font-family: 'din-2014';
}

div#fad--homepage-form-header {
    color: #fff;
    font-weight: 700;
    margin-bottom: 7px;
    font-size: 20px;
    font-family: 'din-2014';
}

.buttons a {
    color: #fff;
}

button.slick-arrow {
    width: 30px;
    height: 30px;
    font-size: 30px;
}

button.slick-arrow:before {
    font-size: 30px;
}
#fad--homepage-dealers-inner .slick-prev {
    position: absolute;
    bottom: -22px;
    left: 35%;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    top: auto;
    width: auto;
    height: auto;
    font-family: 'din-2014';
}
#fad--homepage-dealers .slick-list {
    height: auto!important;
	min-height:410px;
}
#fad--homepage-dealers-inner .slick-next {
    position: relative;
    border: 0;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    background: transparent;
    right: 0;
    left: 55%;
    bottom: -13px;
    top: auto;
    transform: translate(0) !important;
    width: auto;
    height: auto;
    font-family: 'din-2014';
}
#fad--homepage-dealers-inner .slick-next:before{
    display:none;
}
#fad--homepage-dealers-inner .slick-next:after {
    content: "";
    color: #000;
    font-size: 40px;
    position: relative;
    font-weight: normal;
    background-image: url(https://www.ditchwitch.com/themes/custom/ditchwitch/css/arrow.png);
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: cover;
    transform: rotate(180deg);
    margin-left: 5px;
    top: 3px;
}
table.hours-wrapper td {
    border: none;
    font-size: 16px;
    padding: 0;
	background:none !important;
}
#fad--homepage-dealers .buttons a {
    margin: 0;
}
table.hours-wrapper {
    max-width: 16rem;
}
#fad--homepage-dealers-inner .slick-prev:before {
    content: "";
    color: #000;
    font-size: 40px;
    position: relative;
    font-weight: normal;
    background-image: url(https://www.ditchwitch.com/themes/custom/ditchwitch/css/arrow.png);
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: cover;
    top: 2px;
    margin-right: 5px;
}
div#fad--homepage-dealers-inner {
    min-height: 410px;
}


/** Styling WPForms Comparison Chart - s.b **/

.wpforms-image-choices-label {
	font-family 'din-2014 !important';
	color: white !important;
	font-weight: 800 !important;
	font-size: 20px !important;
}

.wpforms-field-label-inline {
	background-color: #333333 !important;
	border: none !important;
}

.wpforms-field-label-inline:hover, .wpforms-field-label-inline:active,
.wpforms-field-label-inline:checked {
	background-color: #FF6600 !important;
	border: #FF6600 !important;
}
 

.wpforms-field-label {
	color: black !important;
}

.wpforms-submit-container {
	text-align: right !important;
}

.wpforms-compare-button {
	background-color: #FF6600 !important;
		font-family 'din-2014 !important';
	color: white !important;
	font-weight: 800 !important;
	font-size: 24px !important;
	border: #FF6600 !important;
	padding: 20px !important;
	margin-right: 23px !important;

}

.wpforms-image-choices-image::after {
	background-color: #FF6600 !important;
	
}

/**Remove +/- from WP menus - s.b**/
.sub-menu-toggle {
	display: none !important;
}


/**Styling news widget homepage - s.b**/

.owl-dot.active {
	background-color: #FF6600 !important;
}


@media (max-width:780px){
    .elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-1e5450b {
        max-width: 100%;
        margin: auto;
    }
    .dealer-info ,
    .dealer-hours{
        flex-basis: 100%;
    }
	 body #fad--homepage-dealers .dealer-title{
        font-size: 1.5rem !important;
    }
    #fad--homepage-dealers .dealer-info{
        width: 100%;
    }
    #fad--homepage-dealers .dealer-main{
        height: auto;
        width: 100%;
    }

     #fad--homepage-dealers-inner .slick-next{
        bottom: -1rem;
        left:75%;
    }
    #fad--homepage-dealers-inner{
        padding-bottom: 3rem;
    }
    .find_another_dealer{
        position:relative;
        bottom: 0;
    }
    #fad--homepage > div{
        padding-bottom: 4rem !important;
    }
    #fad--homepage-dealers .dealer-info, #fad--homepage-dealers .dealer-hours {
        float: left;
        width: 100%;
    }
	#fad--homepage-dealers-inner .slick-prev {
    bottom: 1.5rem;
    left: 0;
}
}

/**styling the mega menu in the tablet/mobile bottom menu - s.b**/
a.expanded {
	color: white !important;
}

.ue_inner_menu-box {
	margin-top: 130px !important;
	padding-bottom: 300px !important;
}


/**product features and benefits gallery styling for desktop - s.b**/

.ug-textpanel-description {
	width: 800px !important;
	margin-bottom: 20px !important;
}

/* product features and benefits gallery styling for tablets and phones */ 
@media only screen and (max-width: 1103px) {
	.ug-textpanel-description {
	width: 550px !important;
		margin-bottom: 20px !important;
}
}


/*styling for a password protected page in elementor - s.b*/
.post-password-form {
	background-color: black !important;
	color: white;
	font-size: 100%;
	width: 100vw !important;
	height: 40vh !important;
	display: block !important;
  justify-content: center !important;
  align-items: center !important;
	margin: 5% !important;
}

.post-password-form [type=submit]{
	background-color: #FF6600 !important;
	color: white !important;
}
		</style>
		<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head>
<body class="home page-template page-template-elementor_header_footer page page-id-2 wp-custom-logo elementor-default elementor-template-full-width elementor-kit-5 elementor-page elementor-page-2">


<!-- GTM Container placement set to automatic -->
<!-- Google Tag Manager (noscript) -->
				<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P3DSNDC" height="0" width="0" style="display:none;visibility:hidden" aria-hidden="true"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<a class="skip-link screen-reader-text" href="#content">Skip to content</a>

		<div data-elementor-type="header" data-elementor-id="3678" class="elementor elementor-3678 elementor-location-header" data-elementor-post-type="elementor_library">
								<section data-dce-background-color="#000000" class="elementor-section elementor-top-section elementor-element elementor-element-15a6414 elementor-section-full_width elementor-hidden-tablet elementor-hidden-mobile elementor-section-stretched elementor-section-height-default elementor-section-height-default" data-id="15a6414" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-6f18cc1" data-id="6f18cc1" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-5cf11f7 elementor-widget elementor-widget-image" data-id="5cf11f7" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.ditchwitch.com">
							<img width="63" height="75" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2063%2075'%3E%3C/svg%3E" title="Ditch Witch logo" alt="Ditch Witch" data-lazy-src="https://www.ditchwitch.com/wp-content/uploads/elementor/thumbs/logo-ps3y8n92cr4uffa0w8azhyr88w570eobrqm9ozyhhc.png" /><noscript><img width="63" height="75" src="https://www.ditchwitch.com/wp-content/uploads/elementor/thumbs/logo-ps3y8n92cr4uffa0w8azhyr88w570eobrqm9ozyhhc.png" title="Ditch Witch logo" alt="Ditch Witch" loading="lazy" /></noscript>								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-e4f156a" data-id="e4f156a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-99b5582 elementor-nav-menu__align-right elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-widget elementor-widget-nav-menu" data-id="99b5582" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
						<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none">
				<ul id="menu-1-99b5582" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-181"><a href="/jobsite-solutions/" class="elementor-item">Jobsite Solutions</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-182"><a href="/support/" class="elementor-item">Support</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-183"><a href="/parts/" class="elementor-item">Parts</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-184"><a href="/about-us/" class="elementor-item">About</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-185"><a href="/news-room/" class="elementor-item">News</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-186"><a href="/were-in-this-together/" class="elementor-item">We&#8217;re In This Together</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-99b5582" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-181"><a href="/jobsite-solutions/" class="elementor-item" tabindex="-1">Jobsite Solutions</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-182"><a href="/support/" class="elementor-item" tabindex="-1">Support</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-183"><a href="/parts/" class="elementor-item" tabindex="-1">Parts</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-184"><a href="/about-us/" class="elementor-item" tabindex="-1">About</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-185"><a href="/news-room/" class="elementor-item" tabindex="-1">News</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-186"><a href="/were-in-this-together/" class="elementor-item" tabindex="-1">We&#8217;re In This Together</a></li>
</ul>			</nav>
				</div>
				</div>
				<div class="elementor-element elementor-element-063fae8 elementor-widget elementor-widget-ucaddon_mega_menu" data-id="063fae8" data-element_type="widget" data-widget_type="ucaddon_mega_menu.default">
				<div class="elementor-widget-container">
			<!-- start Mega Menu -->
			<style type="text/css">/* widget: Mega Menu */

#uc_mega_menu_elementor_063fae8{
  position: relative;
}

#uc_mega_menu_elementor_063fae8 *
{
  box-sizing:border-box;
}

#uc_mega_menu_elementor_063fae8 .uc-mega_menu_list{
  display: flex;
  list-style: none;
  padding:0px;
}

#uc_mega_menu_elementor_063fae8 .uc-mega_menu_section
{
  position: absolute;
  z-index: 99997;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  padding-top: 0px;
  pointer-events: none;
  overflow: hidden;
}

#uc_mega_menu_elementor_063fae8 .uc-mega_menu_section-cover{
  position: absolute;
  z-index: 99996;
  pointer-events: none;
    top: calc(100% + 0px);
    opacity: 0;
  pointer-events: none;
  transition: opacity 250ms;
}

#uc_mega_menu_elementor_063fae8 .uc-mega_menu-wrapper
  {
    left: 0;
    top: 0;
    height: 100%;
    position: relative;
    overflow-y: visible;
}

    #uc_mega_menu_elementor_063fae8 .uc-mega_menu_section{
      left: 0;
      transform: translate(0px, 0);
      padding-top: 0px;
    }
    #uc_mega_menu_elementor_063fae8 .uc-mega_menu_list_item{
        position: relative;
    }

#uc_mega_menu_elementor_063fae8 .uc-mega_menu_section.section-error .uc-section-error{
  	text-align: center;
  	min-height: 400px;
  	padding: 15px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	background-color: #cccccc;
  	position: relative;
  	z-index: 99997;
}

#uc_mega_menu_elementor_063fae8 .uc-mega_menu_title{
  	display: flex;
  	gap: 5px;
  	align-items: center;
  		cursor: pointer;
  		
    position:relative;
}	

#uc_mega_menu_elementor_063fae8 .uc-mega_menu_list_item,
#uc_mega_menu_elementor_063fae8 .uc-active_item .uc-mega_menu_title
{
transition: all 0.3s;
text-align: center;
}

#uc_mega_menu_elementor_063fae8 .uc-mega_menu_list{
	width: 100%;
}

#uc_mega_menu_elementor_063fae8 .uc-mega_menu_section.uc-active_item
{
  pointer-events: all;
  z-index: 99998;
}

#uc_mega_menu_elementor_063fae8 .uc-mega_menu_section.uc-active_item + .uc-mega_menu_section-cover{
	opacity: 1;
    pointer-events: all;
}

#uc_mega_menu_elementor_063fae8 .uc-error{
color: red;
font-weight: 700;
}

#uc_mega_menu_elementor_063fae8 .uc-message{
	text-align: center;
}

#uc_mega_menu_elementor_063fae8 .uc-mega_menu-wrapper.uc-menu-open
{
  transform: translate(0, 0);
}

body.uc-menu-open
{
  overflow: hidden;
}

#uc_mega_menu_elementor_063fae8 .uc_mega_menu_overlay
{
  cursor: default;
  display: none;
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  transition: opacity 0.3s;
  z-index: 99995;
  opacity: 0;
}

#uc_mega_menu_elementor_063fae8 .uc_mega_menu_overlay-inner{
	height: 100%;
}

#uc_mega_menu_elementor_063fae8.uc-menu-open .uc_mega_menu_overlay{
  	opacity: 1;
}

#uc_mega_menu_elementor_063fae8 .uc-mega_menu_list_item.section-error .uc-mega_menu_title{
	border: 2px solid red;
  	position: relative;
}

#uc_mega_menu_elementor_063fae8 .uc-mega_menu_list_item.section-error .uc-mega_menu_title::before{
	content: "";
	position: absolute;
  	width: 4px;
  	height: 4px;
  	border-radius: 50%;
  	background-color: red;
  	top: 8px;
  	right: 8px;
  	z-index: 2;
}

#uc_mega_menu_elementor_063fae8 .uc-mega_menu_list_item.section-error .item-error{
	position: absolute;
  	left: 50%;
  	top: 0;
  	transform: translate(-50%, -100%);
  	z-index: 2;
  	width: max-content;
  	color: red;
  	opacity: 0;
  	transition: all .3s;
}

#uc_mega_menu_elementor_063fae8 .uc-mega_menu_list_item.section-error .uc-mega_menu_title:hover .item-error{
	opacity: 1;
}

#uc_mega_menu_elementor_063fae8 .available_id_s{
	padding: 15px;
  	background-color: #ffffff;
  	color: #000000;
}

#uc_mega_menu_elementor_063fae8 .uc_expand_indicator::before{
	font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    line-height:1em;
  	display: inline-flex;
}

#uc_mega_menu_elementor_063fae8 .uc_collapse_indicator::before{
	font-family: "Font Awesome 5 Free";
    content: "\f106";
    font-weight: 900;
    line-height:1em;
  	display: inline-flex;
}

	#uc_mega_menu_elementor_063fae8 a.uc-mega_menu_title:hover:after {
    content: "";
    bottom: 0;
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #FF6600;
    z-index: 2;
    position:absolute;
    }  
	




#uc_mega_menu_elementor_063fae8 .uc-mega_menu-close-btn{
	
}

#uc_mega_menu_elementor_063fae8 .uc-mega_menu-burger, #uc_mega_menu_elementor_063fae8 .uc-mega_menu-close-btn
  {
    display: none;
  }

 #uc_mega_menu_elementor_063fae8 .uc-mega_menu-burger-icon, #uc_mega_menu_elementor_063fae8 .uc-mega_menu-close-btn-icon
{
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#uc_mega_menu_elementor_063fae8 .uc-mega_menu_section > *{
	position: relative;
  	z-index: 999997;
}

#uc_mega_menu_elementor_063fae8 .ue-tip{
	position: absolute;
  	width: 0;
  	height: 0;
  	border: 10px solid;
  	border-right-color: transparent;
  	border-bottom-color: transparent;
  	top: 0;
  	left: 50%;
  	transform: translate(-50%, -50%) rotate(45deg);
  	border-top-left-radius: 4px;
  	opacity: 0;
    z-index: 99996;
}



#uc_mega_menu_elementor_063fae8 .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
  flex-grow:0;
  flex-shrink:0;
  transition:0.3s;
}

#uc_mega_menu_elementor_063fae8 .ue-graphic-element svg
{
  height:1em;
  width:1em;
  transition:0.3s;
}

#uc_mega_menu_elementor_063fae8 .ue-graphic-element img
{
  display:block;
}


#uc_mega_menu_elementor_063fae8 .ue-ge-image
{
  width:100%;
  transition:0.3s;
}

#uc_mega_menu_elementor_063fae8 .uc-mega_menu_section.uc-active_item .ue-tip{
  	opacity: 1;
}


#uc_mega_menu_elementor_063fae8 .uc-mega_menu-mobile-header
{
  display:flex;
  justify-content:space-between;
  align-items:center;
  position: sticky;
  	z-index: 100000;
  top:0;
}

#uc_mega_menu_elementor_063fae8 .uc-mega_menu-mobile-logo
{
  flex-shrink:0;
  flex-grow:0;
  display:none;
}

#uc_mega_menu_elementor_063fae8 .uc-mega_menu-mobile-logo img
{
  width:100%;
  display:block;
  object-fit:contain;
}

#uc_mega_menu_elementor_063fae8 .uc-mega_menu-close-btn
{
  flex-grow:1;
}

/* start open transition animations */





  #uc_mega_menu_elementor_063fae8 .uc-mega_menu_section > *{
	opacity: 0;
    transition: opacity 250ms;
  }
  #uc_mega_menu_elementor_063fae8 .uc-mega_menu_section.uc-active_item > *{
	opacity: 1;
  }






#uc_mega_menu_elementor_063fae8 .ue-mega-menu-mobile-template
{
  display:none;
}

@media screen and (max-width: 1024px) {  
  
  #uc_mega_menu_elementor_063fae8 .ue-mega-menu-mobile-template
{
  display:block;
}
  
  #uc_mega_menu_elementor_063fae8 .uc-mega_menu-burger
  {
      display: block;
  }
  #uc_mega_menu_elementor_063fae8 .uc-mega_menu-close-btn{
	  display: block;
  }  
  
  #uc_mega_menu_elementor_063fae8 .uc-mega_menu-mobile-logo{
	  display: block;
  }
  
  #uc_mega_menu_elementor_063fae8 .uc-mega_menu-wrapper
  {
    position: fixed;
    transform: translate(-120%, 0);
    background-color: #ffffff;
    width: 100%;
    overflow-y: auto;
    transition: all 0.3s;
  }
  #uc_mega_menu_elementor_063fae8 .uc-mega_menu_list
  {
  	flex-direction: column;
    max-width: 100%;
  }
  #uc_mega_menu_elementor_063fae8 .uc-mega_menu_section{
    top: 0 !important;
	width: 100% !important;
    left: 0 !important;
    padding-top: 0 !important;
    transform: translate(0, 0) !important;
  }
  #uc_mega_menu_elementor_063fae8 .uc-mega_menu_list_item{
    position: static !important;
  }
  #uc_mega_menu_elementor_063fae8 .uc-mega_menu_list_item.uc-active_item .uc-mega_menu_title{
  	position: sticky;
    top: 0;
    left: 0;
    z-index: 99999;
  }
  #uc_mega_menu_elementor_063fae8 .uc_mega_menu_overlay{
  	opacity: 0;
    display: none !important;
  }
  #uc_mega_menu_elementor_063fae8 .uc-mega_menu_section > *{
	transform: translate(0, 0) !important;
    opacity: 0;
    transition: transform 250ms, opacity 250ms;
  }
  #uc_mega_menu_elementor_063fae8 .uc-mega_menu_section.uc-active_item > *{
    opacity: 1;
  }
  
  #uc_mega_menu_elementor_063fae8 .uc-mobile-mode{
  	z-index: 99998;
  }
  
  #uc_mega_menu_elementor_063fae8 .ue-tip{
  	display: none;
  }
  
  #uc_mega_menu_elementor_063fae8 .uc-mega_menu_section-cover{
  	display: none;
  }

}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_063fae8_item1 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_063fae8_item1{
      position: static !important;
  }


  #uc_mega_menu_elementor_063fae8_item1{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_063fae8_item1
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_063fae8_item1 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_063fae8_item1{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_063fae8_item2 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_063fae8_item2{
      position: static !important;
  }


  #uc_mega_menu_elementor_063fae8_item2{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_063fae8_item2
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_063fae8_item2 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_063fae8_item2{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_063fae8_item3 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_063fae8_item3{
      position: static !important;
  }


  #uc_mega_menu_elementor_063fae8_item3{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_063fae8_item3
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_063fae8_item3 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_063fae8_item3{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_063fae8_item4 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_063fae8_item4{
      position: static !important;
  }


  #uc_mega_menu_elementor_063fae8_item4{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_063fae8_item4
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_063fae8_item4 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_063fae8_item4{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_063fae8_item5 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_063fae8_item5{
      position: static !important;
  }


  #uc_mega_menu_elementor_063fae8_item5{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_063fae8_item5
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_063fae8_item5 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_063fae8_item5{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_063fae8_item6 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_063fae8_item6{
      position: static !important;
  }


  #uc_mega_menu_elementor_063fae8_item6{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_063fae8_item6
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_063fae8_item6 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_063fae8_item6{
      display: block;
    }
      
}


</style>

			<div id="uc_mega_menu_elementor_063fae8" data-show-menu="false" data-debug="false" data-editor="no" data-errors="false" data-items-id="false" data-elements-id="false">
  
  <div class="uc-mega_menu-burger">
    <span class="uc-mega_menu-burger-icon"><i class='fas fa-bars'></i></span>
  </div>
  
  <div class="uc-mega_menu-wrapper" data-responsive-breakpoint="1024">
    
    <div class="uc-mega_menu-mobile-header">
  
      
            	

            <div class="uc-mega_menu-close-btn">
                <span class="uc-mega_menu-close-btn-icon"><i class='fas fa-times'></i></span>
            </div>
      
    </div>
    
    <div class="ue-mega-menu-mobile-template"></div>
    
    <ul class="uc-mega_menu_list" data-position-x="item_left" data-offset-x="0" data-offset-y="0" data-menu-open="click" data-default-width-type="default_full" data-default-width-number="800" data-show-section="no" data-open-first="false">
    <li id="uc_mega_menu_elementor_063fae8_item1" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwMzIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        DIRECTIONAL DRILLS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_063fae8_item2" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxNjgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        TRENCHLESS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_063fae8_item3" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxODkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        VACUUM EXCAVATORS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_063fae8_item4" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyNDgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        TRENCHERS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_063fae8_item5" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyODIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        STAND-ON SKID STEERS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_063fae8_item6" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="https://dealer.ditchwitch.com/com.cmw~custlogin-wm/custlogin/CustomerHome.jsp" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        MYDITCHWITCH
    </a>
    
  	
  
</li>

    </ul>
    
    <div class="ue-mega-menu-mobile-template"></div>

    	
     
  </div>
  
  <div class="uc_mega_menu_overlay" data-overlay="true">
  	<div class="uc_mega_menu_overlay-inner"></div>
  </div>
</div>

<div class="uc-template-wrapper" style="display: none;">

</div>
			<!-- end Mega Menu -->		</div>
				</div>
					</div>
		</div>
				<div data-dce-background-color="#FF6600" class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-73f822c" data-id="73f822c" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-59436b6 elementor-widget elementor-widget-heading" data-id="59436b6" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/find-a-dealer/">FIND A DEALER</a></h2>		</div>
				</div>
					</div>
		</div>
				<div data-dce-background-color="#FF660000" class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-fa81b8c" data-id="fa81b8c" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-8679c41 elementor-view-default elementor-widget elementor-widget-icon" data-id="8679c41" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<a class="elementor-icon" href="/search/">
			<i aria-hidden="true" class="fas fa-search"></i>			</a>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section data-dce-background-color="#000000" class="elementor-section elementor-top-section elementor-element elementor-element-576443a elementor-section-full_width elementor-hidden-mobile elementor-hidden-desktop elementor-section-height-default elementor-section-height-default" data-id="576443a" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-2c2c316" data-id="2c2c316" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-87efa7f elementor-widget elementor-widget-image" data-id="87efa7f" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.ditchwitch.com">
							<img width="63" height="75" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2063%2075'%3E%3C/svg%3E" title="Ditch Witch logo" alt="Ditch Witch" data-lazy-src="https://www.ditchwitch.com/wp-content/uploads/elementor/thumbs/logo-ps3y8n92cr4uffa0w8azhyr88w570eobrqm9ozyhhc.png" /><noscript><img width="63" height="75" src="https://www.ditchwitch.com/wp-content/uploads/elementor/thumbs/logo-ps3y8n92cr4uffa0w8azhyr88w570eobrqm9ozyhhc.png" title="Ditch Witch logo" alt="Ditch Witch" loading="lazy" /></noscript>								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-2bff250" data-id="2bff250" data-element_type="column">
			<div class="elementor-widget-wrap">
									</div>
		</div>
				<div data-dce-background-color="#FF660000" class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-d5e91c9" data-id="d5e91c9" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-a771c53 elementor-view-default elementor-widget elementor-widget-icon" data-id="a771c53" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<a class="elementor-icon" href="/search/">
			<i aria-hidden="true" class="fas fa-search"></i>			</a>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section data-dce-background-color="#000000" class="elementor-section elementor-top-section elementor-element elementor-element-4f01631 elementor-section-full_width elementor-hidden-tablet elementor-hidden-desktop elementor-section-height-default elementor-section-height-default" data-id="4f01631" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9045bd3" data-id="9045bd3" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-02e7efb elementor-widget elementor-widget-image" data-id="02e7efb" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.ditchwitch.com">
							<img width="51" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2051%2060'%3E%3C/svg%3E" title="Ditch Witch logo" alt="Ditch Witch" data-lazy-src="https://www.ditchwitch.com/wp-content/uploads/elementor/thumbs/logo-ps3y8n92cr4rcxodqti47wdq6tdkbivndpsle1z8qo.png" /><noscript><img width="51" height="60" src="https://www.ditchwitch.com/wp-content/uploads/elementor/thumbs/logo-ps3y8n92cr4rcxodqti47wdq6tdkbivndpsle1z8qo.png" title="Ditch Witch logo" alt="Ditch Witch" loading="lazy" /></noscript>								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-746e05a" data-id="746e05a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-a58ab89 elementor-view-default elementor-widget elementor-widget-icon" data-id="a58ab89" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<a class="elementor-icon" href="/search/">
			<i aria-hidden="true" class="fas fa-search"></i>			</a>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="wp-page" data-elementor-id="2" class="elementor elementor-2" data-elementor-post-type="page">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-84050cc elementor-section-full_width homepageherosect elementor-section-height-default elementor-section-height-default" data-id="84050cc" data-element_type="section">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1793583" data-id="1793583" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-17fa004 elementor--h-position-center elementor--v-position-middle elementor-pagination-position-inside elementor-widget elementor-widget-slides" data-id="17fa004" data-element_type="widget" data-settings="{&quot;navigation&quot;:&quot;dots&quot;,&quot;transition&quot;:&quot;fade&quot;,&quot;transition_speed&quot;:800,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;}" data-widget_type="slides.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-slides-wrapper elementor-main-swiper swiper-container" dir="ltr" data-animation="fadeInUp">
				<div class="swiper-wrapper elementor-slides">
										<div class="elementor-repeater-item-7275eeb swiper-slide"><div class="swiper-slide-bg" role="img"></div><div class="elementor-background-overlay"></div><div class="swiper-slide-inner" ><div class="swiper-slide-contents"><div class="elementor-slide-heading">Change The Bit. Not The Blade.</div><div class="elementor-slide-description">The Reload Microtrencher Blade</div><a href="/trenchers/micro/reload-microtrencher-blade/" class="elementor-button elementor-slide-button elementor-size-sm">Learn More</a></div></div></div><div class="elementor-repeater-item-2020b4c swiper-slide"><div class="swiper-slide-bg" role="img"></div><div class="elementor-background-overlay"></div><div class="swiper-slide-inner" ><div class="swiper-slide-contents"><div class="elementor-slide-heading">Work In The Mountains. Buy In The Mountains.</div><div class="elementor-slide-description">Buy HDD Parts Online With HDD Advisor.</div><a href="https://www.hddadvisor.com/" class="elementor-button elementor-slide-button elementor-size-sm">Shop Now</a></div></div></div><div class="elementor-repeater-item-7723675 swiper-slide"><div class="swiper-slide-bg" role="img"></div><div class="elementor-background-overlay"></div><div class="swiper-slide-inner" ><div class="swiper-slide-contents"><div class="elementor-slide-heading">The World’s Largest All Terrain Drill.</div><div class="elementor-slide-description">The New AT120 All Terrain Directional Drill </div><a href="/directional-drills/all-terrain/at120-all-terrain/" class="elementor-button elementor-slide-button elementor-size-sm">Learn More</a></div></div></div><div class="elementor-repeater-item-cd7cabd swiper-slide"><div class="swiper-slide-bg" role="img"></div><div class="elementor-background-overlay"></div><div class="swiper-slide-inner" ><div class="swiper-slide-contents"><div class="elementor-slide-heading">Turn It Up To Beast Mode.</div><div class="elementor-slide-description">The Warlock Series W12 Hydrovac</div><a href="/vacuum-excavation/warlock-series/w12/" class="elementor-button elementor-slide-button elementor-size-sm">LEARN MORE</a></div></div></div><div class="elementor-repeater-item-978bb05 swiper-slide"><div class="swiper-slide-bg" role="img"></div><div class="elementor-background-overlay"></div><div class="swiper-slide-inner" ><div class="swiper-slide-contents"><div class="elementor-slide-heading">PROOF THAT WE LISTEN.</div><div class="elementor-slide-description">The New PT37 Ride-On Plow/Trencher</div><a href="/trenchers/vibratory-plows/pt37-ride-on-plowtrencher/" class="elementor-button elementor-slide-button elementor-size-sm">GET DETAILS</a></div></div></div><div class="elementor-repeater-item-d1706f9 swiper-slide"><div class="swiper-slide-bg" role="img"></div><div class="elementor-background-overlay"></div><div class="swiper-slide-inner" ><div class="swiper-slide-contents"><div class="elementor-slide-heading">Become An Orange Insider.</div><div class="elementor-slide-description">Subscribe For The Latest From Ditch Witch.</div><a href="/orange-insider-signup/" class="elementor-button elementor-slide-button elementor-size-sm">Sign Up</a></div></div></div>				</div>
															<div class="swiper-pagination"></div>
																	</div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-fc6f6ea elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="fc6f6ea" data-element_type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d6d57e4" data-id="d6d57e4" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<section class="elementor-section elementor-inner-section elementor-element elementor-element-0b2dcef elementor-section-full_width elementor-section-height-min-height elementor-section-height-default" data-id="0b2dcef" data-element_type="section">
						<div class="elementor-container elementor-column-gap-no">
					<div data-dce-background-overlay-color="#000000" data-dce-background-overlay-hover-color="#00000000" data-dce-background-image-url="https://www.ditchwitch.com/wp-content/uploads/2023/05/current-offers-1-1-jpg.webp" class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-2dc9d5c" data-id="2dc9d5c" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
					<div class="elementor-background-overlay"></div>
								<div class="elementor-element elementor-element-4733591 elementor-widget elementor-widget-heading" data-id="4733591" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/financing/current-offers/">CURRENT OFFERS</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-cceb3db elementor-align-center elementor-widget elementor-widget-button" data-id="cceb3db" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-sm" href="/financing/current-offers/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">LEARN MORE</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
				<div data-dce-background-overlay-color="#000000" data-dce-background-overlay-hover-color="#00000000" data-dce-background-image-url="https://www.ditchwitch.com/wp-content/uploads/2023/05/Certified-Training_0-jpg.webp" class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-7983c8b" data-id="7983c8b" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
					<div class="elementor-background-overlay"></div>
								<div class="elementor-element elementor-element-697fb7a elementor-widget elementor-widget-heading" data-id="697fb7a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/training">CERTIFIED TRAINING</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-00a54e7 elementor-align-center elementor-widget elementor-widget-button" data-id="00a54e7" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-sm" href="/training/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">LEARN MORE</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
				<div data-dce-background-overlay-color="#000000" data-dce-background-overlay-hover-color="#00000000" data-dce-background-image-url="https://www.ditchwitch.com/wp-content/uploads/2023/05/Parts-Lookup_0-jpg.webp" class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-47f2a1a" data-id="47f2a1a" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
					<div class="elementor-background-overlay"></div>
								<div class="elementor-element elementor-element-f0a5b01 elementor-hidden-desktop elementor-hidden-mobile elementor-widget elementor-widget-heading" data-id="f0a5b01" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/parts-lookup/">PARTS<br>LOOKUP</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-3e432cf elementor-hidden-tablet elementor-widget elementor-widget-heading" data-id="3e432cf" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">PARTS LOOKUP</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-3deb388 elementor-align-center elementor-widget elementor-widget-button" data-id="3deb388" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-sm" href="/parts-lookup/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">LEARN MORE</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
				<div data-dce-background-overlay-color="#000000" data-dce-background-overlay-hover-color="#00000000" data-dce-background-image-url="https://www.ditchwitch.com/wp-content/uploads/2023/05/Promo-4-jpg.webp" class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-d0609e4" data-id="d0609e4" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
					<div class="elementor-background-overlay"></div>
								<div class="elementor-element elementor-element-ab4eb56 elementor-widget elementor-widget-heading" data-id="ab4eb56" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="https://apps.ditchwitch.com/com.cmw~custlogin-wm/custlogin/CustomerHome.jsp">MYDITCHWITCH ACCOUNT</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-e4ba5f3 elementor-align-center elementor-widget elementor-widget-button" data-id="e4ba5f3" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-sm" href="https://apps.ditchwitch.com/com.cmw~custlogin-wm/custlogin/CustomerHome.jsp/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">LEARN MORE</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
					</div>
		</div>
							</div>
		</section>
				<section data-dce-background-overlay-color="#000000BF" data-dce-background-image-url="https://www.ditchwitch.com/wp-content/uploads/2023/05/Dealer-Photo-jpg.webp" class="elementor-section elementor-top-section elementor-element elementor-element-0d653b4 elementor-section-height-min-height elementor-section-items-top elementor-section-boxed elementor-section-height-default" data-id="0d653b4" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cbfba66" data-id="cbfba66" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-373db10 elementor-invisible elementor-widget elementor-widget-heading" data-id="373db10" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">FIND A DITCH WITCH<sup>®</sup> DEALER</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-5865baa elementor-align-center elementor-invisible elementor-widget elementor-widget-button" data-id="5865baa" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;}" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-lg" href="/find-a-dealer/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">GET STARTED HERE</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-8bc6bf5 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="8bc6bf5" data-element_type="section">
						<div class="elementor-container elementor-column-gap-narrow">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4b614ac" data-id="4b614ac" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-ca1e694 elementor-widget elementor-widget-heading" data-id="ca1e694" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">UNDERGROUND <br>INSIGHTS</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-6a4206c elementor-widget elementor-widget-ucaddon_post_carousel" data-id="6a4206c" data-element_type="widget" data-widget_type="ucaddon_post_carousel.default">
				<div class="elementor-widget-container">
			<!-- start Post Carousel -->
		<link data-minify="1" id='owl-carousel-css' href='https://www.ditchwitch.com/wp-content/cache/min/1/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/assets/owl.carousel.css?ver=1692826730' type='text/css' rel='stylesheet' >
		<link id='lity-css' href='https://www.ditchwitch.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/lity/lity.min.css' type='text/css' rel='stylesheet' >

			<style type="text/css">/* widget: Post Carousel */

#uc_post_carousel_elementor_6a4206c *{
  box-sizing:border-box;
}
#uc_post_carousel_elementor_6a4206c{
  position:relative;
}
.uc_post_title{
  font-size:21px;
}

#uc_post_carousel_elementor_6a4206c .ue-item
{
  transition:0.3s;
}

#uc_post_carousel_elementor_6a4206c .uc_image_carousel_placeholder
{
  position:relative;
}

#uc_post_carousel_elementor_6a4206c .ue_pos_carousel_image_overlay
{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  transition:0.3s;
}

#uc_post_carousel_elementor_6a4206c .uc_carousel_item
{
  overflow:hidden;
}

#uc_post_carousel_elementor_6a4206c .owl-nav .owl-prev{
    position:absolute;
    display:inline-block;
    text-align:center;
}
#uc_post_carousel_elementor_6a4206c .owl-nav .owl-next{
  position:absolute;
  display:inline-block;
  text-align:center;
}


#uc_post_carousel_elementor_6a4206c .owl-dots {
overflow:hidden;
display:flex !important;
}

#uc_post_carousel_elementor_6a4206c .owl-dot {
border-radius:50%;
display:inline-block;
}



#uc_post_carousel_elementor_6a4206c .uc_more_btn{

  display:inline-block;
  text-align:center;
  text-decoration:none;
}  

#uc_post_carousel_elementor_6a4206c .uc_image_carousel_placeholder img
{
  display:block;
  width:100%;
}

#uc_post_carousel_elementor_6a4206c .uc_image_carousel_content 
{
  display:flex;
  flex-direction:column;
}


	




















#uc_post_carousel_elementor_6a4206c .ue-meta-data
{
  
  display:flex;
  flex-wrap: wrap;
  line-height:1em;
}

#uc_post_carousel_elementor_6a4206c .ue-grid-item-meta-data
{
      display:inline-flex;
      align-items:center;
}

.ue-grid-item-meta-data
{
  font-size:12px;
}

#uc_post_carousel_elementor_6a4206c .ue-grid-item-meta-data-icon
{
  line-height:1em;
}

#uc_post_carousel_elementor_6a4206c .ue-grid-item-meta-data-icon svg
{
  width:1em;
  height:1em;
}

#uc_post_carousel_elementor_6a4206c .ue-debug-meta
{
  padding:10px;
  border:1px solid red;
  position:relative;
  line-height:1.5em;
  font-size:11px;
  width:100%;
}

</style>

			<div class="uc_overlay_image_carousel">
   <div class="uc_carousel owl-carousel owl-theme uc-items-wrapper " data-custom-sethtml="true"  data-id="" id="uc_post_carousel_elementor_6a4206c" >
   		<div class="uc_image_carousel_container_holder uc_carousel_item ue-item">
  
    <div class="uc_image_carousel_placeholder">
        <a href="https://www.ditchwitch.com/thoughts/strategic-partnership-brings-fiber-connectivity-to-rural-america/" style="display:block;">         
            <img decoding="async" fetchpriority="high" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20513'%3E%3C/svg%3E"  src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20513'%3E%3C/svg%3E" alt="JT20 Directional Drill" width="768" height="513" data-lazy-src="https://www.ditchwitch.com/wp-content/uploads/2023/07/JT20-Directional-Drill-Medium-768x513.jpg"><noscript><img decoding="async" fetchpriority="high" src="https://www.ditchwitch.com/wp-content/uploads/2023/07/JT20-Directional-Drill-Medium-768x513.jpg"  src="https://www.ditchwitch.com/wp-content/uploads/2023/07/JT20-Directional-Drill-Medium-768x513.jpg" alt="JT20 Directional Drill" width="768" height="513"></noscript> 
        	
        <div class="ue_pos_carousel_image_overlay"></div>
    </a>      </div>
  
  
    <div class="uc_image_carousel_content" >
        <div>
          
          
                  
          
          
          
        <a href="https://www.ditchwitch.com/thoughts/strategic-partnership-brings-fiber-connectivity-to-rural-america/"><div class="uc_post_title">Strategic Partnership Brings Fiber Connectivity to Rural America</div></a>        
          
          
         
         <div class="ue-meta-data">
                        
                        
            
                        
                        
                       
               

            
          </div> 
          
          
          
          
          
        <div class="uc_paragraph" >The need for fiber connectivity in rural America has only been exacerbated by the COVID-19 pandemic....</div>        
        </div>
    
                <div class="ue-item-btn-holder">
        <a class="uc_more_btn"  href="https://www.ditchwitch.com/thoughts/strategic-partnership-brings-fiber-connectivity-to-rural-america/">READ MORE</a>
        </div>
          </div>
  </div>
<div class="uc_image_carousel_container_holder uc_carousel_item ue-item">
  
    <div class="uc_image_carousel_placeholder">
        <a href="https://www.ditchwitch.com/thoughts/a-rental-fleets-mvp-save-customer-time-and-money-with-vacuum-excavators/" style="display:block;">         
            <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20510'%3E%3C/svg%3E"  src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20510'%3E%3C/svg%3E" alt="Design" width="768" height="510" data-lazy-src="https://www.ditchwitch.com/wp-content/uploads/2022/08/FX20-2-1-768x510.jpg"><noscript><img decoding="async" src="https://www.ditchwitch.com/wp-content/uploads/2022/08/FX20-2-1-768x510.jpg"  src="https://www.ditchwitch.com/wp-content/uploads/2022/08/FX20-2-1-768x510.jpg" alt="Design" width="768" height="510"></noscript> 
        	
        <div class="ue_pos_carousel_image_overlay"></div>
    </a>      </div>
  
  
    <div class="uc_image_carousel_content" >
        <div>
          
          
                  
          
          
          
        <a href="https://www.ditchwitch.com/thoughts/a-rental-fleets-mvp-save-customer-time-and-money-with-vacuum-excavators/"><div class="uc_post_title">A Rental Fleet’s MVP - Save Customer Time And Money With Vacuum Excavators</div></a>        
          
          
         
         <div class="ue-meta-data">
                        
                        
            
                        
                        
                       
               

            
          </div> 
          
          
          
          
          
        <div class="uc_paragraph" >By Chris Thompson


Today’s utility contractors and landscape professionals know that time is money,...</div>        
        </div>
    
                <div class="ue-item-btn-holder">
        <a class="uc_more_btn"  href="https://www.ditchwitch.com/thoughts/a-rental-fleets-mvp-save-customer-time-and-money-with-vacuum-excavators/">READ MORE</a>
        </div>
          </div>
  </div>
<div class="uc_image_carousel_container_holder uc_carousel_item ue-item">
  
    <div class="uc_image_carousel_placeholder">
        <a href="https://www.ditchwitch.com/thoughts/three-trencher-maintenance-tips-to-improve-rental-roi/" style="display:block;">         
            <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20513'%3E%3C/svg%3E"  src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20513'%3E%3C/svg%3E" alt="Three Trencher Maintenance Tips to Improve Rental ROI" width="768" height="513" data-lazy-src="https://www.ditchwitch.com/wp-content/uploads/2023/07/RT45-Ride-On-Trencher-Large-768x513.jpg"><noscript><img decoding="async" src="https://www.ditchwitch.com/wp-content/uploads/2023/07/RT45-Ride-On-Trencher-Large-768x513.jpg"  src="https://www.ditchwitch.com/wp-content/uploads/2023/07/RT45-Ride-On-Trencher-Large-768x513.jpg" alt="Three Trencher Maintenance Tips to Improve Rental ROI" width="768" height="513"></noscript> 
        	
        <div class="ue_pos_carousel_image_overlay"></div>
    </a>      </div>
  
  
    <div class="uc_image_carousel_content" >
        <div>
          
          
                  
          
          
          
        <a href="https://www.ditchwitch.com/thoughts/three-trencher-maintenance-tips-to-improve-rental-roi/"><div class="uc_post_title">Three Trencher Maintenance Tips to Improve Rental ROI</div></a>        
          
          
         
         <div class="ue-meta-data">
                        
                        
            
                        
                        
                       
               

            
          </div> 
          
          
          
          
          
        <div class="uc_paragraph" >By Brant Kukuk


Following three key maintenance tips can help maximize the uptime, readiness and return...</div>        
        </div>
    
                <div class="ue-item-btn-holder">
        <a class="uc_more_btn"  href="https://www.ditchwitch.com/thoughts/three-trencher-maintenance-tips-to-improve-rental-roi/">READ MORE</a>
        </div>
          </div>
  </div>
<div class="uc_image_carousel_container_holder uc_carousel_item ue-item">
  
    <div class="uc_image_carousel_placeholder">
        <a href="https://www.ditchwitch.com/thoughts/trencher-attachment-maintenance-five-mistakes-to-avoid-when-keeping-digging-systems-in-top-working-order/" style="display:block;">         
            <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20513'%3E%3C/svg%3E"  src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20513'%3E%3C/svg%3E" alt="Trencher Attachment Maintenance: Five Mistakes to Avoid When Keeping Digging Systems in Top Working Order" width="768" height="513" data-lazy-src="https://www.ditchwitch.com/wp-content/uploads/2023/07/C30X-Walk-Behind-Trencher-Large-768x513.jpg"><noscript><img decoding="async" src="https://www.ditchwitch.com/wp-content/uploads/2023/07/C30X-Walk-Behind-Trencher-Large-768x513.jpg"  src="https://www.ditchwitch.com/wp-content/uploads/2023/07/C30X-Walk-Behind-Trencher-Large-768x513.jpg" alt="Trencher Attachment Maintenance: Five Mistakes to Avoid When Keeping Digging Systems in Top Working Order" width="768" height="513"></noscript> 
        	
        <div class="ue_pos_carousel_image_overlay"></div>
    </a>      </div>
  
  
    <div class="uc_image_carousel_content" >
        <div>
          
          
                  
          
          
          
        <a href="https://www.ditchwitch.com/thoughts/trencher-attachment-maintenance-five-mistakes-to-avoid-when-keeping-digging-systems-in-top-working-order/"><div class="uc_post_title">Trencher Attachment Maintenance: Five Mistakes to Avoid When Keeping Digging Systems in Top Working Order</div></a>        
          
          
         
         <div class="ue-meta-data">
                        
                        
            
                        
                        
                       
               

            
          </div> 
          
          
          
          
          
        <div class="uc_paragraph" >By Scott McKinley


The productivity of trencher attachment digging systems can be directly tied to the...</div>        
        </div>
    
                <div class="ue-item-btn-holder">
        <a class="uc_more_btn"  href="https://www.ditchwitch.com/thoughts/trencher-attachment-maintenance-five-mistakes-to-avoid-when-keeping-digging-systems-in-top-working-order/">READ MORE</a>
        </div>
          </div>
  </div>
<div class="uc_image_carousel_container_holder uc_carousel_item ue-item">
  
    <div class="uc_image_carousel_placeholder">
        <a href="https://www.ditchwitch.com/vacs/how-to-keep-vacuum-excavator-jobs-productive-and-profitable/" style="display:block;">         
            <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20512'%3E%3C/svg%3E"  src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20512'%3E%3C/svg%3E" alt="How To Keep Vacuum Excavator Jobs Productive And Profitable" width="768" height="512" data-lazy-src="https://www.ditchwitch.com/wp-content/uploads/2023/07/HXT75-Truck-Vac-Large-768x512.jpg"><noscript><img decoding="async" src="https://www.ditchwitch.com/wp-content/uploads/2023/07/HXT75-Truck-Vac-Large-768x512.jpg"  src="https://www.ditchwitch.com/wp-content/uploads/2023/07/HXT75-Truck-Vac-Large-768x512.jpg" alt="How To Keep Vacuum Excavator Jobs Productive And Profitable" width="768" height="512"></noscript> 
        	
        <div class="ue_pos_carousel_image_overlay"></div>
    </a>      </div>
  
  
    <div class="uc_image_carousel_content" >
        <div>
          
          
                  
          
          
          
        <a href="https://www.ditchwitch.com/vacs/how-to-keep-vacuum-excavator-jobs-productive-and-profitable/"><div class="uc_post_title">How To Keep Vacuum Excavator Jobs Productive And Profitable</div></a>        
          
          
         
         <div class="ue-meta-data">
                        
                        
            
                        
                        
                       
               

            
          </div> 
          
          
          
          
          
        <div class="uc_paragraph" >By Chris Thompson


Vacuum excavators have become a popular option for landscaping jobs thanks to their...</div>        
        </div>
    
                <div class="ue-item-btn-holder">
        <a class="uc_more_btn"  href="https://www.ditchwitch.com/vacs/how-to-keep-vacuum-excavator-jobs-productive-and-profitable/">READ MORE</a>
        </div>
          </div>
  </div>

   </div>	
</div>


			<!-- end Post Carousel -->		</div>
				</div>
				<div class="elementor-element elementor-element-76c6ebb elementor-widget elementor-widget-heading" data-id="76c6ebb" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/news-room/">View All News</a></h2>		</div>
				</div>
					</div>
		</div>
				<div data-dce-background-overlay-color="#FFFFFFE3" data-dce-background-image-url="https://www.ditchwitch.com/wp-content/uploads/2023/05/WITT-jpg.webp" class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2f6fd27" data-id="2f6fd27" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
					<div class="elementor-background-overlay"></div>
								<div class="elementor-element elementor-element-cae92c4 elementor-widget elementor-widget-heading" data-id="cae92c4" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">WE'RE IN THIS</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-9f593b7 elementor-widget elementor-widget-heading" data-id="9f593b7" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">TOGETHER.</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-023df85 elementor-align-left elementor-tablet-align-center elementor-widget elementor-widget-button" data-id="023df85" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-sm" href="/were-in-this-together/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">LEARN MORE</span>
		</span>
					</a>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-61705a1 elementor-widget elementor-widget-spacer" data-id="61705a1" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
							</div>
				<div data-elementor-type="footer" data-elementor-id="287" class="elementor elementor-287 elementor-location-footer" data-elementor-post-type="elementor_library">
								<section data-dce-background-color="#000000" class="elementor-section elementor-top-section elementor-element elementor-element-34258109 elementor-section-full_width elementor-hidden-mobile elementor-hidden-tablet elementor-section-height-default elementor-section-height-default" data-id="34258109" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6d822311" data-id="6d822311" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<section data-dce-background-color="#000000" class="elementor-section elementor-inner-section elementor-element elementor-element-70fa2862 elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="70fa2862" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-225864cc" data-id="225864cc" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-9fe7a9c elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="9fe7a9c" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="84" height="100" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2084%20100'%3E%3C/svg%3E" title="Ditch Witch logo" alt="Ditch Witch" data-lazy-src="https://www.ditchwitch.com/wp-content/uploads/elementor/thumbs/logo-ps3y8n92cr4zjkm3h8z3mqpqccr8tvo4f3zq78l81s.png" /><noscript><img width="84" height="100" src="https://www.ditchwitch.com/wp-content/uploads/elementor/thumbs/logo-ps3y8n92cr4zjkm3h8z3mqpqccr8tvo4f3zq78l81s.png" title="Ditch Witch logo" alt="Ditch Witch" loading="lazy" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-6ea0552 elementor-widget__width-auto elementor-widget elementor-widget-heading" data-id="6ea0552" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">WE'RE IN THIS<br><span class="two-colors">TOGETHER. </span></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-464f3342 elementor-widget elementor-widget-heading" data-id="464f3342" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<p class="elementor-heading-title elementor-size-default">© 2023 The Charles Machine Works, Inc.</p>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-6826b2d2" data-id="6826b2d2" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-7b7e6fbc elementor-align-left elementor-widget__width-initial elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="7b7e6fbc" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="/contact/">

											<span class="elementor-icon-list-text">Contact Us</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://jobs.thetorocompany.com/ditch-witch-jobs" target="_blank">

											<span class="elementor-icon-list-text">Careers</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://dealer.ditchwitch.com/com.cmw~custlogin-wm/custlogin/RequestInfo.jsp">

											<span class="elementor-icon-list-text">Request Info</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="http://www.ditchwitchused.com/" target="_blank">

											<span class="elementor-icon-list-text">Used Equipment</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://undergroundoutfitters.store/" target="_blank">

											<span class="elementor-icon-list-text">Apparel</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-4c5c3f89" data-id="4c5c3f89" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-d6d3734 elementor-align-left elementor-widget__width-initial elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="d6d3734" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://dealer.ditchwitch.com/com.cmw~custlogin-wm/custlogin/CustomerHome.jsp/">

											<span class="elementor-icon-list-text">MyDitchWitch</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/privacy-policy/">

											<span class="elementor-icon-list-text">Privacy Policy</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/terms-and-conditions/">

											<span class="elementor-icon-list-text">Terms & Conditions</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/contracts-permits/">

											<span class="elementor-icon-list-text">Government Contracts & Permits</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.ditchwitch.com/statement-on-modern-slavery-and-human-trafficking/">

											<span class="elementor-icon-list-text">Statement on Modern Slavery and Human Trafficking</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/orange-insider-signup/">

											<span class="elementor-icon-list-text">Subscribe to Orange Insider</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-6f3ee560 elementor-hidden-mobile" data-id="6f3ee560" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-288605d e-grid-align-right e-grid-align-mobile-center elementor-shape-circle elementor-widget__width-auto elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="288605d" data-element_type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
					<div class="elementor-social-icons-wrapper elementor-grid">
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-b5579c6" href="https://www.facebook.com/DitchWitch/" target="_blank">
						<span class="elementor-screen-only">Facebook</span>
						<i class="fab fa-facebook"></i>					</a>
				</span>
					</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-4b20e08 elementor-widget__width-auto elementor-widget elementor-widget-heading" data-id="4b20e08" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<p class="elementor-heading-title elementor-size-default"><a href="https://www.facebook.com/DitchWitch/">Facebook</a></p>		</div>
				</div>
				<div class="elementor-element elementor-element-c75d1e7 elementor-widget elementor-widget-spacer" data-id="c75d1e7" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-8fcb384 e-grid-align-right e-grid-align-mobile-center elementor-shape-circle elementor-widget__width-auto elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="8fcb384" data-element_type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
					<div class="elementor-social-icons-wrapper elementor-grid">
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-b5579c6" href="https://twitter.com/ditchwitch/" target="_blank">
						<span class="elementor-screen-only">Twitter</span>
						<i class="fab fa-twitter"></i>					</a>
				</span>
					</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-02ce388 elementor-widget__width-auto elementor-widget elementor-widget-heading" data-id="02ce388" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<p class="elementor-heading-title elementor-size-default"><a href="https://twitter.com/ditchwitch/">X/Twitter</a></p>		</div>
				</div>
				<div class="elementor-element elementor-element-e7d412e elementor-widget elementor-widget-spacer" data-id="e7d412e" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-eba326e e-grid-align-right e-grid-align-mobile-center elementor-shape-circle elementor-widget__width-auto elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="eba326e" data-element_type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
					<div class="elementor-social-icons-wrapper elementor-grid">
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-b5579c6" href="https://www.instagram.com/ditchwitch/" target="_blank">
						<span class="elementor-screen-only">Instagram</span>
						<i class="fab fa-instagram"></i>					</a>
				</span>
					</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-f747128 elementor-widget__width-auto elementor-widget elementor-widget-heading" data-id="f747128" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<p class="elementor-heading-title elementor-size-default"><a href="https://www.instagram.com/ditchwitch/">Instagram</a></p>		</div>
				</div>
				<div class="elementor-element elementor-element-9a8d6ac elementor-widget elementor-widget-spacer" data-id="9a8d6ac" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-f8eceb7 e-grid-align-right e-grid-align-mobile-center elementor-shape-circle elementor-widget__width-auto elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="f8eceb7" data-element_type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
					<div class="elementor-social-icons-wrapper elementor-grid">
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-b5579c6" href="https://www.linkedin.com/company/ditch-witch/" target="_blank">
						<span class="elementor-screen-only">Linkedin</span>
						<i class="fab fa-linkedin"></i>					</a>
				</span>
					</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-15fddca elementor-widget__width-auto elementor-widget elementor-widget-heading" data-id="15fddca" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<p class="elementor-heading-title elementor-size-default"><a href="https://www.linkedin.com/company/ditch-witch/">LinkedIn</a></p>		</div>
				</div>
				<div class="elementor-element elementor-element-f998977 elementor-widget elementor-widget-spacer" data-id="f998977" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-1abcd71 e-grid-align-right e-grid-align-mobile-center elementor-shape-circle elementor-widget__width-auto elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="1abcd71" data-element_type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
					<div class="elementor-social-icons-wrapper elementor-grid">
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-dbaeb71" href="https://www.youtube.com/user/CMWorks/" target="_blank">
						<span class="elementor-screen-only">Youtube</span>
						<i class="fab fa-youtube"></i>					</a>
				</span>
					</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-de33a7d elementor-widget__width-auto elementor-widget elementor-widget-heading" data-id="de33a7d" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<p class="elementor-heading-title elementor-size-default"><a href="https://www.youtube.com/user/CMWorks/">YouTube</a></p>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
					</div>
		</div>
							</div>
		</section>
				<section data-dce-background-color="#000000" class="elementor-section elementor-top-section elementor-element elementor-element-dc8d39c elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="dc8d39c" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0935975" data-id="0935975" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<section data-dce-background-color="#000000" class="elementor-section elementor-inner-section elementor-element elementor-element-42004d2 elementor-section-content-top elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="42004d2" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-3c558ae" data-id="3c558ae" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-13feccd elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="13feccd" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="84" height="100" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2084%20100'%3E%3C/svg%3E" title="Ditch Witch logo" alt="Ditch Witch" data-lazy-src="https://www.ditchwitch.com/wp-content/uploads/elementor/thumbs/logo-ps3y8n92cr4zjkm3h8z3mqpqccr8tvo4f3zq78l81s.png" /><noscript><img width="84" height="100" src="https://www.ditchwitch.com/wp-content/uploads/elementor/thumbs/logo-ps3y8n92cr4zjkm3h8z3mqpqccr8tvo4f3zq78l81s.png" title="Ditch Witch logo" alt="Ditch Witch" loading="lazy" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-1e63f06 elementor-widget__width-auto elementor-widget elementor-widget-heading" data-id="1e63f06" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">WE'RE IN THIS<br><span class="two-colors">TOGETHER. </span></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-ce53c37 e-grid-align-mobile-center elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons" data-id="ce53c37" data-element_type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
					<div class="elementor-social-icons-wrapper elementor-grid">
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-7db4d38" href="https://www.facebook.com/DitchWitch/" target="_blank">
						<span class="elementor-screen-only">Facebook</span>
						<i class="fab fa-facebook"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-6466e5a" href="https://twitter.com/ditchwitch/" target="_blank">
						<span class="elementor-screen-only">Twitter</span>
						<i class="fab fa-twitter"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-0ee84c0" href="https://www.instagram.com/ditchwitch/" target="_blank">
						<span class="elementor-screen-only">Instagram</span>
						<i class="fab fa-instagram"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-b9a9780" href="https://www.linkedin.com/company/ditch-witch/" target="_blank">
						<span class="elementor-screen-only">Linkedin</span>
						<i class="fab fa-linkedin"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-49a644a" href="https://www.youtube.com/user/CMWorks/" target="_blank">
						<span class="elementor-screen-only">Youtube</span>
						<i class="fab fa-youtube"></i>					</a>
				</span>
					</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-d7378db elementor-widget elementor-widget-heading" data-id="d7378db" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<p class="elementor-heading-title elementor-size-default">© 2023 The Charles Machine Works, Inc.</p>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<div class="elementor-element elementor-element-cb37562 elementor-hidden-desktop elementor-widget elementor-widget-text-editor" data-id="cb37562" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><a style="color: white;" href="/privacy-policy">Privacy Policy</a> /</p><p><a style="color: white;" href="/terms-and-conditions">Terms &amp; Conditions</a> /</p><p><a style="color: white;" href="https://www.ditchwitch.com/statement-on-modern-slavery-and-human-trafficking/">Statement on Modern Slavery and Human Trafficking</a></p>						</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section data-dce-background-color="#FF6600" class="elementor-section elementor-top-section elementor-element elementor-element-ddd2da1 elementor-section-full_width elementor-section-content-middle elementor-hidden-desktop footer-2 elementor-section-height-default elementor-section-height-default" data-id="ddd2da1" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;bottom&quot;,&quot;sticky_on&quot;:[&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-2ee6818" data-id="2ee6818" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-a90e7c5 elementor-hidden-desktop elementor-widget elementor-widget-ucaddon_fullscreen_navigation_menu" data-id="a90e7c5" data-element_type="widget" data-widget_type="ucaddon_fullscreen_navigation_menu.default">
				<div class="elementor-widget-container">
			<!-- start Fullscreen Menu -->
			<style type="text/css">/* widget: Fullscreen Menu */

body.menu-opened{
overflow: hidden;
}
#uc_fullscreen_navigation_menu_elementor_a90e7c5 * {
  box-sizing: border-box;
}
#uc_fullscreen_navigation_menu_elementor_a90e7c5 a,
#uc_fullscreen_navigation_menu_elementor_a90e7c5 a:visited,
#uc_fullscreen_navigation_menu_elementor_a90e7c5 a:hover,
#uc_fullscreen_navigation_menu_elementor_a90e7c5 a:active {
  text-decoration: none;
}

#uc_fullscreen_navigation_menu_elementor_a90e7c5 .ue_hamburger_custom_open svg
{
  height:1em;
  width:1em;
}

#uc_fullscreen_navigation_menu_elementor_a90e7c5 .ue_hamburger_custom_close svg
{
  height:1em;
  width:1em;
}


#uc_fullscreen_navigation_menu_elementor_a90e7c5
{
  position:relative;
  z-index:10000000;
}

#uc_fullscreen_navigation_menu_elementor_a90e7c5 .checkbox-toggle {
  position: absolute;
  z-index: 100000000;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
  top:0px;
}

#uc_fullscreen_navigation_menu_elementor_a90e7c5 .checkbox-toggle:checked + .ue_hamburger > div:after {
  opacity: 0;
}
#uc_fullscreen_navigation_menu_elementor_a90e7c5 .checkbox-toggle:checked ~ .ue_menu {
  pointer-events: auto;
}
#uc_fullscreen_navigation_menu_elementor_a90e7c5 .checkbox-toggle:checked ~ .ue_menu > div.ue_inner_menu {
      visibility: visible;
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}
#uc_fullscreen_navigation_menu_elementor_a90e7c5 .checkbox-toggle:checked ~ .ue_menu > div.ue_inner_menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}

/* start open transition animations */
#uc_fullscreen_navigation_menu_elementor_a90e7c5 .ue_menu .ue_inner_menu {
transform: scale(0);
}
#uc_fullscreen_navigation_menu_elementor_a90e7c5 .checkbox-toggle:checked ~ .ue_menu > div.ue_inner_menu {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}
	

	

	

	

	

	

	

	

	
/* end open transition animations */

#uc_fullscreen_navigation_menu_elementor_a90e7c5 .ue_hamburger {
  top: 0;
  cursor: pointer;
  transition: 0.4s;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position:absolute;
  z-index:99999999;
}

#uc_fullscreen_navigation_menu_elementor_a90e7c5 .checkbox-toggle:checked + .ue_hamburger > div {
          transform: rotate(135deg);
}
#uc_fullscreen_navigation_menu_elementor_a90e7c5 .checkbox-toggle:checked + .ue_hamburger > div:before,
#uc_fullscreen_navigation_menu_elementor_a90e7c5 .checkbox-toggle:checked + .ue_hamburger > div:after {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#uc_fullscreen_navigation_menu_elementor_a90e7c5 .checkbox-toggle:checked:hover + .ue_hamburger > div {
          transform: rotate(225deg);
}
#uc_fullscreen_navigation_menu_elementor_a90e7c5 .ue_hamburger > div {
  position: relative;
  -webkit-box-flex: 0;
          flex: none;
  width: 100%;
  height: 2px;
  transition: all 0.4s ease;
  display: flex;
          align-items: center;
          justify-content: center;
  background-color:#ffffff;
}

#uc_fullscreen_navigation_menu_elementor_a90e7c5 input:hover + .ue_hamburger > div
{
  background-color:#ffffff;
}

#uc_fullscreen_navigation_menu_elementor_a90e7c5 .ue_hamburger > div:before,
#uc_fullscreen_navigation_menu_elementor_a90e7c5 .ue_hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
}
	
#uc_fullscreen_navigation_menu_elementor_a90e7c5 .ue_hamburger > div:after {
  top: 10px;
}



#uc_fullscreen_navigation_menu_elementor_a90e7c5 .ue_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  visibility: hidden;       
  backface-visibility: hidden;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#uc_fullscreen_navigation_menu_elementor_a90e7c5 .ue_menu .ue_inner_menu {
  color: #fff;
  transition: all 0.4s ease;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
}
#uc_fullscreen_navigation_menu_elementor_a90e7c5 .ue_inner_menu-box{
  margin-top: auto;
  margin-bottom: auto;
  width: 100vw;
  flex: none;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#uc_fullscreen_navigation_menu_elementor_a90e7c5 .ue_menu > div > div > div {
  max-width: 90vw;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#uc_fullscreen_navigation_menu_elementor_a90e7c5 ul {
  list-style: none;
  margin: 0;
  display: block;
  padding:0px;
}
#uc_fullscreen_navigation_menu_elementor_a90e7c5 .ue_menu  div  div  ul li {
  padding: 0;
  display: block;
}
#uc_fullscreen_navigation_menu_elementor_a90e7c5 .ue_menu  div  div  ul  li a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: color 0.4s ease;
}
#uc_fullscreen_navigation_menu_elementor_a90e7c5 .ue_menu  div  div  ul  li  a:hover {
}




	



.ue_menu_wrapper
{
  position:relative;
}




#uc_fullscreen_navigation_menu_elementor_a90e7c5 .ue_menu-social-icons a
{
  display:inline-block;
  line-height:1em;
}

#uc_fullscreen_navigation_menu_elementor_a90e7c5 .ue_menu-social-icons a svg
{
  height:1em;
  width:1em;
}

#uc_fullscreen_navigation_menu_elementor_a90e7c5 .sub-menu
{
transition: 0.5s;
overflow: hidden;
height: auto;
}

	
#uc_fullscreen_navigation_menu_elementor_a90e7c5 .collapsed .uc-menu-item-pointer:after{
  	content: "\f107" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height:1em;
  	display: inline-block;
	margin: 0 15px;
    vertical-align: middle;
}

#uc_fullscreen_navigation_menu_elementor_a90e7c5 .expanded .uc-menu-item-pointer:after{
    content: "\f106" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height:1em;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}


</style>

			<div class="outer-menu" id="uc_fullscreen_navigation_menu_elementor_a90e7c5">
  
  <div class="ue_menu_wrapper">
  <input class="checkbox-toggle" type="checkbox" />
  <div class="ue_hamburger">
    <div>
	      
        	
 
    </div>
  </div>
  
  <div class="ue_menu">
    
    <div class="ue_inner_menu" data-closeothers="no" data-clickable='false'>
      
      <div class="ue_inner_menu-box">
        
        <div></div>

        	

        <div>
          <ul id="menu-mobile-menu" class="uc-list-menu"><li id="menu-item-3902" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-2 current_page_item menu-item-3902"><a href="https://www.ditchwitch.com/" aria-current="page">Home</a></li>
<li id="menu-item-3905" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3905"><a href="#">Equipment</a>
<ul class="sub-menu">
	<li id="menu-item-3931" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3931"><a href="https://www.ditchwitch.com/directional-drills/">Directional Drills</a>
	<ul class="sub-menu">
		<li id="menu-item-5270" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-5270"><a href="#">Directional Drills</a>
		<ul class="sub-menu">
			<li id="menu-item-3932" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3932"><a href="https://www.ditchwitch.com/directional-drills/directional-drills/jt5/">JT5</a></li>
			<li id="menu-item-4997" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4997"><a href="https://www.ditchwitch.com/directional-drills/directional-drills/jt10/">JT10</a></li>
			<li id="menu-item-4996" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4996"><a href="https://www.ditchwitch.com/directional-drills/directional-drills/jt20/">JT20</a></li>
			<li id="menu-item-4994" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4994"><a href="https://www.ditchwitch.com/directional-drills/directional-drills/jt24/">JT24</a></li>
			<li id="menu-item-5268" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5268"><a href="https://www.ditchwitch.com/directional-drills/directional-drills/jt28/">JT28</a></li>
			<li id="menu-item-5266" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5266"><a href="https://www.ditchwitch.com/directional-drills/directional-drills/jt32/">JT32</a></li>
			<li id="menu-item-5265" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5265"><a href="https://www.ditchwitch.com/directional-drills/directional-drills/jt40/">JT40</a></li>
			<li id="menu-item-5264" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5264"><a href="https://www.ditchwitch.com/directional-drills/directional-drills/jt60/">JT60</a></li>
			<li id="menu-item-5267" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5267"><a href="https://www.ditchwitch.com/directional-drills/directional-drills/jt100/">JT100</a></li>
		</ul>
</li>
		<li id="menu-item-5271" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-5271"><a href="#">All Terrain</a>
		<ul class="sub-menu">
			<li id="menu-item-5448" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5448"><a href="https://www.ditchwitch.com/directional-drills/all-terrain/at32-all-terrain/">AT32</a></li>
			<li id="menu-item-5447" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5447"><a href="https://www.ditchwitch.com/directional-drills/all-terrain/at40-all-terrain/">AT40</a></li>
			<li id="menu-item-5446" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5446"><a href="https://www.ditchwitch.com/directional-drills/all-terrain/at60-all-terrain/">AT60</a></li>
			<li id="menu-item-5445" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5445"><a href="https://www.ditchwitch.com/directional-drills/all-terrain/jt100-all-terrain/">AT100</a></li>
			<li id="menu-item-18803" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18803"><a href="https://www.ditchwitch.com/directional-drills/all-terrain/at120-all-terrain/">AT120</a></li>
		</ul>
</li>
		<li id="menu-item-5272" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-5272"><a href="#">American Augers</a>
		<ul class="sub-menu">
			<li id="menu-item-5274" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5274"><a href="https://www.americanaugers.com/directionaldrill/mid-size/dd-110/">DD-110</a></li>
			<li id="menu-item-5275" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5275"><a href="https://www.americanaugers.com/directionaldrill/mid-size/dd-240t/">DD-240T</a></li>
			<li id="menu-item-5276" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5276"><a href="https://www.americanaugers.com/directionaldrill/maxi-rig/dd-440t/">DD-440T</a></li>
			<li id="menu-item-5277" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5277"><a href="https://www.americanaugers.com/directionaldrill/maxi-rig/dd-660rs/">DD-660RS</a></li>
			<li id="menu-item-5278" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5278"><a href="https://www.americanaugers.com/directionaldrill/maxi-rig/dd-1100rs/">DD-1100RS</a></li>
		</ul>
</li>
		<li id="menu-item-5273" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-5273"><a href="#">Subsite® HDD Guidance</a>
		<ul class="sub-menu">
			<li id="menu-item-5279" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5279"><a href="https://www.subsite.com/products/hdd-guidance/marksman-series/">Marksman™ Series HDD Guidance System</a></li>
			<li id="menu-item-5280" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5280"><a href="https://www.subsite.com/products/hdd-guidance/commander-7/">Commander™ 7</a></li>
			<li id="menu-item-5281" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5281"><a href="https://www.subsite.com/products/hdd-guidance/tk-recon/">TK Recon™ HDD Guidance</a></li>
			<li id="menu-item-5282" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5282"><a href="https://www.hammerheadtrenchless.com/products/pipe-bursting/hydroburst%C2%AE-static-bursting-systems">TK Recon Repeater</a></li>
			<li id="menu-item-5284" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5284"><a href="https://www.subsite.com/products/hdd-guidance/tms-plus/">TMS Plus</a></li>
			<li id="menu-item-5285" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5285"><a href="https://www.subsite.com/software/hdd-guidance/field-scout/">Field Scout™</a></li>
			<li id="menu-item-5286" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5286"><a href="https://www.subsite.com/software/hdd-guidance/scoutview/">Scoutview™</a></li>
			<li id="menu-item-5287" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5287"><a href="https://www.subsite.com/products/hdd-guidance/tsr-mobile/">TSR Mobile</a></li>
			<li id="menu-item-5288" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5288"><a href="https://www.subsite.com/products/hdd-guidance/hdd-beacons/">HDD Beacons</a></li>
		</ul>
</li>
	</ul>
</li>
	<li id="menu-item-3930" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3930"><a href="https://www.ditchwitch.com/trenchless/">Trenchless</a>
	<ul class="sub-menu">
		<li id="menu-item-6608" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6608"><a href="#">Fluid Management</a>
		<ul class="sub-menu">
			<li id="menu-item-6612" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6612"><a href="https://www.ditchwitch.com/trenchless/fluid-management/ft5/">FT5</a></li>
			<li id="menu-item-6613" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6613"><a href="https://www.ditchwitch.com/trenchless/fluid-management/fm5x/">FM5X</a></li>
			<li id="menu-item-6615" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6615"><a href="https://www.ditchwitch.com/trenchless/fluid-management/fm13x/">FM13X</a></li>
			<li id="menu-item-6614" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6614"><a href="https://www.ditchwitch.com/trenchless/fluid-management/fm25x/">FM25X</a></li>
			<li id="menu-item-6616" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6616"><a href="https://www.ditchwitch.com/trenchless/fluid-management/mr90/">MR90</a></li>
			<li id="menu-item-6624" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6624"><a href="https://www.ditchwitch.com/trenchless/fluid-management/metaflo/">Metaflow</a></li>
		</ul>
</li>
		<li id="menu-item-6610" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6610"><a href="#">Piercing Tools</a>
		<ul class="sub-menu">
			<li id="menu-item-6618" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6618"><a href="https://www.ditchwitch.com/trenchless/piercing-tools/standard-tools/">Standard Tools</a></li>
			<li id="menu-item-6619" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6619"><a href="https://www.ditchwitch.com/trenchless/piercing-tools/active-head/">Active Head</a></li>
			<li id="menu-item-6625" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6625"><a href="https://www.ditchwitch.com/trenchless/piercing-tools/catamount/">Catamount</a></li>
			<li id="menu-item-6620" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6620"><a href="https://www.ditchwitch.com/trenchless/piercing-tools/moletrac-system/">Moletrac®</a></li>
		</ul>
</li>
		<li id="menu-item-6611" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6611"><a href="#">Pipe Bursters</a>
		<ul class="sub-menu">
			<li id="menu-item-6621" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6621"><a href="https://www.hammerheadtrenchless.com/products/pipe-bursting/hydroburst%C2%AE-static-bursting-systems">Static</a></li>
			<li id="menu-item-6622" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6622"><a href="https://www.hammerheadtrenchless.com/products/pipe-bursting/pneumatic-pipe-bursting">Pneumatic</a></li>
			<li id="menu-item-6623" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6623"><a href="https://www.hammerheadtrenchless.com/products/pipe-bursting/lateral-bursting">Lateral</a></li>
		</ul>
</li>
	</ul>
</li>
	<li id="menu-item-4643" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4643"><a href="https://www.ditchwitch.com/vacuum-excavation/">Vacuum Excavators</a>
	<ul class="sub-menu">
		<li id="menu-item-6626" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6626"><a href="#">Trailer Vacs</a>
		<ul class="sub-menu">
			<li id="menu-item-7695" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7695"><a href="https://www.ditchwitch.com/vacuum-excavation/trailer-vacs/fx20/">FX20</a></li>
			<li id="menu-item-7694" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7694"><a href="https://www.ditchwitch.com/vacuum-excavation/trailer-vacs/hx30/">HX30</a></li>
			<li id="menu-item-7693" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7693"><a href="https://www.ditchwitch.com/vacuum-excavation/trailer-vacs/hx30g/">HX30G</a></li>
			<li id="menu-item-7692" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7692"><a href="https://www.ditchwitch.com/vacuum-excavation/trailer-vacs/hx50/">HX50</a></li>
			<li id="menu-item-7689" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7689"><a href="https://www.ditchwitch.com/vacuum-excavation/trailer-vacs/hx75/">HX75</a></li>
		</ul>
</li>
		<li id="menu-item-18359" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-18359"><a href="#">Warlock Series</a>
		<ul class="sub-menu">
			<li id="menu-item-18360" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18360"><a href="https://www.ditchwitch.com/vacuum-excavation/warlock-series/w12/">W12</a></li>
		</ul>
</li>
		<li id="menu-item-6627" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6627"><a href="#">Truck Vacs</a>
		<ul class="sub-menu">
			<li id="menu-item-18059" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18059"><a href="/vacuum-excavation/truck-vacs/hxt-line/">HXT30</a></li>
			<li id="menu-item-18060" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18060"><a href="/vacuum-excavation/truck-vacs/hxt-line/">HXT50</a></li>
			<li id="menu-item-18061" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18061"><a href="/vacuum-excavation/truck-vacs/hxt-line/">HXT75</a></li>
		</ul>
</li>
		<li id="menu-item-6628" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6628"><a href="#">Mud Vacs</a>
		<ul class="sub-menu">
			<li id="menu-item-8001" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8001"><a href="https://www.ditchwitch.com/vacuum-excavation/mud-vacs/mv8/">MV8</a></li>
			<li id="menu-item-8000" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8000"><a href="https://www.ditchwitch.com/vacuum-excavation/mud-vacs/mv12/">MV12</a></li>
		</ul>
</li>
		<li id="menu-item-6629" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6629"><a href="#">Vacuum Accessories</a>
		<ul class="sub-menu">
			<li id="menu-item-8143" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8143"><a href="https://www.ditchwitch.com/vacuum-excavation/vacuum-accessories/air-saber/">Air Saber Vacuum Accessories</a></li>
			<li id="menu-item-8142" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8142"><a href="https://www.ditchwitch.com/vacuum-excavation/vacuum-accessories/prospector-nozzle/">Prospector Nozzle Vacuum Accessories</a></li>
		</ul>
</li>
	</ul>
</li>
	<li id="menu-item-4644" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4644"><a href="https://www.ditchwitch.com/trenchers/">Trenchers</a>
	<ul class="sub-menu">
		<li id="menu-item-9658" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9658"><a href="#">Walk Behind</a>
		<ul class="sub-menu">
			<li id="menu-item-9694" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9694"><a href="https://www.ditchwitch.com/trenchers/walk-behind/c16x/">C16X Walk-Behind Trencher</a></li>
			<li id="menu-item-9698" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9698"><a href="https://www.ditchwitch.com/trenchers/walk-behind/c24x/">C24X Walk-Behind Trencher</a></li>
			<li id="menu-item-9697" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9697"><a href="https://www.ditchwitch.com/trenchers/walk-behind/c30x/">C30X Walk-Behind Trencher</a></li>
			<li id="menu-item-9699" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9699"><a href="https://www.ditchwitch.com/trenchers/walk-behind/s3c/">S3C Trailer</a></li>
		</ul>
</li>
		<li id="menu-item-9659" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9659"><a href="#">Ride-On</a>
		<ul class="sub-menu">
			<li id="menu-item-9671" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9671"><a href="https://www.ditchwitch.com/trenchers/ride-on/rt45/">RT45 Ride-On Trencher</a></li>
			<li id="menu-item-9673" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9673"><a href="https://www.ditchwitch.com/trenchers/ride-on/rt70/">RT70 Ride-On Trencher</a></li>
			<li id="menu-item-9669" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9669"><a href="https://www.ditchwitch.com/trenchers/ride-on/rt80/">RT80 Ride-On Trencher</a></li>
			<li id="menu-item-9702" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9702"><a href="/trenchers/quad/rt120-quad">RT120 Quad</a></li>
			<li id="menu-item-9674" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9674"><a href="https://www.ditchwitch.com/trenchers/ride-on/rt120/">RT120 Ride-On Trencher</a></li>
			<li id="menu-item-9675" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9675"><a href="https://www.ditchwitch.com/trenchers/ride-on/rt125/">RT125 Ride-On Trencher</a></li>
			<li id="menu-item-9704" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9704"><a href="/stand-on-skid-steers/mini-skid-steers/st37x-stand-on-trencher">ST37X</a></li>
		</ul>
</li>
		<li id="menu-item-9660" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9660"><a href="#">Quad</a>
		<ul class="sub-menu">
			<li id="menu-item-9700" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9700"><a href="/trenchers/ride-on/rt70">RT70 Quad</a></li>
			<li id="menu-item-9701" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9701"><a href="/trenchers/ride-on/rt80">RT80 Quad</a></li>
			<li id="menu-item-9705" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9705"><a href="/trenchers/quad/rt120-quad">RT120 Quad</a></li>
			<li id="menu-item-9703" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9703"><a href="/trenchers/quad/rt125-quad">RT125 Quad</a></li>
		</ul>
</li>
		<li id="menu-item-9661" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9661"><a href="#">Micro</a>
		<ul class="sub-menu">
			<li id="menu-item-9649" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9649"><a href="https://www.ditchwitch.com/trenchers/micro/mt12/">MT12 Microtrencher</a></li>
			<li id="menu-item-9648" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9648"><a href="https://www.ditchwitch.com/trenchers/micro/mt16/">MT16 Microtrencher</a></li>
			<li id="menu-item-9645" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9645"><a href="https://www.ditchwitch.com/trenchers/micro/mt26/">MT26 Microtrencher</a></li>
			<li id="menu-item-9646" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9646"><a href="https://www.ditchwitch.com/trenchers/micro/mt122/">MT122 Microtrencher</a></li>
			<li id="menu-item-9647" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9647"><a href="https://www.ditchwitch.com/trenchers/micro/mt124/">MT124 Microtrencher</a></li>
			<li id="menu-item-9650" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9650"><a href="https://www.ditchwitch.com/trenchers/micro/mt164/">MT164 Microtrencher</a></li>
			<li id="menu-item-9651" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9651"><a href="https://www.ditchwitch.com/trenchers/micro/reinstatement/">1CM Concrete Mover</a></li>
			<li id="menu-item-20259" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20259"><a href="https://www.ditchwitch.com/trenchers/micro/reload-microtrencher-blade/">Reload Microtrencher Blade</a></li>
		</ul>
</li>
		<li id="menu-item-9663" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9663"><a href="#">Vibratory Plows</a>
		<ul class="sub-menu">
			<li id="menu-item-9657" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9657"><a href="https://www.ditchwitch.com/trenchers/vibratory-plows/100sx/">100SX</a></li>
			<li id="menu-item-9656" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9656"><a href="https://www.ditchwitch.com/trenchers/vibratory-plows/410sx/">410SX</a></li>
			<li id="menu-item-9655" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9655"><a href="https://www.ditchwitch.com/trenchers/vibratory-plows/vp30/">VP30</a></li>
			<li id="menu-item-11580" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11580"><a href="https://www.ditchwitch.com/trenchers/vibratory-plows/pt37-ride-on-plowtrencher/">PT37 Plow/Trencher</a></li>
			<li id="menu-item-9654" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9654"><a href="https://www.ditchwitch.com/trenchers/vibratory-plows/zahn-plow/">Zahn® Plow</a></li>
		</ul>
</li>
	</ul>
</li>
	<li id="menu-item-4645" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4645"><a href="https://www.ditchwitch.com/stand-on-skid-steers/">Stand-On Skid Steers</a>
	<ul class="sub-menu">
		<li id="menu-item-9688" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9688"><a href="#">Full-Size Skid Steers</a>
		<ul class="sub-menu">
			<li id="menu-item-9680" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9680"><a href="https://www.ditchwitch.com/stand-on-skid-steers/full-size-skid-steers/sk3000/">SK3000 Full-Size Skid Steer</a></li>
		</ul>
</li>
		<li id="menu-item-9689" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9689"><a href="#">Mini Skid Steers</a>
		<ul class="sub-menu">
			<li id="menu-item-9684" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9684"><a href="https://www.ditchwitch.com/stand-on-skid-steers/mini-skid-steers/sk600/">SK600 Mini Skid Steer</a></li>
			<li id="menu-item-9683" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9683"><a href="https://www.ditchwitch.com/stand-on-skid-steers/mini-skid-steers/sk800/">SK800 Mini Skid Steer</a></li>
			<li id="menu-item-9685" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9685"><a href="https://www.ditchwitch.com/stand-on-skid-steers/mini-skid-steers/sk900/">SK900 Mini Skid Steer</a></li>
			<li id="menu-item-9693" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9693"><a href="https://www.ditchwitch.com/stand-on-skid-steers/mini-skid-steers/sk1050/">SK1050 Mini Skid Steer</a></li>
			<li id="menu-item-9681" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9681"><a href="https://www.ditchwitch.com/stand-on-skid-steers/mini-skid-steers/sk1550/">SK1550 Mini Skid Steer</a></li>
			<li id="menu-item-9677" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9677"><a href="https://www.ditchwitch.com/stand-on-skid-steers/mini-skid-steers/st37x-stand-on-trencher/">ST37X Stand-On Trencher</a></li>
			<li id="menu-item-9686" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9686"><a href="https://www.ditchwitch.com/stand-on-skid-steers/mini-skid-steers/zahn-tool-carrier/">Zahn Tool Carrier</a></li>
		</ul>
</li>
		<li id="menu-item-9690" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9690"><a href="#">Coring</a>
		<ul class="sub-menu">
			<li id="menu-item-9692" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9692"><a href="https://www.ditchwitch.com/stand-on-skid-steers/coring/utilicor-mc-450/">Utilicor® MC-450</a></li>
		</ul>
</li>
		<li id="menu-item-9691" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9691"><a href="#">Attachments</a>
		<ul class="sub-menu">
			<li id="menu-item-14696" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14696"><a href="https://www.ditchwitch.com/sk-attachments/">Skid Steer Attachments</a></li>
		</ul>
</li>
	</ul>
</li>
</ul>
</li>
<li id="menu-item-3907" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3907"><a href="https://www.ditchwitch.com/jobsite-solutions/">Jobsite Solutions</a></li>
<li id="menu-item-3910" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3910"><a href="https://www.ditchwitch.com/support/">Support</a></li>
<li id="menu-item-3909" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3909"><a href="https://www.ditchwitch.com/parts/">Parts</a></li>
<li id="menu-item-3906" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3906"><a href="https://www.ditchwitch.com/about-us/">About</a></li>
<li id="menu-item-3908" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3908"><a href="https://www.ditchwitch.com/news-room/">News Room</a></li>
<li id="menu-item-3919" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3919"><a href="https://dealer.ditchwitch.com/com.cmw~custlogin-wm/custlogin/CustomerHome.jsp">MyDitchWitch</a></li>
<li id="menu-item-3918" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3918"><a href="#">More</a>
<ul class="sub-menu">
	<li id="menu-item-3921" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3921"><a href="https://dealer.ditchwitch.com/com.cmw~custlogin-wm/custlogin/RequestInfo.jsp">Request Info</a></li>
	<li id="menu-item-3923" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3923"><a href="/orange-insider-signup">Orange Insider</a></li>
	<li id="menu-item-3926" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3926"><a href="https://undergroundoutfitters.store/">Apparel</a></li>
	<li id="menu-item-3927" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3927"><a href="http://www.ditchwitchused.com/">Used Equipment</a></li>
	<li id="menu-item-3911" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3911"><a href="https://www.ditchwitch.com/were-in-this-together/">We’re In This Together</a></li>
</ul>
</li>
</ul>
        </div>


        	

        <div></div>
      
      </div>
      
    </div>
  </div>
  
  </div>
</div>
			<!-- end Fullscreen Menu -->		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-8103d33" data-id="8103d33" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-b829121 elementor-widget elementor-widget-image" data-id="b829121" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.ditchwitch.com">
							<img width="25" height="30" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2025%2030'%3E%3C/svg%3E" title="logo_0" alt="Ditch Witch" data-lazy-src="https://www.ditchwitch.com/wp-content/uploads/elementor/thumbs/logo_0-pss70t6fy0ypl0xkr1aymhxyqzul0q5th1oljx12io.png" /><noscript><img width="25" height="30" src="https://www.ditchwitch.com/wp-content/uploads/elementor/thumbs/logo_0-pss70t6fy0ypl0xkr1aymhxyqzul0q5th1oljx12io.png" title="logo_0" alt="Ditch Witch" loading="lazy" /></noscript>								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-2ba91e2 elementor-widget elementor-widget-heading" data-id="2ba91e2" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="https://www.ditchwitch.com">HOME</a></h2>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-e09be2e" data-id="e09be2e" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-48d9190 elementor-view-default elementor-widget elementor-widget-icon" data-id="48d9190" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<a class="elementor-icon" href="/equipment-landing/">
			<i aria-hidden="true" class="fas fa-cogs"></i>			</a>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-3d8e1f2 elementor-widget elementor-widget-heading" data-id="3d8e1f2" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/equipment-landing/">EQUIPMENT</a></h2>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-9b89add" data-id="9b89add" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-2294410 elementor-view-default elementor-widget elementor-widget-icon" data-id="2294410" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<a class="elementor-icon" href="/find-a-dealer/">
			<i aria-hidden="true" class="fas fa-map-marker-alt"></i>			</a>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-1b989d4 elementor-widget elementor-widget-heading" data-id="1b989d4" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/find-a-dealer/">DEALER</a></h2>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-f89ced8" data-id="f89ced8" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-ebb3021 elementor-view-default elementor-widget elementor-widget-icon" data-id="ebb3021" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<a class="elementor-icon" href="https://dealer.ditchwitch.com/com.cmw~custlogin-wm/custlogin/CustomerHome.jsp?_gl=1*1ntqpsx*_ga*MTEzMjM4OTg5NC4xNjYwMTQxMjYy*_ga_KYCYV5VPM6*MTY2MDc0ODkwNi4yMi4xLjE2NjA3NTA1MjMuMC4wLjA./">
			<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="25px" height="26px" viewBox="0 0 25 26"><defs><filter id="alpha" filterUnits="objectBoundingBox" x="0%" y="0%" width="100%" height="100%"></filter><mask id="mask0"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip1"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface5" clip-path="url(#clip1)"><path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 16.498125 0.998197 L 18.000937 3.496995 L 16.996875 3.496995 Z M 16.498125 0.998197 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask1"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip2"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface8" clip-path="url(#clip2)"><path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 25.501875 0.998197 L 25.003125 2.498798 L 24.497812 4.997596 L 23.999063 2.498798 Z M 25.501875 0.998197 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask2"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip3"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface11" clip-path="url(#clip3)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 14.503125 2.003005 L 14.503125 3.001202 Z M 14.503125 2.003005 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask3"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip4"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface14" clip-path="url(#clip4)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 27.496875 2.003005 L 27.496875 3.001202 Z M 27.496875 2.003005 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask4"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip5"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface17" clip-path="url(#clip5)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 12.501563 3.001202 L 12.501563 3.999399 Z M 12.501563 3.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask5"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip6"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface20" clip-path="url(#clip6)"><path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 29.498437 3.001202 C 31.165312 3.66887 31.5 4.336538 30.5025 4.997596 C 28.835625 4.336538 28.500937 3.66887 29.498437 3.001202 Z M 29.498437 3.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask6"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip7"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface23" clip-path="url(#clip7)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 9.5025 7.000601 L 9.5025 7.998798 Z M 9.5025 7.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask7"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip8"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface26" clip-path="url(#clip8)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 32.4975 7.000601 L 32.4975 7.998798 Z M 32.4975 7.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask8"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip9"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface29" clip-path="url(#clip9)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 8.498437 14.999399 L 8.498437 15.997596 Z M 8.498437 14.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask9"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip10"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface32" clip-path="url(#clip10)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 33.501562 14.999399 L 33.501562 15.997596 Z M 33.501562 14.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask10"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip11"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface35" clip-path="url(#clip11)"><path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 13.499062 15.997596 L 15.001875 16.5 L 13.499062 17.002404 Z M 13.499062 15.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask11"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip12"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface38" clip-path="url(#clip12)"><path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 27.496875 15.997596 L 28.999688 16.5 L 27.496875 17.002404 Z M 27.496875 15.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask12"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip13"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface41" clip-path="url(#clip13)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 10.5 22 L 10.5 22.998197 Z M 10.5 22 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask13"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip14"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface44" clip-path="url(#clip14)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 31.5 22 L 31.5 22.998197 Z M 31.5 22 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask14"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip15"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface47" clip-path="url(#clip15)"><path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 30.5025 25.001202 C 31.5 25.66887 31.165312 26.336538 29.498437 26.997596 C 28.500937 26.336538 28.835625 25.66887 30.5025 25.001202 Z M 30.5025 25.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask15"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip16"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface50" clip-path="url(#clip16)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 12.501563 25.999399 L 12.501563 26.997596 Z M 12.501563 25.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask16"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip17"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface53" clip-path="url(#clip17)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 11.4975 28.002404 L 11.4975 29.000601 Z M 11.4975 28.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask17"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip18"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface56" clip-path="url(#clip18)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 30.5025 28.002404 L 30.5025 29.000601 Z M 30.5025 28.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask18"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip19"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface59" clip-path="url(#clip19)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 15.500625 29.000601 L 15.500625 29.998798 Z M 15.500625 29.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask19"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip20"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface62" clip-path="url(#clip20)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 26.499375 29.000601 L 26.499375 29.998798 Z M 26.499375 29.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask20"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip21"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface65" clip-path="url(#clip21)"><path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 5.499375 30.996995 L 7.002187 32.497596 L 7.002187 43.497596 L 5.998125 43.497596 L 5.499375 32.001803 L 4.003125 32.497596 Z M 5.499375 30.996995 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask21"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip22"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface68" clip-path="url(#clip22)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 15.500625 30.996995 L 15.500625 32.001803 Z M 15.500625 30.996995 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask22"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip23"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface71" clip-path="url(#clip23)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 26.499375 30.996995 L 26.499375 32.001803 Z M 26.499375 30.996995 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask23"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip24"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface74" clip-path="url(#clip24)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 36.500625 30.996995 L 36.500625 32.001803 Z M 36.500625 30.996995 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask24"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip25"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface77" clip-path="url(#clip25)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 24.497812 32.001803 L 24.497812 33 Z M 24.497812 32.001803 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask25"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip26"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface80" clip-path="url(#clip26)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 2.500312 33.998197 L 2.500312 35.003005 Z M 2.500312 33.998197 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask26"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip27"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface83" clip-path="url(#clip27)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 39.499688 33.998197 L 39.499688 35.003005 Z M 39.499688 33.998197 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask27"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip28"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface86" clip-path="url(#clip28)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 0.49875 37.997596 L 0.49875 39.002404 Z M 0.49875 37.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask28"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.0431373;stroke:none;"></rect></g></mask><clipPath id="clip29"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface89" clip-path="url(#clip29)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 41.50125 37.997596 L 41.50125 39.002404 Z M 41.50125 37.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask29"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.447059;stroke:none;"></rect></g></mask><clipPath id="clip30"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface93" clip-path="url(#clip30)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 12.501563 3.999399 L 12.501563 4.997596 Z M 12.501563 3.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask30"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.447059;stroke:none;"></rect></g></mask><clipPath id="clip31"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface96" clip-path="url(#clip31)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 14.503125 4.997596 L 14.503125 6.002404 Z M 14.503125 4.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask31"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.447059;stroke:none;"></rect></g></mask><clipPath id="clip32"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface99" clip-path="url(#clip32)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 34.499063 14.001202 L 34.499063 14.999399 Z M 34.499063 14.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask32"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.447059;stroke:none;"></rect></g></mask><clipPath id="clip33"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface102" clip-path="url(#clip33)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 11.4975 22.998197 L 11.4975 24.003005 Z M 11.4975 22.998197 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask33"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.447059;stroke:none;"></rect></g></mask><clipPath id="clip34"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface105" clip-path="url(#clip34)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 9.5025 29.998798 L 9.5025 30.996995 Z M 9.5025 29.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask34"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.447059;stroke:none;"></rect></g></mask><clipPath id="clip35"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface108" clip-path="url(#clip35)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 27.496875 30.996995 L 27.496875 32.001803 Z M 27.496875 30.996995 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask35"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.447059;stroke:none;"></rect></g></mask><clipPath id="clip36"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface111" clip-path="url(#clip36)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 16.498125 32.001803 L 16.498125 33 Z M 16.498125 32.001803 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask36"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.447059;stroke:none;"></rect></g></mask><clipPath id="clip37"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface114" clip-path="url(#clip37)"><path style="fill-rule:nonzero;fill:rgb(4.313725%,3.137255%,3.137255%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 20.50125 33 L 21.9975 33.502404 L 20.50125 33.998197 Z M 20.50125 33 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask37"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.341176;stroke:none;"></rect></g></mask><clipPath id="clip38"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface117" clip-path="url(#clip38)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 24.497812 0 L 24.497812 0.998197 Z M 24.497812 0 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask38"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.341176;stroke:none;"></rect></g></mask><clipPath id="clip39"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface120" clip-path="url(#clip39)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 13.499062 3.001202 L 13.499062 3.999399 Z M 13.499062 3.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask39"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.341176;stroke:none;"></rect></g></mask><clipPath id="clip40"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface123" clip-path="url(#clip40)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 28.500937 3.001202 L 28.500937 3.999399 Z M 28.500937 3.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask40"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.341176;stroke:none;"></rect></g></mask><clipPath id="clip41"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface126" clip-path="url(#clip41)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 11.4975 4.997596 L 11.4975 6.002404 Z M 11.4975 4.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask41"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.341176;stroke:none;"></rect></g></mask><clipPath id="clip42"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface129" clip-path="url(#clip42)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 18.499688 4.997596 L 18.499688 6.002404 Z M 18.499688 4.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask42"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.341176;stroke:none;"></rect></g></mask><clipPath id="clip43"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface132" clip-path="url(#clip43)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 24.497812 6.002404 L 24.497812 7.000601 Z M 24.497812 6.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask43"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.341176;stroke:none;"></rect></g></mask><clipPath id="clip44"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface135" clip-path="url(#clip44)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 18.499688 7.000601 L 18.499688 7.998798 Z M 18.499688 7.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask44"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.341176;stroke:none;"></rect></g></mask><clipPath id="clip45"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface138" clip-path="url(#clip45)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 31.5 14.999399 L 31.5 15.997596 Z M 31.5 14.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask45"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.341176;stroke:none;"></rect></g></mask><clipPath id="clip46"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface141" clip-path="url(#clip46)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 18.499688 17.002404 L 18.499688 18.000601 Z M 18.499688 17.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask46"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.341176;stroke:none;"></rect></g></mask><clipPath id="clip47"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface144" clip-path="url(#clip47)"><path style="fill-rule:nonzero;fill:rgb(3.921569%,3.137255%,3.137255%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 23.500312 17.002404 L 25.003125 17.498197 L 23.500312 18.000601 Z M 23.500312 17.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask47"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.341176;stroke:none;"></rect></g></mask><clipPath id="clip48"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface147" clip-path="url(#clip48)"><path style="fill-rule:nonzero;fill:rgb(3.921569%,3.137255%,3.137255%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 29.498437 29.000601 C 30.5025 29.668269 30.167813 30.335938 28.500937 30.996995 C 27.496875 30.335938 27.831563 29.668269 29.498437 29.000601 Z M 29.498437 29.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask48"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.341176;stroke:none;"></rect></g></mask><clipPath id="clip49"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface150" clip-path="url(#clip49)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 18.499688 29.998798 L 18.499688 30.996995 Z M 18.499688 29.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask49"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.341176;stroke:none;"></rect></g></mask><clipPath id="clip50"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface153" clip-path="url(#clip50)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 23.500312 29.998798 L 23.500312 30.996995 Z M 23.500312 29.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask50"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.341176;stroke:none;"></rect></g></mask><clipPath id="clip51"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface156" clip-path="url(#clip51)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 2.500312 35.003005 L 2.500312 36.001202 Z M 2.500312 35.003005 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask51"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.407843;stroke:none;"></rect></g></mask><clipPath id="clip52"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface159" clip-path="url(#clip52)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 23.500312 4.997596 L 23.500312 6.002404 Z M 23.500312 4.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask52"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.407843;stroke:none;"></rect></g></mask><clipPath id="clip53"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface162" clip-path="url(#clip53)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 30.5025 4.997596 L 30.5025 6.002404 Z M 30.5025 4.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask53"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.407843;stroke:none;"></rect></g></mask><clipPath id="clip54"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface165" clip-path="url(#clip54)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 23.500312 7.000601 L 23.500312 7.998798 Z M 23.500312 7.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask54"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.407843;stroke:none;"></rect></g></mask><clipPath id="clip55"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface168" clip-path="url(#clip55)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 34.499063 11.998197 L 34.499063 13.003005 Z M 34.499063 11.998197 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask55"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.407843;stroke:none;"></rect></g></mask><clipPath id="clip56"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface171" clip-path="url(#clip56)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 7.500938 14.001202 L 7.500938 14.999399 Z M 7.500938 14.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask56"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.407843;stroke:none;"></rect></g></mask><clipPath id="clip57"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface174" clip-path="url(#clip57)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 10.5 19.996995 L 10.5 21.001803 Z M 10.5 19.996995 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask57"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.407843;stroke:none;"></rect></g></mask><clipPath id="clip58"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface177" clip-path="url(#clip58)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 12.501563 29.000601 L 12.501563 29.998798 Z M 12.501563 29.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask58"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.407843;stroke:none;"></rect></g></mask><clipPath id="clip59"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface180" clip-path="url(#clip59)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 25.501875 32.001803 L 25.501875 33 Z M 25.501875 32.001803 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask59"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.407843;stroke:none;"></rect></g></mask><clipPath id="clip60"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface183" clip-path="url(#clip60)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 39.499688 35.003005 L 39.499688 36.001202 Z M 39.499688 35.003005 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask60"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.964706;stroke:none;"></rect></g></mask><clipPath id="clip61"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface186" clip-path="url(#clip61)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 26.499375 3.001202 L 26.499375 3.999399 Z M 26.499375 3.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask61"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.964706;stroke:none;"></rect></g></mask><clipPath id="clip62"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface189" clip-path="url(#clip62)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 13.499062 3.999399 L 13.499062 4.997596 Z M 13.499062 3.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask62"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.964706;stroke:none;"></rect></g></mask><clipPath id="clip63"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface192" clip-path="url(#clip63)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 15.500625 6.002404 L 15.500625 7.000601 Z M 15.500625 6.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask63"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.964706;stroke:none;"></rect></g></mask><clipPath id="clip64"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface195" clip-path="url(#clip64)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 26.499375 6.002404 L 26.499375 7.000601 Z M 26.499375 6.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask64"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.964706;stroke:none;"></rect></g></mask><clipPath id="clip65"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface198" clip-path="url(#clip65)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 27.496875 32.001803 L 27.496875 33 Z M 27.496875 32.001803 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask65"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.964706;stroke:none;"></rect></g></mask><clipPath id="clip66"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface201" clip-path="url(#clip66)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 0.49875 43.001803 L 0.49875 44 Z M 0.49875 43.001803 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask66"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.792157;stroke:none;"></rect></g></mask><clipPath id="clip67"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface204" clip-path="url(#clip67)"><path style="fill-rule:nonzero;fill:rgb(4.705882%,3.921569%,3.921569%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 16.498125 3.001202 C 17.502187 3.66887 17.1675 4.336538 15.500625 4.997596 C 14.503125 4.336538 14.83125 3.66887 16.498125 3.001202 Z M 16.498125 3.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask67"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.792157;stroke:none;"></rect></g></mask><clipPath id="clip68"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface207" clip-path="url(#clip68)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 23.500312 3.001202 L 23.500312 3.999399 Z M 23.500312 3.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask68"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.792157;stroke:none;"></rect></g></mask><clipPath id="clip69"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface210" clip-path="url(#clip69)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 26.499375 3.999399 L 26.499375 4.997596 Z M 26.499375 3.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask69"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.792157;stroke:none;"></rect></g></mask><clipPath id="clip70"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface213" clip-path="url(#clip70)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 31.5 7.000601 L 31.5 7.998798 Z M 31.5 7.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask70"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.792157;stroke:none;"></rect></g></mask><clipPath id="clip71"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface216" clip-path="url(#clip71)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 9.5025 10.001803 L 9.5025 11 Z M 9.5025 10.001803 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask71"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.792157;stroke:none;"></rect></g></mask><clipPath id="clip72"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface219" clip-path="url(#clip72)"><path style="fill-rule:nonzero;fill:rgb(4.705882%,3.921569%,3.921569%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 8.498437 11.998197 C 9.5025 12.665865 9.167813 13.333534 7.500938 14.001202 C 6.496875 13.333534 6.831562 12.665865 8.498437 11.998197 Z M 8.498437 11.998197 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask72"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.792157;stroke:none;"></rect></g></mask><clipPath id="clip73"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface222" clip-path="url(#clip73)"><path style="fill-rule:nonzero;fill:rgb(4.705882%,3.921569%,3.921569%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 33.501562 11.998197 C 35.168437 12.665865 35.503125 13.333534 34.499063 14.001202 C 32.832187 13.333534 32.4975 12.665865 33.501562 11.998197 Z M 33.501562 11.998197 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask73"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.792157;stroke:none;"></rect></g></mask><clipPath id="clip74"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface225" clip-path="url(#clip74)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 28.500937 14.999399 L 28.500937 15.997596 Z M 28.500937 14.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask74"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.792157;stroke:none;"></rect></g></mask><clipPath id="clip75"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface228" clip-path="url(#clip75)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 13.499062 17.002404 L 13.499062 18.000601 Z M 13.499062 17.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask75"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.792157;stroke:none;"></rect></g></mask><clipPath id="clip76"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface231" clip-path="url(#clip76)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 28.500937 17.002404 L 28.500937 18.000601 Z M 28.500937 17.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask76"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.792157;stroke:none;"></rect></g></mask><clipPath id="clip77"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface234" clip-path="url(#clip77)"><path style="fill-rule:nonzero;fill:rgb(4.705882%,3.921569%,3.921569%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 31.5 17.002404 L 31.99875 18.503005 L 31.00125 18.503005 Z M 31.5 17.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask77"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.792157;stroke:none;"></rect></g></mask><clipPath id="clip78"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface237" clip-path="url(#clip78)"><path style="fill-rule:nonzero;fill:rgb(4.705882%,3.921569%,3.921569%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 13.499062 25.999399 L 15.999375 28.498197 L 15.500625 29.000601 L 13.000312 26.501803 Z M 13.499062 25.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask78"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.792157;stroke:none;"></rect></g></mask><clipPath id="clip79"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface240" clip-path="url(#clip79)"><path style="fill-rule:nonzero;fill:rgb(4.705882%,3.921569%,3.921569%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 28.500937 25.999399 L 28.999688 26.501803 L 26.499375 29.000601 L 26.000625 28.498197 Z M 28.500937 25.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask79"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.792157;stroke:none;"></rect></g></mask><clipPath id="clip80"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface243" clip-path="url(#clip80)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 11.4975 29.000601 L 11.4975 29.998798 Z M 11.4975 29.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask80"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.792157;stroke:none;"></rect></g></mask><clipPath id="clip81"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface246" clip-path="url(#clip81)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 17.502187 29.000601 L 17.502187 29.998798 Z M 17.502187 29.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask81"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.792157;stroke:none;"></rect></g></mask><clipPath id="clip82"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface249" clip-path="url(#clip82)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 24.497812 29.000601 L 24.497812 29.998798 Z M 24.497812 29.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask82"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.792157;stroke:none;"></rect></g></mask><clipPath id="clip83"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface252" clip-path="url(#clip83)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 30.5025 29.000601 L 30.5025 29.998798 Z M 30.5025 29.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask83"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.792157;stroke:none;"></rect></g></mask><clipPath id="clip84"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface255" clip-path="url(#clip84)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 15.500625 32.001803 L 15.500625 33 Z M 15.500625 32.001803 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask84"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.792157;stroke:none;"></rect></g></mask><clipPath id="clip85"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface258" clip-path="url(#clip85)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 26.499375 32.001803 L 26.499375 33 Z M 26.499375 32.001803 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask85"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.792157;stroke:none;"></rect></g></mask><clipPath id="clip86"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface261" clip-path="url(#clip86)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 4.501875 33 L 4.501875 33.998197 Z M 4.501875 33 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask86"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.792157;stroke:none;"></rect></g></mask><clipPath id="clip87"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface264" clip-path="url(#clip87)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 37.498125 33 L 37.498125 33.998197 Z M 37.498125 33 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask87"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.792157;stroke:none;"></rect></g></mask><clipPath id="clip88"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface267" clip-path="url(#clip88)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 1.502812 37.997596 L 1.502812 39.002404 Z M 1.502812 37.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask88"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.792157;stroke:none;"></rect></g></mask><clipPath id="clip89"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface270" clip-path="url(#clip89)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 40.497187 37.997596 L 40.497187 39.002404 Z M 40.497187 37.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask89"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.933333;stroke:none;"></rect></g></mask><clipPath id="clip90"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface273" clip-path="url(#clip90)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 23.500312 2.003005 L 23.500312 3.001202 Z M 23.500312 2.003005 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask90"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.933333;stroke:none;"></rect></g></mask><clipPath id="clip91"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface276" clip-path="url(#clip91)"><path style="fill-rule:nonzero;fill:rgb(5.098039%,4.313725%,4.313725%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 28.500937 3.999399 C 30.167813 4.667067 30.5025 5.334736 29.498437 6.002404 C 27.831563 5.334736 27.496875 4.667067 28.500937 3.999399 Z M 28.500937 3.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask91"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.933333;stroke:none;"></rect></g></mask><clipPath id="clip92"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface279" clip-path="url(#clip92)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 12.501563 4.997596 L 12.501563 6.002404 Z M 12.501563 4.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask92"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.933333;stroke:none;"></rect></g></mask><clipPath id="clip93"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface282" clip-path="url(#clip93)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 14.503125 6.002404 L 14.503125 7.000601 Z M 14.503125 6.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask93"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.933333;stroke:none;"></rect></g></mask><clipPath id="clip94"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface285" clip-path="url(#clip94)"><path style="fill-rule:nonzero;fill:rgb(5.098039%,4.313725%,4.313725%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 19.497187 6.002404 L 20.0025 7.503005 C 19.333125 9.16887 18.66375 9.499399 18.000937 8.501202 Z M 19.497187 6.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask94"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.933333;stroke:none;"></rect></g></mask><clipPath id="clip95"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface288" clip-path="url(#clip95)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 27.496875 6.002404 L 27.496875 7.000601 Z M 27.496875 6.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask95"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.933333;stroke:none;"></rect></g></mask><clipPath id="clip96"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface291" clip-path="url(#clip96)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 10.5 7.998798 L 10.5 8.996995 Z M 10.5 7.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask96"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.933333;stroke:none;"></rect></g></mask><clipPath id="clip97"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface294" clip-path="url(#clip97)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 23.500312 7.998798 L 23.500312 8.996995 Z M 23.500312 7.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask97"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.933333;stroke:none;"></rect></g></mask><clipPath id="clip98"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface297" clip-path="url(#clip98)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 14.503125 14.999399 L 14.503125 15.997596 Z M 14.503125 14.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask98"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.933333;stroke:none;"></rect></g></mask><clipPath id="clip99"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface300" clip-path="url(#clip99)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 12.501563 29.998798 L 12.501563 30.996995 Z M 12.501563 29.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask99"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.933333;stroke:none;"></rect></g></mask><clipPath id="clip100"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface303" clip-path="url(#clip100)"><path style="fill-rule:nonzero;fill:rgb(5.098039%,4.313725%,4.313725%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 29.498437 29.998798 C 30.5025 30.666466 30.167813 31.334135 28.500937 32.001803 C 27.496875 31.334135 27.831563 30.666466 29.498437 29.998798 Z M 29.498437 29.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask100"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.933333;stroke:none;"></rect></g></mask><clipPath id="clip101"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface306" clip-path="url(#clip101)"><path style="fill-rule:nonzero;fill:rgb(5.098039%,4.313725%,4.313725%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 5.499375 33 L 5.998125 43.497596 L 5.000625 43.497596 Z M 5.499375 33 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask101"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.933333;stroke:none;"></rect></g></mask><clipPath id="clip102"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface309" clip-path="url(#clip102)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 17.502187 33 L 17.502187 33.998197 Z M 17.502187 33 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask102"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.933333;stroke:none;"></rect></g></mask><clipPath id="clip103"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface312" clip-path="url(#clip103)"><path style="fill-rule:nonzero;fill:rgb(5.098039%,4.313725%,4.313725%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 36.500625 33 L 36.999375 43.497596 L 36.001875 43.497596 Z M 36.500625 33 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask103"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.933333;stroke:none;"></rect></g></mask><clipPath id="clip104"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface315" clip-path="url(#clip104)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 1.502812 39.002404 L 1.502812 40.000601 Z M 1.502812 39.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask104"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip105"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface318" clip-path="url(#clip105)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 17.502187 0.998197 L 17.502187 2.003005 Z M 17.502187 0.998197 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask105"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip106"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface321" clip-path="url(#clip106)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 24.497812 0.998197 L 24.497812 2.003005 Z M 24.497812 0.998197 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask106"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip107"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface324" clip-path="url(#clip107)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 14.503125 3.001202 L 14.503125 3.999399 Z M 14.503125 3.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask107"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip108"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface327" clip-path="url(#clip108)"><path style="fill-rule:nonzero;fill:rgb(2.745098%,1.960784%,1.960784%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 27.496875 3.001202 L 28.002187 4.501803 L 26.998125 4.501803 Z M 27.496875 3.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask108"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip109"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface330" clip-path="url(#clip109)"><path style="fill-rule:nonzero;fill:rgb(2.745098%,1.960784%,1.960784%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 17.502187 3.999399 L 18.000937 5.5 L 16.996875 5.5 Z M 17.502187 3.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask109"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip110"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface333" clip-path="url(#clip110)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 24.497812 4.997596 L 24.497812 6.002404 Z M 24.497812 4.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask110"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip111"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface336" clip-path="url(#clip111)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 10.5 6.002404 L 10.5 7.000601 Z M 10.5 6.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask111"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip112"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface339" clip-path="url(#clip112)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 8.498437 11 L 8.498437 11.998197 Z M 8.498437 11 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask112"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip113"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface342" clip-path="url(#clip113)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 33.501562 11 L 33.501562 11.998197 Z M 33.501562 11 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask113"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip114"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface345" clip-path="url(#clip114)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 32.4975 14.999399 L 32.4975 15.997596 Z M 32.4975 14.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask114"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip115"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface348" clip-path="url(#clip115)"><path style="fill-rule:nonzero;fill:rgb(2.745098%,1.960784%,1.960784%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 10.5 15.997596 L 13.000312 16.5 L 10.5 17.002404 Z M 10.5 15.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask115"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip116"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface351" clip-path="url(#clip116)"><path style="fill-rule:nonzero;fill:rgb(2.745098%,1.960784%,1.960784%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 15.500625 15.997596 L 18.000937 16.5 L 15.500625 17.002404 Z M 15.500625 15.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask116"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip117"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface354" clip-path="url(#clip117)"><path style="fill-rule:nonzero;fill:rgb(2.745098%,1.960784%,1.960784%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 25.501875 15.997596 L 26.998125 16.5 L 25.501875 17.002404 Z M 25.501875 15.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask117"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip118"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface357" clip-path="url(#clip118)"><path style="fill-rule:nonzero;fill:rgb(2.745098%,1.960784%,1.960784%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 29.498437 15.997596 L 31.00125 16.5 L 29.498437 17.002404 Z M 29.498437 15.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask118"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip119"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface360" clip-path="url(#clip119)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 10.5 21.001803 L 10.5 22 Z M 10.5 21.001803 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask119"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip120"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface363" clip-path="url(#clip120)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 11.4975 24.003005 L 11.4975 25.001202 Z M 11.4975 24.003005 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask120"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip121"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface366" clip-path="url(#clip121)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 30.5025 24.003005 L 30.5025 25.001202 Z M 30.5025 24.003005 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask121"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip122"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface369" clip-path="url(#clip122)"><path style="fill-rule:nonzero;fill:rgb(2.745098%,1.960784%,1.960784%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 13.499062 26.997596 C 15.165938 27.665264 15.500625 28.332933 14.503125 29.000601 C 12.83625 28.332933 12.501563 27.665264 13.499062 26.997596 Z M 13.499062 26.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask122"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip123"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface372" clip-path="url(#clip123)"><path style="fill-rule:nonzero;fill:rgb(2.745098%,1.960784%,1.960784%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 28.500937 26.997596 C 29.498437 27.665264 29.16375 28.332933 27.496875 29.000601 C 26.499375 28.332933 26.834062 27.665264 28.500937 26.997596 Z M 28.500937 26.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask123"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip124"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface375" clip-path="url(#clip124)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 9.5025 29.000601 L 9.5025 29.998798 Z M 9.5025 29.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask124"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip125"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface378" clip-path="url(#clip125)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 17.502187 29.998798 L 17.502187 30.996995 Z M 17.502187 29.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask125"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip126"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface381" clip-path="url(#clip126)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 24.497812 29.998798 L 24.497812 30.996995 Z M 24.497812 29.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask126"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip127"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface384" clip-path="url(#clip127)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 17.502187 32.001803 L 17.502187 33 Z M 17.502187 32.001803 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask127"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip128"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface387" clip-path="url(#clip128)"><path style="fill-rule:nonzero;fill:rgb(2.745098%,1.960784%,1.960784%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 37.498125 32.001803 C 39.165 32.669471 39.499688 33.330529 38.502187 33.998197 C 36.835313 33.330529 36.500625 32.669471 37.498125 32.001803 Z M 37.498125 32.001803 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask128"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip129"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface390" clip-path="url(#clip129)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 3.497812 33 L 3.497812 33.998197 Z M 3.497812 33 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask129"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip130"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface393" clip-path="url(#clip130)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 1.502812 36.001202 L 1.502812 36.999399 Z M 1.502812 36.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask130"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip131"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface396" clip-path="url(#clip131)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 40.497187 36.001202 L 40.497187 36.999399 Z M 40.497187 36.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask131"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.152941;stroke:none;"></rect></g></mask><clipPath id="clip132"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface399" clip-path="url(#clip132)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(2.745098%,1.960784%,1.960784%);stroke-opacity:1;stroke-miterlimit:4;" d="M 0.49875 39.002404 L 0.49875 40.000601 Z M 0.49875 39.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask132"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.890196;stroke:none;"></rect></g></mask><clipPath id="clip133"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface402" clip-path="url(#clip133)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 18.499688 2.003005 L 18.499688 3.001202 Z M 18.499688 2.003005 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask133"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.890196;stroke:none;"></rect></g></mask><clipPath id="clip134"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface405" clip-path="url(#clip134)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 16.498125 3.999399 L 16.498125 4.997596 Z M 16.498125 3.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask134"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.890196;stroke:none;"></rect></g></mask><clipPath id="clip135"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface408" clip-path="url(#clip135)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 25.501875 3.999399 L 25.501875 4.997596 Z M 25.501875 3.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask135"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.890196;stroke:none;"></rect></g></mask><clipPath id="clip136"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface411" clip-path="url(#clip136)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 32.4975 10.001803 L 32.4975 11 Z M 32.4975 10.001803 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask136"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.890196;stroke:none;"></rect></g></mask><clipPath id="clip137"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface414" clip-path="url(#clip137)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 8.498437 14.001202 L 8.498437 14.999399 Z M 8.498437 14.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask137"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.890196;stroke:none;"></rect></g></mask><clipPath id="clip138"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface417" clip-path="url(#clip138)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 33.501562 14.001202 L 33.501562 14.999399 Z M 33.501562 14.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask138"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.890196;stroke:none;"></rect></g></mask><clipPath id="clip139"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface420" clip-path="url(#clip139)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 13.499062 14.999399 L 13.499062 15.997596 Z M 13.499062 14.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask139"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.890196;stroke:none;"></rect></g></mask><clipPath id="clip140"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface423" clip-path="url(#clip140)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 27.496875 14.999399 L 27.496875 15.997596 Z M 27.496875 14.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask140"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.890196;stroke:none;"></rect></g></mask><clipPath id="clip141"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface426" clip-path="url(#clip141)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 12.501563 17.002404 L 12.501563 18.000601 Z M 12.501563 17.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask141"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.890196;stroke:none;"></rect></g></mask><clipPath id="clip142"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface429" clip-path="url(#clip142)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 29.498437 17.002404 L 29.498437 18.000601 Z M 29.498437 17.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask142"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.890196;stroke:none;"></rect></g></mask><clipPath id="clip143"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface432" clip-path="url(#clip143)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 11.4975 22 L 11.4975 22.998197 Z M 11.4975 22 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask143"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.890196;stroke:none;"></rect></g></mask><clipPath id="clip144"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface435" clip-path="url(#clip144)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 30.5025 22 L 30.5025 22.998197 Z M 30.5025 22 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask144"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.890196;stroke:none;"></rect></g></mask><clipPath id="clip145"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface438" clip-path="url(#clip145)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 12.501563 24.003005 L 12.501563 25.001202 Z M 12.501563 24.003005 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask145"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.890196;stroke:none;"></rect></g></mask><clipPath id="clip146"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface441" clip-path="url(#clip146)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 29.498437 24.003005 L 29.498437 25.001202 Z M 29.498437 24.003005 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask146"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.890196;stroke:none;"></rect></g></mask><clipPath id="clip147"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface444" clip-path="url(#clip147)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 24.497812 33 L 24.497812 33.998197 Z M 24.497812 33 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask147"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.890196;stroke:none;"></rect></g></mask><clipPath id="clip148"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface447" clip-path="url(#clip148)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 2.500312 36.001202 L 2.500312 36.999399 Z M 2.500312 36.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask148"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.890196;stroke:none;"></rect></g></mask><clipPath id="clip149"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface450" clip-path="url(#clip149)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 39.499688 36.001202 L 39.499688 36.999399 Z M 39.499688 36.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask149"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.890196;stroke:none;"></rect></g></mask><clipPath id="clip150"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface453" clip-path="url(#clip150)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 0.49875 41.996995 L 0.49875 43.001803 Z M 0.49875 41.996995 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask150"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.890196;stroke:none;"></rect></g></mask><clipPath id="clip151"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface456" clip-path="url(#clip151)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 41.50125 41.996995 L 41.50125 43.001803 Z M 41.50125 41.996995 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask151"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip152"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface459" clip-path="url(#clip152)"><path style="fill-rule:nonzero;fill:rgb(5.098039%,4.313725%,4.313725%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 18.499688 0 L 18.998437 1.500601 L 18.000937 1.500601 Z M 18.499688 0 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask152"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip153"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface462" clip-path="url(#clip153)"><path style="fill-rule:nonzero;fill:rgb(5.098039%,4.313725%,4.313725%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 23.500312 0 L 23.999063 1.500601 L 23.001562 1.500601 Z M 23.500312 0 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask153"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip154"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface465" clip-path="url(#clip154)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 13.499062 4.997596 L 13.499062 6.002404 Z M 13.499062 4.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask154"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip155"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface468" clip-path="url(#clip155)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 19.497187 4.997596 L 19.497187 6.002404 Z M 19.497187 4.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask155"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip156"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface471" clip-path="url(#clip156)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 22.502812 4.997596 L 22.502812 6.002404 Z M 22.502812 4.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask156"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip157"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface474" clip-path="url(#clip157)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 17.502187 7.998798 L 17.502187 8.996995 Z M 17.502187 7.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask157"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip158"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface477" clip-path="url(#clip158)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 19.497187 7.998798 L 19.497187 8.996995 Z M 19.497187 7.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask158"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip159"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface480" clip-path="url(#clip159)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 24.497812 7.998798 L 24.497812 8.996995 Z M 24.497812 7.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask159"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip160"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface483" clip-path="url(#clip160)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 9.5025 11 L 9.5025 11.998197 Z M 9.5025 11 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask160"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip161"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface486" clip-path="url(#clip161)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 32.4975 11 L 32.4975 11.998197 Z M 32.4975 11 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask161"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip162"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface489" clip-path="url(#clip162)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 10.5 14.001202 L 10.5 14.999399 Z M 10.5 14.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask162"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip163"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface492" clip-path="url(#clip163)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 31.5 14.001202 L 31.5 14.999399 Z M 31.5 14.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask163"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip164"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface495" clip-path="url(#clip164)"><path style="fill-rule:nonzero;fill:rgb(5.098039%,4.313725%,4.313725%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 16.498125 14.999399 L 18.998437 15.501803 L 16.498125 15.997596 Z M 16.498125 14.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask164"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip165"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface498" clip-path="url(#clip165)"><path style="fill-rule:nonzero;fill:rgb(5.098039%,4.313725%,4.313725%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 24.497812 14.999399 L 26.000625 15.501803 L 24.497812 15.997596 Z M 24.497812 14.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask165"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip166"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface501" clip-path="url(#clip166)"><path style="fill-rule:nonzero;fill:rgb(5.098039%,4.313725%,4.313725%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 18.499688 18.000601 L 25.003125 18.503005 L 18.499688 18.998798 Z M 18.499688 18.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask166"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip167"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface504" clip-path="url(#clip167)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 11.4975 21.001803 L 11.4975 22 Z M 11.4975 21.001803 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask167"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip168"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface507" clip-path="url(#clip168)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 30.5025 21.001803 L 30.5025 22 Z M 30.5025 21.001803 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask168"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip169"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface510" clip-path="url(#clip169)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 12.501563 22.998197 L 12.501563 24.003005 Z M 12.501563 22.998197 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask169"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip170"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface513" clip-path="url(#clip170)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 29.498437 22.998197 L 29.498437 24.003005 Z M 29.498437 22.998197 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask170"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip171"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface516" clip-path="url(#clip171)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 10.5 29.998798 L 10.5 30.996995 Z M 10.5 29.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask171"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip172"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface519" clip-path="url(#clip172)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 31.5 29.998798 L 31.5 30.996995 Z M 31.5 29.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask172"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip173"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface522" clip-path="url(#clip173)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 14.503125 32.001803 L 14.503125 33 Z M 14.503125 32.001803 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask173"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip174"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface525" clip-path="url(#clip174)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 16.498125 33 L 16.498125 33.998197 Z M 16.498125 33 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask174"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip175"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface528" clip-path="url(#clip175)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 25.501875 33 L 25.501875 33.998197 Z M 25.501875 33 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask175"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip176"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface531" clip-path="url(#clip176)"><path style="fill-rule:nonzero;fill:rgb(5.098039%,4.313725%,4.313725%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 20.50125 33.998197 L 23.001562 34.500601 L 20.50125 35.003005 Z M 20.50125 33.998197 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask176"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip177"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface534" clip-path="url(#clip177)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 3.497812 35.003005 L 3.497812 36.001202 Z M 3.497812 35.003005 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask177"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip178"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface537" clip-path="url(#clip178)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 38.502187 35.003005 L 38.502187 36.001202 Z M 38.502187 35.003005 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask178"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip179"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface540" clip-path="url(#clip179)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 1.502812 40.000601 L 1.502812 40.998798 Z M 1.502812 40.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask179"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.984314;stroke:none;"></rect></g></mask><clipPath id="clip180"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface543" clip-path="url(#clip180)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 41.50125 43.001803 L 41.50125 44 Z M 41.50125 43.001803 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask180"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.956863;stroke:none;"></rect></g></mask><clipPath id="clip181"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface546" clip-path="url(#clip181)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 15.500625 3.001202 L 15.500625 3.999399 Z M 15.500625 3.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask181"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.956863;stroke:none;"></rect></g></mask><clipPath id="clip182"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface549" clip-path="url(#clip182)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 16.498125 4.997596 L 16.498125 6.002404 Z M 16.498125 4.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask182"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.956863;stroke:none;"></rect></g></mask><clipPath id="clip183"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface552" clip-path="url(#clip183)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 28.500937 4.997596 L 28.500937 6.002404 Z M 28.500937 4.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask183"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.956863;stroke:none;"></rect></g></mask><clipPath id="clip184"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface555" clip-path="url(#clip184)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 11.4975 6.002404 L 11.4975 7.000601 Z M 11.4975 6.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask184"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.956863;stroke:none;"></rect></g></mask><clipPath id="clip185"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface558" clip-path="url(#clip185)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 22.502812 6.002404 L 22.502812 7.000601 Z M 22.502812 6.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask185"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.956863;stroke:none;"></rect></g></mask><clipPath id="clip186"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface561" clip-path="url(#clip186)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 30.5025 6.002404 L 30.5025 7.000601 Z M 30.5025 6.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask186"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.956863;stroke:none;"></rect></g></mask><clipPath id="clip187"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface564" clip-path="url(#clip187)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 9.5025 14.001202 L 9.5025 14.999399 Z M 9.5025 14.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask187"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.956863;stroke:none;"></rect></g></mask><clipPath id="clip188"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface567" clip-path="url(#clip188)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 15.500625 14.999399 L 15.500625 15.997596 Z M 15.500625 14.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask188"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.956863;stroke:none;"></rect></g></mask><clipPath id="clip189"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface570" clip-path="url(#clip189)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 26.499375 14.999399 L 26.499375 15.997596 Z M 26.499375 14.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask189"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.956863;stroke:none;"></rect></g></mask><clipPath id="clip190"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface573" clip-path="url(#clip190)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 11.4975 17.002404 L 11.4975 18.000601 Z M 11.4975 17.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask190"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.956863;stroke:none;"></rect></g></mask><clipPath id="clip191"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface576" clip-path="url(#clip191)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 30.5025 17.002404 L 30.5025 18.000601 Z M 30.5025 17.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask191"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.956863;stroke:none;"></rect></g></mask><clipPath id="clip192"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface579" clip-path="url(#clip192)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 13.499062 30.996995 L 13.499062 32.001803 Z M 13.499062 30.996995 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask192"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.956863;stroke:none;"></rect></g></mask><clipPath id="clip193"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface582" clip-path="url(#clip193)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 40.497187 39.002404 L 40.497187 40.000601 Z M 40.497187 39.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask193"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.960784;stroke:none;"></rect></g></mask><clipPath id="clip194"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface585" clip-path="url(#clip194)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.490196%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 25.501875 4.997596 L 25.501875 6.002404 Z M 25.501875 4.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask194"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.960784;stroke:none;"></rect></g></mask><clipPath id="clip195"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface588" clip-path="url(#clip195)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.490196%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 22.502812 7.000601 L 22.502812 7.998798 Z M 22.502812 7.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask195"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.960784;stroke:none;"></rect></g></mask><clipPath id="clip196"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface591" clip-path="url(#clip196)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.490196%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 31.5 7.998798 L 31.5 8.996995 Z M 31.5 7.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask196"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.960784;stroke:none;"></rect></g></mask><clipPath id="clip197"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface594" clip-path="url(#clip197)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.490196%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 32.4975 14.001202 L 32.4975 14.999399 Z M 32.4975 14.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask197"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.960784;stroke:none;"></rect></g></mask><clipPath id="clip198"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface597" clip-path="url(#clip198)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.490196%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 18.499688 29.000601 L 18.499688 29.998798 Z M 18.499688 29.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask198"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.960784;stroke:none;"></rect></g></mask><clipPath id="clip199"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface600" clip-path="url(#clip199)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.490196%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 23.500312 29.000601 L 23.500312 29.998798 Z M 23.500312 29.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask199"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.25098;stroke:none;"></rect></g></mask><clipPath id="clip200"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface603" clip-path="url(#clip200)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 17.502187 0 L 17.502187 0.998197 Z M 17.502187 0 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask200"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.25098;stroke:none;"></rect></g></mask><clipPath id="clip201"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface606" clip-path="url(#clip201)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 14.503125 3.999399 L 14.503125 4.997596 Z M 14.503125 3.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask201"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.25098;stroke:none;"></rect></g></mask><clipPath id="clip202"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface609" clip-path="url(#clip202)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 18.499688 6.002404 L 18.499688 7.000601 Z M 18.499688 6.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask202"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.25098;stroke:none;"></rect></g></mask><clipPath id="clip203"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface612" clip-path="url(#clip203)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 23.500312 6.002404 L 23.500312 7.000601 Z M 23.500312 6.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask203"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.25098;stroke:none;"></rect></g></mask><clipPath id="clip204"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface615" clip-path="url(#clip204)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 31.5 6.002404 L 31.5 7.000601 Z M 31.5 6.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask204"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.25098;stroke:none;"></rect></g></mask><clipPath id="clip205"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface618" clip-path="url(#clip205)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 9.5025 7.998798 L 9.5025 8.996995 Z M 9.5025 7.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask205"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.25098;stroke:none;"></rect></g></mask><clipPath id="clip206"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface621" clip-path="url(#clip206)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 32.4975 7.998798 L 32.4975 8.996995 Z M 32.4975 7.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask206"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.25098;stroke:none;"></rect></g></mask><clipPath id="clip207"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface624" clip-path="url(#clip207)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 9.5025 14.999399 L 9.5025 15.997596 Z M 9.5025 14.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask207"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.25098;stroke:none;"></rect></g></mask><clipPath id="clip208"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface627" clip-path="url(#clip208)"><path style="fill-rule:nonzero;fill:rgb(3.921569%,3.137255%,3.137255%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 18.499688 15.997596 L 25.003125 16.5 C 24.038438 17.875 22.2075 18.370793 19.497187 18.000601 C 17.830312 17.332933 17.502187 16.665264 18.499688 15.997596 Z M 18.499688 15.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask208"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.25098;stroke:none;"></rect></g></mask><clipPath id="clip209"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface630" clip-path="url(#clip209)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 31.5 15.997596 L 31.5 17.002404 Z M 31.5 15.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask209"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.25098;stroke:none;"></rect></g></mask><clipPath id="clip210"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface633" clip-path="url(#clip210)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 31.5 21.001803 L 31.5 22 Z M 31.5 21.001803 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask210"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.25098;stroke:none;"></rect></g></mask><clipPath id="clip211"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface636" clip-path="url(#clip211)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 32.4975 29.000601 L 32.4975 29.998798 Z M 32.4975 29.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask211"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.25098;stroke:none;"></rect></g></mask><clipPath id="clip212"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface639" clip-path="url(#clip212)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,3.137255%,3.137255%);stroke-opacity:1;stroke-miterlimit:4;" d="M 41.50125 39.002404 L 41.50125 40.000601 Z M 41.50125 39.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask212"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.466667;stroke:none;"></rect></g></mask><clipPath id="clip213"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface642" clip-path="url(#clip213)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 16.498125 17.002404 L 16.498125 18.000601 Z M 16.498125 17.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask213"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.466667;stroke:none;"></rect></g></mask><clipPath id="clip214"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface645" clip-path="url(#clip214)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 25.501875 17.002404 L 25.501875 18.000601 Z M 25.501875 17.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask214"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.466667;stroke:none;"></rect></g></mask><clipPath id="clip215"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface648" clip-path="url(#clip215)"><path style="fill-rule:nonzero;fill:rgb(5.098039%,3.921569%,3.921569%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 9.5025 30.996995 L 10.00125 43.497596 L 8.997187 43.497596 Z M 9.5025 30.996995 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask215"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.466667;stroke:none;"></rect></g></mask><clipPath id="clip216"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface651" clip-path="url(#clip216)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 1.502812 36.999399 L 1.502812 37.997596 Z M 1.502812 36.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask216"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.466667;stroke:none;"></rect></g></mask><clipPath id="clip217"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface654" clip-path="url(#clip217)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 41.50125 40.000601 L 41.50125 40.998798 Z M 41.50125 40.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask217"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.643137;stroke:none;"></rect></g></mask><clipPath id="clip218"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface657" clip-path="url(#clip218)"><path style="fill-rule:nonzero;fill:rgb(4.313725%,3.529412%,3.529412%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 15.500625 2.003005 L 16.996875 2.498798 L 15.500625 3.001202 Z M 15.500625 2.003005 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask218"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.643137;stroke:none;"></rect></g></mask><clipPath id="clip219"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface660" clip-path="url(#clip219)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 26.499375 2.003005 L 26.499375 3.001202 Z M 26.499375 2.003005 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask219"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.643137;stroke:none;"></rect></g></mask><clipPath id="clip220"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface663" clip-path="url(#clip220)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 15.500625 4.997596 L 15.500625 6.002404 Z M 15.500625 4.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask220"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.643137;stroke:none;"></rect></g></mask><clipPath id="clip221"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface666" clip-path="url(#clip221)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 26.499375 4.997596 L 26.499375 6.002404 Z M 26.499375 4.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask221"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.643137;stroke:none;"></rect></g></mask><clipPath id="clip222"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface669" clip-path="url(#clip222)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 11.4975 14.999399 L 11.4975 15.997596 Z M 11.4975 14.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask222"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.643137;stroke:none;"></rect></g></mask><clipPath id="clip223"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface672" clip-path="url(#clip223)"><path style="fill-rule:nonzero;fill:rgb(4.313725%,3.529412%,3.529412%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 10.5 17.002404 L 10.99875 18.503005 L 10.00125 18.503005 Z M 10.5 17.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask223"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.643137;stroke:none;"></rect></g></mask><clipPath id="clip224"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface675" clip-path="url(#clip224)"><path style="fill-rule:nonzero;fill:rgb(4.313725%,3.529412%,3.529412%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 31.5 29.000601 C 33.166875 29.668269 33.501562 30.335938 32.4975 30.996995 C 30.830625 30.335938 30.5025 29.668269 31.5 29.000601 Z M 31.5 29.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask224"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.643137;stroke:none;"></rect></g></mask><clipPath id="clip225"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface678" clip-path="url(#clip225)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 5.499375 32.001803 L 5.499375 33 Z M 5.499375 32.001803 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask225"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.643137;stroke:none;"></rect></g></mask><clipPath id="clip226"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface681" clip-path="url(#clip226)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 36.500625 32.001803 L 36.500625 33 Z M 36.500625 32.001803 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask226"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.643137;stroke:none;"></rect></g></mask><clipPath id="clip227"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface684" clip-path="url(#clip227)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 3.497812 33.998197 L 3.497812 35.003005 Z M 3.497812 33.998197 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask227"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.643137;stroke:none;"></rect></g></mask><clipPath id="clip228"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface687" clip-path="url(#clip228)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 0.49875 40.998798 L 0.49875 41.996995 Z M 0.49875 40.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask228"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.533333;stroke:none;"></rect></g></mask><clipPath id="clip229"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface690" clip-path="url(#clip229)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 25.501875 2.003005 L 25.501875 3.001202 Z M 25.501875 2.003005 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask229"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.533333;stroke:none;"></rect></g></mask><clipPath id="clip230"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface693" clip-path="url(#clip230)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 18.499688 3.999399 L 18.499688 4.997596 Z M 18.499688 3.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask230"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.533333;stroke:none;"></rect></g></mask><clipPath id="clip231"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface696" clip-path="url(#clip231)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 23.500312 3.999399 L 23.500312 4.997596 Z M 23.500312 3.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask231"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.533333;stroke:none;"></rect></g></mask><clipPath id="clip232"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface699" clip-path="url(#clip232)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 29.498437 3.999399 L 29.498437 4.997596 Z M 29.498437 3.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask232"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.533333;stroke:none;"></rect></g></mask><clipPath id="clip233"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface702" clip-path="url(#clip233)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 9.5025 8.996995 L 9.5025 10.001803 Z M 9.5025 8.996995 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask233"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.533333;stroke:none;"></rect></g></mask><clipPath id="clip234"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface705" clip-path="url(#clip234)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 32.4975 8.996995 L 32.4975 10.001803 Z M 32.4975 8.996995 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask234"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.533333;stroke:none;"></rect></g></mask><clipPath id="clip235"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface708" clip-path="url(#clip235)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 30.5025 14.999399 L 30.5025 15.997596 Z M 30.5025 14.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask235"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.533333;stroke:none;"></rect></g></mask><clipPath id="clip236"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface711" clip-path="url(#clip236)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 15.500625 17.002404 L 15.500625 18.000601 Z M 15.500625 17.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask236"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.533333;stroke:none;"></rect></g></mask><clipPath id="clip237"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface714" clip-path="url(#clip237)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 26.499375 17.002404 L 26.499375 18.000601 Z M 26.499375 17.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask237"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.533333;stroke:none;"></rect></g></mask><clipPath id="clip238"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface717" clip-path="url(#clip238)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 10.5 18.998798 L 10.5 19.996995 Z M 10.5 18.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask238"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.533333;stroke:none;"></rect></g></mask><clipPath id="clip239"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface720" clip-path="url(#clip239)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 31.5 19.996995 L 31.5 21.001803 Z M 31.5 19.996995 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask239"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.533333;stroke:none;"></rect></g></mask><clipPath id="clip240"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface723" clip-path="url(#clip240)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 30.5025 22.998197 L 30.5025 24.003005 Z M 30.5025 22.998197 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask240"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.533333;stroke:none;"></rect></g></mask><clipPath id="clip241"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface726" clip-path="url(#clip241)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 12.501563 25.001202 L 12.501563 25.999399 Z M 12.501563 25.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask241"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.533333;stroke:none;"></rect></g></mask><clipPath id="clip242"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface729" clip-path="url(#clip242)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 29.498437 25.001202 L 29.498437 25.999399 Z M 29.498437 25.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask242"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.533333;stroke:none;"></rect></g></mask><clipPath id="clip243"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface732" clip-path="url(#clip243)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 10.5 29.000601 L 10.5 29.998798 Z M 10.5 29.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask243"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.533333;stroke:none;"></rect></g></mask><clipPath id="clip244"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface735" clip-path="url(#clip244)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 16.498125 29.000601 L 16.498125 29.998798 Z M 16.498125 29.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask244"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.533333;stroke:none;"></rect></g></mask><clipPath id="clip245"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface738" clip-path="url(#clip245)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 25.501875 29.000601 L 25.501875 29.998798 Z M 25.501875 29.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask245"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.533333;stroke:none;"></rect></g></mask><clipPath id="clip246"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface741" clip-path="url(#clip246)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 19.497187 29.998798 L 19.497187 30.996995 Z M 19.497187 29.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask246"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.533333;stroke:none;"></rect></g></mask><clipPath id="clip247"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface744" clip-path="url(#clip247)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 22.502812 29.998798 L 22.502812 30.996995 Z M 22.502812 29.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask247"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.533333;stroke:none;"></rect></g></mask><clipPath id="clip248"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface747" clip-path="url(#clip248)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 14.503125 30.996995 L 14.503125 32.001803 Z M 14.503125 30.996995 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask248"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.533333;stroke:none;"></rect></g></mask><clipPath id="clip249"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface750" clip-path="url(#clip249)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 19.497187 33 L 19.497187 33.998197 Z M 19.497187 33 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask249"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.533333;stroke:none;"></rect></g></mask><clipPath id="clip250"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface753" clip-path="url(#clip250)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 22.502812 33 L 22.502812 33.998197 Z M 22.502812 33 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask250"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.533333;stroke:none;"></rect></g></mask><clipPath id="clip251"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface756" clip-path="url(#clip251)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.313725%,3.529412%,3.529412%);stroke-opacity:1;stroke-miterlimit:4;" d="M 40.497187 36.999399 L 40.497187 37.997596 Z M 40.497187 36.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask251"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.694118;stroke:none;"></rect></g></mask><clipPath id="clip252"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface759" clip-path="url(#clip252)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 18.499688 3.001202 L 18.499688 3.999399 Z M 18.499688 3.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask252"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.694118;stroke:none;"></rect></g></mask><clipPath id="clip253"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface762" clip-path="url(#clip253)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 25.501875 3.001202 L 25.501875 3.999399 Z M 25.501875 3.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask253"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.694118;stroke:none;"></rect></g></mask><clipPath id="clip254"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface765" clip-path="url(#clip254)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 10.5 7.000601 L 10.5 7.998798 Z M 10.5 7.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask254"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.694118;stroke:none;"></rect></g></mask><clipPath id="clip255"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface768" clip-path="url(#clip255)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 17.502187 7.000601 L 17.502187 7.998798 Z M 17.502187 7.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask255"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.694118;stroke:none;"></rect></g></mask><clipPath id="clip256"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface771" clip-path="url(#clip256)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 24.497812 7.000601 L 24.497812 7.998798 Z M 24.497812 7.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask256"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.694118;stroke:none;"></rect></g></mask><clipPath id="clip257"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface774" clip-path="url(#clip257)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 12.501563 14.999399 L 12.501563 15.997596 Z M 12.501563 14.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask257"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.694118;stroke:none;"></rect></g></mask><clipPath id="clip258"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface777" clip-path="url(#clip258)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 29.498437 14.999399 L 29.498437 15.997596 Z M 29.498437 14.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask258"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.694118;stroke:none;"></rect></g></mask><clipPath id="clip259"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface780" clip-path="url(#clip259)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 14.503125 17.002404 L 14.503125 18.000601 Z M 14.503125 17.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask259"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.694118;stroke:none;"></rect></g></mask><clipPath id="clip260"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface783" clip-path="url(#clip260)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 27.496875 17.002404 L 27.496875 18.000601 Z M 27.496875 17.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask260"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.694118;stroke:none;"></rect></g></mask><clipPath id="clip261"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface786" clip-path="url(#clip261)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 31.5 18.998798 L 31.5 19.996995 Z M 31.5 18.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask261"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.694118;stroke:none;"></rect></g></mask><clipPath id="clip262"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface789" clip-path="url(#clip262)"><path style="fill-rule:nonzero;fill:rgb(4.705882%,3.921569%,3.921569%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 20.50125 29.998798 L 21.9975 30.501202 L 20.50125 30.996995 Z M 20.50125 29.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask262"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.694118;stroke:none;"></rect></g></mask><clipPath id="clip263"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface792" clip-path="url(#clip263)"><path style="fill-rule:nonzero;fill:rgb(4.705882%,3.921569%,3.921569%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 32.4975 30.996995 L 33.002812 43.497596 L 31.99875 43.497596 Z M 32.4975 30.996995 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask263"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.694118;stroke:none;"></rect></g></mask><clipPath id="clip264"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface795" clip-path="url(#clip264)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 18.499688 33 L 18.499688 33.998197 Z M 18.499688 33 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask264"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.694118;stroke:none;"></rect></g></mask><clipPath id="clip265"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface798" clip-path="url(#clip265)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 23.500312 33 L 23.500312 33.998197 Z M 23.500312 33 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask265"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.694118;stroke:none;"></rect></g></mask><clipPath id="clip266"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface801" clip-path="url(#clip266)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 38.502187 33.998197 L 38.502187 35.003005 Z M 38.502187 33.998197 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask266"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.694118;stroke:none;"></rect></g></mask><clipPath id="clip267"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface804" clip-path="url(#clip267)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(4.705882%,3.921569%,3.921569%);stroke-opacity:1;stroke-miterlimit:4;" d="M 41.50125 40.998798 L 41.50125 41.996995 Z M 41.50125 40.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask267"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.392157;stroke:none;"></rect></g></mask><clipPath id="clip268"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface807" clip-path="url(#clip268)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,2.745098%,2.745098%);stroke-opacity:1;stroke-miterlimit:4;" d="M 27.496875 4.997596 L 27.496875 6.002404 Z M 27.496875 4.997596 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask268"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.392157;stroke:none;"></rect></g></mask><clipPath id="clip269"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface810" clip-path="url(#clip269)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,2.745098%,2.745098%);stroke-opacity:1;stroke-miterlimit:4;" d="M 17.502187 6.002404 L 17.502187 7.000601 Z M 17.502187 6.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask269"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.392157;stroke:none;"></rect></g></mask><clipPath id="clip270"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface813" clip-path="url(#clip270)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,2.745098%,2.745098%);stroke-opacity:1;stroke-miterlimit:4;" d="M 7.500938 11.998197 L 7.500938 13.003005 Z M 7.500938 11.998197 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask270"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.392157;stroke:none;"></rect></g></mask><clipPath id="clip271"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface816" clip-path="url(#clip271)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,2.745098%,2.745098%);stroke-opacity:1;stroke-miterlimit:4;" d="M 10.5 14.999399 L 10.5 15.997596 Z M 10.5 14.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask271"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.392157;stroke:none;"></rect></g></mask><clipPath id="clip272"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface819" clip-path="url(#clip272)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,2.745098%,2.745098%);stroke-opacity:1;stroke-miterlimit:4;" d="M 17.502187 17.002404 L 17.502187 18.000601 Z M 17.502187 17.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask272"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.392157;stroke:none;"></rect></g></mask><clipPath id="clip273"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface822" clip-path="url(#clip273)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,2.745098%,2.745098%);stroke-opacity:1;stroke-miterlimit:4;" d="M 13.499062 29.998798 L 13.499062 30.996995 Z M 13.499062 29.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g><mask id="mask273"><g filter="url(#alpha)"><rect x="0" y="0" width="25" height="26" style="fill:rgb(0%,0%,0%);fill-opacity:0.392157;stroke:none;"></rect></g></mask><clipPath id="clip274"><rect x="0" y="0" width="25" height="26"></rect></clipPath><g id="surface825" clip-path="url(#clip274)"><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(3.921569%,2.745098%,2.745098%);stroke-opacity:1;stroke-miterlimit:4;" d="M 0.49875 40.000601 L 0.49875 40.998798 Z M 0.49875 40.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path></g></defs><g id="surface1"><use xlink:href="#surface5" mask="url(#mask0)"></use><use xlink:href="#surface8" mask="url(#mask1)"></use><use xlink:href="#surface11" mask="url(#mask2)"></use><use xlink:href="#surface14" mask="url(#mask3)"></use><use xlink:href="#surface17" mask="url(#mask4)"></use><use xlink:href="#surface20" mask="url(#mask5)"></use><use xlink:href="#surface23" mask="url(#mask6)"></use><use xlink:href="#surface26" mask="url(#mask7)"></use><use xlink:href="#surface29" mask="url(#mask8)"></use><use xlink:href="#surface32" mask="url(#mask9)"></use><use xlink:href="#surface35" mask="url(#mask10)"></use><use xlink:href="#surface38" mask="url(#mask11)"></use><use xlink:href="#surface41" mask="url(#mask12)"></use><use xlink:href="#surface44" mask="url(#mask13)"></use><use xlink:href="#surface47" mask="url(#mask14)"></use><use xlink:href="#surface50" mask="url(#mask15)"></use><use xlink:href="#surface53" mask="url(#mask16)"></use><use xlink:href="#surface56" mask="url(#mask17)"></use><use xlink:href="#surface59" mask="url(#mask18)"></use><use xlink:href="#surface62" mask="url(#mask19)"></use><use xlink:href="#surface65" mask="url(#mask20)"></use><use xlink:href="#surface68" mask="url(#mask21)"></use><use xlink:href="#surface71" mask="url(#mask22)"></use><use xlink:href="#surface74" mask="url(#mask23)"></use><use xlink:href="#surface77" mask="url(#mask24)"></use><use xlink:href="#surface80" mask="url(#mask25)"></use><use xlink:href="#surface83" mask="url(#mask26)"></use><use xlink:href="#surface86" mask="url(#mask27)"></use><use xlink:href="#surface89" mask="url(#mask28)"></use><use xlink:href="#surface93" mask="url(#mask29)"></use><use xlink:href="#surface96" mask="url(#mask30)"></use><use xlink:href="#surface99" mask="url(#mask31)"></use><use xlink:href="#surface102" mask="url(#mask32)"></use><use xlink:href="#surface105" mask="url(#mask33)"></use><use xlink:href="#surface108" mask="url(#mask34)"></use><use xlink:href="#surface111" mask="url(#mask35)"></use><use xlink:href="#surface114" mask="url(#mask36)"></use><use xlink:href="#surface117" mask="url(#mask37)"></use><use xlink:href="#surface120" mask="url(#mask38)"></use><use xlink:href="#surface123" mask="url(#mask39)"></use><use xlink:href="#surface126" mask="url(#mask40)"></use><use xlink:href="#surface129" mask="url(#mask41)"></use><use xlink:href="#surface132" mask="url(#mask42)"></use><use xlink:href="#surface135" mask="url(#mask43)"></use><use xlink:href="#surface138" mask="url(#mask44)"></use><use xlink:href="#surface141" mask="url(#mask45)"></use><use xlink:href="#surface144" mask="url(#mask46)"></use><use xlink:href="#surface147" mask="url(#mask47)"></use><use xlink:href="#surface150" mask="url(#mask48)"></use><use xlink:href="#surface153" mask="url(#mask49)"></use><use xlink:href="#surface156" mask="url(#mask50)"></use><use xlink:href="#surface159" mask="url(#mask51)"></use><use xlink:href="#surface162" mask="url(#mask52)"></use><use xlink:href="#surface165" mask="url(#mask53)"></use><use xlink:href="#surface168" mask="url(#mask54)"></use><use xlink:href="#surface171" mask="url(#mask55)"></use><use xlink:href="#surface174" mask="url(#mask56)"></use><use xlink:href="#surface177" mask="url(#mask57)"></use><use xlink:href="#surface180" mask="url(#mask58)"></use><use xlink:href="#surface183" mask="url(#mask59)"></use><use xlink:href="#surface186" mask="url(#mask60)"></use><use xlink:href="#surface189" mask="url(#mask61)"></use><use xlink:href="#surface192" mask="url(#mask62)"></use><use xlink:href="#surface195" mask="url(#mask63)"></use><use xlink:href="#surface198" mask="url(#mask64)"></use><use xlink:href="#surface201" mask="url(#mask65)"></use><use xlink:href="#surface204" mask="url(#mask66)"></use><use xlink:href="#surface207" mask="url(#mask67)"></use><use xlink:href="#surface210" mask="url(#mask68)"></use><use xlink:href="#surface213" mask="url(#mask69)"></use><use xlink:href="#surface216" mask="url(#mask70)"></use><use xlink:href="#surface219" mask="url(#mask71)"></use><use xlink:href="#surface222" mask="url(#mask72)"></use><use xlink:href="#surface225" mask="url(#mask73)"></use><use xlink:href="#surface228" mask="url(#mask74)"></use><use xlink:href="#surface231" mask="url(#mask75)"></use><use xlink:href="#surface234" mask="url(#mask76)"></use><use xlink:href="#surface237" mask="url(#mask77)"></use><use xlink:href="#surface240" mask="url(#mask78)"></use><use xlink:href="#surface243" mask="url(#mask79)"></use><use xlink:href="#surface246" mask="url(#mask80)"></use><use xlink:href="#surface249" mask="url(#mask81)"></use><use xlink:href="#surface252" mask="url(#mask82)"></use><use xlink:href="#surface255" mask="url(#mask83)"></use><use xlink:href="#surface258" mask="url(#mask84)"></use><use xlink:href="#surface261" mask="url(#mask85)"></use><use xlink:href="#surface264" mask="url(#mask86)"></use><use xlink:href="#surface267" mask="url(#mask87)"></use><use xlink:href="#surface270" mask="url(#mask88)"></use><path style="fill-rule:nonzero;fill:rgb(5.490196%,4.705882%,4.705882%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.490196%,4.705882%,4.705882%);stroke-opacity:1;stroke-miterlimit:4;" d="M 20.50125 0 L 23.001562 1.500601 L 21.9975 8.996995 L 25.003125 8.996995 L 25.501875 7.000601 L 31.00125 7.000601 L 31.00125 9.499399 L 33.002812 13.498798 L 30.5025 14.999399 C 25.948125 14.113582 22.614375 14.444111 20.50125 15.997596 L 19.497187 14.999399 L 11.4975 14.999399 L 8.997187 13.498798 L 10.99875 9.499399 L 10.99875 7.000601 L 16.498125 7.000601 L 16.996875 8.996995 L 20.0025 8.996995 L 18.998437 1.500601 Z M 20.50125 0 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill-rule:nonzero;fill:rgb(5.490196%,4.705882%,4.705882%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.490196%,4.705882%,4.705882%);stroke-opacity:1;stroke-miterlimit:4;" d="M 10.99875 18.000601 L 15.500625 18.000601 L 16.498125 18.998798 L 25.501875 18.998798 L 26.499375 18.000601 L 31.00125 18.000601 C 30.5025 22.998197 28.330312 26.667067 24.497812 29.000601 L 20.50125 29.998798 L 17.502187 29.000601 L 13.000312 24.498798 L 10.99875 20.499399 Z M 10.99875 18.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill-rule:nonzero;fill:rgb(5.490196%,4.705882%,4.705882%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.490196%,4.705882%,4.705882%);stroke-opacity:1;stroke-miterlimit:4;" d="M 10.00125 30.996995 L 13.000312 30.996995 C 12.166875 33 13.000312 33.667668 15.500625 33 L 19.497187 35.003005 L 23.500312 35.003005 C 24.714375 33.264423 26.545312 32.596755 28.999688 33 C 28.251562 30.778846 29.255625 30.111178 31.99875 30.996995 L 31.99875 44 L 10.00125 44 Z M 10.00125 30.996995 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill-rule:nonzero;fill:rgb(5.490196%,4.705882%,4.705882%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.490196%,4.705882%,4.705882%);stroke-opacity:1;stroke-miterlimit:4;" d="M 4.501875 35.003005 L 5.000625 44 L 0.9975 44 L 0.9975 42.499399 C 2.33625 41.831731 2.664375 40.165865 2.001562 37.501803 Z M 4.501875 35.003005 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill-rule:nonzero;fill:rgb(5.490196%,4.705882%,4.705882%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.490196%,4.705882%,4.705882%);stroke-opacity:1;stroke-miterlimit:4;" d="M 37.498125 35.003005 L 39.998438 37.501803 L 41.0025 44 L 36.999375 44 Z M 37.498125 35.003005 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><use xlink:href="#surface273" mask="url(#mask89)"></use><use xlink:href="#surface276" mask="url(#mask90)"></use><use xlink:href="#surface279" mask="url(#mask91)"></use><use xlink:href="#surface282" mask="url(#mask92)"></use><use xlink:href="#surface285" mask="url(#mask93)"></use><use xlink:href="#surface288" mask="url(#mask94)"></use><use xlink:href="#surface291" mask="url(#mask95)"></use><use xlink:href="#surface294" mask="url(#mask96)"></use><use xlink:href="#surface297" mask="url(#mask97)"></use><use xlink:href="#surface300" mask="url(#mask98)"></use><use xlink:href="#surface303" mask="url(#mask99)"></use><use xlink:href="#surface306" mask="url(#mask100)"></use><use xlink:href="#surface309" mask="url(#mask101)"></use><use xlink:href="#surface312" mask="url(#mask102)"></use><use xlink:href="#surface315" mask="url(#mask103)"></use><use xlink:href="#surface318" mask="url(#mask104)"></use><use xlink:href="#surface321" mask="url(#mask105)"></use><use xlink:href="#surface324" mask="url(#mask106)"></use><use xlink:href="#surface327" mask="url(#mask107)"></use><use xlink:href="#surface330" mask="url(#mask108)"></use><use xlink:href="#surface333" mask="url(#mask109)"></use><use xlink:href="#surface336" mask="url(#mask110)"></use><use xlink:href="#surface339" mask="url(#mask111)"></use><use xlink:href="#surface342" mask="url(#mask112)"></use><use xlink:href="#surface345" mask="url(#mask113)"></use><use xlink:href="#surface348" mask="url(#mask114)"></use><use xlink:href="#surface351" mask="url(#mask115)"></use><use xlink:href="#surface354" mask="url(#mask116)"></use><use xlink:href="#surface357" mask="url(#mask117)"></use><use xlink:href="#surface360" mask="url(#mask118)"></use><use xlink:href="#surface363" mask="url(#mask119)"></use><use xlink:href="#surface366" mask="url(#mask120)"></use><use xlink:href="#surface369" mask="url(#mask121)"></use><use xlink:href="#surface372" mask="url(#mask122)"></use><use xlink:href="#surface375" mask="url(#mask123)"></use><use xlink:href="#surface378" mask="url(#mask124)"></use><use xlink:href="#surface381" mask="url(#mask125)"></use><use xlink:href="#surface384" mask="url(#mask126)"></use><use xlink:href="#surface387" mask="url(#mask127)"></use><use xlink:href="#surface390" mask="url(#mask128)"></use><use xlink:href="#surface393" mask="url(#mask129)"></use><use xlink:href="#surface396" mask="url(#mask130)"></use><use xlink:href="#surface399" mask="url(#mask131)"></use><use xlink:href="#surface402" mask="url(#mask132)"></use><use xlink:href="#surface405" mask="url(#mask133)"></use><use xlink:href="#surface408" mask="url(#mask134)"></use><use xlink:href="#surface411" mask="url(#mask135)"></use><use xlink:href="#surface414" mask="url(#mask136)"></use><use xlink:href="#surface417" mask="url(#mask137)"></use><use xlink:href="#surface420" mask="url(#mask138)"></use><use xlink:href="#surface423" mask="url(#mask139)"></use><use xlink:href="#surface426" mask="url(#mask140)"></use><use xlink:href="#surface429" mask="url(#mask141)"></use><use xlink:href="#surface432" mask="url(#mask142)"></use><use xlink:href="#surface435" mask="url(#mask143)"></use><use xlink:href="#surface438" mask="url(#mask144)"></use><use xlink:href="#surface441" mask="url(#mask145)"></use><use xlink:href="#surface444" mask="url(#mask146)"></use><use xlink:href="#surface447" mask="url(#mask147)"></use><use xlink:href="#surface450" mask="url(#mask148)"></use><use xlink:href="#surface453" mask="url(#mask149)"></use><use xlink:href="#surface456" mask="url(#mask150)"></use><use xlink:href="#surface459" mask="url(#mask151)"></use><use xlink:href="#surface462" mask="url(#mask152)"></use><use xlink:href="#surface465" mask="url(#mask153)"></use><use xlink:href="#surface468" mask="url(#mask154)"></use><use xlink:href="#surface471" mask="url(#mask155)"></use><use xlink:href="#surface474" mask="url(#mask156)"></use><use xlink:href="#surface477" mask="url(#mask157)"></use><use xlink:href="#surface480" mask="url(#mask158)"></use><use xlink:href="#surface483" mask="url(#mask159)"></use><use xlink:href="#surface486" mask="url(#mask160)"></use><use xlink:href="#surface489" mask="url(#mask161)"></use><use xlink:href="#surface492" mask="url(#mask162)"></use><use xlink:href="#surface495" mask="url(#mask163)"></use><use xlink:href="#surface498" mask="url(#mask164)"></use><use xlink:href="#surface501" mask="url(#mask165)"></use><use xlink:href="#surface504" mask="url(#mask166)"></use><use xlink:href="#surface507" mask="url(#mask167)"></use><use xlink:href="#surface510" mask="url(#mask168)"></use><use xlink:href="#surface513" mask="url(#mask169)"></use><use xlink:href="#surface516" mask="url(#mask170)"></use><use xlink:href="#surface519" mask="url(#mask171)"></use><use xlink:href="#surface522" mask="url(#mask172)"></use><use xlink:href="#surface525" mask="url(#mask173)"></use><use xlink:href="#surface528" mask="url(#mask174)"></use><use xlink:href="#surface531" mask="url(#mask175)"></use><use xlink:href="#surface534" mask="url(#mask176)"></use><use xlink:href="#surface537" mask="url(#mask177)"></use><use xlink:href="#surface540" mask="url(#mask178)"></use><use xlink:href="#surface543" mask="url(#mask179)"></use><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 19.497187 0 L 19.497187 0.998197 Z M 19.497187 0 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 22.502812 0 L 22.502812 0.998197 Z M 22.502812 0 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 19.497187 3.999399 L 19.497187 4.997596 Z M 19.497187 3.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 22.502812 3.999399 L 22.502812 4.997596 Z M 22.502812 3.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill-rule:nonzero;fill:rgb(5.098039%,4.313725%,4.313725%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 12.501563 6.002404 L 13.997813 6.498197 L 12.501563 7.000601 Z M 12.501563 6.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 16.498125 6.002404 L 16.498125 7.000601 Z M 16.498125 6.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 25.501875 6.002404 L 25.501875 7.000601 Z M 25.501875 6.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill-rule:nonzero;fill:rgb(5.098039%,4.313725%,4.313725%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 28.500937 6.002404 L 29.997187 6.498197 L 28.500937 7.000601 Z M 28.500937 6.002404 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 22.502812 7.998798 L 22.502812 8.996995 Z M 22.502812 7.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 10.5 8.996995 L 10.5 10.001803 Z M 10.5 8.996995 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 31.5 8.996995 L 31.5 10.001803 Z M 31.5 8.996995 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill-rule:nonzero;fill:rgb(5.098039%,4.313725%,4.313725%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 9.5025 11.998197 C 10.5 12.665865 10.165312 13.333534 8.498437 14.001202 C 7.500938 13.333534 7.835625 12.665865 9.5025 11.998197 Z M 9.5025 11.998197 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill-rule:nonzero;fill:rgb(5.098039%,4.313725%,4.313725%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 32.4975 11.998197 C 34.164375 12.665865 34.499063 13.333534 33.501562 14.001202 C 31.834687 13.333534 31.5 12.665865 32.4975 11.998197 Z M 32.4975 11.998197 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 19.497187 14.999399 L 19.497187 15.997596 Z M 19.497187 14.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill-rule:nonzero;fill:rgb(5.098039%,4.313725%,4.313725%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 22.502812 14.999399 L 23.999063 15.501803 L 22.502812 15.997596 Z M 22.502812 14.999399 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill-rule:nonzero;fill:rgb(5.098039%,4.313725%,4.313725%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 16.498125 18.000601 L 18.000937 18.503005 L 16.498125 18.998798 Z M 16.498125 18.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 25.501875 18.000601 L 25.501875 18.998798 Z M 25.501875 18.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill-rule:nonzero;fill:rgb(5.098039%,4.313725%,4.313725%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 13.499062 25.001202 L 16.996875 28.498197 L 16.498125 29.000601 L 13.000312 25.496995 Z M 13.499062 25.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill-rule:nonzero;fill:rgb(5.098039%,4.313725%,4.313725%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 28.500937 25.001202 L 28.999688 25.496995 L 25.501875 29.000601 L 25.003125 28.498197 Z M 28.500937 25.001202 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 19.497187 29.000601 L 19.497187 29.998798 Z M 19.497187 29.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 22.502812 29.000601 L 22.502812 29.998798 Z M 22.502812 29.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 11.4975 29.998798 L 11.4975 30.996995 Z M 11.4975 29.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 30.5025 29.998798 L 30.5025 30.996995 Z M 30.5025 29.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 13.499062 32.001803 L 13.499062 33 Z M 13.499062 32.001803 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 28.500937 32.001803 L 28.500937 33 Z M 28.500937 32.001803 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 4.501875 33.998197 L 4.501875 35.003005 Z M 4.501875 33.998197 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 19.497187 33.998197 L 19.497187 35.003005 Z M 19.497187 33.998197 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 23.500312 33.998197 L 23.500312 35.003005 Z M 23.500312 33.998197 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 37.498125 33.998197 L 37.498125 35.003005 Z M 37.498125 33.998197 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 40.497187 40.000601 L 40.497187 40.998798 Z M 40.497187 40.000601 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(5.098039%,4.313725%,4.313725%);stroke-opacity:1;stroke-miterlimit:4;" d="M 1.502812 40.998798 L 1.502812 41.996995 Z M 1.502812 40.998798 " transform="matrix(0.595238,0,0,0.590909,0,0)"></path><use xlink:href="#surface546" mask="url(#mask180)"></use><use xlink:href="#surface549" mask="url(#mask181)"></use><use xlink:href="#surface552" mask="url(#mask182)"></use><use xlink:href="#surface555" mask="url(#mask183)"></use><use xlink:href="#surface558" mask="url(#mask184)"></use><use xlink:href="#surface561" mask="url(#mask185)"></use><use xlink:href="#surface564" mask="url(#mask186)"></use><use xlink:href="#surface567" mask="url(#mask187)"></use><use xlink:href="#surface570" mask="url(#mask188)"></use><use xlink:href="#surface573" mask="url(#mask189)"></use><use xlink:href="#surface576" mask="url(#mask190)"></use><use xlink:href="#surface579" mask="url(#mask191)"></use><use xlink:href="#surface582" mask="url(#mask192)"></use><use xlink:href="#surface585" mask="url(#mask193)"></use><use xlink:href="#surface588" mask="url(#mask194)"></use><use xlink:href="#surface591" mask="url(#mask195)"></use><use xlink:href="#surface594" mask="url(#mask196)"></use><use xlink:href="#surface597" mask="url(#mask197)"></use><use xlink:href="#surface600" mask="url(#mask198)"></use><use xlink:href="#surface603" mask="url(#mask199)"></use><use xlink:href="#surface606" mask="url(#mask200)"></use><use xlink:href="#surface609" mask="url(#mask201)"></use><use xlink:href="#surface612" mask="url(#mask202)"></use><use xlink:href="#surface615" mask="url(#mask203)"></use><use xlink:href="#surface618" mask="url(#mask204)"></use><use xlink:href="#surface621" mask="url(#mask205)"></use><use xlink:href="#surface624" mask="url(#mask206)"></use><use xlink:href="#surface627" mask="url(#mask207)"></use><use xlink:href="#surface630" mask="url(#mask208)"></use><use xlink:href="#surface633" mask="url(#mask209)"></use><use xlink:href="#surface636" mask="url(#mask210)"></use><use xlink:href="#surface639" mask="url(#mask211)"></use><use xlink:href="#surface642" mask="url(#mask212)"></use><use xlink:href="#surface645" mask="url(#mask213)"></use><use xlink:href="#surface648" mask="url(#mask214)"></use><use xlink:href="#surface651" mask="url(#mask215)"></use><use xlink:href="#surface654" mask="url(#mask216)"></use><use xlink:href="#surface657" mask="url(#mask217)"></use><use xlink:href="#surface660" mask="url(#mask218)"></use><use xlink:href="#surface663" mask="url(#mask219)"></use><use xlink:href="#surface666" mask="url(#mask220)"></use><use xlink:href="#surface669" mask="url(#mask221)"></use><use xlink:href="#surface672" mask="url(#mask222)"></use><use xlink:href="#surface675" mask="url(#mask223)"></use><use xlink:href="#surface678" mask="url(#mask224)"></use><use xlink:href="#surface681" mask="url(#mask225)"></use><use xlink:href="#surface684" mask="url(#mask226)"></use><use xlink:href="#surface687" mask="url(#mask227)"></use><use xlink:href="#surface690" mask="url(#mask228)"></use><use xlink:href="#surface693" mask="url(#mask229)"></use><use xlink:href="#surface696" mask="url(#mask230)"></use><use xlink:href="#surface699" mask="url(#mask231)"></use><use xlink:href="#surface702" mask="url(#mask232)"></use><use xlink:href="#surface705" mask="url(#mask233)"></use><use xlink:href="#surface708" mask="url(#mask234)"></use><use xlink:href="#surface711" mask="url(#mask235)"></use><use xlink:href="#surface714" mask="url(#mask236)"></use><use xlink:href="#surface717" mask="url(#mask237)"></use><use xlink:href="#surface720" mask="url(#mask238)"></use><use xlink:href="#surface723" mask="url(#mask239)"></use><use xlink:href="#surface726" mask="url(#mask240)"></use><use xlink:href="#surface729" mask="url(#mask241)"></use><use xlink:href="#surface732" mask="url(#mask242)"></use><use xlink:href="#surface735" mask="url(#mask243)"></use><use xlink:href="#surface738" mask="url(#mask244)"></use><use xlink:href="#surface741" mask="url(#mask245)"></use><use xlink:href="#surface744" mask="url(#mask246)"></use><use xlink:href="#surface747" mask="url(#mask247)"></use><use xlink:href="#surface750" mask="url(#mask248)"></use><use xlink:href="#surface753" mask="url(#mask249)"></use><use xlink:href="#surface756" mask="url(#mask250)"></use><use xlink:href="#surface759" mask="url(#mask251)"></use><use xlink:href="#surface762" mask="url(#mask252)"></use><use xlink:href="#surface765" mask="url(#mask253)"></use><use xlink:href="#surface768" mask="url(#mask254)"></use><use xlink:href="#surface771" mask="url(#mask255)"></use><use xlink:href="#surface774" mask="url(#mask256)"></use><use xlink:href="#surface777" mask="url(#mask257)"></use><use xlink:href="#surface780" mask="url(#mask258)"></use><use xlink:href="#surface783" mask="url(#mask259)"></use><use xlink:href="#surface786" mask="url(#mask260)"></use><use xlink:href="#surface789" mask="url(#mask261)"></use><use xlink:href="#surface792" mask="url(#mask262)"></use><use xlink:href="#surface795" mask="url(#mask263)"></use><use xlink:href="#surface798" mask="url(#mask264)"></use><use xlink:href="#surface801" mask="url(#mask265)"></use><use xlink:href="#surface804" mask="url(#mask266)"></use><use xlink:href="#surface807" mask="url(#mask267)"></use><use xlink:href="#surface810" mask="url(#mask268)"></use><use xlink:href="#surface813" mask="url(#mask269)"></use><use xlink:href="#surface816" mask="url(#mask270)"></use><use xlink:href="#surface819" mask="url(#mask271)"></use><use xlink:href="#surface822" mask="url(#mask272)"></use><use xlink:href="#surface825" mask="url(#mask273)"></use></g></svg>			</a>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-d5d5e78 elementor-widget elementor-widget-heading" data-id="d5d5e78" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="https://dealer.ditchwitch.com/com.cmw~custlogin-wm/custlogin/CustomerHome.jsp?_gl=1*1ntqpsx*_ga*MTEzMjM4OTg5NC4xNjYwMTQxMjYy*_ga_KYCYV5VPM6*MTY2MDc0ODkwNi4yMi4xLjE2NjA3NTA1MjMuMC4wLjA./">MY DW</a></h2>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
		
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() { 
 
jQuery(document).ready(function() {
    jQuery('#btn-back').on('click', function() {
      window.history.go(-1); 
      return false;
    });
});
	
	
	jQuery(document).ready(function() {
    jQuery('#btn-print').on('click', function() {
      window.print();
      return false;
    });
});
 
});</script>		<div data-elementor-type="popup" data-elementor-id="6032" class="elementor elementor-6032 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;fadeIn&quot;,&quot;exit_animation&quot;:&quot;fadeIn&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;avoid_multiple_popups&quot;:&quot;yes&quot;,&quot;open_selector&quot;:&quot;.mega-pop5&quot;,&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section data-dce-background-color="#000000" class="elementor-section elementor-top-section elementor-element elementor-element-fa6db15 elementor-section-full_width elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default elementor-section-height-default" data-id="fa6db15" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-abd7eed" data-id="abd7eed" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-5c2fa21 elementor-widget elementor-widget-image" data-id="5c2fa21" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.ditchwitch.com">
							<img width="63" height="75" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2063%2075'%3E%3C/svg%3E" title="Ditch Witch logo" alt="Ditch Witch" data-lazy-src="https://www.ditchwitch.com/wp-content/uploads/elementor/thumbs/logo-ps3y8n92cr4uffa0w8azhyr88w570eobrqm9ozyhhc.png" /><noscript><img width="63" height="75" src="https://www.ditchwitch.com/wp-content/uploads/elementor/thumbs/logo-ps3y8n92cr4uffa0w8azhyr88w570eobrqm9ozyhhc.png" title="Ditch Witch logo" alt="Ditch Witch" loading="lazy" /></noscript>								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-55d8874" data-id="55d8874" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-15af783 elementor-nav-menu__align-right elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-widget elementor-widget-nav-menu" data-id="15af783" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
						<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none">
				<ul id="menu-1-15af783" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-181"><a href="/jobsite-solutions/" class="elementor-item">Jobsite Solutions</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-182"><a href="/support/" class="elementor-item">Support</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-183"><a href="/parts/" class="elementor-item">Parts</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-184"><a href="/about-us/" class="elementor-item">About</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-185"><a href="/news-room/" class="elementor-item">News</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-186"><a href="/were-in-this-together/" class="elementor-item">We&#8217;re In This Together</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-15af783" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-181"><a href="/jobsite-solutions/" class="elementor-item" tabindex="-1">Jobsite Solutions</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-182"><a href="/support/" class="elementor-item" tabindex="-1">Support</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-183"><a href="/parts/" class="elementor-item" tabindex="-1">Parts</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-184"><a href="/about-us/" class="elementor-item" tabindex="-1">About</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-185"><a href="/news-room/" class="elementor-item" tabindex="-1">News</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-186"><a href="/were-in-this-together/" class="elementor-item" tabindex="-1">We&#8217;re In This Together</a></li>
</ul>			</nav>
				</div>
				</div>
				<div class="elementor-element elementor-element-dd49093 elementor-widget elementor-widget-ucaddon_mega_menu" data-id="dd49093" data-element_type="widget" data-widget_type="ucaddon_mega_menu.default">
				<div class="elementor-widget-container">
			<!-- start Mega Menu -->
			<style type="text/css">/* widget: Mega Menu */

#uc_mega_menu_elementor_dd49093{
  position: relative;
}

#uc_mega_menu_elementor_dd49093 *
{
  box-sizing:border-box;
}

#uc_mega_menu_elementor_dd49093 .uc-mega_menu_list{
  display: flex;
  list-style: none;
  padding:0px;
}

#uc_mega_menu_elementor_dd49093 .uc-mega_menu_section
{
  position: absolute;
  z-index: 99997;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  padding-top: 0px;
  pointer-events: none;
  overflow: hidden;
}

#uc_mega_menu_elementor_dd49093 .uc-mega_menu_section-cover{
  position: absolute;
  z-index: 99996;
  pointer-events: none;
    top: calc(100% + 0px);
    opacity: 0;
  pointer-events: none;
  transition: opacity 250ms;
}

#uc_mega_menu_elementor_dd49093 .uc-mega_menu-wrapper
  {
    left: 0;
    top: 0;
    height: 100%;
    position: relative;
    overflow-y: visible;
}

    #uc_mega_menu_elementor_dd49093 .uc-mega_menu_section{
      left: 0;
      transform: translate(0px, 0);
      padding-top: 0px;
    }
    #uc_mega_menu_elementor_dd49093 .uc-mega_menu_list_item{
        position: relative;
    }

#uc_mega_menu_elementor_dd49093 .uc-mega_menu_section.section-error .uc-section-error{
  	text-align: center;
  	min-height: 400px;
  	padding: 15px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	background-color: #cccccc;
  	position: relative;
  	z-index: 99997;
}

#uc_mega_menu_elementor_dd49093 .uc-mega_menu_title{
  	display: flex;
  	gap: 5px;
  	align-items: center;
  		cursor: pointer;
  		
    position:relative;
}	

#uc_mega_menu_elementor_dd49093 .uc-mega_menu_list_item,
#uc_mega_menu_elementor_dd49093 .uc-active_item .uc-mega_menu_title
{
transition: all 0.3s;
text-align: center;
}

#uc_mega_menu_elementor_dd49093 .uc-mega_menu_list{
	width: 100%;
}

#uc_mega_menu_elementor_dd49093 .uc-mega_menu_section.uc-active_item
{
  pointer-events: all;
  z-index: 99998;
}

#uc_mega_menu_elementor_dd49093 .uc-mega_menu_section.uc-active_item + .uc-mega_menu_section-cover{
	opacity: 1;
    pointer-events: all;
}

#uc_mega_menu_elementor_dd49093 .uc-error{
color: red;
font-weight: 700;
}

#uc_mega_menu_elementor_dd49093 .uc-message{
	text-align: center;
}

#uc_mega_menu_elementor_dd49093 .uc-mega_menu-wrapper.uc-menu-open
{
  transform: translate(0, 0);
}

body.uc-menu-open
{
  overflow: hidden;
}

#uc_mega_menu_elementor_dd49093 .uc_mega_menu_overlay
{
  cursor: default;
  display: none;
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  transition: opacity 0.3s;
  z-index: 99995;
  opacity: 0;
}

#uc_mega_menu_elementor_dd49093 .uc_mega_menu_overlay-inner{
	height: 100%;
}

#uc_mega_menu_elementor_dd49093.uc-menu-open .uc_mega_menu_overlay{
  	opacity: 1;
}

#uc_mega_menu_elementor_dd49093 .uc-mega_menu_list_item.section-error .uc-mega_menu_title{
	border: 2px solid red;
  	position: relative;
}

#uc_mega_menu_elementor_dd49093 .uc-mega_menu_list_item.section-error .uc-mega_menu_title::before{
	content: "";
	position: absolute;
  	width: 4px;
  	height: 4px;
  	border-radius: 50%;
  	background-color: red;
  	top: 8px;
  	right: 8px;
  	z-index: 2;
}

#uc_mega_menu_elementor_dd49093 .uc-mega_menu_list_item.section-error .item-error{
	position: absolute;
  	left: 50%;
  	top: 0;
  	transform: translate(-50%, -100%);
  	z-index: 2;
  	width: max-content;
  	color: red;
  	opacity: 0;
  	transition: all .3s;
}

#uc_mega_menu_elementor_dd49093 .uc-mega_menu_list_item.section-error .uc-mega_menu_title:hover .item-error{
	opacity: 1;
}

#uc_mega_menu_elementor_dd49093 .available_id_s{
	padding: 15px;
  	background-color: #ffffff;
  	color: #000000;
}

#uc_mega_menu_elementor_dd49093 .uc_expand_indicator::before{
	font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    line-height:1em;
  	display: inline-flex;
}

#uc_mega_menu_elementor_dd49093 .uc_collapse_indicator::before{
	font-family: "Font Awesome 5 Free";
    content: "\f106";
    font-weight: 900;
    line-height:1em;
  	display: inline-flex;
}

	#uc_mega_menu_elementor_dd49093 a.uc-mega_menu_title:hover:after {
    content: "";
    bottom: 0;
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #FF6600;
    z-index: 2;
    position:absolute;
    }  
	




#uc_mega_menu_elementor_dd49093 .uc-mega_menu-close-btn{
	
}

#uc_mega_menu_elementor_dd49093 .uc-mega_menu-burger, #uc_mega_menu_elementor_dd49093 .uc-mega_menu-close-btn
  {
    display: none;
  }

 #uc_mega_menu_elementor_dd49093 .uc-mega_menu-burger-icon, #uc_mega_menu_elementor_dd49093 .uc-mega_menu-close-btn-icon
{
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#uc_mega_menu_elementor_dd49093 .uc-mega_menu_section > *{
	position: relative;
  	z-index: 999997;
}

#uc_mega_menu_elementor_dd49093 .ue-tip{
	position: absolute;
  	width: 0;
  	height: 0;
  	border: 10px solid;
  	border-right-color: transparent;
  	border-bottom-color: transparent;
  	top: 0;
  	left: 50%;
  	transform: translate(-50%, -50%) rotate(45deg);
  	border-top-left-radius: 4px;
  	opacity: 0;
    z-index: 99996;
}



#uc_mega_menu_elementor_dd49093 .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
  flex-grow:0;
  flex-shrink:0;
  transition:0.3s;
}

#uc_mega_menu_elementor_dd49093 .ue-graphic-element svg
{
  height:1em;
  width:1em;
  transition:0.3s;
}

#uc_mega_menu_elementor_dd49093 .ue-graphic-element img
{
  display:block;
}


#uc_mega_menu_elementor_dd49093 .ue-ge-image
{
  width:100%;
  transition:0.3s;
}

#uc_mega_menu_elementor_dd49093 .uc-mega_menu_section.uc-active_item .ue-tip{
  	opacity: 1;
}


#uc_mega_menu_elementor_dd49093 .uc-mega_menu-mobile-header
{
  display:flex;
  justify-content:space-between;
  align-items:center;
  position: sticky;
  	z-index: 100000;
  top:0;
}

#uc_mega_menu_elementor_dd49093 .uc-mega_menu-mobile-logo
{
  flex-shrink:0;
  flex-grow:0;
  display:none;
}

#uc_mega_menu_elementor_dd49093 .uc-mega_menu-mobile-logo img
{
  width:100%;
  display:block;
  object-fit:contain;
}

#uc_mega_menu_elementor_dd49093 .uc-mega_menu-close-btn
{
  flex-grow:1;
}

/* start open transition animations */





  #uc_mega_menu_elementor_dd49093 .uc-mega_menu_section > *{
	opacity: 0;
    transition: opacity 250ms;
  }
  #uc_mega_menu_elementor_dd49093 .uc-mega_menu_section.uc-active_item > *{
	opacity: 1;
  }






#uc_mega_menu_elementor_dd49093 .ue-mega-menu-mobile-template
{
  display:none;
}

@media screen and (max-width: 1024px) {  
  
  #uc_mega_menu_elementor_dd49093 .ue-mega-menu-mobile-template
{
  display:block;
}
  
  #uc_mega_menu_elementor_dd49093 .uc-mega_menu-burger
  {
      display: block;
  }
  #uc_mega_menu_elementor_dd49093 .uc-mega_menu-close-btn{
	  display: block;
  }  
  
  #uc_mega_menu_elementor_dd49093 .uc-mega_menu-mobile-logo{
	  display: block;
  }
  
  #uc_mega_menu_elementor_dd49093 .uc-mega_menu-wrapper
  {
    position: fixed;
    transform: translate(-120%, 0);
    background-color: #ffffff;
    width: 100%;
    overflow-y: auto;
    transition: all 0.3s;
  }
  #uc_mega_menu_elementor_dd49093 .uc-mega_menu_list
  {
  	flex-direction: column;
    max-width: 100%;
  }
  #uc_mega_menu_elementor_dd49093 .uc-mega_menu_section{
    top: 0 !important;
	width: 100% !important;
    left: 0 !important;
    padding-top: 0 !important;
    transform: translate(0, 0) !important;
  }
  #uc_mega_menu_elementor_dd49093 .uc-mega_menu_list_item{
    position: static !important;
  }
  #uc_mega_menu_elementor_dd49093 .uc-mega_menu_list_item.uc-active_item .uc-mega_menu_title{
  	position: sticky;
    top: 0;
    left: 0;
    z-index: 99999;
  }
  #uc_mega_menu_elementor_dd49093 .uc_mega_menu_overlay{
  	opacity: 0;
    display: none !important;
  }
  #uc_mega_menu_elementor_dd49093 .uc-mega_menu_section > *{
	transform: translate(0, 0) !important;
    opacity: 0;
    transition: transform 250ms, opacity 250ms;
  }
  #uc_mega_menu_elementor_dd49093 .uc-mega_menu_section.uc-active_item > *{
    opacity: 1;
  }
  
  #uc_mega_menu_elementor_dd49093 .uc-mobile-mode{
  	z-index: 99998;
  }
  
  #uc_mega_menu_elementor_dd49093 .ue-tip{
  	display: none;
  }
  
  #uc_mega_menu_elementor_dd49093 .uc-mega_menu_section-cover{
  	display: none;
  }

}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_dd49093_item1 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_dd49093_item1{
      position: static !important;
  }


  #uc_mega_menu_elementor_dd49093_item1{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_dd49093_item1
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_dd49093_item1 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_dd49093_item1{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_dd49093_item2 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_dd49093_item2{
      position: static !important;
  }


  #uc_mega_menu_elementor_dd49093_item2{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_dd49093_item2
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_dd49093_item2 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_dd49093_item2{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_dd49093_item3 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_dd49093_item3{
      position: static !important;
  }


  #uc_mega_menu_elementor_dd49093_item3{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_dd49093_item3
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_dd49093_item3 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_dd49093_item3{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_dd49093_item4 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_dd49093_item4{
      position: static !important;
  }


  #uc_mega_menu_elementor_dd49093_item4{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_dd49093_item4
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_dd49093_item4 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_dd49093_item4{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_dd49093_item5 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_dd49093_item5{
      position: static !important;
  }


  #uc_mega_menu_elementor_dd49093_item5{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_dd49093_item5
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_dd49093_item5 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_dd49093_item5{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_dd49093_item6 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_dd49093_item6{
      position: static !important;
  }


  #uc_mega_menu_elementor_dd49093_item6{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_dd49093_item6
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_dd49093_item6 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_dd49093_item6{
      display: block;
    }
      
}


</style>

			<div id="uc_mega_menu_elementor_dd49093" data-show-menu="false" data-debug="false" data-editor="no" data-errors="false" data-items-id="false" data-elements-id="false">
  
  <div class="uc-mega_menu-burger">
    <span class="uc-mega_menu-burger-icon"><i class='fas fa-bars'></i></span>
  </div>
  
  <div class="uc-mega_menu-wrapper" data-responsive-breakpoint="1024">
    
    <div class="uc-mega_menu-mobile-header">
  
      
            	

            <div class="uc-mega_menu-close-btn">
                <span class="uc-mega_menu-close-btn-icon"><i class='fas fa-times'></i></span>
            </div>
      
    </div>
    
    <div class="ue-mega-menu-mobile-template"></div>
    
    <ul class="uc-mega_menu_list" data-position-x="item_left" data-offset-x="0" data-offset-y="0" data-menu-open="click" data-default-width-type="default_full" data-default-width-number="800" data-show-section="no" data-open-first="false">
    <li id="uc_mega_menu_elementor_dd49093_item1" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwMzIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        DIRECTIONAL DRILLS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_dd49093_item2" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxNjgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        TRENCHLESS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_dd49093_item3" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxODkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        VACUUM EXCAVATORS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_dd49093_item4" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyNDgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        TRENCHERS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_dd49093_item5" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyODIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        STAND-ON SKID STEERS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_dd49093_item6" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="https://dealer.ditchwitch.com/com.cmw~custlogin-wm/custlogin/CustomerHome.jsp" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        MYDITCHWITCH
    </a>
    
  	
  
</li>

    </ul>
    
    <div class="ue-mega-menu-mobile-template"></div>

    	
     
  </div>
  
  <div class="uc_mega_menu_overlay" data-overlay="true">
  	<div class="uc_mega_menu_overlay-inner"></div>
  </div>
</div>

<div class="uc-template-wrapper" style="display: none;">

</div>
			<!-- end Mega Menu -->		</div>
				</div>
					</div>
		</div>
				<div data-dce-background-color="#FF6600" class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-d22eaa3" data-id="d22eaa3" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-7b45fae elementor-widget elementor-widget-heading" data-id="7b45fae" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/find-a-dealer/">FIND A DEALER</a></h2>		</div>
				</div>
					</div>
		</div>
				<div data-dce-background-color="#FF660000" class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-6586479" data-id="6586479" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-80ce653 elementor-view-default elementor-widget elementor-widget-icon" data-id="80ce653" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<a class="elementor-icon" href="/search">
			<i aria-hidden="true" class="fas fa-search"></i>			</a>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-31622d6 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="31622d6" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-997ad0e" data-id="997ad0e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-2095fa8 elementor-widget elementor-widget-heading" data-id="2095fa8" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/directional-drills#directional-drills">Directional Drills</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-c15baef elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="c15baef" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="/directional-drills/directional-drills/jt5">

											<span class="elementor-icon-list-text">JT5</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/directional-drills/directional-drills/jt10">

											<span class="elementor-icon-list-text">JT10</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/directional-drills/directional-drills/jt20">

											<span class="elementor-icon-list-text">JT20</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/directional-drills/directional-drills/jt24">

											<span class="elementor-icon-list-text">JT24</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/directional-drills/directional-drills/jt28">

											<span class="elementor-icon-list-text">JT28</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/directional-drills/directional-drills/jt32">

											<span class="elementor-icon-list-text">JT32</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/directional-drills/directional-drills/jt40">

											<span class="elementor-icon-list-text">JT40</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/directional-drills/directional-drills/jt60">

											<span class="elementor-icon-list-text">JT60</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/directional-drills/directional-drills/jt100">

											<span class="elementor-icon-list-text">JT100</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-43ed5ad" data-id="43ed5ad" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-af13dfa elementor-widget elementor-widget-heading" data-id="af13dfa" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/directional-drills#all-terrain">All Terrain</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-b530eeb elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="b530eeb" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="/directional-drills/all-terrain/at32-all-terrain">

											<span class="elementor-icon-list-text">AT32</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/directional-drills/all-terrain/at40-all-terrain">

											<span class="elementor-icon-list-text">AT40</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/directional-drills/all-terrain/at60-all-terrain">

											<span class="elementor-icon-list-text">AT60</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/directional-drills/all-terrain/jt100-all-terrain">

											<span class="elementor-icon-list-text">AT100</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/directional-drills/all-terrain/at120-all-terrain/">

											<span class="elementor-icon-list-text">AT120</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-dacab06" data-id="dacab06" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-56f9fba elementor-widget elementor-widget-heading" data-id="56f9fba" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/directional-drills#american-augers">American Augers®</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-c7c6229 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="c7c6229" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://www.americanaugers.com/directional-drills/dd110/">

											<span class="elementor-icon-list-text">DD110</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.americanaugers.com/directional-drills/dd240t/">

											<span class="elementor-icon-list-text">DD240T</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.americanaugers.com/directional-drills/dd440t/">

											<span class="elementor-icon-list-text">DD440T</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.americanaugers.com/directional-drills/dd660rs/">

											<span class="elementor-icon-list-text">DD660RS</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.americanaugers.com/directional-drills/dd1100rs/">

											<span class="elementor-icon-list-text">DD1100RS</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-c40edbc" data-id="c40edbc" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-b182452 elementor-widget elementor-widget-heading" data-id="b182452" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/directional-drills#subsite">SubSite® HDD Guidance</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-dbf84b5 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="dbf84b5" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://www.subsite.com/products/hdd-guidance/marksman-series/">

											<span class="elementor-icon-list-text">Marksman™ Series HDD Guidance System</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.subsite.com/products/hdd-guidance/commander-7/">

											<span class="elementor-icon-list-text">Commander™ 7</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.subsite.com/products/hdd-guidance/tk-recon/">

											<span class="elementor-icon-list-text">TK Recon™ Series HDD Guidance System</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.subsite.com/products/hdd-guidance/tk-recon-repeater/">

											<span class="elementor-icon-list-text">TK Recon Repeater</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.subsite.com/products/hdd-guidance/tms-plus/">

											<span class="elementor-icon-list-text">TMS Plus</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.subsite.com/software/hdd-guidance/field-scout/">

											<span class="elementor-icon-list-text">Field Scout™</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.subsite.com/software/hdd-guidance/scoutview/">

											<span class="elementor-icon-list-text">Scoutview™</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.subsite.com/products/hdd-guidance/tsr-mobile/">

											<span class="elementor-icon-list-text">TSR Mobile</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.subsite.com/products/hdd-guidance/hdd-beacons/">

											<span class="elementor-icon-list-text">HDD Beacons</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-a38fc97" data-id="a38fc97" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-d182c10 elementor-widget elementor-widget-heading" data-id="d182c10" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/directional-drills">FIND YOUR NEAREST</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-e7d7172 elementor-widget elementor-widget-heading" data-id="e7d7172" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/directional-drills">DITCH WITCH® DEALER</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-37be540 elementor-widget elementor-widget-image" data-id="37be540" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="342" height="198" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20342%20198'%3E%3C/svg%3E" class="attachment-large size-large wp-image-3724" alt="" data-lazy-srcset="https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default.jpg 342w, https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default-300x174.jpg 300w" data-lazy-sizes="(max-width: 342px) 100vw, 342px" data-lazy-src="https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default.jpg" /><noscript><img width="342" height="198" src="https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default.jpg" class="attachment-large size-large wp-image-3724" alt="" srcset="https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default.jpg 342w, https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default-300x174.jpg 300w" sizes="(max-width: 342px) 100vw, 342px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-92199a8 elementor-align-center elementor-widget elementor-widget-button" data-id="92199a8" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-sm" href="/find-a-dealer/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">FIND A DEALER</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="6168" class="elementor elementor-6168 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;fadeIn&quot;,&quot;exit_animation&quot;:&quot;fadeIn&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;avoid_multiple_popups&quot;:&quot;yes&quot;,&quot;open_selector&quot;:&quot;.mega-pop5&quot;,&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section data-dce-background-color="#000000" class="elementor-section elementor-top-section elementor-element elementor-element-6a1133f elementor-section-full_width elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default elementor-section-height-default" data-id="6a1133f" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-0a5bce2" data-id="0a5bce2" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-fcdc433 elementor-widget elementor-widget-image" data-id="fcdc433" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.ditchwitch.com">
							<img width="63" height="75" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2063%2075'%3E%3C/svg%3E" title="Ditch Witch logo" alt="Ditch Witch" data-lazy-src="https://www.ditchwitch.com/wp-content/uploads/elementor/thumbs/logo-ps3y8n92cr4uffa0w8azhyr88w570eobrqm9ozyhhc.png" /><noscript><img width="63" height="75" src="https://www.ditchwitch.com/wp-content/uploads/elementor/thumbs/logo-ps3y8n92cr4uffa0w8azhyr88w570eobrqm9ozyhhc.png" title="Ditch Witch logo" alt="Ditch Witch" loading="lazy" /></noscript>								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-985286d" data-id="985286d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-483af85 elementor-nav-menu__align-right elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-widget elementor-widget-nav-menu" data-id="483af85" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
						<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none">
				<ul id="menu-1-483af85" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-181"><a href="/jobsite-solutions/" class="elementor-item">Jobsite Solutions</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-182"><a href="/support/" class="elementor-item">Support</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-183"><a href="/parts/" class="elementor-item">Parts</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-184"><a href="/about-us/" class="elementor-item">About</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-185"><a href="/news-room/" class="elementor-item">News</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-186"><a href="/were-in-this-together/" class="elementor-item">We&#8217;re In This Together</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-483af85" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-181"><a href="/jobsite-solutions/" class="elementor-item" tabindex="-1">Jobsite Solutions</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-182"><a href="/support/" class="elementor-item" tabindex="-1">Support</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-183"><a href="/parts/" class="elementor-item" tabindex="-1">Parts</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-184"><a href="/about-us/" class="elementor-item" tabindex="-1">About</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-185"><a href="/news-room/" class="elementor-item" tabindex="-1">News</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-186"><a href="/were-in-this-together/" class="elementor-item" tabindex="-1">We&#8217;re In This Together</a></li>
</ul>			</nav>
				</div>
				</div>
				<div class="elementor-element elementor-element-efbc9e7 elementor-widget elementor-widget-ucaddon_mega_menu" data-id="efbc9e7" data-element_type="widget" data-widget_type="ucaddon_mega_menu.default">
				<div class="elementor-widget-container">
			<!-- start Mega Menu -->
			<style type="text/css">/* widget: Mega Menu */

#uc_mega_menu_elementor_efbc9e7{
  position: relative;
}

#uc_mega_menu_elementor_efbc9e7 *
{
  box-sizing:border-box;
}

#uc_mega_menu_elementor_efbc9e7 .uc-mega_menu_list{
  display: flex;
  list-style: none;
  padding:0px;
}

#uc_mega_menu_elementor_efbc9e7 .uc-mega_menu_section
{
  position: absolute;
  z-index: 99997;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  padding-top: 0px;
  pointer-events: none;
  overflow: hidden;
}

#uc_mega_menu_elementor_efbc9e7 .uc-mega_menu_section-cover{
  position: absolute;
  z-index: 99996;
  pointer-events: none;
    top: calc(100% + 0px);
    opacity: 0;
  pointer-events: none;
  transition: opacity 250ms;
}

#uc_mega_menu_elementor_efbc9e7 .uc-mega_menu-wrapper
  {
    left: 0;
    top: 0;
    height: 100%;
    position: relative;
    overflow-y: visible;
}

    #uc_mega_menu_elementor_efbc9e7 .uc-mega_menu_section{
      left: 0;
      transform: translate(0px, 0);
      padding-top: 0px;
    }
    #uc_mega_menu_elementor_efbc9e7 .uc-mega_menu_list_item{
        position: relative;
    }

#uc_mega_menu_elementor_efbc9e7 .uc-mega_menu_section.section-error .uc-section-error{
  	text-align: center;
  	min-height: 400px;
  	padding: 15px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	background-color: #cccccc;
  	position: relative;
  	z-index: 99997;
}

#uc_mega_menu_elementor_efbc9e7 .uc-mega_menu_title{
  	display: flex;
  	gap: 5px;
  	align-items: center;
  		cursor: pointer;
  		
    position:relative;
}	

#uc_mega_menu_elementor_efbc9e7 .uc-mega_menu_list_item,
#uc_mega_menu_elementor_efbc9e7 .uc-active_item .uc-mega_menu_title
{
transition: all 0.3s;
text-align: center;
}

#uc_mega_menu_elementor_efbc9e7 .uc-mega_menu_list{
	width: 100%;
}

#uc_mega_menu_elementor_efbc9e7 .uc-mega_menu_section.uc-active_item
{
  pointer-events: all;
  z-index: 99998;
}

#uc_mega_menu_elementor_efbc9e7 .uc-mega_menu_section.uc-active_item + .uc-mega_menu_section-cover{
	opacity: 1;
    pointer-events: all;
}

#uc_mega_menu_elementor_efbc9e7 .uc-error{
color: red;
font-weight: 700;
}

#uc_mega_menu_elementor_efbc9e7 .uc-message{
	text-align: center;
}

#uc_mega_menu_elementor_efbc9e7 .uc-mega_menu-wrapper.uc-menu-open
{
  transform: translate(0, 0);
}

body.uc-menu-open
{
  overflow: hidden;
}

#uc_mega_menu_elementor_efbc9e7 .uc_mega_menu_overlay
{
  cursor: default;
  display: none;
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  transition: opacity 0.3s;
  z-index: 99995;
  opacity: 0;
}

#uc_mega_menu_elementor_efbc9e7 .uc_mega_menu_overlay-inner{
	height: 100%;
}

#uc_mega_menu_elementor_efbc9e7.uc-menu-open .uc_mega_menu_overlay{
  	opacity: 1;
}

#uc_mega_menu_elementor_efbc9e7 .uc-mega_menu_list_item.section-error .uc-mega_menu_title{
	border: 2px solid red;
  	position: relative;
}

#uc_mega_menu_elementor_efbc9e7 .uc-mega_menu_list_item.section-error .uc-mega_menu_title::before{
	content: "";
	position: absolute;
  	width: 4px;
  	height: 4px;
  	border-radius: 50%;
  	background-color: red;
  	top: 8px;
  	right: 8px;
  	z-index: 2;
}

#uc_mega_menu_elementor_efbc9e7 .uc-mega_menu_list_item.section-error .item-error{
	position: absolute;
  	left: 50%;
  	top: 0;
  	transform: translate(-50%, -100%);
  	z-index: 2;
  	width: max-content;
  	color: red;
  	opacity: 0;
  	transition: all .3s;
}

#uc_mega_menu_elementor_efbc9e7 .uc-mega_menu_list_item.section-error .uc-mega_menu_title:hover .item-error{
	opacity: 1;
}

#uc_mega_menu_elementor_efbc9e7 .available_id_s{
	padding: 15px;
  	background-color: #ffffff;
  	color: #000000;
}

#uc_mega_menu_elementor_efbc9e7 .uc_expand_indicator::before{
	font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    line-height:1em;
  	display: inline-flex;
}

#uc_mega_menu_elementor_efbc9e7 .uc_collapse_indicator::before{
	font-family: "Font Awesome 5 Free";
    content: "\f106";
    font-weight: 900;
    line-height:1em;
  	display: inline-flex;
}

	#uc_mega_menu_elementor_efbc9e7 a.uc-mega_menu_title:hover:after {
    content: "";
    bottom: 0;
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #FF6600;
    z-index: 2;
    position:absolute;
    }  
	




#uc_mega_menu_elementor_efbc9e7 .uc-mega_menu-close-btn{
	
}

#uc_mega_menu_elementor_efbc9e7 .uc-mega_menu-burger, #uc_mega_menu_elementor_efbc9e7 .uc-mega_menu-close-btn
  {
    display: none;
  }

 #uc_mega_menu_elementor_efbc9e7 .uc-mega_menu-burger-icon, #uc_mega_menu_elementor_efbc9e7 .uc-mega_menu-close-btn-icon
{
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#uc_mega_menu_elementor_efbc9e7 .uc-mega_menu_section > *{
	position: relative;
  	z-index: 999997;
}

#uc_mega_menu_elementor_efbc9e7 .ue-tip{
	position: absolute;
  	width: 0;
  	height: 0;
  	border: 10px solid;
  	border-right-color: transparent;
  	border-bottom-color: transparent;
  	top: 0;
  	left: 50%;
  	transform: translate(-50%, -50%) rotate(45deg);
  	border-top-left-radius: 4px;
  	opacity: 0;
    z-index: 99996;
}



#uc_mega_menu_elementor_efbc9e7 .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
  flex-grow:0;
  flex-shrink:0;
  transition:0.3s;
}

#uc_mega_menu_elementor_efbc9e7 .ue-graphic-element svg
{
  height:1em;
  width:1em;
  transition:0.3s;
}

#uc_mega_menu_elementor_efbc9e7 .ue-graphic-element img
{
  display:block;
}


#uc_mega_menu_elementor_efbc9e7 .ue-ge-image
{
  width:100%;
  transition:0.3s;
}

#uc_mega_menu_elementor_efbc9e7 .uc-mega_menu_section.uc-active_item .ue-tip{
  	opacity: 1;
}


#uc_mega_menu_elementor_efbc9e7 .uc-mega_menu-mobile-header
{
  display:flex;
  justify-content:space-between;
  align-items:center;
  position: sticky;
  	z-index: 100000;
  top:0;
}

#uc_mega_menu_elementor_efbc9e7 .uc-mega_menu-mobile-logo
{
  flex-shrink:0;
  flex-grow:0;
  display:none;
}

#uc_mega_menu_elementor_efbc9e7 .uc-mega_menu-mobile-logo img
{
  width:100%;
  display:block;
  object-fit:contain;
}

#uc_mega_menu_elementor_efbc9e7 .uc-mega_menu-close-btn
{
  flex-grow:1;
}

/* start open transition animations */





  #uc_mega_menu_elementor_efbc9e7 .uc-mega_menu_section > *{
	opacity: 0;
    transition: opacity 250ms;
  }
  #uc_mega_menu_elementor_efbc9e7 .uc-mega_menu_section.uc-active_item > *{
	opacity: 1;
  }






#uc_mega_menu_elementor_efbc9e7 .ue-mega-menu-mobile-template
{
  display:none;
}

@media screen and (max-width: 1024px) {  
  
  #uc_mega_menu_elementor_efbc9e7 .ue-mega-menu-mobile-template
{
  display:block;
}
  
  #uc_mega_menu_elementor_efbc9e7 .uc-mega_menu-burger
  {
      display: block;
  }
  #uc_mega_menu_elementor_efbc9e7 .uc-mega_menu-close-btn{
	  display: block;
  }  
  
  #uc_mega_menu_elementor_efbc9e7 .uc-mega_menu-mobile-logo{
	  display: block;
  }
  
  #uc_mega_menu_elementor_efbc9e7 .uc-mega_menu-wrapper
  {
    position: fixed;
    transform: translate(-120%, 0);
    background-color: #ffffff;
    width: 100%;
    overflow-y: auto;
    transition: all 0.3s;
  }
  #uc_mega_menu_elementor_efbc9e7 .uc-mega_menu_list
  {
  	flex-direction: column;
    max-width: 100%;
  }
  #uc_mega_menu_elementor_efbc9e7 .uc-mega_menu_section{
    top: 0 !important;
	width: 100% !important;
    left: 0 !important;
    padding-top: 0 !important;
    transform: translate(0, 0) !important;
  }
  #uc_mega_menu_elementor_efbc9e7 .uc-mega_menu_list_item{
    position: static !important;
  }
  #uc_mega_menu_elementor_efbc9e7 .uc-mega_menu_list_item.uc-active_item .uc-mega_menu_title{
  	position: sticky;
    top: 0;
    left: 0;
    z-index: 99999;
  }
  #uc_mega_menu_elementor_efbc9e7 .uc_mega_menu_overlay{
  	opacity: 0;
    display: none !important;
  }
  #uc_mega_menu_elementor_efbc9e7 .uc-mega_menu_section > *{
	transform: translate(0, 0) !important;
    opacity: 0;
    transition: transform 250ms, opacity 250ms;
  }
  #uc_mega_menu_elementor_efbc9e7 .uc-mega_menu_section.uc-active_item > *{
    opacity: 1;
  }
  
  #uc_mega_menu_elementor_efbc9e7 .uc-mobile-mode{
  	z-index: 99998;
  }
  
  #uc_mega_menu_elementor_efbc9e7 .ue-tip{
  	display: none;
  }
  
  #uc_mega_menu_elementor_efbc9e7 .uc-mega_menu_section-cover{
  	display: none;
  }

}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_efbc9e7_item1 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_efbc9e7_item1{
      position: static !important;
  }


  #uc_mega_menu_elementor_efbc9e7_item1{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_efbc9e7_item1
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_efbc9e7_item1 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_efbc9e7_item1{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_efbc9e7_item2 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_efbc9e7_item2{
      position: static !important;
  }


  #uc_mega_menu_elementor_efbc9e7_item2{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_efbc9e7_item2
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_efbc9e7_item2 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_efbc9e7_item2{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_efbc9e7_item3 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_efbc9e7_item3{
      position: static !important;
  }


  #uc_mega_menu_elementor_efbc9e7_item3{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_efbc9e7_item3
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_efbc9e7_item3 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_efbc9e7_item3{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_efbc9e7_item4 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_efbc9e7_item4{
      position: static !important;
  }


  #uc_mega_menu_elementor_efbc9e7_item4{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_efbc9e7_item4
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_efbc9e7_item4 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_efbc9e7_item4{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_efbc9e7_item5 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_efbc9e7_item5{
      position: static !important;
  }


  #uc_mega_menu_elementor_efbc9e7_item5{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_efbc9e7_item5
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_efbc9e7_item5 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_efbc9e7_item5{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_efbc9e7_item6 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_efbc9e7_item6{
      position: static !important;
  }


  #uc_mega_menu_elementor_efbc9e7_item6{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_efbc9e7_item6
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_efbc9e7_item6 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_efbc9e7_item6{
      display: block;
    }
      
}


</style>

			<div id="uc_mega_menu_elementor_efbc9e7" data-show-menu="false" data-debug="false" data-editor="no" data-errors="false" data-items-id="false" data-elements-id="false">
  
  <div class="uc-mega_menu-burger">
    <span class="uc-mega_menu-burger-icon"><i class='fas fa-bars'></i></span>
  </div>
  
  <div class="uc-mega_menu-wrapper" data-responsive-breakpoint="1024">
    
    <div class="uc-mega_menu-mobile-header">
  
      
            	

            <div class="uc-mega_menu-close-btn">
                <span class="uc-mega_menu-close-btn-icon"><i class='fas fa-times'></i></span>
            </div>
      
    </div>
    
    <div class="ue-mega-menu-mobile-template"></div>
    
    <ul class="uc-mega_menu_list" data-position-x="item_left" data-offset-x="0" data-offset-y="0" data-menu-open="click" data-default-width-type="default_full" data-default-width-number="800" data-show-section="no" data-open-first="false">
    <li id="uc_mega_menu_elementor_efbc9e7_item1" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwMzIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        DIRECTIONAL DRILLS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_efbc9e7_item2" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxNjgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        TRENCHLESS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_efbc9e7_item3" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxODkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        VACUUM EXCAVATORS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_efbc9e7_item4" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyNDgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        TRENCHERS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_efbc9e7_item5" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyODIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        STAND-ON SKID STEERS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_efbc9e7_item6" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="https://dealer.ditchwitch.com/com.cmw~custlogin-wm/custlogin/CustomerHome.jsp" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        MYDITCHWITCH
    </a>
    
  	
  
</li>

    </ul>
    
    <div class="ue-mega-menu-mobile-template"></div>

    	
     
  </div>
  
  <div class="uc_mega_menu_overlay" data-overlay="true">
  	<div class="uc_mega_menu_overlay-inner"></div>
  </div>
</div>

<div class="uc-template-wrapper" style="display: none;">

</div>
			<!-- end Mega Menu -->		</div>
				</div>
					</div>
		</div>
				<div data-dce-background-color="#FF6600" class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-e909569" data-id="e909569" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-23466a4 elementor-widget elementor-widget-heading" data-id="23466a4" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/find-a-dealer/">FIND A DEALER</a></h2>		</div>
				</div>
					</div>
		</div>
				<div data-dce-background-color="#FF660000" class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-e7c1a85" data-id="e7c1a85" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-1ab3dfb elementor-view-default elementor-widget elementor-widget-icon" data-id="1ab3dfb" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<a class="elementor-icon" href="/search">
			<i aria-hidden="true" class="fas fa-search"></i>			</a>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-19e44940 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="19e44940" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a169e48" data-id="3a169e48" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-29d1f76 elementor-widget elementor-widget-heading" data-id="29d1f76" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/trenchless#fluid-management">FLUID MANAGEMENT</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-d95f498 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="d95f498" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="/trenchless/fluid-management/ft5">

											<span class="elementor-icon-list-text">FT5</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchless/fluid-management/FM5X">

											<span class="elementor-icon-list-text">FM5X</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchless/fluid-management/fm13x">

											<span class="elementor-icon-list-text">FM13X</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchless/fluid-management/fm25x">

											<span class="elementor-icon-list-text">FM25X</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchless/fluid-management/mr90">

											<span class="elementor-icon-list-text">MR90</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchless/fluid-management/metaflo">

											<span class="elementor-icon-list-text">Metaflo</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3c3595be" data-id="3c3595be" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-4116a67c elementor-widget elementor-widget-heading" data-id="4116a67c" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/trenchless#piercing-tools">PIERCING TOOLS</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-148fee5c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="148fee5c" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="/trenchless/piercing-tools/standard-tools">

											<span class="elementor-icon-list-text">Standard Tools</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchless/piercing-tools/active-head">

											<span class="elementor-icon-list-text">Active Head</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchless/piercing-tools/catamount">

											<span class="elementor-icon-list-text">Catamount</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchless/piercing-tools/moletrac-system">

											<span class="elementor-icon-list-text">Moletrac ®</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-cee2a4b" data-id="cee2a4b" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-1d64aa3b elementor-widget elementor-widget-heading" data-id="1d64aa3b" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/trenchless#pipe-bursters">PIPE BURSTERS</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-2f15f39 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="2f15f39" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://www.hammerheadtrenchless.com/products/pipe-bursting/hydroburst%C2%AE-static-bursting-systems">

											<span class="elementor-icon-list-text">Static</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.hammerheadtrenchless.com/products/pipe-bursting/pneumatic-pipe-bursting">

											<span class="elementor-icon-list-text">Pneumatic</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.hammerheadtrenchless.com/products/pipe-bursting/lateral-bursting">

											<span class="elementor-icon-list-text">Lateral</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-43f4fca8" data-id="43f4fca8" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-bf9b79b elementor-widget elementor-widget-heading" data-id="bf9b79b" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/directional-drills">FIND YOUR NEAREST</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-4388d552 elementor-widget elementor-widget-heading" data-id="4388d552" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/directional-drills">DITCH WITCH® DEALER</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-7c20584a elementor-widget elementor-widget-image" data-id="7c20584a" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="342" height="198" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20342%20198'%3E%3C/svg%3E" class="attachment-large size-large wp-image-3724" alt="" data-lazy-srcset="https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default.jpg 342w, https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default-300x174.jpg 300w" data-lazy-sizes="(max-width: 342px) 100vw, 342px" data-lazy-src="https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default.jpg" /><noscript><img width="342" height="198" src="https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default.jpg" class="attachment-large size-large wp-image-3724" alt="" srcset="https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default.jpg 342w, https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default-300x174.jpg 300w" sizes="(max-width: 342px) 100vw, 342px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-452dd7d elementor-align-center elementor-widget elementor-widget-button" data-id="452dd7d" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-sm" href="/find-a-dealer/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">FIND A DEALER</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="6189" class="elementor elementor-6189 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;fadeIn&quot;,&quot;exit_animation&quot;:&quot;fadeIn&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;avoid_multiple_popups&quot;:&quot;yes&quot;,&quot;open_selector&quot;:&quot;.mega-pop5&quot;,&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section data-dce-background-color="#000000" class="elementor-section elementor-top-section elementor-element elementor-element-ee3abcb elementor-section-full_width elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default elementor-section-height-default" data-id="ee3abcb" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-c1f72d6" data-id="c1f72d6" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-437332d elementor-widget elementor-widget-image" data-id="437332d" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.ditchwitch.com">
							<img width="63" height="75" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2063%2075'%3E%3C/svg%3E" title="Ditch Witch logo" alt="Ditch Witch" data-lazy-src="https://www.ditchwitch.com/wp-content/uploads/elementor/thumbs/logo-ps3y8n92cr4uffa0w8azhyr88w570eobrqm9ozyhhc.png" /><noscript><img width="63" height="75" src="https://www.ditchwitch.com/wp-content/uploads/elementor/thumbs/logo-ps3y8n92cr4uffa0w8azhyr88w570eobrqm9ozyhhc.png" title="Ditch Witch logo" alt="Ditch Witch" loading="lazy" /></noscript>								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-8bd13c1" data-id="8bd13c1" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-441bb51 elementor-nav-menu__align-right elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-widget elementor-widget-nav-menu" data-id="441bb51" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
						<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none">
				<ul id="menu-1-441bb51" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-181"><a href="/jobsite-solutions/" class="elementor-item">Jobsite Solutions</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-182"><a href="/support/" class="elementor-item">Support</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-183"><a href="/parts/" class="elementor-item">Parts</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-184"><a href="/about-us/" class="elementor-item">About</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-185"><a href="/news-room/" class="elementor-item">News</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-186"><a href="/were-in-this-together/" class="elementor-item">We&#8217;re In This Together</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-441bb51" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-181"><a href="/jobsite-solutions/" class="elementor-item" tabindex="-1">Jobsite Solutions</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-182"><a href="/support/" class="elementor-item" tabindex="-1">Support</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-183"><a href="/parts/" class="elementor-item" tabindex="-1">Parts</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-184"><a href="/about-us/" class="elementor-item" tabindex="-1">About</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-185"><a href="/news-room/" class="elementor-item" tabindex="-1">News</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-186"><a href="/were-in-this-together/" class="elementor-item" tabindex="-1">We&#8217;re In This Together</a></li>
</ul>			</nav>
				</div>
				</div>
				<div class="elementor-element elementor-element-bb1c5ae elementor-widget elementor-widget-ucaddon_mega_menu" data-id="bb1c5ae" data-element_type="widget" data-widget_type="ucaddon_mega_menu.default">
				<div class="elementor-widget-container">
			<!-- start Mega Menu -->
			<style type="text/css">/* widget: Mega Menu */

#uc_mega_menu_elementor_bb1c5ae{
  position: relative;
}

#uc_mega_menu_elementor_bb1c5ae *
{
  box-sizing:border-box;
}

#uc_mega_menu_elementor_bb1c5ae .uc-mega_menu_list{
  display: flex;
  list-style: none;
  padding:0px;
}

#uc_mega_menu_elementor_bb1c5ae .uc-mega_menu_section
{
  position: absolute;
  z-index: 99997;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  padding-top: 0px;
  pointer-events: none;
  overflow: hidden;
}

#uc_mega_menu_elementor_bb1c5ae .uc-mega_menu_section-cover{
  position: absolute;
  z-index: 99996;
  pointer-events: none;
    top: calc(100% + 0px);
    opacity: 0;
  pointer-events: none;
  transition: opacity 250ms;
}

#uc_mega_menu_elementor_bb1c5ae .uc-mega_menu-wrapper
  {
    left: 0;
    top: 0;
    height: 100%;
    position: relative;
    overflow-y: visible;
}

    #uc_mega_menu_elementor_bb1c5ae .uc-mega_menu_section{
      left: 0;
      transform: translate(0px, 0);
      padding-top: 0px;
    }
    #uc_mega_menu_elementor_bb1c5ae .uc-mega_menu_list_item{
        position: relative;
    }

#uc_mega_menu_elementor_bb1c5ae .uc-mega_menu_section.section-error .uc-section-error{
  	text-align: center;
  	min-height: 400px;
  	padding: 15px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	background-color: #cccccc;
  	position: relative;
  	z-index: 99997;
}

#uc_mega_menu_elementor_bb1c5ae .uc-mega_menu_title{
  	display: flex;
  	gap: 5px;
  	align-items: center;
  		cursor: pointer;
  		
    position:relative;
}	

#uc_mega_menu_elementor_bb1c5ae .uc-mega_menu_list_item,
#uc_mega_menu_elementor_bb1c5ae .uc-active_item .uc-mega_menu_title
{
transition: all 0.3s;
text-align: center;
}

#uc_mega_menu_elementor_bb1c5ae .uc-mega_menu_list{
	width: 100%;
}

#uc_mega_menu_elementor_bb1c5ae .uc-mega_menu_section.uc-active_item
{
  pointer-events: all;
  z-index: 99998;
}

#uc_mega_menu_elementor_bb1c5ae .uc-mega_menu_section.uc-active_item + .uc-mega_menu_section-cover{
	opacity: 1;
    pointer-events: all;
}

#uc_mega_menu_elementor_bb1c5ae .uc-error{
color: red;
font-weight: 700;
}

#uc_mega_menu_elementor_bb1c5ae .uc-message{
	text-align: center;
}

#uc_mega_menu_elementor_bb1c5ae .uc-mega_menu-wrapper.uc-menu-open
{
  transform: translate(0, 0);
}

body.uc-menu-open
{
  overflow: hidden;
}

#uc_mega_menu_elementor_bb1c5ae .uc_mega_menu_overlay
{
  cursor: default;
  display: none;
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  transition: opacity 0.3s;
  z-index: 99995;
  opacity: 0;
}

#uc_mega_menu_elementor_bb1c5ae .uc_mega_menu_overlay-inner{
	height: 100%;
}

#uc_mega_menu_elementor_bb1c5ae.uc-menu-open .uc_mega_menu_overlay{
  	opacity: 1;
}

#uc_mega_menu_elementor_bb1c5ae .uc-mega_menu_list_item.section-error .uc-mega_menu_title{
	border: 2px solid red;
  	position: relative;
}

#uc_mega_menu_elementor_bb1c5ae .uc-mega_menu_list_item.section-error .uc-mega_menu_title::before{
	content: "";
	position: absolute;
  	width: 4px;
  	height: 4px;
  	border-radius: 50%;
  	background-color: red;
  	top: 8px;
  	right: 8px;
  	z-index: 2;
}

#uc_mega_menu_elementor_bb1c5ae .uc-mega_menu_list_item.section-error .item-error{
	position: absolute;
  	left: 50%;
  	top: 0;
  	transform: translate(-50%, -100%);
  	z-index: 2;
  	width: max-content;
  	color: red;
  	opacity: 0;
  	transition: all .3s;
}

#uc_mega_menu_elementor_bb1c5ae .uc-mega_menu_list_item.section-error .uc-mega_menu_title:hover .item-error{
	opacity: 1;
}

#uc_mega_menu_elementor_bb1c5ae .available_id_s{
	padding: 15px;
  	background-color: #ffffff;
  	color: #000000;
}

#uc_mega_menu_elementor_bb1c5ae .uc_expand_indicator::before{
	font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    line-height:1em;
  	display: inline-flex;
}

#uc_mega_menu_elementor_bb1c5ae .uc_collapse_indicator::before{
	font-family: "Font Awesome 5 Free";
    content: "\f106";
    font-weight: 900;
    line-height:1em;
  	display: inline-flex;
}

	#uc_mega_menu_elementor_bb1c5ae a.uc-mega_menu_title:hover:after {
    content: "";
    bottom: 0;
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #FF6600;
    z-index: 2;
    position:absolute;
    }  
	




#uc_mega_menu_elementor_bb1c5ae .uc-mega_menu-close-btn{
	
}

#uc_mega_menu_elementor_bb1c5ae .uc-mega_menu-burger, #uc_mega_menu_elementor_bb1c5ae .uc-mega_menu-close-btn
  {
    display: none;
  }

 #uc_mega_menu_elementor_bb1c5ae .uc-mega_menu-burger-icon, #uc_mega_menu_elementor_bb1c5ae .uc-mega_menu-close-btn-icon
{
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#uc_mega_menu_elementor_bb1c5ae .uc-mega_menu_section > *{
	position: relative;
  	z-index: 999997;
}

#uc_mega_menu_elementor_bb1c5ae .ue-tip{
	position: absolute;
  	width: 0;
  	height: 0;
  	border: 10px solid;
  	border-right-color: transparent;
  	border-bottom-color: transparent;
  	top: 0;
  	left: 50%;
  	transform: translate(-50%, -50%) rotate(45deg);
  	border-top-left-radius: 4px;
  	opacity: 0;
    z-index: 99996;
}



#uc_mega_menu_elementor_bb1c5ae .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
  flex-grow:0;
  flex-shrink:0;
  transition:0.3s;
}

#uc_mega_menu_elementor_bb1c5ae .ue-graphic-element svg
{
  height:1em;
  width:1em;
  transition:0.3s;
}

#uc_mega_menu_elementor_bb1c5ae .ue-graphic-element img
{
  display:block;
}


#uc_mega_menu_elementor_bb1c5ae .ue-ge-image
{
  width:100%;
  transition:0.3s;
}

#uc_mega_menu_elementor_bb1c5ae .uc-mega_menu_section.uc-active_item .ue-tip{
  	opacity: 1;
}


#uc_mega_menu_elementor_bb1c5ae .uc-mega_menu-mobile-header
{
  display:flex;
  justify-content:space-between;
  align-items:center;
  position: sticky;
  	z-index: 100000;
  top:0;
}

#uc_mega_menu_elementor_bb1c5ae .uc-mega_menu-mobile-logo
{
  flex-shrink:0;
  flex-grow:0;
  display:none;
}

#uc_mega_menu_elementor_bb1c5ae .uc-mega_menu-mobile-logo img
{
  width:100%;
  display:block;
  object-fit:contain;
}

#uc_mega_menu_elementor_bb1c5ae .uc-mega_menu-close-btn
{
  flex-grow:1;
}

/* start open transition animations */





  #uc_mega_menu_elementor_bb1c5ae .uc-mega_menu_section > *{
	opacity: 0;
    transition: opacity 250ms;
  }
  #uc_mega_menu_elementor_bb1c5ae .uc-mega_menu_section.uc-active_item > *{
	opacity: 1;
  }






#uc_mega_menu_elementor_bb1c5ae .ue-mega-menu-mobile-template
{
  display:none;
}

@media screen and (max-width: 1024px) {  
  
  #uc_mega_menu_elementor_bb1c5ae .ue-mega-menu-mobile-template
{
  display:block;
}
  
  #uc_mega_menu_elementor_bb1c5ae .uc-mega_menu-burger
  {
      display: block;
  }
  #uc_mega_menu_elementor_bb1c5ae .uc-mega_menu-close-btn{
	  display: block;
  }  
  
  #uc_mega_menu_elementor_bb1c5ae .uc-mega_menu-mobile-logo{
	  display: block;
  }
  
  #uc_mega_menu_elementor_bb1c5ae .uc-mega_menu-wrapper
  {
    position: fixed;
    transform: translate(-120%, 0);
    background-color: #ffffff;
    width: 100%;
    overflow-y: auto;
    transition: all 0.3s;
  }
  #uc_mega_menu_elementor_bb1c5ae .uc-mega_menu_list
  {
  	flex-direction: column;
    max-width: 100%;
  }
  #uc_mega_menu_elementor_bb1c5ae .uc-mega_menu_section{
    top: 0 !important;
	width: 100% !important;
    left: 0 !important;
    padding-top: 0 !important;
    transform: translate(0, 0) !important;
  }
  #uc_mega_menu_elementor_bb1c5ae .uc-mega_menu_list_item{
    position: static !important;
  }
  #uc_mega_menu_elementor_bb1c5ae .uc-mega_menu_list_item.uc-active_item .uc-mega_menu_title{
  	position: sticky;
    top: 0;
    left: 0;
    z-index: 99999;
  }
  #uc_mega_menu_elementor_bb1c5ae .uc_mega_menu_overlay{
  	opacity: 0;
    display: none !important;
  }
  #uc_mega_menu_elementor_bb1c5ae .uc-mega_menu_section > *{
	transform: translate(0, 0) !important;
    opacity: 0;
    transition: transform 250ms, opacity 250ms;
  }
  #uc_mega_menu_elementor_bb1c5ae .uc-mega_menu_section.uc-active_item > *{
    opacity: 1;
  }
  
  #uc_mega_menu_elementor_bb1c5ae .uc-mobile-mode{
  	z-index: 99998;
  }
  
  #uc_mega_menu_elementor_bb1c5ae .ue-tip{
  	display: none;
  }
  
  #uc_mega_menu_elementor_bb1c5ae .uc-mega_menu_section-cover{
  	display: none;
  }

}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_bb1c5ae_item1 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_bb1c5ae_item1{
      position: static !important;
  }


  #uc_mega_menu_elementor_bb1c5ae_item1{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_bb1c5ae_item1
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_bb1c5ae_item1 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_bb1c5ae_item1{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_bb1c5ae_item2 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_bb1c5ae_item2{
      position: static !important;
  }


  #uc_mega_menu_elementor_bb1c5ae_item2{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_bb1c5ae_item2
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_bb1c5ae_item2 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_bb1c5ae_item2{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_bb1c5ae_item3 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_bb1c5ae_item3{
      position: static !important;
  }


  #uc_mega_menu_elementor_bb1c5ae_item3{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_bb1c5ae_item3
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_bb1c5ae_item3 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_bb1c5ae_item3{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_bb1c5ae_item4 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_bb1c5ae_item4{
      position: static !important;
  }


  #uc_mega_menu_elementor_bb1c5ae_item4{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_bb1c5ae_item4
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_bb1c5ae_item4 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_bb1c5ae_item4{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_bb1c5ae_item5 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_bb1c5ae_item5{
      position: static !important;
  }


  #uc_mega_menu_elementor_bb1c5ae_item5{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_bb1c5ae_item5
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_bb1c5ae_item5 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_bb1c5ae_item5{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_bb1c5ae_item6 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_bb1c5ae_item6{
      position: static !important;
  }


  #uc_mega_menu_elementor_bb1c5ae_item6{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_bb1c5ae_item6
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_bb1c5ae_item6 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_bb1c5ae_item6{
      display: block;
    }
      
}


</style>

			<div id="uc_mega_menu_elementor_bb1c5ae" data-show-menu="false" data-debug="false" data-editor="no" data-errors="false" data-items-id="false" data-elements-id="false">
  
  <div class="uc-mega_menu-burger">
    <span class="uc-mega_menu-burger-icon"><i class='fas fa-bars'></i></span>
  </div>
  
  <div class="uc-mega_menu-wrapper" data-responsive-breakpoint="1024">
    
    <div class="uc-mega_menu-mobile-header">
  
      
            	

            <div class="uc-mega_menu-close-btn">
                <span class="uc-mega_menu-close-btn-icon"><i class='fas fa-times'></i></span>
            </div>
      
    </div>
    
    <div class="ue-mega-menu-mobile-template"></div>
    
    <ul class="uc-mega_menu_list" data-position-x="item_left" data-offset-x="0" data-offset-y="0" data-menu-open="click" data-default-width-type="default_full" data-default-width-number="800" data-show-section="no" data-open-first="false">
    <li id="uc_mega_menu_elementor_bb1c5ae_item1" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwMzIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        DIRECTIONAL DRILLS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_bb1c5ae_item2" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxNjgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        TRENCHLESS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_bb1c5ae_item3" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxODkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        VACUUM EXCAVATORS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_bb1c5ae_item4" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyNDgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        TRENCHERS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_bb1c5ae_item5" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyODIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        STAND-ON SKID STEERS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_bb1c5ae_item6" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="https://dealer.ditchwitch.com/com.cmw~custlogin-wm/custlogin/CustomerHome.jsp" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        MYDITCHWITCH
    </a>
    
  	
  
</li>

    </ul>
    
    <div class="ue-mega-menu-mobile-template"></div>

    	
     
  </div>
  
  <div class="uc_mega_menu_overlay" data-overlay="true">
  	<div class="uc_mega_menu_overlay-inner"></div>
  </div>
</div>

<div class="uc-template-wrapper" style="display: none;">

</div>
			<!-- end Mega Menu -->		</div>
				</div>
					</div>
		</div>
				<div data-dce-background-color="#FF6600" class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-1ef827c" data-id="1ef827c" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-0d4f9f5 elementor-widget elementor-widget-heading" data-id="0d4f9f5" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/find-a-dealer/">FIND A DEALER</a></h2>		</div>
				</div>
					</div>
		</div>
				<div data-dce-background-color="#FF660000" class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-8f9bd73" data-id="8f9bd73" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-02f5ed0 elementor-view-default elementor-widget elementor-widget-icon" data-id="02f5ed0" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<a class="elementor-icon" href="/search">
			<i aria-hidden="true" class="fas fa-search"></i>			</a>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-25d21420 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="25d21420" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-6b1030a6" data-id="6b1030a6" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-7eab5115 elementor-widget elementor-widget-heading" data-id="7eab5115" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/vacuum-excavation#trailer-vacs">TRAILER VACS</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-97b369f elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="97b369f" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="/vacuum-excavators/hydro-excavators/fx20">

											<span class="elementor-icon-list-text">FX20</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/vacuum-excavators/hydro-excavators/hx30">

											<span class="elementor-icon-list-text">HX30</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/vacuum-excavators/hydro-excavators/hx30g">

											<span class="elementor-icon-list-text">HX30G</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/vacuum-excavators/hydro-excavators/hx50">

											<span class="elementor-icon-list-text">HX50</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/vacuum-excavators/hydro-excavators/hx75">

											<span class="elementor-icon-list-text">HX75</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-2521aacc" data-id="2521aacc" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-25dbea5c elementor-widget elementor-widget-heading" data-id="25dbea5c" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/vacuum-excavation#warlock-series">WARLOCK SERIES</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-3cb6648b elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="3cb6648b" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="/vacuum-excavators/warlock-series/w12">

											<span class="elementor-icon-list-text">W12</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-d8b3bde" data-id="d8b3bde" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-05d5d62 elementor-widget elementor-widget-heading" data-id="05d5d62" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/vacuum-excavation#truck-vacs">TRUCK VACS</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-98bff88 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="98bff88" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="/vacuum-excavation/truck-vacs/hxt-line/">

											<span class="elementor-icon-list-text">HXT30</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/vacuum-excavation/truck-vacs/hxt-line/">

											<span class="elementor-icon-list-text">HXT50</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/vacuum-excavation/truck-vacs/hxt-line/">

											<span class="elementor-icon-list-text">HXT75</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-45a6c981" data-id="45a6c981" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-15440ff0 elementor-widget elementor-widget-heading" data-id="15440ff0" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/vacuum-excavation#mud-vacs">MUD VACS</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-1f98f564 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="1f98f564" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="/vacuum-excavators/mud-vacs/mv8">

											<span class="elementor-icon-list-text">MV8</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/vacuum-excavators/mud-vacs/mv12">

											<span class="elementor-icon-list-text">MV12</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-14152ba5" data-id="14152ba5" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-71445933 elementor-widget elementor-widget-heading" data-id="71445933" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/vacuum-excavation#vacuum-accessories">VACUUM ACCESSORIES</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-b05604f elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="b05604f" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="/vacuum-accessories/air-saber">

											<span class="elementor-icon-list-text">Air Saber</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/vacuum-accessories/prospector-nozzle">

											<span class="elementor-icon-list-text">Prospector Nozzle</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-5315dcc" data-id="5315dcc" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-2a093fa elementor-widget elementor-widget-heading" data-id="2a093fa" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/directional-drills">FIND YOUR NEAREST</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-db49cf4 elementor-widget elementor-widget-heading" data-id="db49cf4" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/directional-drills">DITCH WITCH® DEALER</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-d989345 elementor-widget elementor-widget-image" data-id="d989345" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="342" height="198" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20342%20198'%3E%3C/svg%3E" class="attachment-large size-large wp-image-3724" alt="" data-lazy-srcset="https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default.jpg 342w, https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default-300x174.jpg 300w" data-lazy-sizes="(max-width: 342px) 100vw, 342px" data-lazy-src="https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default.jpg" /><noscript><img width="342" height="198" src="https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default.jpg" class="attachment-large size-large wp-image-3724" alt="" srcset="https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default.jpg 342w, https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default-300x174.jpg 300w" sizes="(max-width: 342px) 100vw, 342px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-42f6608 elementor-align-center elementor-widget elementor-widget-button" data-id="42f6608" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-sm" href="/find-a-dealer/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">FIND A DEALER</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="6248" class="elementor elementor-6248 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;fadeIn&quot;,&quot;exit_animation&quot;:&quot;fadeIn&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;avoid_multiple_popups&quot;:&quot;yes&quot;,&quot;open_selector&quot;:&quot;.mega-pop5&quot;,&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section data-dce-background-color="#000000" class="elementor-section elementor-top-section elementor-element elementor-element-da0a2c7 elementor-section-full_width elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default elementor-section-height-default" data-id="da0a2c7" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-2890e57" data-id="2890e57" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-75c1110 elementor-widget elementor-widget-image" data-id="75c1110" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.ditchwitch.com">
							<img width="63" height="75" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2063%2075'%3E%3C/svg%3E" title="Ditch Witch logo" alt="Ditch Witch" data-lazy-src="https://www.ditchwitch.com/wp-content/uploads/elementor/thumbs/logo-ps3y8n92cr4uffa0w8azhyr88w570eobrqm9ozyhhc.png" /><noscript><img width="63" height="75" src="https://www.ditchwitch.com/wp-content/uploads/elementor/thumbs/logo-ps3y8n92cr4uffa0w8azhyr88w570eobrqm9ozyhhc.png" title="Ditch Witch logo" alt="Ditch Witch" loading="lazy" /></noscript>								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-cb4c1d2" data-id="cb4c1d2" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-4fe7e3e elementor-nav-menu__align-right elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-widget elementor-widget-nav-menu" data-id="4fe7e3e" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
						<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none">
				<ul id="menu-1-4fe7e3e" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-181"><a href="/jobsite-solutions/" class="elementor-item">Jobsite Solutions</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-182"><a href="/support/" class="elementor-item">Support</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-183"><a href="/parts/" class="elementor-item">Parts</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-184"><a href="/about-us/" class="elementor-item">About</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-185"><a href="/news-room/" class="elementor-item">News</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-186"><a href="/were-in-this-together/" class="elementor-item">We&#8217;re In This Together</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-4fe7e3e" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-181"><a href="/jobsite-solutions/" class="elementor-item" tabindex="-1">Jobsite Solutions</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-182"><a href="/support/" class="elementor-item" tabindex="-1">Support</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-183"><a href="/parts/" class="elementor-item" tabindex="-1">Parts</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-184"><a href="/about-us/" class="elementor-item" tabindex="-1">About</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-185"><a href="/news-room/" class="elementor-item" tabindex="-1">News</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-186"><a href="/were-in-this-together/" class="elementor-item" tabindex="-1">We&#8217;re In This Together</a></li>
</ul>			</nav>
				</div>
				</div>
				<div class="elementor-element elementor-element-4956d59 elementor-widget elementor-widget-ucaddon_mega_menu" data-id="4956d59" data-element_type="widget" data-widget_type="ucaddon_mega_menu.default">
				<div class="elementor-widget-container">
			<!-- start Mega Menu -->
			<style type="text/css">/* widget: Mega Menu */

#uc_mega_menu_elementor_4956d59{
  position: relative;
}

#uc_mega_menu_elementor_4956d59 *
{
  box-sizing:border-box;
}

#uc_mega_menu_elementor_4956d59 .uc-mega_menu_list{
  display: flex;
  list-style: none;
  padding:0px;
}

#uc_mega_menu_elementor_4956d59 .uc-mega_menu_section
{
  position: absolute;
  z-index: 99997;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  padding-top: 0px;
  pointer-events: none;
  overflow: hidden;
}

#uc_mega_menu_elementor_4956d59 .uc-mega_menu_section-cover{
  position: absolute;
  z-index: 99996;
  pointer-events: none;
    top: calc(100% + 0px);
    opacity: 0;
  pointer-events: none;
  transition: opacity 250ms;
}

#uc_mega_menu_elementor_4956d59 .uc-mega_menu-wrapper
  {
    left: 0;
    top: 0;
    height: 100%;
    position: relative;
    overflow-y: visible;
}

    #uc_mega_menu_elementor_4956d59 .uc-mega_menu_section{
      left: 0;
      transform: translate(0px, 0);
      padding-top: 0px;
    }
    #uc_mega_menu_elementor_4956d59 .uc-mega_menu_list_item{
        position: relative;
    }

#uc_mega_menu_elementor_4956d59 .uc-mega_menu_section.section-error .uc-section-error{
  	text-align: center;
  	min-height: 400px;
  	padding: 15px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	background-color: #cccccc;
  	position: relative;
  	z-index: 99997;
}

#uc_mega_menu_elementor_4956d59 .uc-mega_menu_title{
  	display: flex;
  	gap: 5px;
  	align-items: center;
  		cursor: pointer;
  		
    position:relative;
}	

#uc_mega_menu_elementor_4956d59 .uc-mega_menu_list_item,
#uc_mega_menu_elementor_4956d59 .uc-active_item .uc-mega_menu_title
{
transition: all 0.3s;
text-align: center;
}

#uc_mega_menu_elementor_4956d59 .uc-mega_menu_list{
	width: 100%;
}

#uc_mega_menu_elementor_4956d59 .uc-mega_menu_section.uc-active_item
{
  pointer-events: all;
  z-index: 99998;
}

#uc_mega_menu_elementor_4956d59 .uc-mega_menu_section.uc-active_item + .uc-mega_menu_section-cover{
	opacity: 1;
    pointer-events: all;
}

#uc_mega_menu_elementor_4956d59 .uc-error{
color: red;
font-weight: 700;
}

#uc_mega_menu_elementor_4956d59 .uc-message{
	text-align: center;
}

#uc_mega_menu_elementor_4956d59 .uc-mega_menu-wrapper.uc-menu-open
{
  transform: translate(0, 0);
}

body.uc-menu-open
{
  overflow: hidden;
}

#uc_mega_menu_elementor_4956d59 .uc_mega_menu_overlay
{
  cursor: default;
  display: none;
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  transition: opacity 0.3s;
  z-index: 99995;
  opacity: 0;
}

#uc_mega_menu_elementor_4956d59 .uc_mega_menu_overlay-inner{
	height: 100%;
}

#uc_mega_menu_elementor_4956d59.uc-menu-open .uc_mega_menu_overlay{
  	opacity: 1;
}

#uc_mega_menu_elementor_4956d59 .uc-mega_menu_list_item.section-error .uc-mega_menu_title{
	border: 2px solid red;
  	position: relative;
}

#uc_mega_menu_elementor_4956d59 .uc-mega_menu_list_item.section-error .uc-mega_menu_title::before{
	content: "";
	position: absolute;
  	width: 4px;
  	height: 4px;
  	border-radius: 50%;
  	background-color: red;
  	top: 8px;
  	right: 8px;
  	z-index: 2;
}

#uc_mega_menu_elementor_4956d59 .uc-mega_menu_list_item.section-error .item-error{
	position: absolute;
  	left: 50%;
  	top: 0;
  	transform: translate(-50%, -100%);
  	z-index: 2;
  	width: max-content;
  	color: red;
  	opacity: 0;
  	transition: all .3s;
}

#uc_mega_menu_elementor_4956d59 .uc-mega_menu_list_item.section-error .uc-mega_menu_title:hover .item-error{
	opacity: 1;
}

#uc_mega_menu_elementor_4956d59 .available_id_s{
	padding: 15px;
  	background-color: #ffffff;
  	color: #000000;
}

#uc_mega_menu_elementor_4956d59 .uc_expand_indicator::before{
	font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    line-height:1em;
  	display: inline-flex;
}

#uc_mega_menu_elementor_4956d59 .uc_collapse_indicator::before{
	font-family: "Font Awesome 5 Free";
    content: "\f106";
    font-weight: 900;
    line-height:1em;
  	display: inline-flex;
}

	#uc_mega_menu_elementor_4956d59 a.uc-mega_menu_title:hover:after {
    content: "";
    bottom: 0;
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #FF6600;
    z-index: 2;
    position:absolute;
    }  
	




#uc_mega_menu_elementor_4956d59 .uc-mega_menu-close-btn{
	
}

#uc_mega_menu_elementor_4956d59 .uc-mega_menu-burger, #uc_mega_menu_elementor_4956d59 .uc-mega_menu-close-btn
  {
    display: none;
  }

 #uc_mega_menu_elementor_4956d59 .uc-mega_menu-burger-icon, #uc_mega_menu_elementor_4956d59 .uc-mega_menu-close-btn-icon
{
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#uc_mega_menu_elementor_4956d59 .uc-mega_menu_section > *{
	position: relative;
  	z-index: 999997;
}

#uc_mega_menu_elementor_4956d59 .ue-tip{
	position: absolute;
  	width: 0;
  	height: 0;
  	border: 10px solid;
  	border-right-color: transparent;
  	border-bottom-color: transparent;
  	top: 0;
  	left: 50%;
  	transform: translate(-50%, -50%) rotate(45deg);
  	border-top-left-radius: 4px;
  	opacity: 0;
    z-index: 99996;
}



#uc_mega_menu_elementor_4956d59 .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
  flex-grow:0;
  flex-shrink:0;
  transition:0.3s;
}

#uc_mega_menu_elementor_4956d59 .ue-graphic-element svg
{
  height:1em;
  width:1em;
  transition:0.3s;
}

#uc_mega_menu_elementor_4956d59 .ue-graphic-element img
{
  display:block;
}


#uc_mega_menu_elementor_4956d59 .ue-ge-image
{
  width:100%;
  transition:0.3s;
}

#uc_mega_menu_elementor_4956d59 .uc-mega_menu_section.uc-active_item .ue-tip{
  	opacity: 1;
}


#uc_mega_menu_elementor_4956d59 .uc-mega_menu-mobile-header
{
  display:flex;
  justify-content:space-between;
  align-items:center;
  position: sticky;
  	z-index: 100000;
  top:0;
}

#uc_mega_menu_elementor_4956d59 .uc-mega_menu-mobile-logo
{
  flex-shrink:0;
  flex-grow:0;
  display:none;
}

#uc_mega_menu_elementor_4956d59 .uc-mega_menu-mobile-logo img
{
  width:100%;
  display:block;
  object-fit:contain;
}

#uc_mega_menu_elementor_4956d59 .uc-mega_menu-close-btn
{
  flex-grow:1;
}

/* start open transition animations */





  #uc_mega_menu_elementor_4956d59 .uc-mega_menu_section > *{
	opacity: 0;
    transition: opacity 250ms;
  }
  #uc_mega_menu_elementor_4956d59 .uc-mega_menu_section.uc-active_item > *{
	opacity: 1;
  }






#uc_mega_menu_elementor_4956d59 .ue-mega-menu-mobile-template
{
  display:none;
}

@media screen and (max-width: 1024px) {  
  
  #uc_mega_menu_elementor_4956d59 .ue-mega-menu-mobile-template
{
  display:block;
}
  
  #uc_mega_menu_elementor_4956d59 .uc-mega_menu-burger
  {
      display: block;
  }
  #uc_mega_menu_elementor_4956d59 .uc-mega_menu-close-btn{
	  display: block;
  }  
  
  #uc_mega_menu_elementor_4956d59 .uc-mega_menu-mobile-logo{
	  display: block;
  }
  
  #uc_mega_menu_elementor_4956d59 .uc-mega_menu-wrapper
  {
    position: fixed;
    transform: translate(-120%, 0);
    background-color: #ffffff;
    width: 100%;
    overflow-y: auto;
    transition: all 0.3s;
  }
  #uc_mega_menu_elementor_4956d59 .uc-mega_menu_list
  {
  	flex-direction: column;
    max-width: 100%;
  }
  #uc_mega_menu_elementor_4956d59 .uc-mega_menu_section{
    top: 0 !important;
	width: 100% !important;
    left: 0 !important;
    padding-top: 0 !important;
    transform: translate(0, 0) !important;
  }
  #uc_mega_menu_elementor_4956d59 .uc-mega_menu_list_item{
    position: static !important;
  }
  #uc_mega_menu_elementor_4956d59 .uc-mega_menu_list_item.uc-active_item .uc-mega_menu_title{
  	position: sticky;
    top: 0;
    left: 0;
    z-index: 99999;
  }
  #uc_mega_menu_elementor_4956d59 .uc_mega_menu_overlay{
  	opacity: 0;
    display: none !important;
  }
  #uc_mega_menu_elementor_4956d59 .uc-mega_menu_section > *{
	transform: translate(0, 0) !important;
    opacity: 0;
    transition: transform 250ms, opacity 250ms;
  }
  #uc_mega_menu_elementor_4956d59 .uc-mega_menu_section.uc-active_item > *{
    opacity: 1;
  }
  
  #uc_mega_menu_elementor_4956d59 .uc-mobile-mode{
  	z-index: 99998;
  }
  
  #uc_mega_menu_elementor_4956d59 .ue-tip{
  	display: none;
  }
  
  #uc_mega_menu_elementor_4956d59 .uc-mega_menu_section-cover{
  	display: none;
  }

}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_4956d59_item1 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_4956d59_item1{
      position: static !important;
  }


  #uc_mega_menu_elementor_4956d59_item1{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_4956d59_item1
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_4956d59_item1 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_4956d59_item1{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_4956d59_item2 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_4956d59_item2{
      position: static !important;
  }


  #uc_mega_menu_elementor_4956d59_item2{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_4956d59_item2
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_4956d59_item2 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_4956d59_item2{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_4956d59_item3 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_4956d59_item3{
      position: static !important;
  }


  #uc_mega_menu_elementor_4956d59_item3{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_4956d59_item3
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_4956d59_item3 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_4956d59_item3{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_4956d59_item4 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_4956d59_item4{
      position: static !important;
  }


  #uc_mega_menu_elementor_4956d59_item4{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_4956d59_item4
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_4956d59_item4 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_4956d59_item4{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_4956d59_item5 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_4956d59_item5{
      position: static !important;
  }


  #uc_mega_menu_elementor_4956d59_item5{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_4956d59_item5
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_4956d59_item5 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_4956d59_item5{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_4956d59_item6 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_4956d59_item6{
      position: static !important;
  }


  #uc_mega_menu_elementor_4956d59_item6{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_4956d59_item6
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_4956d59_item6 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_4956d59_item6{
      display: block;
    }
      
}


</style>

			<div id="uc_mega_menu_elementor_4956d59" data-show-menu="false" data-debug="false" data-editor="no" data-errors="false" data-items-id="false" data-elements-id="false">
  
  <div class="uc-mega_menu-burger">
    <span class="uc-mega_menu-burger-icon"><i class='fas fa-bars'></i></span>
  </div>
  
  <div class="uc-mega_menu-wrapper" data-responsive-breakpoint="1024">
    
    <div class="uc-mega_menu-mobile-header">
  
      
            	

            <div class="uc-mega_menu-close-btn">
                <span class="uc-mega_menu-close-btn-icon"><i class='fas fa-times'></i></span>
            </div>
      
    </div>
    
    <div class="ue-mega-menu-mobile-template"></div>
    
    <ul class="uc-mega_menu_list" data-position-x="item_left" data-offset-x="0" data-offset-y="0" data-menu-open="click" data-default-width-type="default_full" data-default-width-number="800" data-show-section="no" data-open-first="false">
    <li id="uc_mega_menu_elementor_4956d59_item1" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwMzIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        DIRECTIONAL DRILLS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_4956d59_item2" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxNjgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        TRENCHLESS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_4956d59_item3" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxODkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        VACUUM EXCAVATORS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_4956d59_item4" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyNDgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        TRENCHERS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_4956d59_item5" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyODIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        STAND-ON SKID STEERS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_4956d59_item6" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="https://dealer.ditchwitch.com/com.cmw~custlogin-wm/custlogin/CustomerHome.jsp" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        MYDITCHWITCH
    </a>
    
  	
  
</li>

    </ul>
    
    <div class="ue-mega-menu-mobile-template"></div>

    	
     
  </div>
  
  <div class="uc_mega_menu_overlay" data-overlay="true">
  	<div class="uc_mega_menu_overlay-inner"></div>
  </div>
</div>

<div class="uc-template-wrapper" style="display: none;">

</div>
			<!-- end Mega Menu -->		</div>
				</div>
					</div>
		</div>
				<div data-dce-background-color="#FF6600" class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-69657ad" data-id="69657ad" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-ab08a71 elementor-widget elementor-widget-heading" data-id="ab08a71" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/find-a-dealer/">FIND A DEALER</a></h2>		</div>
				</div>
					</div>
		</div>
				<div data-dce-background-color="#FF660000" class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-bf434af" data-id="bf434af" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-b6eb194 elementor-view-default elementor-widget elementor-widget-icon" data-id="b6eb194" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<a class="elementor-icon" href="/search">
			<i aria-hidden="true" class="fas fa-search"></i>			</a>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-1bea7571 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1bea7571" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-15496399" data-id="15496399" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-64ba1135 elementor-widget elementor-widget-heading" data-id="64ba1135" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/trenchers#walk-behind">WALK BEHIND</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-39b151d elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="39b151d" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="/trenchers/walk-behind/c16x">

											<span class="elementor-icon-list-text">C16X</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchers/walk-behind/c24x">

											<span class="elementor-icon-list-text">C24X</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchers/walk-behind/c30x">

											<span class="elementor-icon-list-text">C30X</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchers/walk-behind/s3c">

											<span class="elementor-icon-list-text">S3C</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-3963e567" data-id="3963e567" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-7c789a3f elementor-widget elementor-widget-heading" data-id="7c789a3f" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/trenchers#ride-on">RIDE-ON</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-96d3c1b elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="96d3c1b" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="/trenchers/ride-on/rt45">

											<span class="elementor-icon-list-text">RT45</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchers/ride-on/rt70">

											<span class="elementor-icon-list-text">RT70</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchers/ride-on/rt80">

											<span class="elementor-icon-list-text">RT80</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchers/ride-on/rt120">

											<span class="elementor-icon-list-text">RT120</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchers/ride-on/rt125">

											<span class="elementor-icon-list-text">RT125</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/stand-on-skid-steers/mini-skid-steers/st37x-stand-on-trencher">

											<span class="elementor-icon-list-text">ST37X</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-6f1f17b5" data-id="6f1f17b5" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-2e243282 elementor-widget elementor-widget-heading" data-id="2e243282" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/trenchers#quad">QUAD</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-b0ab0f7 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="b0ab0f7" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="/trenchers/ride-on/rt70">

											<span class="elementor-icon-list-text">RT70 Quad</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchers/ride-on/rt80">

											<span class="elementor-icon-list-text">RT80 Quad</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchers/quad/rt120-quad">

											<span class="elementor-icon-list-text">RT120 Quad</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchers/quad/rt125-quad">

											<span class="elementor-icon-list-text">RT125 Quad</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-70b425cf" data-id="70b425cf" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-f089e30 elementor-widget elementor-widget-heading" data-id="f089e30" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/trenchers#micro">MICRO</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-48d89a9 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="48d89a9" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="/trenchers/micro/mt12">

											<span class="elementor-icon-list-text">MT12</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchers/micro/mt16">

											<span class="elementor-icon-list-text">MT16</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchers/micro/mt26">

											<span class="elementor-icon-list-text">MT26</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchers/micro/mt122">

											<span class="elementor-icon-list-text">MT122</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchers/micro/mt124">

											<span class="elementor-icon-list-text">MT124</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchers/micro/mt164">

											<span class="elementor-icon-list-text">MT164</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchers/micro/reinstatement">

											<span class="elementor-icon-list-text">Reinstatement</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchers/micro/reload-microtrencher-blade/">

											<span class="elementor-icon-list-text">Reload Blade</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-622066d" data-id="622066d" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-ae223b8 elementor-widget elementor-widget-heading" data-id="ae223b8" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/trenchers#vibratory-plows">VIBRATORY PLOWS</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-8d75e64 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="8d75e64" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="/trenchers/vibratory-plows/100sx">

											<span class="elementor-icon-list-text">100SX</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchers/vibratory-plows/410sx">

											<span class="elementor-icon-list-text">410SX</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchers/vibratory-plows/vp30">

											<span class="elementor-icon-list-text">VP30</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchers/vibratory-plows/pt37-ride-on-plowtrencher/">

											<span class="elementor-icon-list-text">PT37 Plow/Trencher</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/trenchers/vibratory-plows/zahn-plow">

											<span class="elementor-icon-list-text">Zahn® Plow</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-7f64ee0" data-id="7f64ee0" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-9a3c896 elementor-widget elementor-widget-heading" data-id="9a3c896" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/directional-drills">FIND YOUR NEAREST</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-d4fbc46 elementor-widget elementor-widget-heading" data-id="d4fbc46" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/directional-drills">DITCH WITCH® DEALER</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-7991a06 elementor-widget elementor-widget-image" data-id="7991a06" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="342" height="198" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20342%20198'%3E%3C/svg%3E" class="attachment-large size-large wp-image-3724" alt="" data-lazy-srcset="https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default.jpg 342w, https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default-300x174.jpg 300w" data-lazy-sizes="(max-width: 342px) 100vw, 342px" data-lazy-src="https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default.jpg" /><noscript><img width="342" height="198" src="https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default.jpg" class="attachment-large size-large wp-image-3724" alt="" srcset="https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default.jpg 342w, https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default-300x174.jpg 300w" sizes="(max-width: 342px) 100vw, 342px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-f0afb4b elementor-align-center elementor-widget elementor-widget-button" data-id="f0afb4b" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-sm" href="/find-a-dealer/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">FIND A DEALER</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="6282" class="elementor elementor-6282 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;fadeIn&quot;,&quot;exit_animation&quot;:&quot;fadeIn&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;avoid_multiple_popups&quot;:&quot;yes&quot;,&quot;open_selector&quot;:&quot;.mega-pop5&quot;,&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section data-dce-background-color="#000000" class="elementor-section elementor-top-section elementor-element elementor-element-1722bb2 elementor-section-full_width elementor-hidden-tablet elementor-hidden-mobile elementor-section-stretched elementor-section-height-default elementor-section-height-default" data-id="1722bb2" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-58cc68b" data-id="58cc68b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-4bd29e0 elementor-widget elementor-widget-image" data-id="4bd29e0" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.ditchwitch.com">
							<img width="63" height="75" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2063%2075'%3E%3C/svg%3E" title="Ditch Witch logo" alt="Ditch Witch" data-lazy-src="https://www.ditchwitch.com/wp-content/uploads/elementor/thumbs/logo-ps3y8n92cr4uffa0w8azhyr88w570eobrqm9ozyhhc.png" /><noscript><img width="63" height="75" src="https://www.ditchwitch.com/wp-content/uploads/elementor/thumbs/logo-ps3y8n92cr4uffa0w8azhyr88w570eobrqm9ozyhhc.png" title="Ditch Witch logo" alt="Ditch Witch" loading="lazy" /></noscript>								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-0344dc2" data-id="0344dc2" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-6141ac5 elementor-nav-menu__align-right elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-widget elementor-widget-nav-menu" data-id="6141ac5" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
						<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none">
				<ul id="menu-1-6141ac5" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-181"><a href="/jobsite-solutions/" class="elementor-item">Jobsite Solutions</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-182"><a href="/support/" class="elementor-item">Support</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-183"><a href="/parts/" class="elementor-item">Parts</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-184"><a href="/about-us/" class="elementor-item">About</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-185"><a href="/news-room/" class="elementor-item">News</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-186"><a href="/were-in-this-together/" class="elementor-item">We&#8217;re In This Together</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-6141ac5" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-181"><a href="/jobsite-solutions/" class="elementor-item" tabindex="-1">Jobsite Solutions</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-182"><a href="/support/" class="elementor-item" tabindex="-1">Support</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-183"><a href="/parts/" class="elementor-item" tabindex="-1">Parts</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-184"><a href="/about-us/" class="elementor-item" tabindex="-1">About</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-185"><a href="/news-room/" class="elementor-item" tabindex="-1">News</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-186"><a href="/were-in-this-together/" class="elementor-item" tabindex="-1">We&#8217;re In This Together</a></li>
</ul>			</nav>
				</div>
				</div>
				<div class="elementor-element elementor-element-b12fc7a elementor-widget elementor-widget-ucaddon_mega_menu" data-id="b12fc7a" data-element_type="widget" data-widget_type="ucaddon_mega_menu.default">
				<div class="elementor-widget-container">
			<!-- start Mega Menu -->
			<style type="text/css">/* widget: Mega Menu */

#uc_mega_menu_elementor_b12fc7a{
  position: relative;
}

#uc_mega_menu_elementor_b12fc7a *
{
  box-sizing:border-box;
}

#uc_mega_menu_elementor_b12fc7a .uc-mega_menu_list{
  display: flex;
  list-style: none;
  padding:0px;
}

#uc_mega_menu_elementor_b12fc7a .uc-mega_menu_section
{
  position: absolute;
  z-index: 99997;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  padding-top: 0px;
  pointer-events: none;
  overflow: hidden;
}

#uc_mega_menu_elementor_b12fc7a .uc-mega_menu_section-cover{
  position: absolute;
  z-index: 99996;
  pointer-events: none;
    top: calc(100% + 0px);
    opacity: 0;
  pointer-events: none;
  transition: opacity 250ms;
}

#uc_mega_menu_elementor_b12fc7a .uc-mega_menu-wrapper
  {
    left: 0;
    top: 0;
    height: 100%;
    position: relative;
    overflow-y: visible;
}

    #uc_mega_menu_elementor_b12fc7a .uc-mega_menu_section{
      left: 0;
      transform: translate(0px, 0);
      padding-top: 0px;
    }
    #uc_mega_menu_elementor_b12fc7a .uc-mega_menu_list_item{
        position: relative;
    }

#uc_mega_menu_elementor_b12fc7a .uc-mega_menu_section.section-error .uc-section-error{
  	text-align: center;
  	min-height: 400px;
  	padding: 15px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	background-color: #cccccc;
  	position: relative;
  	z-index: 99997;
}

#uc_mega_menu_elementor_b12fc7a .uc-mega_menu_title{
  	display: flex;
  	gap: 5px;
  	align-items: center;
  		cursor: pointer;
  		
    position:relative;
}	

#uc_mega_menu_elementor_b12fc7a .uc-mega_menu_list_item,
#uc_mega_menu_elementor_b12fc7a .uc-active_item .uc-mega_menu_title
{
transition: all 0.3s;
text-align: center;
}

#uc_mega_menu_elementor_b12fc7a .uc-mega_menu_list{
	width: 100%;
}

#uc_mega_menu_elementor_b12fc7a .uc-mega_menu_section.uc-active_item
{
  pointer-events: all;
  z-index: 99998;
}

#uc_mega_menu_elementor_b12fc7a .uc-mega_menu_section.uc-active_item + .uc-mega_menu_section-cover{
	opacity: 1;
    pointer-events: all;
}

#uc_mega_menu_elementor_b12fc7a .uc-error{
color: red;
font-weight: 700;
}

#uc_mega_menu_elementor_b12fc7a .uc-message{
	text-align: center;
}

#uc_mega_menu_elementor_b12fc7a .uc-mega_menu-wrapper.uc-menu-open
{
  transform: translate(0, 0);
}

body.uc-menu-open
{
  overflow: hidden;
}

#uc_mega_menu_elementor_b12fc7a .uc_mega_menu_overlay
{
  cursor: default;
  display: none;
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  transition: opacity 0.3s;
  z-index: 99995;
  opacity: 0;
}

#uc_mega_menu_elementor_b12fc7a .uc_mega_menu_overlay-inner{
	height: 100%;
}

#uc_mega_menu_elementor_b12fc7a.uc-menu-open .uc_mega_menu_overlay{
  	opacity: 1;
}

#uc_mega_menu_elementor_b12fc7a .uc-mega_menu_list_item.section-error .uc-mega_menu_title{
	border: 2px solid red;
  	position: relative;
}

#uc_mega_menu_elementor_b12fc7a .uc-mega_menu_list_item.section-error .uc-mega_menu_title::before{
	content: "";
	position: absolute;
  	width: 4px;
  	height: 4px;
  	border-radius: 50%;
  	background-color: red;
  	top: 8px;
  	right: 8px;
  	z-index: 2;
}

#uc_mega_menu_elementor_b12fc7a .uc-mega_menu_list_item.section-error .item-error{
	position: absolute;
  	left: 50%;
  	top: 0;
  	transform: translate(-50%, -100%);
  	z-index: 2;
  	width: max-content;
  	color: red;
  	opacity: 0;
  	transition: all .3s;
}

#uc_mega_menu_elementor_b12fc7a .uc-mega_menu_list_item.section-error .uc-mega_menu_title:hover .item-error{
	opacity: 1;
}

#uc_mega_menu_elementor_b12fc7a .available_id_s{
	padding: 15px;
  	background-color: #ffffff;
  	color: #000000;
}

#uc_mega_menu_elementor_b12fc7a .uc_expand_indicator::before{
	font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    line-height:1em;
  	display: inline-flex;
}

#uc_mega_menu_elementor_b12fc7a .uc_collapse_indicator::before{
	font-family: "Font Awesome 5 Free";
    content: "\f106";
    font-weight: 900;
    line-height:1em;
  	display: inline-flex;
}

	#uc_mega_menu_elementor_b12fc7a a.uc-mega_menu_title:hover:after {
    content: "";
    bottom: 0;
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #FF6600;
    z-index: 2;
    position:absolute;
    }  
	




#uc_mega_menu_elementor_b12fc7a .uc-mega_menu-close-btn{
	
}

#uc_mega_menu_elementor_b12fc7a .uc-mega_menu-burger, #uc_mega_menu_elementor_b12fc7a .uc-mega_menu-close-btn
  {
    display: none;
  }

 #uc_mega_menu_elementor_b12fc7a .uc-mega_menu-burger-icon, #uc_mega_menu_elementor_b12fc7a .uc-mega_menu-close-btn-icon
{
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#uc_mega_menu_elementor_b12fc7a .uc-mega_menu_section > *{
	position: relative;
  	z-index: 999997;
}

#uc_mega_menu_elementor_b12fc7a .ue-tip{
	position: absolute;
  	width: 0;
  	height: 0;
  	border: 10px solid;
  	border-right-color: transparent;
  	border-bottom-color: transparent;
  	top: 0;
  	left: 50%;
  	transform: translate(-50%, -50%) rotate(45deg);
  	border-top-left-radius: 4px;
  	opacity: 0;
    z-index: 99996;
}



#uc_mega_menu_elementor_b12fc7a .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
  flex-grow:0;
  flex-shrink:0;
  transition:0.3s;
}

#uc_mega_menu_elementor_b12fc7a .ue-graphic-element svg
{
  height:1em;
  width:1em;
  transition:0.3s;
}

#uc_mega_menu_elementor_b12fc7a .ue-graphic-element img
{
  display:block;
}


#uc_mega_menu_elementor_b12fc7a .ue-ge-image
{
  width:100%;
  transition:0.3s;
}

#uc_mega_menu_elementor_b12fc7a .uc-mega_menu_section.uc-active_item .ue-tip{
  	opacity: 1;
}


#uc_mega_menu_elementor_b12fc7a .uc-mega_menu-mobile-header
{
  display:flex;
  justify-content:space-between;
  align-items:center;
  position: sticky;
  	z-index: 100000;
  top:0;
}

#uc_mega_menu_elementor_b12fc7a .uc-mega_menu-mobile-logo
{
  flex-shrink:0;
  flex-grow:0;
  display:none;
}

#uc_mega_menu_elementor_b12fc7a .uc-mega_menu-mobile-logo img
{
  width:100%;
  display:block;
  object-fit:contain;
}

#uc_mega_menu_elementor_b12fc7a .uc-mega_menu-close-btn
{
  flex-grow:1;
}

/* start open transition animations */





  #uc_mega_menu_elementor_b12fc7a .uc-mega_menu_section > *{
	opacity: 0;
    transition: opacity 250ms;
  }
  #uc_mega_menu_elementor_b12fc7a .uc-mega_menu_section.uc-active_item > *{
	opacity: 1;
  }






#uc_mega_menu_elementor_b12fc7a .ue-mega-menu-mobile-template
{
  display:none;
}

@media screen and (max-width: 1024px) {  
  
  #uc_mega_menu_elementor_b12fc7a .ue-mega-menu-mobile-template
{
  display:block;
}
  
  #uc_mega_menu_elementor_b12fc7a .uc-mega_menu-burger
  {
      display: block;
  }
  #uc_mega_menu_elementor_b12fc7a .uc-mega_menu-close-btn{
	  display: block;
  }  
  
  #uc_mega_menu_elementor_b12fc7a .uc-mega_menu-mobile-logo{
	  display: block;
  }
  
  #uc_mega_menu_elementor_b12fc7a .uc-mega_menu-wrapper
  {
    position: fixed;
    transform: translate(-120%, 0);
    background-color: #ffffff;
    width: 100%;
    overflow-y: auto;
    transition: all 0.3s;
  }
  #uc_mega_menu_elementor_b12fc7a .uc-mega_menu_list
  {
  	flex-direction: column;
    max-width: 100%;
  }
  #uc_mega_menu_elementor_b12fc7a .uc-mega_menu_section{
    top: 0 !important;
	width: 100% !important;
    left: 0 !important;
    padding-top: 0 !important;
    transform: translate(0, 0) !important;
  }
  #uc_mega_menu_elementor_b12fc7a .uc-mega_menu_list_item{
    position: static !important;
  }
  #uc_mega_menu_elementor_b12fc7a .uc-mega_menu_list_item.uc-active_item .uc-mega_menu_title{
  	position: sticky;
    top: 0;
    left: 0;
    z-index: 99999;
  }
  #uc_mega_menu_elementor_b12fc7a .uc_mega_menu_overlay{
  	opacity: 0;
    display: none !important;
  }
  #uc_mega_menu_elementor_b12fc7a .uc-mega_menu_section > *{
	transform: translate(0, 0) !important;
    opacity: 0;
    transition: transform 250ms, opacity 250ms;
  }
  #uc_mega_menu_elementor_b12fc7a .uc-mega_menu_section.uc-active_item > *{
    opacity: 1;
  }
  
  #uc_mega_menu_elementor_b12fc7a .uc-mobile-mode{
  	z-index: 99998;
  }
  
  #uc_mega_menu_elementor_b12fc7a .ue-tip{
  	display: none;
  }
  
  #uc_mega_menu_elementor_b12fc7a .uc-mega_menu_section-cover{
  	display: none;
  }

}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_b12fc7a_item1 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_b12fc7a_item1{
      position: static !important;
  }


  #uc_mega_menu_elementor_b12fc7a_item1{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_b12fc7a_item1
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_b12fc7a_item1 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_b12fc7a_item1{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_b12fc7a_item2 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_b12fc7a_item2{
      position: static !important;
  }


  #uc_mega_menu_elementor_b12fc7a_item2{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_b12fc7a_item2
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_b12fc7a_item2 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_b12fc7a_item2{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_b12fc7a_item3 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_b12fc7a_item3{
      position: static !important;
  }


  #uc_mega_menu_elementor_b12fc7a_item3{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_b12fc7a_item3
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_b12fc7a_item3 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_b12fc7a_item3{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_b12fc7a_item4 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_b12fc7a_item4{
      position: static !important;
  }


  #uc_mega_menu_elementor_b12fc7a_item4{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_b12fc7a_item4
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_b12fc7a_item4 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_b12fc7a_item4{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_b12fc7a_item5 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_b12fc7a_item5{
      position: static !important;
  }


  #uc_mega_menu_elementor_b12fc7a_item5{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_b12fc7a_item5
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_b12fc7a_item5 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_b12fc7a_item5{
      display: block;
    }
      
}
  #:not(.uc-connected){
      display: none;
  }

#uc_mega_menu_elementor_b12fc7a_item6 .uc-mega_menu_section{
  
     
        top: 100% !important;
        transform: translate(0, 0) !important;
      
}

  #uc_mega_menu_elementor_b12fc7a_item6{
      position: static !important;
  }


  #uc_mega_menu_elementor_b12fc7a_item6{
	display: block;
  }


@media screen and (max-width: 1024px) {  
  #uc_mega_menu_elementor_b12fc7a_item6
  {
  	position: relative;
  }
  #uc_mega_menu_elementor_b12fc7a_item6 .uc-mega_menu_section
  {
    position: relative;
    height: 0px;
    overflow: hidden;
    transform: translate(0, 0) !important;
    transition: height .7s !important;
      }
      #uc_mega_menu_elementor_b12fc7a_item6{
      display: block;
    }
      
}


</style>

			<div id="uc_mega_menu_elementor_b12fc7a" data-show-menu="false" data-debug="false" data-editor="no" data-errors="false" data-items-id="false" data-elements-id="false">
  
  <div class="uc-mega_menu-burger">
    <span class="uc-mega_menu-burger-icon"><i class='fas fa-bars'></i></span>
  </div>
  
  <div class="uc-mega_menu-wrapper" data-responsive-breakpoint="1024">
    
    <div class="uc-mega_menu-mobile-header">
  
      
            	

            <div class="uc-mega_menu-close-btn">
                <span class="uc-mega_menu-close-btn-icon"><i class='fas fa-times'></i></span>
            </div>
      
    </div>
    
    <div class="ue-mega-menu-mobile-template"></div>
    
    <ul class="uc-mega_menu_list" data-position-x="item_left" data-offset-x="0" data-offset-y="0" data-menu-open="click" data-default-width-type="default_full" data-default-width-number="800" data-show-section="no" data-open-first="false">
    <li id="uc_mega_menu_elementor_b12fc7a_item1" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwMzIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        DIRECTIONAL DRILLS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_b12fc7a_item2" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxNjgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        TRENCHLESS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_b12fc7a_item3" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxODkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        VACUUM EXCAVATORS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_b12fc7a_item4" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyNDgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        TRENCHERS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_b12fc7a_item5" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyODIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        STAND-ON SKID STEERS
    </a>
    
  	
  
</li>
<li id="uc_mega_menu_elementor_b12fc7a_item6" class="uc-mega_menu_list_item" data-id="">
  
    	<a href="https://dealer.ditchwitch.com/com.cmw~custlogin-wm/custlogin/CustomerHome.jsp" class="uc-mega_menu_title" data-type='link' data-clickable-link="false" >
                        MYDITCHWITCH
    </a>
    
  	
  
</li>

    </ul>
    
    <div class="ue-mega-menu-mobile-template"></div>

    	
     
  </div>
  
  <div class="uc_mega_menu_overlay" data-overlay="true">
  	<div class="uc_mega_menu_overlay-inner"></div>
  </div>
</div>

<div class="uc-template-wrapper" style="display: none;">

</div>
			<!-- end Mega Menu -->		</div>
				</div>
					</div>
		</div>
				<div data-dce-background-color="#FF6600" class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-f4df4c4" data-id="f4df4c4" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-eae0435 elementor-widget elementor-widget-heading" data-id="eae0435" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/find-a-dealer/">FIND A DEALER</a></h2>		</div>
				</div>
					</div>
		</div>
				<div data-dce-background-color="#FF660000" class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-945b611" data-id="945b611" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-1186b6d elementor-view-default elementor-widget elementor-widget-icon" data-id="1186b6d" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<a class="elementor-icon" href="/search">
			<i aria-hidden="true" class="fas fa-search"></i>			</a>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-446c8ddf elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="446c8ddf" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-1f1eaaf8" data-id="1f1eaaf8" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-33e32e4a elementor-widget elementor-widget-heading" data-id="33e32e4a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/stand-on-skid-steers#full-size-skid-steers">FULL-SIZE SKID STEERS</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-16db2156 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="16db2156" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="/stand-on-skid-steers/full-size-skid-steers/sk3000">

											<span class="elementor-icon-list-text">SK3000</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-760306bc" data-id="760306bc" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-2c56f448 elementor-widget elementor-widget-heading" data-id="2c56f448" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/stand-on-skid-steers#mini-skid-steers">MINI SKID STEERS</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-9d9f6c0 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="9d9f6c0" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="/stand-on-skid-steers/mini-skid-steers/sk600">

											<span class="elementor-icon-list-text">SK600</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/stand-on-skid-steers/mini-skid-steers/sk800">

											<span class="elementor-icon-list-text">SK800</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/stand-on-skid-steers/mini-skid-steers/sk900">

											<span class="elementor-icon-list-text">SK900</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/stand-on-skid-steers/mini-skid-steers/sk1050">

											<span class="elementor-icon-list-text">SK1050</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/stand-on-skid-steers/mini-skid-steers/sk1550">

											<span class="elementor-icon-list-text">SK1550</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/stand-on-skid-steers/mini-skid-steers/st37x-stand-on-trencher">

											<span class="elementor-icon-list-text">ST37X Stand-On Trencher</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="/stand-on-skid-steers/mini-skid-steers/zahn-tool-carrier">

											<span class="elementor-icon-list-text">Zahn® Tool Carrier</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-362ec667" data-id="362ec667" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-5d3ea2f2 elementor-widget elementor-widget-heading" data-id="5d3ea2f2" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/stand-on-skid-steers#coring">CORING</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-53756e55 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="53756e55" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="/stand-on-skid-steers/coring/utilicor-mc-450">

											<span class="elementor-icon-list-text">Utilicor® MC-450</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-45c6756e" data-id="45c6756e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-6efce552 elementor-widget elementor-widget-heading" data-id="6efce552" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/stand-on-skid-steers#sk-attachments">ATTACHMENTS</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-1ba6c4dc elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="1ba6c4dc" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="/sk-attachments">

											<span class="elementor-icon-list-text">SK Attachments</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-a2ba4c4" data-id="a2ba4c4" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-fb23118 elementor-widget elementor-widget-heading" data-id="fb23118" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/directional-drills">FIND YOUR NEAREST</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-56e5861 elementor-widget elementor-widget-heading" data-id="56e5861" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/directional-drills">DITCH WITCH® DEALER</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-4f9cdfc elementor-widget elementor-widget-image" data-id="4f9cdfc" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="342" height="198" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20342%20198'%3E%3C/svg%3E" class="attachment-large size-large wp-image-3724" alt="" data-lazy-srcset="https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default.jpg 342w, https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default-300x174.jpg 300w" data-lazy-sizes="(max-width: 342px) 100vw, 342px" data-lazy-src="https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default.jpg" /><noscript><img width="342" height="198" src="https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default.jpg" class="attachment-large size-large wp-image-3724" alt="" srcset="https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default.jpg 342w, https://www.ditchwitch.com/wp-content/uploads/2022/08/dealer-image-default-300x174.jpg 300w" sizes="(max-width: 342px) 100vw, 342px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-39cc7a4 elementor-align-center elementor-widget elementor-widget-button" data-id="39cc7a4" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-sm" href="/find-a-dealer/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">FIND A DEALER</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="15062" class="elementor elementor-15062 elementor-location-popup" data-elementor-settings="{&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;open_selector&quot;:&quot;trenchertogglebtn&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-2e8063b7 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="2e8063b7" data-element_type="section" data-settings="{&quot;dce_visibility_click&quot;:&quot;#sktogglebtnshow1&quot;,&quot;dce_visibility_click_show&quot;:&quot;slide&quot;,&quot;dce_visibility_click_other&quot;:&quot;.sktogglebtnhide1&quot;,&quot;dce_visibility_click_toggle&quot;:&quot;yes&quot;,&quot;dce_visibility_event&quot;:&quot;click&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-536ed4cd" data-id="536ed4cd" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-1f0f1180 elementor-widget elementor-widget-ucaddon_unlimited_grid" data-id="1f0f1180" data-element_type="widget" data-widget_type="ucaddon_unlimited_grid.default">
				<div class="elementor-widget-container">
			<!-- start Unlimited Grid -->
		<link id='fancybox-css' href='https://www.ditchwitch.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css' type='text/css' rel='stylesheet' >

			<style type="text/css">/* widget: Unlimited Grid */

#uc_unlimited_grid_elementor_1f0f1180
{
  display:grid;
  grid-auto-rows: 1fr;
}

.ue-btn
{
  text-decoration:none;
  text-align:center;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_1f0f1180 .ue-overlay-link
{
  display:block;
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
}

#uc_unlimited_grid_elementor_1f0f1180 .ue-item
{
  position:relative;
  display:flex;
  overflow:hidden;
  background-size:cover;
}

#uc_unlimited_grid_elementor_1f0f1180 .ue-item-overlay
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_1f0f1180 .ue-item-bg
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
  background-size:cover;
}


	






#uc_unlimited_grid_elementor_1f0f1180 .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
}

#uc_unlimited_grid_elementor_1f0f1180 .ue-graphic-element svg
{
  height:1em;
  width:1em;
}

#uc_unlimited_grid_elementor_1f0f1180 .ue-graphic-element img
{
  display:block;
}

.ue-item-title
{
  font-size:21px;
}

#uc_unlimited_grid_elementor_1f0f1180 .ue-item-content
{
  position:relative;
  width:100%;
}



	@media only screen and (max-width: 767px) {
      
      
      #uc_unlimited_grid_elementor_1f0f1180  {
          grid-template-columns: repeat(1, 1fr);
        }
      
      #uc_unlimited_grid_elementor_1f0f1180 .ue-item
      {
        grid-column: span 1;
        grid-row: span 1;
      }
      
      
      }
	

























</style>

			<div id="uc_unlimited_grid_elementor_1f0f1180" class="ue-unlimited-grid">
  <div id="uc_unlimited_grid_elementor_1f0f1180_item1" class="ue-item elementor-repeater-item-4139933">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">HYDRAULIC BREAKER</div>
    <div class="ue-item-text">Used for construction and demolition, our breakers can be used to break up asphalt, concrete or even clay. The hydraulic hammer is perfect for any small or medium job you might have. More up-time in the field is always the goal, and with only two moving parts and a few seals, there’s no reason for down-time.

</div>
      </div>
    
  
    
    
  
  
  
  
</div>
<div id="uc_unlimited_grid_elementor_1f0f1180_item2" class="ue-item elementor-repeater-item-03ddcbb">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">Compatible Models</div>
    <div class="ue-item-text"><p style="color: black; font-weight: 600;">SK600, SK800, SK900, SK1050, SK1550</p></div>
      </div>
    
  
    
    
  
  
  
  
</div>

</div>
			<!-- end Unlimited Grid -->		</div>
				</div>
				<div class="elementor-element elementor-element-1e3eafcc elementor-skin-carousel elementor-arrows-yes elementor-widget elementor-widget-media-carousel" data-id="1e3eafcc" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;loop&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="media-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-main-swiper swiper-container">
				<div class="swiper-wrapper">
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_1258.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_1258" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_1140.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_1140" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_1230.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_1230" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_1173.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_1173" style="">

			
					</div>
								</div>
									</div>
																				<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-left"></i>							<span class="elementor-screen-only">Previous</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-right"></i>							<span class="elementor-screen-only">Next</span>
						</div>
												</div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="15049" class="elementor elementor-15049 elementor-location-popup" data-elementor-settings="{&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;open_selector&quot;:&quot;trenchertogglebtn&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-3d404c25 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="3d404c25" data-element_type="section" data-settings="{&quot;dce_visibility_click&quot;:&quot;#sktogglebtnshow1&quot;,&quot;dce_visibility_click_show&quot;:&quot;slide&quot;,&quot;dce_visibility_click_other&quot;:&quot;.sktogglebtnhide1&quot;,&quot;dce_visibility_click_toggle&quot;:&quot;yes&quot;,&quot;dce_visibility_event&quot;:&quot;click&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1f2e97a6" data-id="1f2e97a6" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-30bee314 elementor-widget elementor-widget-ucaddon_unlimited_grid" data-id="30bee314" data-element_type="widget" data-widget_type="ucaddon_unlimited_grid.default">
				<div class="elementor-widget-container">
			<!-- start Unlimited Grid -->
		<link id='fancybox-css' href='https://www.ditchwitch.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css' type='text/css' rel='stylesheet' >

			<style type="text/css">/* widget: Unlimited Grid */

#uc_unlimited_grid_elementor_30bee314
{
  display:grid;
  grid-auto-rows: 1fr;
}

.ue-btn
{
  text-decoration:none;
  text-align:center;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_30bee314 .ue-overlay-link
{
  display:block;
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
}

#uc_unlimited_grid_elementor_30bee314 .ue-item
{
  position:relative;
  display:flex;
  overflow:hidden;
  background-size:cover;
}

#uc_unlimited_grid_elementor_30bee314 .ue-item-overlay
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_30bee314 .ue-item-bg
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
  background-size:cover;
}


	






#uc_unlimited_grid_elementor_30bee314 .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
}

#uc_unlimited_grid_elementor_30bee314 .ue-graphic-element svg
{
  height:1em;
  width:1em;
}

#uc_unlimited_grid_elementor_30bee314 .ue-graphic-element img
{
  display:block;
}

.ue-item-title
{
  font-size:21px;
}

#uc_unlimited_grid_elementor_30bee314 .ue-item-content
{
  position:relative;
  width:100%;
}



	@media only screen and (max-width: 767px) {
      
      
      #uc_unlimited_grid_elementor_30bee314  {
          grid-template-columns: repeat(1, 1fr);
        }
      
      #uc_unlimited_grid_elementor_30bee314 .ue-item
      {
        grid-column: span 1;
        grid-row: span 1;
      }
      
      
      }
	

























</style>

			<div id="uc_unlimited_grid_elementor_30bee314" class="ue-unlimited-grid">
  <div id="uc_unlimited_grid_elementor_30bee314_item1" class="ue-item elementor-repeater-item-4139933">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">VACUUM LIFT</div>
    <div class="ue-item-text">Handle 10 times the heavy loads such as steel road plates and concrete slabs with a vacuum lift attachment. The constant vacuum pressure eliminates the need for conventional methods that may damage materials and cuts man-hours in half, allowing operators more time to focus on the job. 

</div>
      </div>
    
  
    
    
  
  
  
  
</div>
<div id="uc_unlimited_grid_elementor_30bee314_item2" class="ue-item elementor-repeater-item-03ddcbb">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">Compatible Models</div>
    <div class="ue-item-text"><p style="color: black; font-weight: 600;">SK600, SK800, SK900, SK1050, SK1550</p></div>
      </div>
    
  
    
    
  
  
  
  
</div>

</div>
			<!-- end Unlimited Grid -->		</div>
				</div>
				<div class="elementor-element elementor-element-35d52caa elementor-skin-carousel elementor-arrows-yes elementor-widget elementor-widget-media-carousel" data-id="35d52caa" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;loop&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="media-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-main-swiper swiper-container">
				<div class="swiper-wrapper">
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/Vacuworkx-0603_0.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="Vacuworkx-0603_0" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
							<a href="https://sharp-mendel.com/wp-content/uploads/2022/11/Screen-Shot-2022-11-01-at-12.18.55-PM.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="35d52caa" data-elementor-lightbox-title="Screen-Shot-2022-11-01-at-12.18.55-PM" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTUwNTEsInVybCI6Imh0dHBzOlwvXC93d3cuZGl0Y2h3aXRjaC5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjJcLzExXC9TY3JlZW4tU2hvdC0yMDIyLTExLTAxLWF0LTEyLjE4LjU1LVBNLnBuZyIsInNsaWRlc2hvdyI6IjM1ZDUyY2FhIn0%3D" data-elementor-lightbox-video="https://www.youtube.com/embed/tOCzwPldd50?feature=oembed&amp;autoplay=1&amp;rel=0&amp;controls=0">		<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/Screen-Shot-2022-11-01-at-12.18.55-PM.png" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="Screen-Shot-2022-11-01-at-12.18.55-PM" style="">

			
							<div class="elementor-custom-embed-play">
					<i aria-hidden="true" class="eicon-play"></i>					<span class="elementor-screen-only">Play</span>
				</div>
					</div>
		</a>						</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/Vacuum-Lift-Thumb_0.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="Vacuum-Lift-Thumb_0" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/Vacuworkx-0643_0.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="Vacuworkx-0643_0" style="">

			
					</div>
								</div>
									</div>
																				<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-left"></i>							<span class="elementor-screen-only">Previous</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-right"></i>							<span class="elementor-screen-only">Next</span>
						</div>
												</div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="15035" class="elementor elementor-15035 elementor-location-popup" data-elementor-settings="{&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;open_selector&quot;:&quot;trenchertogglebtn&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-5ab61b31 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="5ab61b31" data-element_type="section" data-settings="{&quot;dce_visibility_click&quot;:&quot;#sktogglebtnshow1&quot;,&quot;dce_visibility_click_show&quot;:&quot;slide&quot;,&quot;dce_visibility_click_other&quot;:&quot;.sktogglebtnhide1&quot;,&quot;dce_visibility_click_toggle&quot;:&quot;yes&quot;,&quot;dce_visibility_event&quot;:&quot;click&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-54f2aab6" data-id="54f2aab6" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-3f0efef2 elementor-widget elementor-widget-ucaddon_unlimited_grid" data-id="3f0efef2" data-element_type="widget" data-widget_type="ucaddon_unlimited_grid.default">
				<div class="elementor-widget-container">
			<!-- start Unlimited Grid -->
		<link id='fancybox-css' href='https://www.ditchwitch.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css' type='text/css' rel='stylesheet' >

			<style type="text/css">/* widget: Unlimited Grid */

#uc_unlimited_grid_elementor_3f0efef2
{
  display:grid;
  grid-auto-rows: 1fr;
}

.ue-btn
{
  text-decoration:none;
  text-align:center;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_3f0efef2 .ue-overlay-link
{
  display:block;
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
}

#uc_unlimited_grid_elementor_3f0efef2 .ue-item
{
  position:relative;
  display:flex;
  overflow:hidden;
  background-size:cover;
}

#uc_unlimited_grid_elementor_3f0efef2 .ue-item-overlay
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_3f0efef2 .ue-item-bg
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
  background-size:cover;
}


	






#uc_unlimited_grid_elementor_3f0efef2 .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
}

#uc_unlimited_grid_elementor_3f0efef2 .ue-graphic-element svg
{
  height:1em;
  width:1em;
}

#uc_unlimited_grid_elementor_3f0efef2 .ue-graphic-element img
{
  display:block;
}

.ue-item-title
{
  font-size:21px;
}

#uc_unlimited_grid_elementor_3f0efef2 .ue-item-content
{
  position:relative;
  width:100%;
}



	@media only screen and (max-width: 767px) {
      
      
      #uc_unlimited_grid_elementor_3f0efef2  {
          grid-template-columns: repeat(1, 1fr);
        }
      
      #uc_unlimited_grid_elementor_3f0efef2 .ue-item
      {
        grid-column: span 1;
        grid-row: span 1;
      }
      
      
      }
	

























</style>

			<div id="uc_unlimited_grid_elementor_3f0efef2" class="ue-unlimited-grid">
  <div id="uc_unlimited_grid_elementor_3f0efef2_item1" class="ue-item elementor-repeater-item-4139933">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">BACKHOE</div>
    <div class="ue-item-text">Easily move materials for rebuilds, new construction, footings, utility repairs and more with this compact and versatile attachment.

</div>
      </div>
    
  
    
    
  
  
  
  
</div>
<div id="uc_unlimited_grid_elementor_3f0efef2_item2" class="ue-item elementor-repeater-item-03ddcbb">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">Compatible Models</div>
    <div class="ue-item-text"><p style="color: black; font-weight: 600;">SK800, SK900, SK1050, SK1550</p></div>
      </div>
    
  
    
    
  
  
  
  
</div>

</div>
			<!-- end Unlimited Grid -->		</div>
				</div>
				<div class="elementor-element elementor-element-328c1e5e elementor-skin-carousel elementor-arrows-yes elementor-widget elementor-widget-media-carousel" data-id="328c1e5e" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;loop&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="media-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-main-swiper swiper-container">
				<div class="swiper-wrapper">
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_0340.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_0340" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_0361.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_0361" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_0226.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_0226" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_0231.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_0231" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_0280.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_0280" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_0292.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_0292" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_0295.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_0295" style="">

			
					</div>
								</div>
									</div>
																				<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-left"></i>							<span class="elementor-screen-only">Previous</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-right"></i>							<span class="elementor-screen-only">Next</span>
						</div>
												</div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="15020" class="elementor elementor-15020 elementor-location-popup" data-elementor-settings="{&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;open_selector&quot;:&quot;trenchertogglebtn&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-70b5035e elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="70b5035e" data-element_type="section" data-settings="{&quot;dce_visibility_click&quot;:&quot;#sktogglebtnshow1&quot;,&quot;dce_visibility_click_show&quot;:&quot;slide&quot;,&quot;dce_visibility_click_other&quot;:&quot;.sktogglebtnhide1&quot;,&quot;dce_visibility_click_toggle&quot;:&quot;yes&quot;,&quot;dce_visibility_event&quot;:&quot;click&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-119cf2b5" data-id="119cf2b5" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-3f7f9426 elementor-widget elementor-widget-ucaddon_unlimited_grid" data-id="3f7f9426" data-element_type="widget" data-widget_type="ucaddon_unlimited_grid.default">
				<div class="elementor-widget-container">
			<!-- start Unlimited Grid -->
		<link id='fancybox-css' href='https://www.ditchwitch.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css' type='text/css' rel='stylesheet' >

			<style type="text/css">/* widget: Unlimited Grid */

#uc_unlimited_grid_elementor_3f7f9426
{
  display:grid;
  grid-auto-rows: 1fr;
}

.ue-btn
{
  text-decoration:none;
  text-align:center;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_3f7f9426 .ue-overlay-link
{
  display:block;
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
}

#uc_unlimited_grid_elementor_3f7f9426 .ue-item
{
  position:relative;
  display:flex;
  overflow:hidden;
  background-size:cover;
}

#uc_unlimited_grid_elementor_3f7f9426 .ue-item-overlay
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_3f7f9426 .ue-item-bg
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
  background-size:cover;
}


	






#uc_unlimited_grid_elementor_3f7f9426 .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
}

#uc_unlimited_grid_elementor_3f7f9426 .ue-graphic-element svg
{
  height:1em;
  width:1em;
}

#uc_unlimited_grid_elementor_3f7f9426 .ue-graphic-element img
{
  display:block;
}

.ue-item-title
{
  font-size:21px;
}

#uc_unlimited_grid_elementor_3f7f9426 .ue-item-content
{
  position:relative;
  width:100%;
}



	@media only screen and (max-width: 767px) {
      
      
      #uc_unlimited_grid_elementor_3f7f9426  {
          grid-template-columns: repeat(1, 1fr);
        }
      
      #uc_unlimited_grid_elementor_3f7f9426 .ue-item
      {
        grid-column: span 1;
        grid-row: span 1;
      }
      
      
      }
	

























</style>

			<div id="uc_unlimited_grid_elementor_3f7f9426" class="ue-unlimited-grid">
  <div id="uc_unlimited_grid_elementor_3f7f9426_item1" class="ue-item elementor-repeater-item-4139933">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">STUMP GRINDERS</div>
    <div class="ue-item-text">Featuring a heavy-duty boom design, powerful stump grinding attachments quickly shred stumps down to nothing. Easy maneuvering from stump to stump and increased visibility turns more ground stumps into more profit.  

</div>
      </div>
    
  
    
    
  
  
  
  
</div>
<div id="uc_unlimited_grid_elementor_3f7f9426_item2" class="ue-item elementor-repeater-item-03ddcbb">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">Compatible Models</div>
    <div class="ue-item-text"><p style="color: black; font-weight: 600;">SK600, SK800, SK900, SK1050, SK1550, SK3000</p></div>
      </div>
    
  
    
    
  
  
  
  
</div>

</div>
			<!-- end Unlimited Grid -->		</div>
				</div>
				<div class="elementor-element elementor-element-5b6b6c8 elementor-skin-carousel elementor-arrows-yes elementor-widget elementor-widget-media-carousel" data-id="5b6b6c8" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;loop&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="media-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-main-swiper swiper-container">
				<div class="swiper-wrapper">
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/DSC0173.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="_DSC0173" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/DSC0582.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="_DSC0582" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/DSC0080.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="_DSC0080" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/DSC0086.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="_DSC0086" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/DSC0167.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="_DSC0167" style="">

			
					</div>
								</div>
									</div>
																				<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-left"></i>							<span class="elementor-screen-only">Previous</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-right"></i>							<span class="elementor-screen-only">Next</span>
						</div>
												</div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="15011" class="elementor elementor-15011 elementor-location-popup" data-elementor-settings="{&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;open_selector&quot;:&quot;trenchertogglebtn&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-71389ecb elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="71389ecb" data-element_type="section" data-settings="{&quot;dce_visibility_click&quot;:&quot;#sktogglebtnshow1&quot;,&quot;dce_visibility_click_show&quot;:&quot;slide&quot;,&quot;dce_visibility_click_other&quot;:&quot;.sktogglebtnhide1&quot;,&quot;dce_visibility_click_toggle&quot;:&quot;yes&quot;,&quot;dce_visibility_event&quot;:&quot;click&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2b31a5e5" data-id="2b31a5e5" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-376d3d7a elementor-widget elementor-widget-ucaddon_unlimited_grid" data-id="376d3d7a" data-element_type="widget" data-widget_type="ucaddon_unlimited_grid.default">
				<div class="elementor-widget-container">
			<!-- start Unlimited Grid -->
		<link id='fancybox-css' href='https://www.ditchwitch.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css' type='text/css' rel='stylesheet' >

			<style type="text/css">/* widget: Unlimited Grid */

#uc_unlimited_grid_elementor_376d3d7a
{
  display:grid;
  grid-auto-rows: 1fr;
}

.ue-btn
{
  text-decoration:none;
  text-align:center;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_376d3d7a .ue-overlay-link
{
  display:block;
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
}

#uc_unlimited_grid_elementor_376d3d7a .ue-item
{
  position:relative;
  display:flex;
  overflow:hidden;
  background-size:cover;
}

#uc_unlimited_grid_elementor_376d3d7a .ue-item-overlay
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_376d3d7a .ue-item-bg
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
  background-size:cover;
}


	






#uc_unlimited_grid_elementor_376d3d7a .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
}

#uc_unlimited_grid_elementor_376d3d7a .ue-graphic-element svg
{
  height:1em;
  width:1em;
}

#uc_unlimited_grid_elementor_376d3d7a .ue-graphic-element img
{
  display:block;
}

.ue-item-title
{
  font-size:21px;
}

#uc_unlimited_grid_elementor_376d3d7a .ue-item-content
{
  position:relative;
  width:100%;
}



	@media only screen and (max-width: 767px) {
      
      
      #uc_unlimited_grid_elementor_376d3d7a  {
          grid-template-columns: repeat(1, 1fr);
        }
      
      #uc_unlimited_grid_elementor_376d3d7a .ue-item
      {
        grid-column: span 1;
        grid-row: span 1;
      }
      
      
      }
	

























</style>

			<div id="uc_unlimited_grid_elementor_376d3d7a" class="ue-unlimited-grid">
  <div id="uc_unlimited_grid_elementor_376d3d7a_item1" class="ue-item elementor-repeater-item-4139933">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">MULTITASK TOOL</div>
    <div class="ue-item-text">Your multipurpose tool for the ultimate multi-tasker is here. Engineered to grab tight to heavy materials and move them with ease and precision, the multi-task tool is your go-to for heavy applications. Easy to operate with convenient, functional levers.

</div>
      </div>
    
  
    
    
  
  
  
  
</div>
<div id="uc_unlimited_grid_elementor_376d3d7a_item2" class="ue-item elementor-repeater-item-03ddcbb">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">Compatible Models</div>
    <div class="ue-item-text"><p style="color: black; font-weight: 600;">SK600, SK800, SK900, SK1050, SK1550</p></div>
      </div>
    
  
    
    
  
  
  
  
</div>

</div>
			<!-- end Unlimited Grid -->		</div>
				</div>
				<div class="elementor-element elementor-element-3cb4272e elementor-skin-carousel elementor-arrows-yes elementor-widget elementor-widget-media-carousel" data-id="3cb4272e" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;loop&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="media-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-main-swiper swiper-container">
				<div class="swiper-wrapper">
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/Multi-Purpose-Tool-003.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="Multi-Purpose-Tool-003" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
							<a href="https://sharp-mendel.com/wp-content/uploads/2022/11/Screen-Shot-2022-11-01-at-12.06.35-PM.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="3cb4272e" data-elementor-lightbox-title="Screen-Shot-2022-11-01-at-12.06.35-PM" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTUwMTQsInVybCI6Imh0dHBzOlwvXC93d3cuZGl0Y2h3aXRjaC5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjJcLzExXC9TY3JlZW4tU2hvdC0yMDIyLTExLTAxLWF0LTEyLjA2LjM1LVBNLnBuZyIsInNsaWRlc2hvdyI6IjNjYjQyNzJlIn0%3D" data-elementor-lightbox-video="https://www.youtube.com/embed/atMfZpDvx3s?feature=oembed&amp;autoplay=1&amp;rel=0&amp;controls=0">		<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/Screen-Shot-2022-11-01-at-12.06.35-PM.png" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="Screen-Shot-2022-11-01-at-12.06.35-PM" style="">

			
							<div class="elementor-custom-embed-play">
					<i aria-hidden="true" class="eicon-play"></i>					<span class="elementor-screen-only">Play</span>
				</div>
					</div>
		</a>						</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/Multi-Purpose-Tool-Thumb.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="Multi-Purpose-Tool-Thumb" style="">

			
					</div>
								</div>
									</div>
																				<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-left"></i>							<span class="elementor-screen-only">Previous</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-right"></i>							<span class="elementor-screen-only">Next</span>
						</div>
												</div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="15002" class="elementor elementor-15002 elementor-location-popup" data-elementor-settings="{&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;open_selector&quot;:&quot;trenchertogglebtn&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-34a5835d elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="34a5835d" data-element_type="section" data-settings="{&quot;dce_visibility_click&quot;:&quot;#sktogglebtnshow1&quot;,&quot;dce_visibility_click_show&quot;:&quot;slide&quot;,&quot;dce_visibility_click_other&quot;:&quot;.sktogglebtnhide1&quot;,&quot;dce_visibility_click_toggle&quot;:&quot;yes&quot;,&quot;dce_visibility_event&quot;:&quot;click&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-641ae363" data-id="641ae363" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-2d793ee3 elementor-widget elementor-widget-ucaddon_unlimited_grid" data-id="2d793ee3" data-element_type="widget" data-widget_type="ucaddon_unlimited_grid.default">
				<div class="elementor-widget-container">
			<!-- start Unlimited Grid -->
		<link id='fancybox-css' href='https://www.ditchwitch.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css' type='text/css' rel='stylesheet' >

			<style type="text/css">/* widget: Unlimited Grid */

#uc_unlimited_grid_elementor_2d793ee3
{
  display:grid;
  grid-auto-rows: 1fr;
}

.ue-btn
{
  text-decoration:none;
  text-align:center;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_2d793ee3 .ue-overlay-link
{
  display:block;
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
}

#uc_unlimited_grid_elementor_2d793ee3 .ue-item
{
  position:relative;
  display:flex;
  overflow:hidden;
  background-size:cover;
}

#uc_unlimited_grid_elementor_2d793ee3 .ue-item-overlay
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_2d793ee3 .ue-item-bg
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
  background-size:cover;
}


	






#uc_unlimited_grid_elementor_2d793ee3 .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
}

#uc_unlimited_grid_elementor_2d793ee3 .ue-graphic-element svg
{
  height:1em;
  width:1em;
}

#uc_unlimited_grid_elementor_2d793ee3 .ue-graphic-element img
{
  display:block;
}

.ue-item-title
{
  font-size:21px;
}

#uc_unlimited_grid_elementor_2d793ee3 .ue-item-content
{
  position:relative;
  width:100%;
}



	@media only screen and (max-width: 767px) {
      
      
      #uc_unlimited_grid_elementor_2d793ee3  {
          grid-template-columns: repeat(1, 1fr);
        }
      
      #uc_unlimited_grid_elementor_2d793ee3 .ue-item
      {
        grid-column: span 1;
        grid-row: span 1;
      }
      
      
      }
	

























</style>

			<div id="uc_unlimited_grid_elementor_2d793ee3" class="ue-unlimited-grid">
  <div id="uc_unlimited_grid_elementor_2d793ee3_item1" class="ue-item elementor-repeater-item-4139933">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">CORE DRILL</div>
    <div class="ue-item-text">With the MC-450 coring attachment, utility maintenance is simple and less disruptive. Featuring intuitive controls and an integrated water tank, the MC-450 is the perfect choice for quick cuts and a more productive coring process. A fully adjustable 0 to 280 rpm speed allows for enhanced control and greater productivity.

</div>
      </div>
    
  
    
    
  
  
  
  
</div>
<div id="uc_unlimited_grid_elementor_2d793ee3_item2" class="ue-item elementor-repeater-item-03ddcbb">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">Compatible Models</div>
    <div class="ue-item-text"><p style="color: black; font-weight: 600;">SK1050, SK1550</p></div>
      </div>
    
  
    
    
  
  
  
  
</div>

</div>
			<!-- end Unlimited Grid -->		</div>
				</div>
				<div class="elementor-element elementor-element-68e6d6df elementor-skin-carousel elementor-arrows-yes elementor-widget elementor-widget-media-carousel" data-id="68e6d6df" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;loop&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="media-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-main-swiper swiper-container">
				<div class="swiper-wrapper">
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/DSC2667.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="_DSC2667" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/DSC2679.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="_DSC2679" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/DSC2414.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="_DSC2414" style="">

			
					</div>
								</div>
									</div>
																				<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-left"></i>							<span class="elementor-screen-only">Previous</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-right"></i>							<span class="elementor-screen-only">Next</span>
						</div>
												</div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="14991" class="elementor elementor-14991 elementor-location-popup" data-elementor-settings="{&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;open_selector&quot;:&quot;trenchertogglebtn&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-ce4fd4e elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="ce4fd4e" data-element_type="section" data-settings="{&quot;dce_visibility_click&quot;:&quot;#sktogglebtnshow1&quot;,&quot;dce_visibility_click_show&quot;:&quot;slide&quot;,&quot;dce_visibility_click_other&quot;:&quot;.sktogglebtnhide1&quot;,&quot;dce_visibility_click_toggle&quot;:&quot;yes&quot;,&quot;dce_visibility_event&quot;:&quot;click&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765dc25f" data-id="765dc25f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-60a7f750 elementor-widget elementor-widget-ucaddon_unlimited_grid" data-id="60a7f750" data-element_type="widget" data-widget_type="ucaddon_unlimited_grid.default">
				<div class="elementor-widget-container">
			<!-- start Unlimited Grid -->
		<link id='fancybox-css' href='https://www.ditchwitch.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css' type='text/css' rel='stylesheet' >

			<style type="text/css">/* widget: Unlimited Grid */

#uc_unlimited_grid_elementor_60a7f750
{
  display:grid;
  grid-auto-rows: 1fr;
}

.ue-btn
{
  text-decoration:none;
  text-align:center;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_60a7f750 .ue-overlay-link
{
  display:block;
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
}

#uc_unlimited_grid_elementor_60a7f750 .ue-item
{
  position:relative;
  display:flex;
  overflow:hidden;
  background-size:cover;
}

#uc_unlimited_grid_elementor_60a7f750 .ue-item-overlay
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_60a7f750 .ue-item-bg
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
  background-size:cover;
}


	






#uc_unlimited_grid_elementor_60a7f750 .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
}

#uc_unlimited_grid_elementor_60a7f750 .ue-graphic-element svg
{
  height:1em;
  width:1em;
}

#uc_unlimited_grid_elementor_60a7f750 .ue-graphic-element img
{
  display:block;
}

.ue-item-title
{
  font-size:21px;
}

#uc_unlimited_grid_elementor_60a7f750 .ue-item-content
{
  position:relative;
  width:100%;
}



	@media only screen and (max-width: 767px) {
      
      
      #uc_unlimited_grid_elementor_60a7f750  {
          grid-template-columns: repeat(1, 1fr);
        }
      
      #uc_unlimited_grid_elementor_60a7f750 .ue-item
      {
        grid-column: span 1;
        grid-row: span 1;
      }
      
      
      }
	

























</style>

			<div id="uc_unlimited_grid_elementor_60a7f750" class="ue-unlimited-grid">
  <div id="uc_unlimited_grid_elementor_60a7f750_item1" class="ue-item elementor-repeater-item-4139933">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">SOIL CULTIVATOR</div>
    <div class="ue-item-text">Prepare food plots, gardens, and landscaping projects with a soil cultivator. It gets land ready by stirring organic material back in the soil for a healthier, more stable lawn. Buries the biggest of rocks for a looser topsoil. 

</div>
      </div>
    
  
    
    
  
  
  
  
</div>
<div id="uc_unlimited_grid_elementor_60a7f750_item2" class="ue-item elementor-repeater-item-03ddcbb">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">Compatible Models</div>
    <div class="ue-item-text"><p style="color: black; font-weight: 600;">SK600, SK800, SK900, SK1050, SK1550</p></div>
      </div>
    
  
    
    
  
  
  
  
</div>

</div>
			<!-- end Unlimited Grid -->		</div>
				</div>
				<div class="elementor-element elementor-element-260ee061 elementor-skin-carousel elementor-arrows-yes elementor-widget elementor-widget-media-carousel" data-id="260ee061" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;loop&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="media-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-main-swiper swiper-container">
				<div class="swiper-wrapper">
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_0813.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_0813" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
							<a href="https://sharp-mendel.com/wp-content/uploads/2022/11/Screen-Shot-2022-11-01-at-11.58.30-AM.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="260ee061" data-elementor-lightbox-title="Screen-Shot-2022-11-01-at-11.58.30-AM" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTQ5OTMsInVybCI6Imh0dHBzOlwvXC93d3cuZGl0Y2h3aXRjaC5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjJcLzExXC9TY3JlZW4tU2hvdC0yMDIyLTExLTAxLWF0LTExLjU4LjMwLUFNLnBuZyIsInNsaWRlc2hvdyI6IjI2MGVlMDYxIn0%3D" data-elementor-lightbox-video="https://www.youtube.com/embed/1u0RIdqCXUU?feature=oembed&amp;autoplay=1&amp;rel=0&amp;controls=0">		<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/Screen-Shot-2022-11-01-at-11.58.30-AM.png" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="Screen-Shot-2022-11-01-at-11.58.30-AM" style="">

			
							<div class="elementor-custom-embed-play">
					<i aria-hidden="true" class="eicon-play"></i>					<span class="elementor-screen-only">Play</span>
				</div>
					</div>
		</a>						</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_0842.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_0842" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_0751.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_0751" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_0805.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_0805" style="">

			
					</div>
								</div>
									</div>
																				<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-left"></i>							<span class="elementor-screen-only">Previous</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-right"></i>							<span class="elementor-screen-only">Next</span>
						</div>
												</div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="14982" class="elementor elementor-14982 elementor-location-popup" data-elementor-settings="{&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;open_selector&quot;:&quot;trenchertogglebtn&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-17843648 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="17843648" data-element_type="section" data-settings="{&quot;dce_visibility_click&quot;:&quot;#sktogglebtnshow1&quot;,&quot;dce_visibility_click_show&quot;:&quot;slide&quot;,&quot;dce_visibility_click_other&quot;:&quot;.sktogglebtnhide1&quot;,&quot;dce_visibility_click_toggle&quot;:&quot;yes&quot;,&quot;dce_visibility_event&quot;:&quot;click&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-59ffca68" data-id="59ffca68" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-5b3a2b66 elementor-widget elementor-widget-ucaddon_unlimited_grid" data-id="5b3a2b66" data-element_type="widget" data-widget_type="ucaddon_unlimited_grid.default">
				<div class="elementor-widget-container">
			<!-- start Unlimited Grid -->
		<link id='fancybox-css' href='https://www.ditchwitch.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css' type='text/css' rel='stylesheet' >

			<style type="text/css">/* widget: Unlimited Grid */

#uc_unlimited_grid_elementor_5b3a2b66
{
  display:grid;
  grid-auto-rows: 1fr;
}

.ue-btn
{
  text-decoration:none;
  text-align:center;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_5b3a2b66 .ue-overlay-link
{
  display:block;
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
}

#uc_unlimited_grid_elementor_5b3a2b66 .ue-item
{
  position:relative;
  display:flex;
  overflow:hidden;
  background-size:cover;
}

#uc_unlimited_grid_elementor_5b3a2b66 .ue-item-overlay
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_5b3a2b66 .ue-item-bg
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
  background-size:cover;
}


	






#uc_unlimited_grid_elementor_5b3a2b66 .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
}

#uc_unlimited_grid_elementor_5b3a2b66 .ue-graphic-element svg
{
  height:1em;
  width:1em;
}

#uc_unlimited_grid_elementor_5b3a2b66 .ue-graphic-element img
{
  display:block;
}

.ue-item-title
{
  font-size:21px;
}

#uc_unlimited_grid_elementor_5b3a2b66 .ue-item-content
{
  position:relative;
  width:100%;
}



	@media only screen and (max-width: 767px) {
      
      
      #uc_unlimited_grid_elementor_5b3a2b66  {
          grid-template-columns: repeat(1, 1fr);
        }
      
      #uc_unlimited_grid_elementor_5b3a2b66 .ue-item
      {
        grid-column: span 1;
        grid-row: span 1;
      }
      
      
      }
	

























</style>

			<div id="uc_unlimited_grid_elementor_5b3a2b66" class="ue-unlimited-grid">
  <div id="uc_unlimited_grid_elementor_5b3a2b66_item1" class="ue-item elementor-repeater-item-4139933">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">BLADES</div>
    <div class="ue-item-text">Whether you’re looking to increase dump height or digging depth, attaching a backfill blade is an easy way to save manpower on your jobsite while working with precision and timeliness. Available in various widths.

</div>
      </div>
    
  
    
    
  
  
  
  
</div>
<div id="uc_unlimited_grid_elementor_5b3a2b66_item2" class="ue-item elementor-repeater-item-03ddcbb">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">Compatible Models</div>
    <div class="ue-item-text"><p style="color: black; font-weight: 600;">SK600, SK800, SK900, SK1050, SK1550</p></div>
      </div>
    
  
    
    
  
  
  
  
</div>

</div>
			<!-- end Unlimited Grid -->		</div>
				</div>
				<div class="elementor-element elementor-element-20341a9 elementor-skin-carousel elementor-arrows-yes elementor-widget elementor-widget-media-carousel" data-id="20341a9" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;loop&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="media-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-main-swiper swiper-container">
				<div class="swiper-wrapper">
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_0474.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_0474" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_0489.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_0489" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_0461.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_0461" style="">

			
					</div>
								</div>
									</div>
																				<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-left"></i>							<span class="elementor-screen-only">Previous</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-right"></i>							<span class="elementor-screen-only">Next</span>
						</div>
												</div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="14965" class="elementor elementor-14965 elementor-location-popup" data-elementor-settings="{&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;open_selector&quot;:&quot;trenchertogglebtn&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-3dd55db7 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="3dd55db7" data-element_type="section" data-settings="{&quot;dce_visibility_click&quot;:&quot;#sktogglebtnshow1&quot;,&quot;dce_visibility_click_show&quot;:&quot;slide&quot;,&quot;dce_visibility_click_other&quot;:&quot;.sktogglebtnhide1&quot;,&quot;dce_visibility_click_toggle&quot;:&quot;yes&quot;,&quot;dce_visibility_event&quot;:&quot;click&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5131044d" data-id="5131044d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-3555002d elementor-widget elementor-widget-ucaddon_unlimited_grid" data-id="3555002d" data-element_type="widget" data-widget_type="ucaddon_unlimited_grid.default">
				<div class="elementor-widget-container">
			<!-- start Unlimited Grid -->
		<link id='fancybox-css' href='https://www.ditchwitch.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css' type='text/css' rel='stylesheet' >

			<style type="text/css">/* widget: Unlimited Grid */

#uc_unlimited_grid_elementor_3555002d
{
  display:grid;
  grid-auto-rows: 1fr;
}

.ue-btn
{
  text-decoration:none;
  text-align:center;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_3555002d .ue-overlay-link
{
  display:block;
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
}

#uc_unlimited_grid_elementor_3555002d .ue-item
{
  position:relative;
  display:flex;
  overflow:hidden;
  background-size:cover;
}

#uc_unlimited_grid_elementor_3555002d .ue-item-overlay
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_3555002d .ue-item-bg
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
  background-size:cover;
}


	






#uc_unlimited_grid_elementor_3555002d .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
}

#uc_unlimited_grid_elementor_3555002d .ue-graphic-element svg
{
  height:1em;
  width:1em;
}

#uc_unlimited_grid_elementor_3555002d .ue-graphic-element img
{
  display:block;
}

.ue-item-title
{
  font-size:21px;
}

#uc_unlimited_grid_elementor_3555002d .ue-item-content
{
  position:relative;
  width:100%;
}



	@media only screen and (max-width: 767px) {
      
      
      #uc_unlimited_grid_elementor_3555002d  {
          grid-template-columns: repeat(1, 1fr);
        }
      
      #uc_unlimited_grid_elementor_3555002d .ue-item
      {
        grid-column: span 1;
        grid-row: span 1;
      }
      
      
      }
	

























</style>

			<div id="uc_unlimited_grid_elementor_3555002d" class="ue-unlimited-grid">
  <div id="uc_unlimited_grid_elementor_3555002d_item1" class="ue-item elementor-repeater-item-4139933">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">AUGER DRIVER</div>
    <div class="ue-item-text">Ideal for landscaping and tree care, an auger attachment will expedite hole creation and allow operators to quickly plant trees or install fence posts than if they were hand-digging or relying on a hand-held auger. Available in 6" to 30" diameters.</div>
      </div>
    
  
    
    
  
  
  
  
</div>
<div id="uc_unlimited_grid_elementor_3555002d_item2" class="ue-item elementor-repeater-item-03ddcbb">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">Compatible Models</div>
    <div class="ue-item-text"><p style="color: black; font-weight: 600;">SK600, SK800, SK900, SK1050, SK1550</p></div>
      </div>
    
  
    
    
  
  
  
  
</div>

</div>
			<!-- end Unlimited Grid -->		</div>
				</div>
				<div class="elementor-element elementor-element-5c70c06 elementor-skin-carousel elementor-arrows-yes elementor-widget elementor-widget-media-carousel" data-id="5c70c06" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;loop&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="media-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-main-swiper swiper-container">
				<div class="swiper-wrapper">
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG1085.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG1085" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
							<a href="https://sharp-mendel.com/wp-content/uploads/2022/11/Screen-Shot-2022-11-01-at-11.49.17-AM.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="5c70c06" data-elementor-lightbox-title="Screen-Shot-2022-11-01-at-11.49.17-AM" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTQ5NjksInVybCI6Imh0dHBzOlwvXC93d3cuZGl0Y2h3aXRjaC5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjJcLzExXC9TY3JlZW4tU2hvdC0yMDIyLTExLTAxLWF0LTExLjQ5LjE3LUFNLnBuZyIsInNsaWRlc2hvdyI6IjVjNzBjMDYifQ%3D%3D" data-elementor-lightbox-video="https://www.youtube.com/embed/_2-Wrd7jx34?feature=oembed&amp;autoplay=1&amp;rel=0&amp;controls=0">		<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/Screen-Shot-2022-11-01-at-11.49.17-AM.png" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="Screen-Shot-2022-11-01-at-11.49.17-AM" style="">

			
							<div class="elementor-custom-embed-play">
					<i aria-hidden="true" class="eicon-play"></i>					<span class="elementor-screen-only">Play</span>
				</div>
					</div>
		</a>						</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG1038.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG1038" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/Auger-Driver-Thumb-1.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="Auger-Driver-Thumb (1)" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG1012.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG1012" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG1120.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG1120" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG1087.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG1087" style="">

			
					</div>
								</div>
									</div>
																				<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-left"></i>							<span class="elementor-screen-only">Previous</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-right"></i>							<span class="elementor-screen-only">Next</span>
						</div>
												</div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="14956" class="elementor elementor-14956 elementor-location-popup" data-elementor-settings="{&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;open_selector&quot;:&quot;trenchertogglebtn&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-6316e765 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="6316e765" data-element_type="section" data-settings="{&quot;dce_visibility_click&quot;:&quot;#sktogglebtnshow1&quot;,&quot;dce_visibility_click_show&quot;:&quot;slide&quot;,&quot;dce_visibility_click_other&quot;:&quot;.sktogglebtnhide1&quot;,&quot;dce_visibility_click_toggle&quot;:&quot;yes&quot;,&quot;dce_visibility_event&quot;:&quot;click&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-55f752ba" data-id="55f752ba" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-68ba49d7 elementor-widget elementor-widget-ucaddon_unlimited_grid" data-id="68ba49d7" data-element_type="widget" data-widget_type="ucaddon_unlimited_grid.default">
				<div class="elementor-widget-container">
			<!-- start Unlimited Grid -->
		<link id='fancybox-css' href='https://www.ditchwitch.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css' type='text/css' rel='stylesheet' >

			<style type="text/css">/* widget: Unlimited Grid */

#uc_unlimited_grid_elementor_68ba49d7
{
  display:grid;
  grid-auto-rows: 1fr;
}

.ue-btn
{
  text-decoration:none;
  text-align:center;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_68ba49d7 .ue-overlay-link
{
  display:block;
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
}

#uc_unlimited_grid_elementor_68ba49d7 .ue-item
{
  position:relative;
  display:flex;
  overflow:hidden;
  background-size:cover;
}

#uc_unlimited_grid_elementor_68ba49d7 .ue-item-overlay
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_68ba49d7 .ue-item-bg
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
  background-size:cover;
}


	






#uc_unlimited_grid_elementor_68ba49d7 .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
}

#uc_unlimited_grid_elementor_68ba49d7 .ue-graphic-element svg
{
  height:1em;
  width:1em;
}

#uc_unlimited_grid_elementor_68ba49d7 .ue-graphic-element img
{
  display:block;
}

.ue-item-title
{
  font-size:21px;
}

#uc_unlimited_grid_elementor_68ba49d7 .ue-item-content
{
  position:relative;
  width:100%;
}



	@media only screen and (max-width: 767px) {
      
      
      #uc_unlimited_grid_elementor_68ba49d7  {
          grid-template-columns: repeat(1, 1fr);
        }
      
      #uc_unlimited_grid_elementor_68ba49d7 .ue-item
      {
        grid-column: span 1;
        grid-row: span 1;
      }
      
      
      }
	

























</style>

			<div id="uc_unlimited_grid_elementor_68ba49d7" class="ue-unlimited-grid">
  <div id="uc_unlimited_grid_elementor_68ba49d7_item1" class="ue-item elementor-repeater-item-4139933">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">TILLER</div>
    <div class="ue-item-text">Tough and effective tillers prepare your garden by breaking up tough soil and removing unwanted weeds. Available in 4' width.

</div>
      </div>
    
  
    
    
  
  
  
  
</div>
<div id="uc_unlimited_grid_elementor_68ba49d7_item2" class="ue-item elementor-repeater-item-03ddcbb">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">Compatible Models</div>
    <div class="ue-item-text"><p style="color: black; font-weight: 600;">SK600, SK800, SK900, SK1050, SK1550</p></div>
      </div>
    
  
    
    
  
  
  
  
</div>

</div>
			<!-- end Unlimited Grid -->		</div>
				</div>
				<div class="elementor-element elementor-element-2261d555 elementor-skin-carousel elementor-arrows-yes elementor-widget elementor-widget-media-carousel" data-id="2261d555" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;loop&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="media-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-main-swiper swiper-container">
				<div class="swiper-wrapper">
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/Tiller-001.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="Tiller--001" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
							<a href="https://sharp-mendel.com/wp-content/uploads/2022/11/Screen-Shot-2022-11-01-at-11.46.52-AM.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="2261d555" data-elementor-lightbox-title="Screen-Shot-2022-11-01-at-11.46.52-AM" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTQ5NTgsInVybCI6Imh0dHBzOlwvXC93d3cuZGl0Y2h3aXRjaC5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjJcLzExXC9TY3JlZW4tU2hvdC0yMDIyLTExLTAxLWF0LTExLjQ2LjUyLUFNLnBuZyIsInNsaWRlc2hvdyI6IjIyNjFkNTU1In0%3D" data-elementor-lightbox-video="https://www.youtube.com/embed/078mcaRkEvE?feature=oembed&amp;autoplay=1&amp;rel=0&amp;controls=0">		<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/Screen-Shot-2022-11-01-at-11.46.52-AM.png" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="Screen-Shot-2022-11-01-at-11.46.52-AM" style="">

			
							<div class="elementor-custom-embed-play">
					<i aria-hidden="true" class="eicon-play"></i>					<span class="elementor-screen-only">Play</span>
				</div>
					</div>
		</a>						</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/Tiller-Working-Shots-1-of-47.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="Tiller-Working-Shots-(1-of-47)" style="">

			
					</div>
								</div>
									</div>
																				<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-left"></i>							<span class="elementor-screen-only">Previous</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-right"></i>							<span class="elementor-screen-only">Next</span>
						</div>
												</div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="14946" class="elementor elementor-14946 elementor-location-popup" data-elementor-settings="{&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;open_selector&quot;:&quot;trenchertogglebtn&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-ecda156 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="ecda156" data-element_type="section" data-settings="{&quot;dce_visibility_click&quot;:&quot;#sktogglebtnshow1&quot;,&quot;dce_visibility_click_show&quot;:&quot;slide&quot;,&quot;dce_visibility_click_other&quot;:&quot;.sktogglebtnhide1&quot;,&quot;dce_visibility_click_toggle&quot;:&quot;yes&quot;,&quot;dce_visibility_event&quot;:&quot;click&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3216e80e" data-id="3216e80e" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-490f9232 elementor-widget elementor-widget-ucaddon_unlimited_grid" data-id="490f9232" data-element_type="widget" data-widget_type="ucaddon_unlimited_grid.default">
				<div class="elementor-widget-container">
			<!-- start Unlimited Grid -->
		<link id='fancybox-css' href='https://www.ditchwitch.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css' type='text/css' rel='stylesheet' >

			<style type="text/css">/* widget: Unlimited Grid */

#uc_unlimited_grid_elementor_490f9232
{
  display:grid;
  grid-auto-rows: 1fr;
}

.ue-btn
{
  text-decoration:none;
  text-align:center;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_490f9232 .ue-overlay-link
{
  display:block;
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
}

#uc_unlimited_grid_elementor_490f9232 .ue-item
{
  position:relative;
  display:flex;
  overflow:hidden;
  background-size:cover;
}

#uc_unlimited_grid_elementor_490f9232 .ue-item-overlay
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_490f9232 .ue-item-bg
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
  background-size:cover;
}


	






#uc_unlimited_grid_elementor_490f9232 .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
}

#uc_unlimited_grid_elementor_490f9232 .ue-graphic-element svg
{
  height:1em;
  width:1em;
}

#uc_unlimited_grid_elementor_490f9232 .ue-graphic-element img
{
  display:block;
}

.ue-item-title
{
  font-size:21px;
}

#uc_unlimited_grid_elementor_490f9232 .ue-item-content
{
  position:relative;
  width:100%;
}



	@media only screen and (max-width: 767px) {
      
      
      #uc_unlimited_grid_elementor_490f9232  {
          grid-template-columns: repeat(1, 1fr);
        }
      
      #uc_unlimited_grid_elementor_490f9232 .ue-item
      {
        grid-column: span 1;
        grid-row: span 1;
      }
      
      
      }
	

























</style>

			<div id="uc_unlimited_grid_elementor_490f9232" class="ue-unlimited-grid">
  <div id="uc_unlimited_grid_elementor_490f9232_item1" class="ue-item elementor-repeater-item-4139933">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">GRAPPLES</div>
    <div class="ue-item-text">Tree grapples come with 48" or 57" openings to efficiently remove logs and debris from the jobsite. It has an excavator style boom design with a powder coat finish and a cylinder lock for increased safety. Brush grapples available with a gap opening of 29" and widths of 42" or 54".</div>
      </div>
    
  
    
    
  
  
  
  
</div>
<div id="uc_unlimited_grid_elementor_490f9232_item2" class="ue-item elementor-repeater-item-03ddcbb">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">Compatible Models</div>
    <div class="ue-item-text"><p style="color: black; font-weight: 600;">SK600, SK800, SK900, SK1050, SK1550</p></div>
      </div>
    
  
    
    
  
  
  
  
</div>

</div>
			<!-- end Unlimited Grid -->		</div>
				</div>
				<div class="elementor-element elementor-element-33675552 elementor-skin-carousel elementor-arrows-yes elementor-widget elementor-widget-media-carousel" data-id="33675552" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;loop&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="media-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-main-swiper swiper-container">
				<div class="swiper-wrapper">
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/0_0.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="0_0" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/DSC9889.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="_DSC9889" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/DSC0606.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="_DSC0606" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/DSC9829.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="_DSC9829" style="">

			
					</div>
								</div>
									</div>
																				<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-left"></i>							<span class="elementor-screen-only">Previous</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-right"></i>							<span class="elementor-screen-only">Next</span>
						</div>
												</div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="14937" class="elementor elementor-14937 elementor-location-popup" data-elementor-settings="{&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;open_selector&quot;:&quot;trenchertogglebtn&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-351c74bd elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="351c74bd" data-element_type="section" data-settings="{&quot;dce_visibility_click&quot;:&quot;#sktogglebtnshow1&quot;,&quot;dce_visibility_click_show&quot;:&quot;slide&quot;,&quot;dce_visibility_click_other&quot;:&quot;.sktogglebtnhide1&quot;,&quot;dce_visibility_click_toggle&quot;:&quot;yes&quot;,&quot;dce_visibility_event&quot;:&quot;click&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-10e9ba04" data-id="10e9ba04" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-566f27c7 elementor-widget elementor-widget-ucaddon_unlimited_grid" data-id="566f27c7" data-element_type="widget" data-widget_type="ucaddon_unlimited_grid.default">
				<div class="elementor-widget-container">
			<!-- start Unlimited Grid -->
		<link id='fancybox-css' href='https://www.ditchwitch.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css' type='text/css' rel='stylesheet' >

			<style type="text/css">/* widget: Unlimited Grid */

#uc_unlimited_grid_elementor_566f27c7
{
  display:grid;
  grid-auto-rows: 1fr;
}

.ue-btn
{
  text-decoration:none;
  text-align:center;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_566f27c7 .ue-overlay-link
{
  display:block;
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
}

#uc_unlimited_grid_elementor_566f27c7 .ue-item
{
  position:relative;
  display:flex;
  overflow:hidden;
  background-size:cover;
}

#uc_unlimited_grid_elementor_566f27c7 .ue-item-overlay
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_566f27c7 .ue-item-bg
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
  background-size:cover;
}


	






#uc_unlimited_grid_elementor_566f27c7 .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
}

#uc_unlimited_grid_elementor_566f27c7 .ue-graphic-element svg
{
  height:1em;
  width:1em;
}

#uc_unlimited_grid_elementor_566f27c7 .ue-graphic-element img
{
  display:block;
}

.ue-item-title
{
  font-size:21px;
}

#uc_unlimited_grid_elementor_566f27c7 .ue-item-content
{
  position:relative;
  width:100%;
}



	@media only screen and (max-width: 767px) {
      
      
      #uc_unlimited_grid_elementor_566f27c7  {
          grid-template-columns: repeat(1, 1fr);
        }
      
      #uc_unlimited_grid_elementor_566f27c7 .ue-item
      {
        grid-column: span 1;
        grid-row: span 1;
      }
      
      
      }
	

























</style>

			<div id="uc_unlimited_grid_elementor_566f27c7" class="ue-unlimited-grid">
  <div id="uc_unlimited_grid_elementor_566f27c7_item1" class="ue-item elementor-repeater-item-4139933">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">CARRY ALL LEVELER</div>
    <div class="ue-item-text">One of our most simple yet versatile attachments, the Carry-All Leveler is perfect for carrying bulky material, leveling soil and adding a flat, smooth finish to your project. Available in 49" width.

</div>
      </div>
    
  
    
    
  
  
  
  
</div>
<div id="uc_unlimited_grid_elementor_566f27c7_item2" class="ue-item elementor-repeater-item-03ddcbb">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">Compatible Models</div>
    <div class="ue-item-text"><p style="color: black; font-weight: 600;">SK600, SK800, SK900, SK1050, SK1550</p></div>
      </div>
    
  
    
    
  
  
  
  
</div>

</div>
			<!-- end Unlimited Grid -->		</div>
				</div>
				<div class="elementor-element elementor-element-4ff7691e elementor-skin-carousel elementor-arrows-yes elementor-widget elementor-widget-media-carousel" data-id="4ff7691e" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;loop&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="media-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-main-swiper swiper-container">
				<div class="swiper-wrapper">
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_0958.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_0958" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_0853.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_0853" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_0922.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_0922" style="">

			
					</div>
								</div>
									</div>
																				<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-left"></i>							<span class="elementor-screen-only">Previous</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-right"></i>							<span class="elementor-screen-only">Next</span>
						</div>
												</div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="14922" class="elementor elementor-14922 elementor-location-popup" data-elementor-settings="{&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;open_selector&quot;:&quot;trenchertogglebtn&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-5b1ed8c4 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="5b1ed8c4" data-element_type="section" data-settings="{&quot;dce_visibility_click&quot;:&quot;#sktogglebtnshow1&quot;,&quot;dce_visibility_click_show&quot;:&quot;slide&quot;,&quot;dce_visibility_click_other&quot;:&quot;.sktogglebtnhide1&quot;,&quot;dce_visibility_click_toggle&quot;:&quot;yes&quot;,&quot;dce_visibility_event&quot;:&quot;click&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-967faf8" data-id="967faf8" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-7ffae58c elementor-widget elementor-widget-ucaddon_unlimited_grid" data-id="7ffae58c" data-element_type="widget" data-widget_type="ucaddon_unlimited_grid.default">
				<div class="elementor-widget-container">
			<!-- start Unlimited Grid -->
		<link id='fancybox-css' href='https://www.ditchwitch.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css' type='text/css' rel='stylesheet' >

			<style type="text/css">/* widget: Unlimited Grid */

#uc_unlimited_grid_elementor_7ffae58c
{
  display:grid;
  grid-auto-rows: 1fr;
}

.ue-btn
{
  text-decoration:none;
  text-align:center;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_7ffae58c .ue-overlay-link
{
  display:block;
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
}

#uc_unlimited_grid_elementor_7ffae58c .ue-item
{
  position:relative;
  display:flex;
  overflow:hidden;
  background-size:cover;
}

#uc_unlimited_grid_elementor_7ffae58c .ue-item-overlay
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_7ffae58c .ue-item-bg
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
  background-size:cover;
}


	






#uc_unlimited_grid_elementor_7ffae58c .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
}

#uc_unlimited_grid_elementor_7ffae58c .ue-graphic-element svg
{
  height:1em;
  width:1em;
}

#uc_unlimited_grid_elementor_7ffae58c .ue-graphic-element img
{
  display:block;
}

.ue-item-title
{
  font-size:21px;
}

#uc_unlimited_grid_elementor_7ffae58c .ue-item-content
{
  position:relative;
  width:100%;
}



	@media only screen and (max-width: 767px) {
      
      
      #uc_unlimited_grid_elementor_7ffae58c  {
          grid-template-columns: repeat(1, 1fr);
        }
      
      #uc_unlimited_grid_elementor_7ffae58c .ue-item
      {
        grid-column: span 1;
        grid-row: span 1;
      }
      
      
      }
	

























</style>

			<div id="uc_unlimited_grid_elementor_7ffae58c" class="ue-unlimited-grid">
  <div id="uc_unlimited_grid_elementor_7ffae58c_item1" class="ue-item elementor-repeater-item-4139933">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">BUCKETS</div>
    <div class="ue-item-text">Turn one machine into a multi-functional workhorse with versatile Ditch Witch® SK attachments. From landscaping and hardscapes to tree care and construction-grade tasks, your stand-on skid steer can take on more than you think. We've got you covered with a variety buckets from 4-in-1 to heavy and light material buckets. Widths range from 34" to 66".</div>
      </div>
    
  
    
    
  
  
  
  
</div>
<div id="uc_unlimited_grid_elementor_7ffae58c_item2" class="ue-item elementor-repeater-item-03ddcbb">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">Compatible Models</div>
    <div class="ue-item-text"><p style="color: black; font-weight: 600;">SK600, SK800, SK900, SK1050, SK1550, SK3000</p></div>
      </div>
    
  
    
    
  
  
  
  
</div>

</div>
			<!-- end Unlimited Grid -->		</div>
				</div>
				<div class="elementor-element elementor-element-6c96596a elementor-skin-carousel elementor-arrows-yes elementor-widget elementor-widget-media-carousel" data-id="6c96596a" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;loop&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="media-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-main-swiper swiper-container">
				<div class="swiper-wrapper">
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/Bucket-2-Working-Shots-2-of-3.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="Bucket-2-Working-Shots-(2-of-3)" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
							<a href="https://sharp-mendel.com/wp-content/uploads/2022/11/t2.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="6c96596a" data-elementor-lightbox-title="t2" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTQ5MjksInVybCI6Imh0dHBzOlwvXC93d3cuZGl0Y2h3aXRjaC5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjJcLzExXC90Mi5wbmciLCJzbGlkZXNob3ciOiI2Yzk2NTk2YSJ9" data-elementor-lightbox-video="https://www.youtube.com/embed/9fKwdo9sRkQ?feature=oembed&amp;autoplay=1&amp;rel=0&amp;controls=0">		<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/t2.png" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="t2" style="">

			
							<div class="elementor-custom-embed-play">
					<i aria-hidden="true" class="eicon-play"></i>					<span class="elementor-screen-only">Play</span>
				</div>
					</div>
		</a>						</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/Working-Shots-19-of-28.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="Working-Shots-(19-of-28)" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/A016068.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="_A016068" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/Beauty-Shot-2-7-of-41.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="Beauty-Shot-2-(7-of-41)" style="">

			
					</div>
								</div>
									</div>
																				<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-left"></i>							<span class="elementor-screen-only">Previous</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-right"></i>							<span class="elementor-screen-only">Next</span>
						</div>
												</div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="14910" class="elementor elementor-14910 elementor-location-popup" data-elementor-settings="{&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-6398ae54 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="6398ae54" data-element_type="section" data-settings="{&quot;dce_visibility_click&quot;:&quot;#sktogglebtnshow1&quot;,&quot;dce_visibility_click_show&quot;:&quot;slide&quot;,&quot;dce_visibility_click_other&quot;:&quot;.sktogglebtnhide1&quot;,&quot;dce_visibility_click_toggle&quot;:&quot;yes&quot;,&quot;dce_visibility_event&quot;:&quot;click&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6f0f627b" data-id="6f0f627b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-70ef2209 elementor-widget elementor-widget-ucaddon_unlimited_grid" data-id="70ef2209" data-element_type="widget" data-widget_type="ucaddon_unlimited_grid.default">
				<div class="elementor-widget-container">
			<!-- start Unlimited Grid -->
		<link id='fancybox-css' href='https://www.ditchwitch.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css' type='text/css' rel='stylesheet' >

			<style type="text/css">/* widget: Unlimited Grid */

#uc_unlimited_grid_elementor_70ef2209
{
  display:grid;
  grid-auto-rows: 1fr;
}

.ue-btn
{
  text-decoration:none;
  text-align:center;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_70ef2209 .ue-overlay-link
{
  display:block;
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
}

#uc_unlimited_grid_elementor_70ef2209 .ue-item
{
  position:relative;
  display:flex;
  overflow:hidden;
  background-size:cover;
}

#uc_unlimited_grid_elementor_70ef2209 .ue-item-overlay
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_70ef2209 .ue-item-bg
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
  background-size:cover;
}


	






#uc_unlimited_grid_elementor_70ef2209 .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
}

#uc_unlimited_grid_elementor_70ef2209 .ue-graphic-element svg
{
  height:1em;
  width:1em;
}

#uc_unlimited_grid_elementor_70ef2209 .ue-graphic-element img
{
  display:block;
}

.ue-item-title
{
  font-size:21px;
}

#uc_unlimited_grid_elementor_70ef2209 .ue-item-content
{
  position:relative;
  width:100%;
}



	@media only screen and (max-width: 767px) {
      
      
      #uc_unlimited_grid_elementor_70ef2209  {
          grid-template-columns: repeat(1, 1fr);
        }
      
      #uc_unlimited_grid_elementor_70ef2209 .ue-item
      {
        grid-column: span 1;
        grid-row: span 1;
      }
      
      
      }
	

























</style>

			<div id="uc_unlimited_grid_elementor_70ef2209" class="ue-unlimited-grid">
  <div id="uc_unlimited_grid_elementor_70ef2209_item1" class="ue-item elementor-repeater-item-4139933">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">PALLET FORKS</div>
    <div class="ue-item-text">Take on your heaviest loads with precision and dependability with Ditch Witch pallet forks. They easily attach to any of our skid steers and can easily accessorize with hay spikes, brick guards, and much more to add even more ROI. Available in widths ranging from 36-48.75" and lengths from 36-48". 

</div>
      </div>
    
  
    
    
  
  
  
  
</div>
<div id="uc_unlimited_grid_elementor_70ef2209_item2" class="ue-item elementor-repeater-item-03ddcbb">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">Compatible Models</div>
    <div class="ue-item-text"><p style="color: black; font-weight: 600;">SK600, SK800, SK900, SK1050, SK1550, SK3000</p></div>
      </div>
    
  
    
    
  
  
  
  
</div>

</div>
			<!-- end Unlimited Grid -->		</div>
				</div>
				<div class="elementor-element elementor-element-5e1d508a elementor-skin-carousel elementor-arrows-yes elementor-widget elementor-widget-media-carousel" data-id="5e1d508a" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;loop&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="media-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-main-swiper swiper-container">
				<div class="swiper-wrapper">
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/Forklift-working-shot-4-of-74.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="Forklift-working-shot-(4-of-74)" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/DSC0259.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="_DSC0259" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/DSC0260.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="_DSC0260" style="">

			
					</div>
								</div>
									</div>
																				<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-left"></i>							<span class="elementor-screen-only">Previous</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-right"></i>							<span class="elementor-screen-only">Next</span>
						</div>
												</div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="14899" class="elementor elementor-14899 elementor-location-popup" data-elementor-settings="{&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-6da95a4c elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="6da95a4c" data-element_type="section" data-settings="{&quot;dce_visibility_click&quot;:&quot;#sktogglebtnshow1&quot;,&quot;dce_visibility_click_show&quot;:&quot;slide&quot;,&quot;dce_visibility_click_other&quot;:&quot;.sktogglebtnhide1&quot;,&quot;dce_visibility_click_toggle&quot;:&quot;yes&quot;,&quot;dce_visibility_event&quot;:&quot;click&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1425d0bd" data-id="1425d0bd" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-6c95d66d elementor-widget elementor-widget-ucaddon_unlimited_grid" data-id="6c95d66d" data-element_type="widget" data-widget_type="ucaddon_unlimited_grid.default">
				<div class="elementor-widget-container">
			<!-- start Unlimited Grid -->
		<link id='fancybox-css' href='https://www.ditchwitch.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css' type='text/css' rel='stylesheet' >

			<style type="text/css">/* widget: Unlimited Grid */

#uc_unlimited_grid_elementor_6c95d66d
{
  display:grid;
  grid-auto-rows: 1fr;
}

.ue-btn
{
  text-decoration:none;
  text-align:center;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_6c95d66d .ue-overlay-link
{
  display:block;
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
}

#uc_unlimited_grid_elementor_6c95d66d .ue-item
{
  position:relative;
  display:flex;
  overflow:hidden;
  background-size:cover;
}

#uc_unlimited_grid_elementor_6c95d66d .ue-item-overlay
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_6c95d66d .ue-item-bg
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
  background-size:cover;
}


	






#uc_unlimited_grid_elementor_6c95d66d .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
}

#uc_unlimited_grid_elementor_6c95d66d .ue-graphic-element svg
{
  height:1em;
  width:1em;
}

#uc_unlimited_grid_elementor_6c95d66d .ue-graphic-element img
{
  display:block;
}

.ue-item-title
{
  font-size:21px;
}

#uc_unlimited_grid_elementor_6c95d66d .ue-item-content
{
  position:relative;
  width:100%;
}



	@media only screen and (max-width: 767px) {
      
      
      #uc_unlimited_grid_elementor_6c95d66d  {
          grid-template-columns: repeat(1, 1fr);
        }
      
      #uc_unlimited_grid_elementor_6c95d66d .ue-item
      {
        grid-column: span 1;
        grid-row: span 1;
      }
      
      
      }
	

























</style>

			<div id="uc_unlimited_grid_elementor_6c95d66d" class="ue-unlimited-grid">
  <div id="uc_unlimited_grid_elementor_6c95d66d_item1" class="ue-item elementor-repeater-item-4139933">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">MICROTRENCHER</div>
    <div class="ue-item-text">Fiber installation and other street-located work is rapidly growing. A microtrenching attachment is key for operators looking to get into fiber installation at the street level. They cut both concrete and asphalt in controlled increments so contractors don't need to stop traffic. Maximum width options are 0.5-1.5” or 2” with maximum depths of 12” or 16”. </div>
      </div>
    
  
    
    
  
  
  
  
</div>
<div id="uc_unlimited_grid_elementor_6c95d66d_item2" class="ue-item elementor-repeater-item-03ddcbb">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">Compatible Models</div>
    <div class="ue-item-text"><p style="color: black; font-weight: 600;">SK1050, SK1550, SK3000</p></div>
      </div>
    
  
    
    
  
  
  
  
</div>

</div>
			<!-- end Unlimited Grid -->		</div>
				</div>
				<div class="elementor-element elementor-element-498780c4 elementor-skin-carousel elementor-arrows-yes elementor-widget elementor-widget-media-carousel" data-id="498780c4" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;loop&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="media-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-main-swiper swiper-container">
				<div class="swiper-wrapper">
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/DSC2795_0.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="_DSC2795_0" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/DSC2938.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="_DSC2938" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/DSC2857.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="_DSC2857" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/Microtrencher_Thumb.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="Microtrencher_Thumb" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/DSC2918.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="_DSC2918" style="">

			
					</div>
								</div>
									</div>
																				<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-left"></i>							<span class="elementor-screen-only">Previous</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-right"></i>							<span class="elementor-screen-only">Next</span>
						</div>
												</div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="14888" class="elementor elementor-14888 elementor-location-popup" data-elementor-settings="{&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-519f6a01 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="519f6a01" data-element_type="section" data-settings="{&quot;dce_visibility_click&quot;:&quot;#sktogglebtnshow1&quot;,&quot;dce_visibility_click_show&quot;:&quot;slide&quot;,&quot;dce_visibility_click_other&quot;:&quot;.sktogglebtnhide1&quot;,&quot;dce_visibility_click_toggle&quot;:&quot;yes&quot;,&quot;dce_visibility_event&quot;:&quot;click&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3abd2f38" data-id="3abd2f38" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-44e1869f elementor-widget elementor-widget-ucaddon_unlimited_grid" data-id="44e1869f" data-element_type="widget" data-widget_type="ucaddon_unlimited_grid.default">
				<div class="elementor-widget-container">
			<!-- start Unlimited Grid -->
		<link id='fancybox-css' href='https://www.ditchwitch.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css' type='text/css' rel='stylesheet' >

			<style type="text/css">/* widget: Unlimited Grid */

#uc_unlimited_grid_elementor_44e1869f
{
  display:grid;
  grid-auto-rows: 1fr;
}

.ue-btn
{
  text-decoration:none;
  text-align:center;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_44e1869f .ue-overlay-link
{
  display:block;
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
}

#uc_unlimited_grid_elementor_44e1869f .ue-item
{
  position:relative;
  display:flex;
  overflow:hidden;
  background-size:cover;
}

#uc_unlimited_grid_elementor_44e1869f .ue-item-overlay
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_44e1869f .ue-item-bg
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
  background-size:cover;
}


	






#uc_unlimited_grid_elementor_44e1869f .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
}

#uc_unlimited_grid_elementor_44e1869f .ue-graphic-element svg
{
  height:1em;
  width:1em;
}

#uc_unlimited_grid_elementor_44e1869f .ue-graphic-element img
{
  display:block;
}

.ue-item-title
{
  font-size:21px;
}

#uc_unlimited_grid_elementor_44e1869f .ue-item-content
{
  position:relative;
  width:100%;
}



	@media only screen and (max-width: 767px) {
      
      
      #uc_unlimited_grid_elementor_44e1869f  {
          grid-template-columns: repeat(1, 1fr);
        }
      
      #uc_unlimited_grid_elementor_44e1869f .ue-item
      {
        grid-column: span 1;
        grid-row: span 1;
      }
      
      
      }
	

























</style>

			<div id="uc_unlimited_grid_elementor_44e1869f" class="ue-unlimited-grid">
  <div id="uc_unlimited_grid_elementor_44e1869f_item1" class="ue-item elementor-repeater-item-4139933">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">ROTO WITCH<sup>®</sup></div>
    <div class="ue-item-text">The Ditch Witch Roto Witch® attachment is used for short bores underneath sidewalks, driveways and other obstacles. It offers great digging performance while minimizing jobsite restoration. Compatible with numerous Ditch Witch stand-on skid steers, the Roto Witch attachment can bore and backream up to 12" (300 mm) in diameter.</div>
      </div>
    
  
    
    
  
  
  
  
</div>
<div id="uc_unlimited_grid_elementor_44e1869f_item2" class="ue-item elementor-repeater-item-03ddcbb">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">Compatible Models</div>
    <div class="ue-item-text"><p style="color: black; font-weight: 600;">SK600, SK800, SK900, SK1050, SK1550</p></div>
      </div>
    
  
    
    
  
  
  
  
</div>

</div>
			<!-- end Unlimited Grid -->		</div>
				</div>
				<div class="elementor-element elementor-element-146a5313 elementor-skin-carousel elementor-arrows-yes elementor-widget elementor-widget-media-carousel" data-id="146a5313" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;loop&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="media-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-main-swiper swiper-container">
				<div class="swiper-wrapper">
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_0419.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_0419" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_0425.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_0425" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_0403.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_0403" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_0412.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_0412" style="">

			
					</div>
								</div>
									</div>
																				<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-left"></i>							<span class="elementor-screen-only">Previous</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-right"></i>							<span class="elementor-screen-only">Next</span>
						</div>
												</div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="14847" class="elementor elementor-14847 elementor-location-popup" data-elementor-settings="{&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;open_selector&quot;:&quot;trenchertogglebtn&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-1c3f6093 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="1c3f6093" data-element_type="section" data-settings="{&quot;dce_visibility_click&quot;:&quot;#sktogglebtnshow1&quot;,&quot;dce_visibility_click_show&quot;:&quot;slide&quot;,&quot;dce_visibility_click_other&quot;:&quot;.sktogglebtnhide1&quot;,&quot;dce_visibility_click_toggle&quot;:&quot;yes&quot;,&quot;dce_visibility_event&quot;:&quot;click&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6769469d" data-id="6769469d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-26d10409 elementor-widget elementor-widget-ucaddon_unlimited_grid" data-id="26d10409" data-element_type="widget" data-widget_type="ucaddon_unlimited_grid.default">
				<div class="elementor-widget-container">
			<!-- start Unlimited Grid -->
		<link id='fancybox-css' href='https://www.ditchwitch.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css' type='text/css' rel='stylesheet' >

			<style type="text/css">/* widget: Unlimited Grid */

#uc_unlimited_grid_elementor_26d10409
{
  display:grid;
  grid-auto-rows: 1fr;
}

.ue-btn
{
  text-decoration:none;
  text-align:center;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_26d10409 .ue-overlay-link
{
  display:block;
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
}

#uc_unlimited_grid_elementor_26d10409 .ue-item
{
  position:relative;
  display:flex;
  overflow:hidden;
  background-size:cover;
}

#uc_unlimited_grid_elementor_26d10409 .ue-item-overlay
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_26d10409 .ue-item-bg
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
  background-size:cover;
}


	






#uc_unlimited_grid_elementor_26d10409 .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
}

#uc_unlimited_grid_elementor_26d10409 .ue-graphic-element svg
{
  height:1em;
  width:1em;
}

#uc_unlimited_grid_elementor_26d10409 .ue-graphic-element img
{
  display:block;
}

.ue-item-title
{
  font-size:21px;
}

#uc_unlimited_grid_elementor_26d10409 .ue-item-content
{
  position:relative;
  width:100%;
}



	@media only screen and (max-width: 767px) {
      
      
      #uc_unlimited_grid_elementor_26d10409  {
          grid-template-columns: repeat(1, 1fr);
        }
      
      #uc_unlimited_grid_elementor_26d10409 .ue-item
      {
        grid-column: span 1;
        grid-row: span 1;
      }
      
      
      }
	

























</style>

			<div id="uc_unlimited_grid_elementor_26d10409" class="ue-unlimited-grid">
  <div id="uc_unlimited_grid_elementor_26d10409_item1" class="ue-item elementor-repeater-item-4139933">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">PLOW</div>
    <div class="ue-item-text">Install fiber and other utilities quickly with a vibratory plow attachment for your skid steer. It creates less ground disruption and cleanup than traditional trenching to get the job done faster. Available in maximum depths of 14" and 24". 

</div>
      </div>
    
  
    
    
  
  
  
  
</div>
<div id="uc_unlimited_grid_elementor_26d10409_item2" class="ue-item elementor-repeater-item-03ddcbb">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">Compatible Models</div>
    <div class="ue-item-text"><p style="color: black; font-weight: 600;">SK600, SK800, SK900, SK1050, SK1550, SK3000</p></div>
      </div>
    
  
    
    
  
  
  
  
</div>

</div>
			<!-- end Unlimited Grid -->		</div>
				</div>
				<div class="elementor-element elementor-element-e19a9d6 elementor-skin-carousel elementor-arrows-yes elementor-widget elementor-widget-media-carousel" data-id="e19a9d6" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;loop&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="media-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-main-swiper swiper-container">
				<div class="swiper-wrapper">
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_0723.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_0723" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
							<a href="https://sharp-mendel.com/wp-content/uploads/2022/11/plow-yt-tb.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="e19a9d6" data-elementor-lightbox-title="plow-yt-tb" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTQ4NTIsInVybCI6Imh0dHBzOlwvXC93d3cuZGl0Y2h3aXRjaC5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjJcLzExXC9wbG93LXl0LXRiLnBuZyIsInNsaWRlc2hvdyI6ImUxOWE5ZDYifQ%3D%3D" data-elementor-lightbox-video="https://www.youtube.com/embed/iEsG0RbJMQw?feature=oembed&amp;autoplay=1&amp;rel=0&amp;controls=0">		<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/plow-yt-tb.png" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="plow-yt-tb" style="">

			
							<div class="elementor-custom-embed-play">
					<i aria-hidden="true" class="eicon-play"></i>					<span class="elementor-screen-only">Play</span>
				</div>
					</div>
		</a>						</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_0704.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_0704" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/11/IMG_0716.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="IMG_0716" style="">

			
					</div>
								</div>
									</div>
																				<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-left"></i>							<span class="elementor-screen-only">Previous</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-right"></i>							<span class="elementor-screen-only">Next</span>
						</div>
												</div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="14806" class="elementor elementor-14806 elementor-location-popup" data-elementor-settings="{&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;open_selector&quot;:&quot;trenchertogglebtn&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-10f58c8f elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="10f58c8f" data-element_type="section" data-settings="{&quot;dce_visibility_click&quot;:&quot;#sktogglebtnshow1&quot;,&quot;dce_visibility_click_show&quot;:&quot;slide&quot;,&quot;dce_visibility_click_other&quot;:&quot;.sktogglebtnhide1&quot;,&quot;dce_visibility_click_toggle&quot;:&quot;yes&quot;,&quot;dce_visibility_event&quot;:&quot;click&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-65e56dfb" data-id="65e56dfb" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-3d61c316 elementor-widget elementor-widget-ucaddon_unlimited_grid" data-id="3d61c316" data-element_type="widget" data-widget_type="ucaddon_unlimited_grid.default">
				<div class="elementor-widget-container">
			<!-- start Unlimited Grid -->
		<link id='fancybox-css' href='https://www.ditchwitch.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css' type='text/css' rel='stylesheet' >

			<style type="text/css">/* widget: Unlimited Grid */

#uc_unlimited_grid_elementor_3d61c316
{
  display:grid;
  grid-auto-rows: 1fr;
}

.ue-btn
{
  text-decoration:none;
  text-align:center;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_3d61c316 .ue-overlay-link
{
  display:block;
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
}

#uc_unlimited_grid_elementor_3d61c316 .ue-item
{
  position:relative;
  display:flex;
  overflow:hidden;
  background-size:cover;
}

#uc_unlimited_grid_elementor_3d61c316 .ue-item-overlay
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_3d61c316 .ue-item-bg
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
  background-size:cover;
}


	






#uc_unlimited_grid_elementor_3d61c316 .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
}

#uc_unlimited_grid_elementor_3d61c316 .ue-graphic-element svg
{
  height:1em;
  width:1em;
}

#uc_unlimited_grid_elementor_3d61c316 .ue-graphic-element img
{
  display:block;
}

.ue-item-title
{
  font-size:21px;
}

#uc_unlimited_grid_elementor_3d61c316 .ue-item-content
{
  position:relative;
  width:100%;
}



	@media only screen and (max-width: 767px) {
      
      
      #uc_unlimited_grid_elementor_3d61c316  {
          grid-template-columns: repeat(1, 1fr);
        }
      
      #uc_unlimited_grid_elementor_3d61c316 .ue-item
      {
        grid-column: span 1;
        grid-row: span 1;
      }
      
      
      }
	

























</style>

			<div id="uc_unlimited_grid_elementor_3d61c316" class="ue-unlimited-grid">
  <div id="uc_unlimited_grid_elementor_3d61c316_item1" class="ue-item elementor-repeater-item-4139933">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">POWER RAKE</div>
    <div class="ue-item-text">Clean, level and prep jobsites or smooth and loosen soil for sodding with a rake attachment. Most rake attachments require 10 to 14 gpm, but the higher horsepower creates even more drum torque to tear through the most demanding soil types. Width measures 4'.

</div>
      </div>
    
  
    
    
  
  
  
  
</div>
<div id="uc_unlimited_grid_elementor_3d61c316_item2" class="ue-item elementor-repeater-item-03ddcbb">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">Compatible Models</div>
    <div class="ue-item-text"><p style="color: black; font-weight: 600;">SK600, SK800, SK900, SK1050, SK1550</p></div>
      </div>
    
  
    
    
  
  
  
  
</div>

</div>
			<!-- end Unlimited Grid -->		</div>
				</div>
				<div class="elementor-element elementor-element-74bfaf6 elementor-skin-carousel elementor-arrows-yes elementor-widget elementor-widget-media-carousel" data-id="74bfaf6" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;loop&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="media-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-main-swiper swiper-container">
				<div class="swiper-wrapper">
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/10/Power-Rake-Thumb-1.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="Power-Rake-Thumb (1)" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/10/DSC0066.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="_DSC0066" style="">

			
					</div>
								</div>
									</div>
																				<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-left"></i>							<span class="elementor-screen-only">Previous</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-right"></i>							<span class="elementor-screen-only">Next</span>
						</div>
												</div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="14786" class="elementor elementor-14786 elementor-location-popup" data-elementor-settings="{&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;open_selector&quot;:&quot;trenchertogglebtn&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-8f79825 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="8f79825" data-element_type="section" data-settings="{&quot;dce_visibility_click&quot;:&quot;#sktogglebtnshow1&quot;,&quot;dce_visibility_click_show&quot;:&quot;slide&quot;,&quot;dce_visibility_click_other&quot;:&quot;.sktogglebtnhide1&quot;,&quot;dce_visibility_click_toggle&quot;:&quot;yes&quot;,&quot;dce_visibility_event&quot;:&quot;click&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-53d625f6" data-id="53d625f6" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-675849f3 elementor-widget elementor-widget-ucaddon_unlimited_grid" data-id="675849f3" data-element_type="widget" data-widget_type="ucaddon_unlimited_grid.default">
				<div class="elementor-widget-container">
			<!-- start Unlimited Grid -->
		<link id='fancybox-css' href='https://www.ditchwitch.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css' type='text/css' rel='stylesheet' >

			<style type="text/css">/* widget: Unlimited Grid */

#uc_unlimited_grid_elementor_675849f3
{
  display:grid;
  grid-auto-rows: 1fr;
}

.ue-btn
{
  text-decoration:none;
  text-align:center;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_675849f3 .ue-overlay-link
{
  display:block;
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
}

#uc_unlimited_grid_elementor_675849f3 .ue-item
{
  position:relative;
  display:flex;
  overflow:hidden;
  background-size:cover;
}

#uc_unlimited_grid_elementor_675849f3 .ue-item-overlay
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_675849f3 .ue-item-bg
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
  background-size:cover;
}


	






#uc_unlimited_grid_elementor_675849f3 .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
}

#uc_unlimited_grid_elementor_675849f3 .ue-graphic-element svg
{
  height:1em;
  width:1em;
}

#uc_unlimited_grid_elementor_675849f3 .ue-graphic-element img
{
  display:block;
}

.ue-item-title
{
  font-size:21px;
}

#uc_unlimited_grid_elementor_675849f3 .ue-item-content
{
  position:relative;
  width:100%;
}



	@media only screen and (max-width: 767px) {
      
      
      #uc_unlimited_grid_elementor_675849f3  {
          grid-template-columns: repeat(1, 1fr);
        }
      
      #uc_unlimited_grid_elementor_675849f3 .ue-item
      {
        grid-column: span 1;
        grid-row: span 1;
      }
      
      
      }
	

























</style>

			<div id="uc_unlimited_grid_elementor_675849f3" class="ue-unlimited-grid">
  <div id="uc_unlimited_grid_elementor_675849f3_item1" class="ue-item elementor-repeater-item-4139933">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">MICROTRENCHERS</div>
    <div class="ue-item-text">Fiber installation and other street-located work is rapidly growing. A microtrenching attachment is key for operators looking to get into fiber installation at the street level. They cut both concrete and asphalt in controlled increments so contractors don't need to stop traffic. Maximum width options are 0.5-1.5” or 2” with maximum depths of 12” or 16”. </div>
      </div>
    
  
    
    
  
  
  
  
</div>
<div id="uc_unlimited_grid_elementor_675849f3_item2" class="ue-item elementor-repeater-item-03ddcbb">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">Compatible Models</div>
    <div class="ue-item-text"><p style="color: black; font-weight: 600;">SK1050, SK1550, SK3000</p></div>
      </div>
    
  
    
    
  
  
  
  
</div>

</div>
			<!-- end Unlimited Grid -->		</div>
				</div>
				<div class="elementor-element elementor-element-25bc06f4 elementor-skin-carousel elementor-arrows-yes elementor-widget elementor-widget-media-carousel" data-id="25bc06f4" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="media-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-main-swiper swiper-container">
				<div class="swiper-wrapper">
											<div class="swiper-slide">
							<a href="https://sharp-mendel.com/wp-content/uploads/2022/10/SK3-001-3.jpeg" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="25bc06f4" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTQ2MzQsInVybCI6ZmFsc2UsInNsaWRlc2hvdyI6IjI1YmMwNmY0In0%3D" data-elementor-lightbox-video="https://www.youtube.com/embed/C_3TEkPaz9k?feature=oembed&amp;autoplay=1&amp;rel=0&amp;controls=0">		<div data-bg="https://sharp-mendel.com/wp-content/uploads/2022/10/SK3-001-3.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="" style="">

			
							<div class="elementor-custom-embed-play">
					<i aria-hidden="true" class="eicon-play"></i>					<span class="elementor-screen-only">Play</span>
				</div>
					</div>
		</a>						</div>
											<div class="swiper-slide">
									<div data-bg="https://sharp-mendel.com/wp-content/uploads/2022/10/Trencher-Thumb2-1.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://sharp-mendel.com/wp-content/uploads/2022/10/Working-Trenching-shots-36-of-49-3.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="" style="">

			
					</div>
								</div>
									</div>
																				<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-left"></i>							<span class="elementor-screen-only">Previous</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-right"></i>							<span class="elementor-screen-only">Next</span>
						</div>
												</div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="14780" class="elementor elementor-14780 elementor-location-popup" data-elementor-settings="{&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;open_selector&quot;:&quot;trenchertogglebtn&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-25cd9573 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="25cd9573" data-element_type="section" data-settings="{&quot;dce_visibility_click&quot;:&quot;#sktogglebtnshow1&quot;,&quot;dce_visibility_click_show&quot;:&quot;slide&quot;,&quot;dce_visibility_click_other&quot;:&quot;.sktogglebtnhide1&quot;,&quot;dce_visibility_click_toggle&quot;:&quot;yes&quot;,&quot;dce_visibility_event&quot;:&quot;click&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6a810a4d" data-id="6a810a4d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-7c0eca54 elementor-widget elementor-widget-ucaddon_unlimited_grid" data-id="7c0eca54" data-element_type="widget" data-widget_type="ucaddon_unlimited_grid.default">
				<div class="elementor-widget-container">
			<!-- start Unlimited Grid -->
		<link id='fancybox-css' href='https://www.ditchwitch.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css' type='text/css' rel='stylesheet' >

			<style type="text/css">/* widget: Unlimited Grid */

#uc_unlimited_grid_elementor_7c0eca54
{
  display:grid;
  grid-auto-rows: 1fr;
}

.ue-btn
{
  text-decoration:none;
  text-align:center;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_7c0eca54 .ue-overlay-link
{
  display:block;
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
}

#uc_unlimited_grid_elementor_7c0eca54 .ue-item
{
  position:relative;
  display:flex;
  overflow:hidden;
  background-size:cover;
}

#uc_unlimited_grid_elementor_7c0eca54 .ue-item-overlay
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_7c0eca54 .ue-item-bg
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
  background-size:cover;
}


	






#uc_unlimited_grid_elementor_7c0eca54 .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
}

#uc_unlimited_grid_elementor_7c0eca54 .ue-graphic-element svg
{
  height:1em;
  width:1em;
}

#uc_unlimited_grid_elementor_7c0eca54 .ue-graphic-element img
{
  display:block;
}

.ue-item-title
{
  font-size:21px;
}

#uc_unlimited_grid_elementor_7c0eca54 .ue-item-content
{
  position:relative;
  width:100%;
}



	@media only screen and (max-width: 767px) {
      
      
      #uc_unlimited_grid_elementor_7c0eca54  {
          grid-template-columns: repeat(1, 1fr);
        }
      
      #uc_unlimited_grid_elementor_7c0eca54 .ue-item
      {
        grid-column: span 1;
        grid-row: span 1;
      }
      
      
      }
	

























</style>

			<div id="uc_unlimited_grid_elementor_7c0eca54" class="ue-unlimited-grid">
  <div id="uc_unlimited_grid_elementor_7c0eca54_item1" class="ue-item elementor-repeater-item-4139933">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">ROTO WITCH<sup>®</sup></div>
    <div class="ue-item-text">The Ditch Witch Roto Witch® attachment is used for short bores underneath sidewalks, driveways and other obstacles. It offers great digging performance while minimizing jobsite restoration. Compatible with numerous Ditch Witch stand-on skid steers, the Roto Witch attachment can bore and backream up to 12" (300 mm) in diameter.

</div>
      </div>
    
  
    
    
  
  
  
  
</div>
<div id="uc_unlimited_grid_elementor_7c0eca54_item2" class="ue-item elementor-repeater-item-03ddcbb">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">Compatible Models</div>
    <div class="ue-item-text"><p style="color: black; font-weight: 600;">SK600, SK800, SK900, SK1050, SK1550</p></div>
      </div>
    
  
    
    
  
  
  
  
</div>

</div>
			<!-- end Unlimited Grid -->		</div>
				</div>
				<div class="elementor-element elementor-element-2a1d952e elementor-skin-carousel elementor-arrows-yes elementor-widget elementor-widget-media-carousel" data-id="2a1d952e" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="media-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-main-swiper swiper-container">
				<div class="swiper-wrapper">
											<div class="swiper-slide">
							<a href="https://sharp-mendel.com/wp-content/uploads/2022/10/SK3-001-3.jpeg" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="2a1d952e" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTQ2MzQsInVybCI6ZmFsc2UsInNsaWRlc2hvdyI6IjJhMWQ5NTJlIn0%3D" data-elementor-lightbox-video="https://www.youtube.com/embed/C_3TEkPaz9k?feature=oembed&amp;autoplay=1&amp;rel=0&amp;controls=0">		<div data-bg="https://sharp-mendel.com/wp-content/uploads/2022/10/SK3-001-3.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="" style="">

			
							<div class="elementor-custom-embed-play">
					<i aria-hidden="true" class="eicon-play"></i>					<span class="elementor-screen-only">Play</span>
				</div>
					</div>
		</a>						</div>
											<div class="swiper-slide">
									<div data-bg="https://sharp-mendel.com/wp-content/uploads/2022/10/Trencher-Thumb2-1.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://sharp-mendel.com/wp-content/uploads/2022/10/Working-Trenching-shots-36-of-49-3.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="" style="">

			
					</div>
								</div>
									</div>
																				<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-left"></i>							<span class="elementor-screen-only">Previous</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-right"></i>							<span class="elementor-screen-only">Next</span>
						</div>
												</div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="14758" class="elementor elementor-14758 elementor-location-popup" data-elementor-settings="{&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;open_selector&quot;:&quot;trenchertogglebtn&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-52571f84 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="52571f84" data-element_type="section" data-settings="{&quot;dce_visibility_click&quot;:&quot;#sktogglebtnshow1&quot;,&quot;dce_visibility_click_show&quot;:&quot;slide&quot;,&quot;dce_visibility_click_other&quot;:&quot;.sktogglebtnhide1&quot;,&quot;dce_visibility_click_toggle&quot;:&quot;yes&quot;,&quot;dce_visibility_event&quot;:&quot;click&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-404b0a9d" data-id="404b0a9d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-7ea79432 elementor-widget elementor-widget-ucaddon_unlimited_grid" data-id="7ea79432" data-element_type="widget" data-widget_type="ucaddon_unlimited_grid.default">
				<div class="elementor-widget-container">
			<!-- start Unlimited Grid -->
		<link id='fancybox-css' href='https://www.ditchwitch.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css' type='text/css' rel='stylesheet' >

			<style type="text/css">/* widget: Unlimited Grid */

#uc_unlimited_grid_elementor_7ea79432
{
  display:grid;
  grid-auto-rows: 1fr;
}

.ue-btn
{
  text-decoration:none;
  text-align:center;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_7ea79432 .ue-overlay-link
{
  display:block;
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
}

#uc_unlimited_grid_elementor_7ea79432 .ue-item
{
  position:relative;
  display:flex;
  overflow:hidden;
  background-size:cover;
}

#uc_unlimited_grid_elementor_7ea79432 .ue-item-overlay
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_7ea79432 .ue-item-bg
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
  background-size:cover;
}


	






#uc_unlimited_grid_elementor_7ea79432 .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
}

#uc_unlimited_grid_elementor_7ea79432 .ue-graphic-element svg
{
  height:1em;
  width:1em;
}

#uc_unlimited_grid_elementor_7ea79432 .ue-graphic-element img
{
  display:block;
}

.ue-item-title
{
  font-size:21px;
}

#uc_unlimited_grid_elementor_7ea79432 .ue-item-content
{
  position:relative;
  width:100%;
}



	@media only screen and (max-width: 767px) {
      
      
      #uc_unlimited_grid_elementor_7ea79432  {
          grid-template-columns: repeat(1, 1fr);
        }
      
      #uc_unlimited_grid_elementor_7ea79432 .ue-item
      {
        grid-column: span 1;
        grid-row: span 1;
      }
      
      
      }
	

























</style>

			<div id="uc_unlimited_grid_elementor_7ea79432" class="ue-unlimited-grid">
  <div id="uc_unlimited_grid_elementor_7ea79432_item1" class="ue-item elementor-repeater-item-4139933">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">PLOWS</div>
    <div class="ue-item-text">Install fiber and other utilities quickly with a vibratory plow attachment for your skid steer. It creates less ground disruption and cleanup than traditional trenching to get the job done faster. Available in maximum depths of 14" and 24". </div>
      </div>
    
  
    
    
  
  
  
  
</div>
<div id="uc_unlimited_grid_elementor_7ea79432_item2" class="ue-item elementor-repeater-item-03ddcbb">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">Compatible Models</div>
    <div class="ue-item-text"><p style="color: black; font-weight: 600;">SK600, SK800, SK900, SK1050, SK1550, SK3000</p></div>
      </div>
    
  
    
    
  
  
  
  
</div>

</div>
			<!-- end Unlimited Grid -->		</div>
				</div>
				<div class="elementor-element elementor-element-353511a4 elementor-skin-carousel elementor-arrows-yes elementor-widget elementor-widget-media-carousel" data-id="353511a4" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="media-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-main-swiper swiper-container">
				<div class="swiper-wrapper">
											<div class="swiper-slide">
							<a href="https://sharp-mendel.com/wp-content/uploads/2022/10/plow-yt-tb-1.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="353511a4" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTQ3NjAsInVybCI6ZmFsc2UsInNsaWRlc2hvdyI6IjM1MzUxMWE0In0%3D" data-elementor-lightbox-video="https://www.youtube.com/embed/iEsG0RbJMQw?feature=oembed&amp;autoplay=1&amp;rel=0&amp;controls=0">		<div data-bg="https://sharp-mendel.com/wp-content/uploads/2022/10/plow-yt-tb-1.png" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="" style="">

			
							<div class="elementor-custom-embed-play">
					<i aria-hidden="true" class="eicon-play"></i>					<span class="elementor-screen-only">Play</span>
				</div>
					</div>
		</a>						</div>
											<div class="swiper-slide">
									<div data-bg="https://sharp-mendel.com/wp-content/uploads/2022/10/IMG_0733-1.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://sharp-mendel.com/wp-content/uploads/2022/10/IMG_0704-1.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://sharp-mendel.com/wp-content/uploads/2022/10/IMG_0716-1.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://sharp-mendel.com/wp-content/uploads/2022/10/IMG_0723-1.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="" style="">

			
					</div>
								</div>
									</div>
																				<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-left"></i>							<span class="elementor-screen-only">Previous</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-right"></i>							<span class="elementor-screen-only">Next</span>
						</div>
												</div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="14526" class="elementor elementor-14526 elementor-location-popup" data-elementor-settings="{&quot;open_selector&quot;:&quot;trenchertogglebtn&quot;,&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-7e445c1 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="7e445c1" data-element_type="section" data-settings="{&quot;dce_visibility_click&quot;:&quot;#sktogglebtnshow1&quot;,&quot;dce_visibility_click_show&quot;:&quot;slide&quot;,&quot;dce_visibility_click_other&quot;:&quot;.sktogglebtnhide1&quot;,&quot;dce_visibility_click_toggle&quot;:&quot;yes&quot;,&quot;dce_visibility_event&quot;:&quot;click&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e2a856f" data-id="e2a856f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-688e8fe elementor-widget elementor-widget-ucaddon_unlimited_grid" data-id="688e8fe" data-element_type="widget" data-widget_type="ucaddon_unlimited_grid.default">
				<div class="elementor-widget-container">
			<!-- start Unlimited Grid -->
		<link id='fancybox-css' href='https://www.ditchwitch.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css' type='text/css' rel='stylesheet' >

			<style type="text/css">/* widget: Unlimited Grid */

#uc_unlimited_grid_elementor_688e8fe
{
  display:grid;
  grid-auto-rows: 1fr;
}

.ue-btn
{
  text-decoration:none;
  text-align:center;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_688e8fe .ue-overlay-link
{
  display:block;
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
}

#uc_unlimited_grid_elementor_688e8fe .ue-item
{
  position:relative;
  display:flex;
  overflow:hidden;
  background-size:cover;
}

#uc_unlimited_grid_elementor_688e8fe .ue-item-overlay
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
}

#uc_unlimited_grid_elementor_688e8fe .ue-item-bg
{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  transition:0.3s;
  background-size:cover;
}


	






#uc_unlimited_grid_elementor_688e8fe .ue-graphic-element
{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  overflow:hidden;
}

#uc_unlimited_grid_elementor_688e8fe .ue-graphic-element svg
{
  height:1em;
  width:1em;
}

#uc_unlimited_grid_elementor_688e8fe .ue-graphic-element img
{
  display:block;
}

.ue-item-title
{
  font-size:21px;
}

#uc_unlimited_grid_elementor_688e8fe .ue-item-content
{
  position:relative;
  width:100%;
}



	@media only screen and (max-width: 767px) {
      
      
      #uc_unlimited_grid_elementor_688e8fe  {
          grid-template-columns: repeat(1, 1fr);
        }
      
      #uc_unlimited_grid_elementor_688e8fe .ue-item
      {
        grid-column: span 1;
        grid-row: span 1;
      }
      
      
      }
	

























</style>

			<div id="uc_unlimited_grid_elementor_688e8fe" class="ue-unlimited-grid">
  <div id="uc_unlimited_grid_elementor_688e8fe_item1" class="ue-item elementor-repeater-item-4139933">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">TRENCHER</div>
    <div class="ue-item-text"><p>Stay efficient on large jobsites with a trencher attachment for your skid steer. It’s a smart alternative to large, specialized equipment for utility installation and landscaping jobs. Available in standard 6”, 8” and 12” maximum widths with maximum depths of 36", 38", 48” and 55.5”.</p></div>
      </div>
    
  
    
    
  
  
  
  
</div>
<div id="uc_unlimited_grid_elementor_688e8fe_item2" class="ue-item elementor-repeater-item-03ddcbb">
  <div class="ue-item-bg"></div>
  <div class="ue-item-overlay"></div>
  
    <div class="ue-item-content None">
                      <div class="ue-item-title">Compatible Models</div>
    <div class="ue-item-text"><p style="color: black; font-weight: 600">SK600, SK800, SK900, SK1050, SK1550, SK3000</p></div>
      </div>
    
  
    
    
  
  
  
  
</div>

</div>
			<!-- end Unlimited Grid -->		</div>
				</div>
				<div class="elementor-element elementor-element-cbabc67 elementor-skin-carousel elementor-arrows-yes elementor-widget elementor-widget-media-carousel" data-id="cbabc67" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;loop&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="media-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-main-swiper swiper-container">
				<div class="swiper-wrapper">
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/10/Trencher-Thumb-1.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="Trencher-Thumb" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/10/Working-Trenching-shots-36-of-49.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="Working-Trenching-shots-(36-of-49)" style="">

			
					</div>
								</div>
											<div class="swiper-slide">
									<div data-bg="https://www.ditchwitch.com/wp-content/uploads/2022/10/SK3-001-1.jpeg" class="elementor-carousel-image rocket-lazyload" role="img" aria-label="SK3--001" style="">

			
					</div>
								</div>
									</div>
																				<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-left"></i>							<span class="elementor-screen-only">Previous</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-right"></i>							<span class="elementor-screen-only">Next</span>
						</div>
												</div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
		<link rel='stylesheet' id='dce-style-css' href='https://www.ditchwitch.com/wp-content/plugins/dynamic-content-for-elementor/assets/css/style.min.css?ver=2.11.0' media='all' />
<link rel='stylesheet' id='dce-dynamic-visibility-css' href='https://www.ditchwitch.com/wp-content/plugins/dynamic-content-for-elementor/assets/css/dynamic-visibility.min.css?ver=2.11.0' media='all' />
<link rel='stylesheet' id='e-animations-css' href='https://www.ditchwitch.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.15.3' media='all' />
<script type="rocketlazyloadscript" data-rocket-src='https://www.ditchwitch.com/wp-content/plugins/stratum/assets/js/editor-panel.min.js?ver=1.3.15' id='stratum-editor-panel-js-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-src='https://www.ditchwitch.com/wp-content/plugins/post-carousel-slider-for-elementor/assets/vendors/slick/slick.min.js?ver=1.0.0' id='wb-slick-library-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src='https://www.ditchwitch.com/wp-content/cache/min/1/wp-content/plugins/post-carousel-slider-for-elementor/assets/js/main.js?ver=1688742422' id='wb-ps-main-js' defer></script>
<script id='ef-script-js-extra'>
var dvServerResponse = ["<!DOCTYPE html>\n<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n<head>\n<meta http-equiv=\"refresh\" content=\"0\">\n\n<title>danielvoelk.de | 521: Web server is down<\/title>\n<meta charset=\"UTF-8\" \/>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=UTF-8\" \/>\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" \/>\n<meta name=\"robots\" content=\"noindex, nofollow\" \/>\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" \/>\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"\/cdn-cgi\/styles\/main.css\" \/>\n\n\n<\/head>\n<body>\n<div id=\"cf-wrapper\">\n    <div id=\"cf-error-details\" class=\"p-0\">\n        <header class=\"mx-auto pt-10 lg:pt-6 lg:px-8 w-240 lg:w-full mb-8\">\n            <h1 class=\"inline-block sm:block sm:mb-2 font-light text-60 lg:text-4xl text-black-dark leading-tight mr-2\">\n              <span class=\"inline-block\">Web server is down<\/span>\n              <span class=\"code-label\">Error code 521<\/span>\n            <\/h1>\n            <div>\n               Visit <a href=\"https:\/\/www.cloudflare.com\/5xx-error-landing?utm_source=errorcode_521&utm_campaign=danielvoelk.de\" target=\"_blank\" rel=\"noopener noreferrer\">cloudflare.com<\/a> for more information.\n            <\/div>\n            <div class=\"mt-3\">2023-08-26 04:40:10 UTC<\/div>\n        <\/header>\n        <div class=\"my-8 bg-gradient-gray\">\n            <div class=\"w-240 lg:w-full mx-auto\">\n                <div class=\"clearfix md:px-8\">\n                  \n<div id=\"cf-browser-status\" class=\" relative w-1\/3 md:w-full py-15 md:p-0 md:py-8 md:text-left md:border-solid md:border-0 md:border-b md:border-gray-400 overflow-hidden float-left md:float-none text-center\">\n  <div class=\"relative mb-10 md:m-0\">\n    \n    <span class=\"cf-icon-browser block md:hidden h-20 bg-center bg-no-repeat\"><\/span>\n    <span class=\"cf-icon-ok w-12 h-12 absolute left-1\/2 md:left-auto md:right-0 md:top-0 -ml-6 -bottom-4\"><\/span>\n    \n  <\/div>\n  <span class=\"md:block w-full truncate\">You<\/span>\n  <h3 class=\"md:inline-block mt-3 md:mt-0 text-2xl text-gray-600 font-light leading-1.3\">\n    \n    Browser\n    \n  <\/h3>\n  <span class=\"leading-1.3 text-2xl text-green-success\">Working<\/span>\n<\/div>\n\n<div id=\"cf-cloudflare-status\" class=\" relative w-1\/3 md:w-full py-15 md:p-0 md:py-8 md:text-left md:border-solid md:border-0 md:border-b md:border-gray-400 overflow-hidden float-left md:float-none text-center\">\n  <div class=\"relative mb-10 md:m-0\">\n    <a href=\"https:\/\/www.cloudflare.com\/5xx-error-landing?utm_source=errorcode_521&utm_campaign=danielvoelk.de\" target=\"_blank\" rel=\"noopener noreferrer\">\n    <span class=\"cf-icon-cloud block md:hidden h-20 bg-center bg-no-repeat\"><\/span>\n    <span class=\"cf-icon-ok w-12 h-12 absolute left-1\/2 md:left-auto md:right-0 md:top-0 -ml-6 -bottom-4\"><\/span>\n    <\/a>\n  <\/div>\n  <span class=\"md:block w-full truncate\">Kansas City<\/span>\n  <h3 class=\"md:inline-block mt-3 md:mt-0 text-2xl text-gray-600 font-light leading-1.3\">\n    <a href=\"https:\/\/www.cloudflare.com\/5xx-error-landing?utm_source=errorcode_521&utm_campaign=danielvoelk.de\" target=\"_blank\" rel=\"noopener noreferrer\">\n    Cloudflare\n    <\/a>\n  <\/h3>\n  <span class=\"leading-1.3 text-2xl text-green-success\">Working<\/span>\n<\/div>\n\n<div id=\"cf-host-status\" class=\"cf-error-source relative w-1\/3 md:w-full py-15 md:p-0 md:py-8 md:text-left md:border-solid md:border-0 md:border-b md:border-gray-400 overflow-hidden float-left md:float-none text-center\">\n  <div class=\"relative mb-10 md:m-0\">\n    \n    <span class=\"cf-icon-server block md:hidden h-20 bg-center bg-no-repeat\"><\/span>\n    <span class=\"cf-icon-error w-12 h-12 absolute left-1\/2 md:left-auto md:right-0 md:top-0 -ml-6 -bottom-4\"><\/span>\n    \n  <\/div>\n  <span class=\"md:block w-full truncate\">danielvoelk.de<\/span>\n  <h3 class=\"md:inline-block mt-3 md:mt-0 text-2xl text-gray-600 font-light leading-1.3\">\n    \n    Host\n    \n  <\/h3>\n  <span class=\"leading-1.3 text-2xl text-red-error\">Error<\/span>\n<\/div>\n\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"w-240 lg:w-full mx-auto mb-8 lg:px-8\">\n            <div class=\"clearfix\">\n                <div class=\"w-1\/2 md:w-full float-left pr-6 md:pb-10 md:pr-0 leading-relaxed\">\n                    <h2 class=\"text-3xl font-normal leading-1.3 mb-4\">What happened?<\/h2>\n                    <p>The web server is not returning a connection. As a result, the web page is not displaying.<\/p>\n                <\/div>\n                <div class=\"w-1\/2 md:w-full float-left leading-relaxed\">\n                    <h2 class=\"text-3xl font-normal leading-1.3 mb-4\">What can I do?<\/h2>\n                          <h3 class=\"text-15 font-semibold mb-2\">If you are a visitor of this website:<\/h3>\n      <p class=\"mb-6\">Please try again in a few minutes.<\/p>\n\n      <h3 class=\"text-15 font-semibold mb-2\">If you are the owner of this website:<\/h3>\n      <p><span>Contact your hosting provider letting them know your web server is not responding.<\/span> <a rel=\"noopener noreferrer\" href=\"https:\/\/support.cloudflare.com\/hc\/en-us\/articles\/200171916-Error-521\">Additional troubleshooting information<\/a>.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300\">\n  <p class=\"text-13\">\n    <span class=\"cf-footer-item sm:block sm:mb-1\">Cloudflare Ray ID: <strong class=\"font-semibold\">7fc96525da264e03<\/strong><\/span>\n    <span class=\"cf-footer-separator sm:hidden\">\u2022<\/span>\n    <span id=\"cf-footer-item-ip\" class=\"cf-footer-item hidden sm:block sm:mb-1\">\n      Your IP:\n      <button type=\"button\" id=\"cf-footer-ip-reveal\" class=\"cf-footer-ip-reveal-btn\">Click to reveal<\/button>\n      <span class=\"hidden\" id=\"cf-footer-ip\">162.222.207.114<\/span>\n      <span class=\"cf-footer-separator sm:hidden\">\u2022<\/span>\n    <\/span>\n    <span class=\"cf-footer-item sm:block sm:mb-1\"><span>Performance & security by<\/span> <a rel=\"noopener noreferrer\" href=\"https:\/\/www.cloudflare.com\/5xx-error-landing?utm_source=errorcode_521&utm_campaign=danielvoelk.de\" id=\"brand_link\" target=\"_blank\">Cloudflare<\/a><\/span>\n    \n  <\/p>\n  <script>(function(){function d(){var b=a.getElementById(\"cf-footer-item-ip\"),c=a.getElementById(\"cf-footer-ip-reveal\");b&&\"classList\"in b&&(b.classList.remove(\"hidden\"),c.addEventListener(\"click\",function(){c.classList.add(\"hidden\");a.getElementById(\"cf-footer-ip\").classList.remove(\"hidden\")}))}var a=document;document.addEventListener&&a.addEventListener(\"DOMContentLoaded\",d)})();<\/script>\n<\/div><!-- \/.error-footer -->\n\n\n    <\/div>\n<\/div>\n<\/body>\n<\/html>\n"];
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src='https://www.ditchwitch.com/wp-content/cache/min/1/wp-content/plugins/elementorfilter/ef-script.js?ver=1688742422' id='ef-script-js' defer></script>
<script id='leadin-script-loader-js-js-extra'>
var leadin_wordpress = {"userRole":"visitor","pageType":"home","leadinPluginVersion":"10.2.1"};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src='https://www.ditchwitch.com/wp-content/cache/min/1/21428610.js?ver=1688742422' async defer id='hs-script-loader'></script>
<script type="rocketlazyloadscript" 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":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/www.ditchwitch.com","onHoverDelay":"100","rateThrottle":"3"};
</script>
<script type="rocketlazyloadscript" 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 id='wpfront-scroll-top-js-extra'>
var wpfront_scroll_top_data = {"source":"https:\/\/www.ditchwitch.com\/wp-admin\/admin-ajax.php?action=wpfront-scroll-top-load&a=0&v=2.1.1.08151&l=0"};
</script>
<script type="rocketlazyloadscript" data-rocket-src='https://www.ditchwitch.com/wp-content/plugins/wpfront-scroll-top/js/wpfront-scroll-top.min.js?ver=2.1.1.08151' id='wpfront-scroll-top-js' defer></script>
<script defer src='https://stats.wp.com/e-202335.js' id='jetpack-stats-js'></script>
<script id="jetpack-stats-js-after">
_stq = window._stq || [];
_stq.push([ "view", {v:'ext',blog:'218057330',post:'2',tz:'-5',srv:'www.ditchwitch.com',j:'1:12.5'} ]);
_stq.push([ "clickTrackerInit", "218057330", "2" ]);
</script>
<script src='https://www.ditchwitch.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.0.1' id='smartmenus-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src='https://www.ditchwitch.com/wp-content/cache/min/1/wp-content/uploads/ac_assets/mega-menu/ue_mega_menu.js?ver=1688742422' id='uc_ac_assets_file_ue_mega_menu_js_39703-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-src='https://www.ditchwitch.com/wp-includes/js/imagesloaded.min.js?ver=4.1.4' id='imagesloaded-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-src='https://www.ditchwitch.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/owl.carousel.min.js?ver=1.5.83' id='owl-carousel-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-src='https://www.ditchwitch.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/lity/lity.min.js?ver=1.5.83' id='lity-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src='https://www.ditchwitch.com/wp-content/cache/min/1/wp-content/uploads/ac_assets/fullscreen_navigation_menu/menu.js?ver=1688742422' id='uc_ac_assets_file_menu_js_5701-js' defer></script>
<script src='https://www.ditchwitch.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.js?ver=1.5.83' id='fancybox-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-src='https://www.ditchwitch.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.15.1' id='elementor-pro-webpack-runtime-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-src='https://www.ditchwitch.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.15.3' id='elementor-webpack-runtime-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-src='https://www.ditchwitch.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.15.3' id='elementor-frontend-modules-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-src='https://www.ditchwitch.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2' id='wp-polyfill-inert-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-src='https://www.ditchwitch.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.11' id='regenerator-runtime-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-src='https://www.ditchwitch.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0' id='wp-polyfill-js'></script>
<script type="rocketlazyloadscript" data-rocket-src='https://www.ditchwitch.com/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1' id='wp-hooks-js'></script>
<script type="rocketlazyloadscript" data-rocket-src='https://www.ditchwitch.com/wp-includes/js/dist/i18n.min.js?ver=7701b0c3857f914212ef' id='wp-i18n-js'></script>
<script type="rocketlazyloadscript" id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
wp.i18n.setLocaleData( {"":{"domain":"stratum","lang":"en_US"}}, "stratum"  );
</script>
<script type="rocketlazyloadscript" id="elementor-pro-frontend-js-before">
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/www.ditchwitch.com\/wp-admin\/admin-ajax.php","nonce":"304e35771c","urls":{"assets":"https:\/\/www.ditchwitch.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/www.ditchwitch.com\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/www.ditchwitch.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
</script>
<script type="rocketlazyloadscript" data-rocket-src='https://www.ditchwitch.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.15.1' id='elementor-pro-frontend-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-src='https://www.ditchwitch.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2' id='elementor-waypoints-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-src='https://www.ditchwitch.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2' id='jquery-ui-core-js' defer></script>
<script type="rocketlazyloadscript" id="elementor-frontend-js-before">
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":769,"lg":1104,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":768,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1103,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.15.3","is_static":false,"experimentalFeatures":{"e_dom_optimization":true,"e_optimized_assets_loading":true,"additional_custom_breakpoints":true,"theme_builder_v2":true,"landing-pages":true,"page-transitions":true,"notes":true,"loop":true,"form-submissions":true,"e_scroll_snap":true},"urls":{"assets":"https:\/\/www.ditchwitch.com\/wp-content\/plugins\/elementor\/assets\/"},"swiperClass":"swiper-container","settings":{"page":[],"editorPreferences":[],"dynamicooo":[]},"kit":{"body_background_background":"classic","viewport_tablet":1103,"viewport_mobile":768,"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":2,"title":"Ditch%20Witch%20-%20Directional%20Drills%2C%20Trenchers%2C%20Vacs%2C%20%26%20Skid%20Steers%20-%20Ditch%20Witch","excerpt":"","featuredImage":false}};
</script>
<script type="rocketlazyloadscript" data-rocket-src='https://www.ditchwitch.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.15.3' id='elementor-frontend-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-src='https://www.ditchwitch.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.15.1' id='pro-elements-handlers-js' defer></script>
<script src='https://www.ditchwitch.com/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.15.1' id='e-sticky-js' defer></script>
<script id='stratum-frontend-js-js-extra'>
var stratum = {"localeData":{"":{"domain":"stratum","lang":"en_US"}},"settings":{"wide_support":true},"ajax_url":"https:\/\/www.ditchwitch.com\/wp-admin\/admin-ajax.php","nonces":{"get_articles":"c328574616","get_elementor_templates":"1a025f7539"}};
</script>
<script type="rocketlazyloadscript" data-rocket-src='https://www.ditchwitch.com/wp-content/plugins/stratum/assets/js/frontend.min.js?ver=1.3.15' id='stratum-frontend-js-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-src='https://www.ditchwitch.com/wp-includes/js/underscore.min.js?ver=1.13.4' id='underscore-js' defer></script>
<script id='wp-util-js-extra'>
var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}};
</script>
<script type="rocketlazyloadscript" data-rocket-src='https://www.ditchwitch.com/wp-includes/js/wp-util.min.js?ver=6.3' id='wp-util-js' defer></script>
<script id='wpforms-elementor-js-extra'>
var wpformsElementorVars = {"captcha_provider":"recaptcha","recaptcha_type":"v2"};
</script>
<script type="rocketlazyloadscript" data-rocket-src='https://www.ditchwitch.com/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.min.js?ver=1.8.3.1' id='wpforms-elementor-js' defer></script>

<!--   Unlimited Elements 1.5.83 Scripts --> 
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='unlimited-elements-scripts'>window.addEventListener('DOMContentLoaded', function() {

/* Mega Menu scripts: */ 


jQuery(document).ready(function(){

    var strJson = '[{\"title\":\"DIRECTIONAL DRILLS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwMzIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwMzIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwMzIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-84113c7\",\"item_index\":1,\"item_id\":\"uc_mega_menu_elementor_063fae8_item1\"},{\"title\":\"TRENCHLESS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxNjgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxNjgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxNjgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-169b7b2\",\"item_index\":2,\"item_id\":\"uc_mega_menu_elementor_063fae8_item2\"},{\"title\":\"VACUUM EXCAVATORS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxODkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxODkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxODkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-d6dcc14\",\"item_index\":3,\"item_id\":\"uc_mega_menu_elementor_063fae8_item3\"},{\"title\":\"TRENCHERS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyNDgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyNDgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyNDgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-aa1c43e\",\"item_index\":4,\"item_id\":\"uc_mega_menu_elementor_063fae8_item4\"},{\"title\":\"STAND-ON SKID STEERS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyODIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyODIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyODIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-a332338\",\"item_index\":5,\"item_id\":\"uc_mega_menu_elementor_063fae8_item5\"},{\"title\":\"MYDITCHWITCH\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"https:\\/\\/dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"link_noprefix\":\"dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"clickable_link\":\"false\",\"link2\":\"https:\\/\\/dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"link2_noprefix\":\"dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-919e9a3\",\"item_index\":6,\"item_id\":\"uc_mega_menu_elementor_063fae8_item6\"}]';
	var arrItems = JSON.parse(strJson);
	
	var objMenu = new ueMegaMenu();
  	objMenu.init("#uc_mega_menu_elementor_063fae8", arrItems, "https://www.ditchwitch.com/");

});

/* Post Carousel scripts: */ 

jQuery(document).ready(function(){	
function uc_post_carousel_elementor_6a4206c_start(){
		
  var objCarousel = jQuery('#uc_post_carousel_elementor_6a4206c');
  
  		objCarousel.owlCarousel({
			items: 1,
                loop: true,
                       
                setActiveClassOnMobile:true,
                changeItemOnClick:false,
                paddingType: "none", 
                center:false,
                autoplayTimeout: 4000,
                autoplayHoverPause: true,
                smartSpeed: 1000,
                navText: ["<i class='fas fa-chevron-left'></i>","<i class='fas fa-chevron-right'></i>"],		
                nav: false,
                rtl: false,
                navigation:true,
                
                autoplay: false,
				margin: 20,
                responsive : {
					0 : {
						items:1,
                        
                        	
					},
					768 : {
						items:1,
                                
                        	        
					},
					980 : {
						items:1,
                        
                                
					} 
			}
		  });
  
								
			objCarousel.trigger("uc-object-ready");
			jQuery("body").trigger("uc-remote-parent-init", [objCarousel]);
			  

	objCarousel.on("uc_ajax_sethtml",function(event, htmlItems, isAppend){
      	
      	objCarousel.trigger("replace.owl.carousel",htmlItems);
      	objCarousel.trigger("refresh.owl.carousel");
         
    });
  
  
}if(jQuery("#uc_post_carousel_elementor_6a4206c").length) uc_post_carousel_elementor_6a4206c_start(); else
	jQuery( document ).on( 'elementor/popup/show', () => { if(jQuery("#uc_post_carousel_elementor_6a4206c").length) uc_post_carousel_elementor_6a4206c_start();});
});

/* Fullscreen Menu scripts: */ 

jQuery(document).ready(function(){
  	
	var objCheckbox = jQuery("#uc_fullscreen_navigation_menu_elementor_a90e7c5 .checkbox-toggle");
	if(objCheckbox.is(":checked")){
		objCheckbox.removeAttr("checked");
    }
	
	var objLinks = jQuery("#uc_fullscreen_navigation_menu_elementor_a90e7c5 .uc-list-menu a");
  	var body = jQuery("body.elementor-page");
  
  	objCheckbox.click(function(){
      if(objCheckbox.is(":checked")){
        body.addClass("menu-opened");
        
        objMenu.collapseAll();
                
      }else{
      	body.removeClass("menu-opened");
      }            
    });
	
	objLinks.click(function(e){
		var objLink = jQuery(this);
		var url = objLink.attr("href");
		url = jQuery.trim(url);
		
		if(!url)
			return(true);
      
      	var objLinkParent = objLink.parent();
      	var isClickable = jQuery("#uc_fullscreen_navigation_menu_elementor_a90e7c5 .ue_inner_menu").data('clickable');
      
      	function goToItem(){
        	if (url.indexOf("#") > -1) {
              objCheckbox.removeAttr("checked");
            }

          	body.removeClass("menu-opened");
        }
      
      	var expandCollapsed = jQuery('.uc-menu-item-pointer');
      	var target = e.target
        
        if(target == expandCollapsed[0]){
          return(true);
        }
      
      	if(isClickable == false){
          
          if(objLinkParent.hasClass('menu-item-has-children')){
          	return(true)
          }else{
          	goToItem();
          }
          
        }else{
          goToItem();
        }
      
		return(true);
	});
  
  
  
  	jQuery(window).on("keydown", function(e) {
        if(e.key == "Escape"){
           objCheckbox.removeAttr("checked");
           body.removeClass("menu-opened");
        } 
	});
  
  var objMenu = new UCAccordionMenu("uc_fullscreen_navigation_menu_elementor_a90e7c5 .ue_inner_menu");
  objMenu.runMenu();
  
  
});

/* Mega Menu scripts: */ 


jQuery(document).ready(function(){

    var strJson = '[{\"title\":\"DIRECTIONAL DRILLS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwMzIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwMzIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwMzIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-84113c7\",\"item_index\":1,\"item_id\":\"uc_mega_menu_elementor_dd49093_item1\"},{\"title\":\"TRENCHLESS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxNjgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxNjgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxNjgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-169b7b2\",\"item_index\":2,\"item_id\":\"uc_mega_menu_elementor_dd49093_item2\"},{\"title\":\"VACUUM EXCAVATORS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxODkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxODkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxODkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-d6dcc14\",\"item_index\":3,\"item_id\":\"uc_mega_menu_elementor_dd49093_item3\"},{\"title\":\"TRENCHERS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyNDgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyNDgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyNDgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-aa1c43e\",\"item_index\":4,\"item_id\":\"uc_mega_menu_elementor_dd49093_item4\"},{\"title\":\"STAND-ON SKID STEERS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyODIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyODIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyODIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-a332338\",\"item_index\":5,\"item_id\":\"uc_mega_menu_elementor_dd49093_item5\"},{\"title\":\"MYDITCHWITCH\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"https:\\/\\/dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"link_noprefix\":\"dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"clickable_link\":\"false\",\"link2\":\"https:\\/\\/dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"link2_noprefix\":\"dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-919e9a3\",\"item_index\":6,\"item_id\":\"uc_mega_menu_elementor_dd49093_item6\"}]';
	var arrItems = JSON.parse(strJson);
	
	var objMenu = new ueMegaMenu();
  	objMenu.init("#uc_mega_menu_elementor_dd49093", arrItems, "https://www.ditchwitch.com/");

});

/* Mega Menu scripts: */ 


jQuery(document).ready(function(){

    var strJson = '[{\"title\":\"DIRECTIONAL DRILLS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwMzIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwMzIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwMzIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-84113c7\",\"item_index\":1,\"item_id\":\"uc_mega_menu_elementor_efbc9e7_item1\"},{\"title\":\"TRENCHLESS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxNjgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxNjgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxNjgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-169b7b2\",\"item_index\":2,\"item_id\":\"uc_mega_menu_elementor_efbc9e7_item2\"},{\"title\":\"VACUUM EXCAVATORS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxODkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxODkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxODkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-d6dcc14\",\"item_index\":3,\"item_id\":\"uc_mega_menu_elementor_efbc9e7_item3\"},{\"title\":\"TRENCHERS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyNDgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyNDgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyNDgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-aa1c43e\",\"item_index\":4,\"item_id\":\"uc_mega_menu_elementor_efbc9e7_item4\"},{\"title\":\"STAND-ON SKID STEERS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyODIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyODIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyODIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-a332338\",\"item_index\":5,\"item_id\":\"uc_mega_menu_elementor_efbc9e7_item5\"},{\"title\":\"MYDITCHWITCH\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"https:\\/\\/dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"link_noprefix\":\"dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"clickable_link\":\"false\",\"link2\":\"https:\\/\\/dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"link2_noprefix\":\"dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-919e9a3\",\"item_index\":6,\"item_id\":\"uc_mega_menu_elementor_efbc9e7_item6\"}]';
	var arrItems = JSON.parse(strJson);
	
	var objMenu = new ueMegaMenu();
  	objMenu.init("#uc_mega_menu_elementor_efbc9e7", arrItems, "https://www.ditchwitch.com/");

});

/* Mega Menu scripts: */ 


jQuery(document).ready(function(){

    var strJson = '[{\"title\":\"DIRECTIONAL DRILLS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwMzIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwMzIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwMzIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-84113c7\",\"item_index\":1,\"item_id\":\"uc_mega_menu_elementor_bb1c5ae_item1\"},{\"title\":\"TRENCHLESS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxNjgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxNjgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxNjgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-169b7b2\",\"item_index\":2,\"item_id\":\"uc_mega_menu_elementor_bb1c5ae_item2\"},{\"title\":\"VACUUM EXCAVATORS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxODkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxODkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxODkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-d6dcc14\",\"item_index\":3,\"item_id\":\"uc_mega_menu_elementor_bb1c5ae_item3\"},{\"title\":\"TRENCHERS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyNDgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyNDgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyNDgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-aa1c43e\",\"item_index\":4,\"item_id\":\"uc_mega_menu_elementor_bb1c5ae_item4\"},{\"title\":\"STAND-ON SKID STEERS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyODIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyODIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyODIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-a332338\",\"item_index\":5,\"item_id\":\"uc_mega_menu_elementor_bb1c5ae_item5\"},{\"title\":\"MYDITCHWITCH\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"https:\\/\\/dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"link_noprefix\":\"dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"clickable_link\":\"false\",\"link2\":\"https:\\/\\/dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"link2_noprefix\":\"dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-919e9a3\",\"item_index\":6,\"item_id\":\"uc_mega_menu_elementor_bb1c5ae_item6\"}]';
	var arrItems = JSON.parse(strJson);
	
	var objMenu = new ueMegaMenu();
  	objMenu.init("#uc_mega_menu_elementor_bb1c5ae", arrItems, "https://www.ditchwitch.com/");

});

/* Mega Menu scripts: */ 


jQuery(document).ready(function(){

    var strJson = '[{\"title\":\"DIRECTIONAL DRILLS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwMzIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwMzIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwMzIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-84113c7\",\"item_index\":1,\"item_id\":\"uc_mega_menu_elementor_4956d59_item1\"},{\"title\":\"TRENCHLESS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxNjgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxNjgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxNjgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-169b7b2\",\"item_index\":2,\"item_id\":\"uc_mega_menu_elementor_4956d59_item2\"},{\"title\":\"VACUUM EXCAVATORS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxODkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxODkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxODkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-d6dcc14\",\"item_index\":3,\"item_id\":\"uc_mega_menu_elementor_4956d59_item3\"},{\"title\":\"TRENCHERS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyNDgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyNDgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyNDgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-aa1c43e\",\"item_index\":4,\"item_id\":\"uc_mega_menu_elementor_4956d59_item4\"},{\"title\":\"STAND-ON SKID STEERS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyODIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyODIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyODIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-a332338\",\"item_index\":5,\"item_id\":\"uc_mega_menu_elementor_4956d59_item5\"},{\"title\":\"MYDITCHWITCH\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"https:\\/\\/dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"link_noprefix\":\"dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"clickable_link\":\"false\",\"link2\":\"https:\\/\\/dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"link2_noprefix\":\"dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-919e9a3\",\"item_index\":6,\"item_id\":\"uc_mega_menu_elementor_4956d59_item6\"}]';
	var arrItems = JSON.parse(strJson);
	
	var objMenu = new ueMegaMenu();
  	objMenu.init("#uc_mega_menu_elementor_4956d59", arrItems, "https://www.ditchwitch.com/");

});

/* Mega Menu scripts: */ 


jQuery(document).ready(function(){

    var strJson = '[{\"title\":\"DIRECTIONAL DRILLS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwMzIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwMzIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwMzIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-84113c7\",\"item_index\":1,\"item_id\":\"uc_mega_menu_elementor_b12fc7a_item1\"},{\"title\":\"TRENCHLESS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxNjgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxNjgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxNjgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-169b7b2\",\"item_index\":2,\"item_id\":\"uc_mega_menu_elementor_b12fc7a_item2\"},{\"title\":\"VACUUM EXCAVATORS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxODkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxODkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxODkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-d6dcc14\",\"item_index\":3,\"item_id\":\"uc_mega_menu_elementor_b12fc7a_item3\"},{\"title\":\"TRENCHERS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyNDgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyNDgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyNDgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-aa1c43e\",\"item_index\":4,\"item_id\":\"uc_mega_menu_elementor_b12fc7a_item4\"},{\"title\":\"STAND-ON SKID STEERS\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyODIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyODIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"link_noprefix\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYyODIiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-a332338\",\"item_index\":5,\"item_id\":\"uc_mega_menu_elementor_b12fc7a_item5\"},{\"title\":\"MYDITCHWITCH\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"https:\\/\\/dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"link_noprefix\":\"dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"clickable_link\":\"false\",\"link2\":\"https:\\/\\/dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"link2_noprefix\":\"dealer.ditchwitch.com\\/com.cmw~custlogin-wm\\/custlogin\\/CustomerHome.jsp\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"item_repeater_class\":\"elementor-repeater-item-919e9a3\",\"item_index\":6,\"item_id\":\"uc_mega_menu_elementor_b12fc7a_item6\"}]';
	var arrItems = JSON.parse(strJson);
	
	var objMenu = new ueMegaMenu();
  	objMenu.init("#uc_mega_menu_elementor_b12fc7a", arrItems, "https://www.ditchwitch.com/");

});
});</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://www.ditchwitch.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e){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>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script>
<script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode-wpr",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body>
</html>

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