308 status code is a permanent redirect that, unlike 301, ensures the request method remains unchanged.
The user is permanently redirected to the new URL, and the request method remains the same.
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: c6xty.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="en-US" prefix="og: https://ogp.me/ns#"> <head> <script> var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==n?t.apply(null,r):r[0]=t.apply(null,r)})),"filter"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}}); </script> <meta 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> <style></style> <!-- Search Engine Optimization by Rank Math PRO - https://rankmath.com/ --> <title>C6XTY - Synthetic Lattice Makes Stronger Material & Lighter Structure</title><link rel="preload" as="font" href="https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2" crossorigin><link rel="preload" as="font" href="https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVI.woff2" crossorigin><style id="wpr-usedcss">img.emoji{display:inline!important;border:none!important;box-shadow:none!important;height:1em!important;width:1em!important;margin:0 .07em!important;vertical-align:-.1em!important;background:0 0!important;padding:0!important}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}:where(.wp-block-post-comments input[type=submit]){border:none}:where(.wp-block-file__button){border-radius:2em;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}ol,ul{box-sizing:border-box}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}:where(.wp-block-search__button){border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 0 0 .25em}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:0}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:.125em .5em}:where(pre.wp-block-verse){font-family:inherit}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#ddd;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}figure{margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}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--duotone--dark-grayscale:url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale:url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow:url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red:url('#wp-duotone-blue-red');--wp--preset--duotone--midnight:url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow:url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green:url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange:url('#wp-duotone-blue-orange');--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, .2);--wp--preset--shadow--deep:12px 12px 50px rgba(0, 0, 0, .4);--wp--preset--shadow--sharp:6px 6px 0px rgba(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:.5em}:where(.wp-block-columns.is-layout-flex){gap:2em}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}a{background-color:transparent}strong{font-weight:bolder}code{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}img{border-style:none}button,input,select{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}template{display:none}[hidden]{display:none}figure,h1,h2,h3,hr,p{margin:0}button{background-color:transparent;background-image:none;padding:0}button:focus{outline:dotted 1px;outline:-webkit-focus-ring-color auto 5px}ul{list-style:none;margin:0;padding:0}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:1.5}*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e2e8f0}hr{border-top-width:1px}img{border-style:solid}input::-webkit-input-placeholder{color:#a0aec0}input:-ms-input-placeholder{color:#a0aec0}input::-ms-input-placeholder{color:#a0aec0}input::placeholder{color:#a0aec0}[role=button],button{cursor:pointer}h1,h2,h3{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,select{padding:0;line-height:inherit;color:inherit}code{font-family:Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}canvas,embed,iframe,img,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}.sp-inline-block{display:inline-block}.sp-flex{display:flex}.sp-hidden{display:none}.sp-flex-row{flex-direction:row}.sp-flex-col{flex-direction:column}.sp-items-center{align-items:center}.sp-justify-start{justify-content:flex-start}.sp-justify-end{justify-content:flex-end}.sp-justify-center{justify-content:center}.sp-justify-between{justify-content:space-between}.sp-leading-none{line-height:1}.sp-m-auto{margin:auto}.sp-py-2{padding-top:.5rem;padding-bottom:.5rem}.sp-pt-2{padding-top:.5rem}.sp-text-center{text-align:center}.sp-antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sp-w-full{width:100%}html{scroll-behavior:smooth}body{background-color:#fff}h1,h2,h3,h4{margin:0}hr{margin:20px 0;opacity:.5;border-color:currentColor}ol{list-style:number;list-style-position:inside}ul{list-style:disc;list-style-position:inside}fieldset{padding:0;margin:0}legend{font-weight:700}.sp-el-section{padding:10px}.sp-el-row{max-width:1000px;padding:0}.sp-el-col{padding:10px}.sp-el-block{padding:10px}.sp-optin-submit:active{outline:0}h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:18px}h1,h2,h3,h4{line-height:1.2}img{display:inline-block}.spBgcoverscroll{background-size:cover;background-repeat:no-repeat;background-position:center top;background-attachment:scroll;min-height:100%}.sp-video-responsive{overflow:hidden;padding-bottom:56.25%;position:relative;height:0}.sp-video-responsive iframe{left:0;top:0;height:100%;width:100%;position:absolute}.sp-button{border-radius:4px}a.sp-button:hover{text-decoration:none!important;transition:.3s}summary::-webkit-details-marker{display:none}details>summary:first-of-type{list-style-type:none}details{display:block;width:100%}summary{outline:0;cursor:pointer}.sp-testimonials-wrapper{position:relative}.sp-dynamic-text{visibility:hidden}.sp-imagecarousels-wrapper{position:relative}.sp-testimonial-nav button:first-child,.sp-testimonial-nav button:last-child{background:0 0}.sp-countdown-group{display:flex;align-items:center;justify-content:center}.sp-cd-amount{padding:20px;line-height:1}@-webkit-keyframes sp-ajax-stripes{from{background-position:48px 0}to{background-position:0 0}}@keyframes sp-ajax-stripes{from{background-position:48px 0}to{background-position:0 0}}.sp-ajax-animated{-webkit-animation:1s linear infinite sp-ajax-stripes;animation:1s linear infinite sp-ajax-stripes}.sp-ajax-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:1rem 1rem!important}@media(max-width:640px){.sp-countdown-group{flex-wrap:wrap}.sp-button-wrapper,.sp-image-wrapper,.sp-nav{text-align:center!important;justify-content:center!important}.sp-el-block,.sp-el-col,.sp-el-row,.sp-el-section,.sp-testimonial-wrapper,.sp-testimonials-wrapper{padding:8px!important}.sp-w-full{width:100%!important}img:not(".sp-testimonial-img"){height:auto!important}h1,h2,h3,h4{text-align:center!important}}input[type=password]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-width:1px;border-radius:.25rem;padding-top:.25rem;padding-right:.5rem;padding-bottom:.25rem;padding-left:.5rem;line-height:1.5}.seedprod-menu{box-sizing:border-box}.menu-item,.seedprod-menu-list{position:relative}.seedprod-menu-list{list-style:none;margin:0;padding:0}.menu-item{padding:0;margin:0;height:100%}.seedprod-menu-horizontal .nav-menu{width:100%;white-space:nowrap}.seedprod-menu-horizontal .nav-menu .seedprod-menu-list{display:inline-block}.seedprod-menu-horizontal .nav-menu .menu-item{display:inline-block;vertical-align:middle}.menu-item .menu-item{display:block;white-space:nowrap}.seedprod-menu-horizontal .menu-item .menu-item{display:block}.sub-menu{display:none;position:absolute;left:100%;top:0;margin:0;padding:0;z-index:3}.seedprod-menu-horizontal .nav-menu .sub-menu{left:0;top:auto;width:inherit}.seedprod-menu-horizontal .nav-menu .sub-menu .sub-menu{left:100%;top:0;width:inherit}.menu-item-has-children:hover>.sub-menu,.seedprod-menu-active>.sub-menu{display:block;position:absolute}.menu-item-has-children>a:after{padding-left:.5em;content:"\25B8";font-size:inherit}.seedprod-menu-horizontal .nav-menu .menu-item-has-children>a:after{content:"\25BE"}.sub-menu{background-color:#fff}.nav-bar{display:flex;justify-content:space-between;flex-direction:column;align-items:center;padding:1rem 1.5rem}.hamburger{display:none}.bar{display:block;width:25px;height:3px;margin:5px auto;transition:all .3s ease-in-out;background-color:#101010}.sp-nested-nav-wrapper .nav-bar{padding:0}@media only screen and (max-width:786px){.sp-nested-nav-wrapper{width:100%}.sp-mobile-menu-true ul.seedprod-menu-list{display:inline-block;width:100%;text-align:left}.sp-mobile-menu-true .nav-bar{padding:0}.sp-mobile-menu-true .menu-item-has-children:hover>.sub-menu{width:100%;display:none}.sp-mobile-menu-true .menu-item-has-children.seedprod-menu-active>.sub-menu{width:100%;display:block!important;left:0;position:relative}.seedprod-menu-horizontal.sp-mobile-menu-true .nav-menu .sub-menu .sub-menu{left:0;top:auto;width:inherit}.seedprod-menu-horizontal.sp-mobile-menu-true .menu-item{display:block!important;padding:0!important}.sp-mobile-menu-true .menu-item a{display:block;width:100%}.sp-mobile-menu-true .nav-menu .menu-item{display:block!important;font-size:22px;line-height:26px}.sp-mobile-menu-true .nav-menu{display:none}.sp-mobile-menu-true .nav-menu.active{display:block;background-color:transparent;width:100%;padding:10px;text-align:center}.sp-mobile-menu-true .nav-menu.active{left:0}.sp-mobile-menu-true .hamburger{display:block;cursor:pointer}.sp-mobile-menu-true .hamburger.active .bar:nth-child(2){opacity:0}.sp-mobile-menu-true .hamburger.active .bar:first-child{-webkit-transform:translateY(8px) rotate(45deg);transform:translateY(8px) rotate(45deg)}.sp-mobile-menu-true .hamburger.active .bar:nth-child(3){-webkit-transform:translateY(-8px) rotate(-45deg);transform:translateY(-8px) rotate(-45deg)}}.sub-menu .menu-item{padding-top:2px!important;padding-bottom:2px!important}.seedprod-menu-horizontal .menu-item:first-child{padding-left:0!important}.seedprod-menu-horizontal .sub-menu .menu-item:first-child{padding-left:10px!important}@media(max-width:786px){.menu-item{margin-top:2px!important;margin-bottom:2px!important}.menu-item a{text-align:left!important}.seedprod-menu-horizontal .sub-menu .menu-item:first-child{padding-left:0!important}}.seedprod-menu-horizontal .menu-item:last-child{padding-right:0!important}.seedprod-menu-horizontal .sub-menu .menu-item:last-child{padding-right:10px!important}.sp-mobile-menu-true ul.sub-menu{padding-left:10px}.sub-menu li{text-align:left!important}.seedprod-menu-list>ul{display:flex;list-style:none}.seedprod-menu-list>ul li{padding:0 20px}.seedprod-menu-list>ul li:nth-of-type(1n+4){display:none}.sp-custom-grid{display:grid}.sp-custom-gap-4{grid-gap:1rem;gap:1rem}.sp-custom-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}#reply-title{font-size:24px}#reply-title{margin-bottom:20px}.sp-text-block-style p:not(:last-child){margin-bottom:20px}.sp-text-block-style ul{display:block;list-style-type:disc;list-style-position:outside;margin:0;padding:0;margin-left:2rem;margin-bottom:20px}.sp-text-block-style ol{display:block;list-style-position:outside;margin:0;padding:0;margin-left:2rem;margin-bottom:20px}.sp-text-block-style li{padding-left:.5rem;padding-right:.5rem}.sp-posts-single-block a,.sp-posts-single-block a:hover{text-decoration:none}.sp-posts-single-block{overflow:hidden}.widget{margin-bottom:0}.sp-el-col,.sp-el-row,.sp-el-section{position:relative}.sp-content-toggle-area input[type=checkbox]{position:relative;width:80px;height:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:silver;outline:0;border-radius:2rem;cursor:pointer;box-shadow:inset 0 0 5px rgba(0,0,0,.5)}.sp-content-toggle-area input[type=checkbox]::before{content:"";width:40px;height:40px;border-radius:50%;background:#fff;position:absolute;top:0;left:0;transition:.5s}.sp-content-toggle-area input[type=checkbox]:checked::before{-webkit-transform:translateX(100%);transform:translateX(100%);background:#fff}.sp-content-toggle-area input[type=checkbox]:checked{background:#696969}.sp-type-alert{position:relative}.seedprod-business-review-wrapper{padding-right:calc(25px/2);padding-left:calc(25px/2);margin-bottom:25px;text-align:center}@media only screen and (max-width:786px){.seedprod-business-review-wrapper{padding-right:calc(10px/2);padding-left:calc(10px/2);margin-bottom:10px;text-align:center}}.sp-particle-wrapper{width:100%;height:100%;position:absolute;left:0;top:0}@media(min-width:640px){.sm\:sp-flex{display:flex}}body{color:#75838f;background-color:#fff!important;background-image:none;font-family:Inter;font-weight:400;font-style:normal;font-size:16px}.sp-el-row{max-width:1280px}h1,h2,h3,h4{color:#153e64;font-family:Inter;font-weight:700;font-style:normal}h1{font-size:50px}h2{font-size:40px}h3{font-size:30px}h4{font-family:Inter;font-weight:600;font-style:normal;font-size:25px}a{color:#1d85e5;font-family:Inter;font-weight:600;font-style:normal}a:hover{color:#0a72d2}::placeholder{color:rgba(117,131,143,.5)!important}.sp-button,input[type=submit]{color:#fff;background-color:#1d85e5;border-radius:0;border-width:0;border-style:solid}.sp-button:hover{background-color:#0a72d2;color:#fff}input[type=color],input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],select,textarea{color:#75838f;background-color:#f2f6fb;border:1px solid #f2f6fb;border-radius:1px;padding:16px;font-family:Inter;font-weight:400;font-style:normal}@media (max-width:480px){body{background-color:undefined;background-image:linear-gradient(0deg,rgba(0,0,0,NaN),rgba(0,0,0,NaN)),url('https://c6xty.com/wp-content/uploads/seedprod-css/undefined')}.sp-cd-amount{background-color:#1d85e5}}#sp-pdqw89 .seedprod-menu-horizontal .nav-menu .menu-item{padding:0 20px}#sp-pdqw89 .nav-menu ul.sub-menu{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}#sp-pdqw89 .seedprod-menu-list li a{color:#153e64;text-align:right}#sp-pdqw89 .seedprod-menu-list li{color:#153e64;text-align:right}#sp-pdqw89 .seedprod-menu-list li a:hover{color:#0a72d2!important;text-align:right}#sp-pdqw89 .sub-menu{border-radius:6px;padding:4px}#sp-pdqw89 .sub-menu a{color:#153e64}#sp-pdqw89 ul.seedprod-menu-list ul.sub-menu li a:hover{color:#0a72d2}#sp-pdqw89 .bar{background-color:#153e64}#sp-iux6yn{background-color:#f2f6fb;width:100%;max-width:100%}#sp-qrtz9b{width:calc(25% + 0px)}#sp-fjg9ni{margin:0;text-align:left}#sp-880kpslpwa{width:500px}#sp-qro50m{width:calc(75% + 0px)}#sp-pdqw89{margin:0;font-size:16px;color:#153e64;font-family:'Open Sans';font-weight:600;font-style:normal}#sp-t99fne .sp-posts-single-block{margin-bottom:px}#sp-t99fne .sp-posts-image{border-top-right-radius:px;border-top-left-radius:px;border-bottom-right-radius:px;border-bottom-left-radius:px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.4)}#sp-t99fne .sp-posts-image-link{margin:0}#sp-t99fne .sp-posts-block-title{text-align:center;font-weight:700}#sp-t99fne .sp-posts-block-excerpt{text-align:left}#sp-t99fne .sp-posts-block-read-more{text-align:center}#sp-tcpt67{background-color:#1e2c54;width:100%;max-width:100%}#sp-yyjqjl{width:auto;max-width:800px;margin-top:60px}#sp-k0d9yd{width:calc(100% + 0px);padding:10px 60px 10px 10px}#sp-iex9er{color:#fff;text-align:center;margin:0 0 10px}#sp-h4biw8{width:calc(50% + 0px)}#sp-vt1s4y{color:#fff;text-align:center;margin:0}#sp-gfbqc2{color:#fff;margin:0;text-align:left}#sp-tur38y{width:calc(50% + 0px)}#sp-fbps98{justify-content:center;margin:0}#sp-amcu2ik48c{width:100%;max-width:100%}#sp-uy1r7a{margin-bottom:60px}#sp-fp9gz4{width:calc(100% + 0px)}#sp-button-parent-dgiuyx{margin:0;text-align:center}#sp-dgiuyx{font-size:22px;width:auto;padding:16px 20px}#sp-button-parent-ovyu2a{margin:0;text-align:center}#sp-ovyu2a{font-size:22px;width:auto;padding:16px 20px}#sp-mrzqmu{width:100%;max-width:100%;margin-top:60px;margin-bottom:60px}#sp-gs0y3z{width:calc(100% + 0px)}#sp-auuwpb{text-align:center;margin:0}#sp-lbkval{margin:0;text-align:left}#sp-flmxjt{width:calc(100% + 0px)}#sp-button-parent-kqveis{margin:0;text-align:center}#sp-kqveis{font-size:22px;width:auto;padding:16px 20px}#sp-button-parent-fp3vgi{margin:0;text-align:center}#sp-fp3vgi{font-size:22px;width:auto;padding:16px 20px}#sp-xe8bfz{width:100%;max-width:100%}#sp-acv644{margin-bottom:20px}#sp-g8quez{width:calc(50% + 0px)}#sp-rpd4hy{margin:0;text-align:center}#sp-pw618vzpo7{border-radius:10px;width:2560px}#sp-fj465r{width:calc(50% + 0px)}#sp-zj8ar9{text-align:left;margin:0}#sp-exlv5o{margin:0 0 20px;text-align:left}#sp-lcyped{margin-bottom:20px}#sp-gbnlpy{width:calc(50% + 0px)}#sp-elxo7n{text-align:left;margin:0}#sp-edttsn{margin:0 0 20px;text-align:left}#sp-csijvg{width:calc(50% + 0px)}#sp-zdvnyu{margin:0;text-align:center}#sp-88250s1ay8{border-radius:10px;width:640%}#sp-ljrb30{margin-bottom:80px}#sp-mizhd5{width:calc(50% + 0px)}#sp-tf8djl{margin:0;text-align:center}#sp-7t1mgnh5se{border-radius:10px;width:500%}#sp-eaosbg{width:calc(50% + 0px)}#sp-c1iban{text-align:left;margin:0}#sp-i676ka{margin:0 0 20px;text-align:left}#sp-equyzu{margin-bottom:80px}#sp-rcex3e{width:calc(50% + 0px)}#sp-yyez0k{text-align:left;margin:0}#sp-oyp46t{margin:0 0 20px;text-align:left}#sp-gkjghd{width:calc(50% + 0px)}#sp-eon6si{margin:0;text-align:center}#sp-j9w2gniywq{border-radius:10px;width:2560%}#sp-sb3mf9{width:100%;max-width:100%}#sp-pj7uqh{width:calc(100% + 0px)}#gzm4fj{text-align:center;margin:0 0 30px;position:relative}#sp-t99fne{margin:0}#sp-button-parent-f3fxtp{margin:0;text-align:center}#sp-f3fxtp{font-size:22px;width:auto;padding:16px 20px}#sp-puubit{width:100%;max-width:100%}#sp-p4yo1m{width:auto;max-width:800px;margin-bottom:80px}#sp-g1rppq{width:calc(100% + 0px)}#sp-eivc84{text-align:center;margin:0}#sp-rankch{margin:0;text-align:left}#sp-3j9fjv7qlk{text-align:center}#sp-0it64905g9{text-align:center}#sp-fibflc{margin:0}@media only screen and (max-width:480px){.sp-custom-grid-cols-3{grid-template-columns:repeat(1,minmax(0,1fr))!important}#sp-fjg9ni{text-align:center!important}#sp-pdqw89 .nav-menu .menu-item{text-align:right!important}#sp-k0d9yd{margin:0 0 20px!important}#sp-iex9er,.sp-headline-block-iex9er{text-align:center!important}#sp-vt1s4y,.sp-headline-block-vt1s4y{text-align:center!important}#sp-gfbqc2,.sp-text-wrapper-gfbqc2{text-align:left!important}#sp-fbps98{justify-content:center!important}#sp-button-parent-dgiuyx{text-align:center!important}#sp-button-parent-ovyu2a{text-align:center!important}#sp-auuwpb,.sp-headline-block-auuwpb{text-align:center!important;margin:0 0 10px!important}#sp-lbkval,.sp-text-wrapper-lbkval{text-align:left!important}#sp-button-parent-kqveis{text-align:center!important}#sp-button-parent-fp3vgi{text-align:center!important}#sp-g8quez{margin:0 0 20px!important}#sp-rpd4hy{text-align:center!important}#sp-zj8ar9,.sp-headline-block-zj8ar9{text-align:center!important}#sp-exlv5o,.sp-text-wrapper-exlv5o{text-align:center!important}#sp-elxo7n,.sp-headline-block-elxo7n{text-align:center!important;margin:0 0 10px!important}#sp-edttsn,.sp-text-wrapper-edttsn{text-align:center!important}#sp-csijvg{margin:0 0 20px!important}#sp-zdvnyu{text-align:center!important}#sp-mizhd5{margin:0 0 20px!important}#sp-tf8djl{text-align:center!important}#sp-c1iban,.sp-headline-block-c1iban{text-align:center!important;margin:0 0 10px!important}#sp-i676ka,.sp-text-wrapper-i676ka{text-align:center!important}#sp-yyez0k,.sp-headline-block-yyez0k{text-align:center!important;margin:0 0 10px!important}#sp-oyp46t,.sp-text-wrapper-oyp46t{text-align:center!important}#sp-gkjghd{margin:0 0 20px!important}#sp-eon6si{text-align:center!important}#gzm4fj,.sp-headline-block-gzm4fj{text-align:center!important}#sp-button-parent-f3fxtp{text-align:center!important}#sp-p4yo1m{margin:0 0 50px!important}#sp-eivc84,.sp-headline-block-eivc84{text-align:center!important}#sp-rankch,.sp-text-wrapper-rankch{text-align:left!important}}#sp-zvcuoh{background-color:#153e64;width:100%;max-width:100%}#sp-av3bl3{width:calc(100% + 0px)}#sp-r7zxtz{font-size:14px;color:#fff;margin:0;text-align:center}#sp-v1geccuqj5{color:#fff}#sp-bkyh2y92lc{color:#fff}@media only screen and (max-width:480px){#sp-r7zxtz,.sp-text-wrapper-r7zxtz{text-align:center!important}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVI.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.sp-posts-single-block{background:#fff;border-radius:15px;box-shadow:20px 20px 60px #bebebe,-20px -20px 60px #fff;transition:all .5s ease-in-out}.sp-posts-single-block:hover{box-shadow:inset 5px 5px 15px #bebebe,inset -5px -5px 15px #fff}.sp-posts-single-block .sp-container{margin:10px}#sp-t99fne{display:flex;flex-direction:row;flex-wrap:wrap;align-items:stretch}.sp-posts-single-block{display:flex;flex-direction:column}.sp-posts-single-block .sp-posts-block-read-more{margin-top:auto}@media screen and (max-width:1100px){#sp-equyzu,#sp-lcyped{display:flex;flex-wrap:wrap-reverse}#sp-acv644,#sp-f0e5ir,#sp-ljrb30{display:flex;flex-wrap:wrap}#sp-csijvg,#sp-eaosbg,#sp-fj465r,#sp-g8quez,#sp-gbnlpy,#sp-gkjghd,#sp-h4biw8,#sp-mizhd5,#sp-rcex3e,#sp-tur38y{width:100%}}.field_sublabel_below .ginput_complex{align-items:flex-start}.gform_wrapper.gravity-theme fieldset,.gform_wrapper.gravity-theme legend{background:0 0;padding:0}.gform_wrapper.gravity-theme fieldset{border:none;display:block;margin:0}.gform_wrapper.gravity-theme legend{margin-left:0;margin-right:0}.gform_wrapper.gravity-theme .gform_drop_instructions{display:block;margin-bottom:8px}.gform_wrapper.gravity-theme .gfield_fileupload_filesize{padding:0 6px}.gform_wrapper.gravity-theme .gfield_validation_message ul{margin:16px 0;padding-left:24px}.gform_wrapper.gravity-theme .gfield_validation_message ul:empty{display:none}.gform_wrapper.gravity-theme .ginput_preview{margin:16px 0}.gform_wrapper.gravity-theme ::-ms-reveal{display:none}.gform_wrapper.gravity-theme .chosen-container{display:inline-block;font-size:16px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}.gform_wrapper.gravity-theme .chosen-container *{box-sizing:border-box}.gform_wrapper.gravity-theme .chosen-container a{cursor:pointer}.gform_wrapper.gravity-theme .chosen-rtl{text-align:right}@media only screen and (max-width:641px){.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){line-height:2;min-height:32px}.gform_wrapper.gravity-theme textarea{line-height:1.5}.gform_wrapper.gravity-theme .chosen-container span:not(.ginput_price){display:block;margin-bottom:8px}.gform_wrapper.gravity-theme li.field_sublabel_below .ginput_complex{margin-top:12px!important}.gform_wrapper.gravity-theme ul.gfield_checkbox li label,.gform_wrapper.gravity-theme ul.gfield_radio li label{cursor:pointer;width:85%}}.gform_wrapper.gravity-theme .gform_hidden{display:none}.gform_wrapper.gravity-theme .screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gform_wrapper.gravity-theme button.screen-reader-text:focus{clip:auto;border:0;-webkit-clip-path:none;clip-path:none;height:auto;margin:0;position:static!important;width:auto}.gform_wrapper.gravity-theme .gfield textarea{width:100%}.gform_wrapper.gravity-theme .gfield textarea.small{height:96px}.gform_wrapper.gravity-theme .gfield textarea.medium{height:192px}.gform_wrapper.gravity-theme .gfield textarea.large{height:288px}.gform_wrapper.gravity-theme .gfield input,.gform_wrapper.gravity-theme .gfield select{max-width:100%}.gform_wrapper.gravity-theme .gfield input.small,.gform_wrapper.gravity-theme .gfield select.small{width:calc(25% - 12px)}.gform_wrapper.gravity-theme .gfield input.medium,.gform_wrapper.gravity-theme .gfield select.medium{width:calc(50% - 8px)}.gform_wrapper.gravity-theme .gfield input.large,.gform_wrapper.gravity-theme .gfield select.large{width:100%}.gform_wrapper.gravity-theme *{box-sizing:border-box}.gform_wrapper.gravity-theme .gform_fields{grid-column-gap:2%;-ms-grid-columns:(1fr 2%)[12];grid-row-gap:16px;display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(auto-fill,auto);width:100%}.gform_wrapper.gravity-theme .gfield{grid-column:1/-1;min-width:0}.gform_wrapper.gravity-theme .gfield.gfield--width-full{-ms-grid-column-span:12;grid-column:span 12}.gform_wrapper.gravity-theme .gfield.gfield--width-half{-ms-grid-column-span:6;grid-column:span 6}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-full{width:100%}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-half{width:50%}.gform_wrapper.gravity-theme .field_sublabel_below .ginput_complex{align-items:flex-start}html[dir=rtl] .gform_wrapper.gravity-theme .gfield_label,html[dir=rtl] .gform_wrapper.gravity-theme code,html[dir=rtl] .gform_wrapper.gravity-theme input[type=email],html[dir=rtl] .gform_wrapper.gravity-theme input[type=tel],html[dir=rtl] .gform_wrapper.gravity-theme input[type=url]{direction:rtl}html[dir=rtl] .gform_wrapper.gravity-theme .gfield_required{margin-left:0;margin-right:4px}html[dir=rtl] .gform_wrapper.gravity-theme ::-webkit-input-placeholder{text-align:right}html[dir=rtl] .gform_wrapper.gravity-theme ::-moz-placeholder{text-align:right}html[dir=rtl] .gform_wrapper.gravity-theme :-ms-input-placeholder{text-align:right}html[dir=rtl] .gform_wrapper.gravity-theme :-moz-placeholder{text-align:right}html[dir=rtl] .gform_wrapper.gravity-theme .gform_wrapper.gravity-theme fieldset{display:block}html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){padding-left:0;padding-right:16px}@media (min-width:641px){html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){padding-left:0;padding-right:16px}}.gform_wrapper.gravity-theme .gform_card_icon_container{display:flex;height:32px;margin:8px 0 6.4px}.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon{background-image:url(https://c6xty.com/wp-content/plugins/gravityforms/images/gf-creditcards.svg);background-repeat:no-repeat;height:32px;margin-right:4.8px;text-indent:-9000px;width:40px}.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected{position:relative}.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected:after{background:url(https://c6xty.com/wp-content/plugins/gravityforms/images/gf-creditcards-check.svg) 50% no-repeat;bottom:4px;content:"";display:block;height:10px;position:absolute;right:0;width:13px}.gform_wrapper.gravity-theme .gfield_list_group{display:flex;flex-direction:row;flex-wrap:nowrap;margin-bottom:8px}.gform_wrapper.gravity-theme .gfield_list_group:last-child{margin-bottom:0}@media (max-width:640px){.gform_wrapper.gravity-theme .gform_fields{grid-column-gap:0}.gform_wrapper.gravity-theme .gfield:not(.gfield--width-full){grid-column:1/-1}html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){padding-right:0}.gform_wrapper.gravity-theme .gfield_list_group{border:1px solid rgba(0,0,0,.2);display:block;margin-bottom:16px;padding:16px}.gform_wrapper.gravity-theme .gfield_list_group:last-child{margin-bottom:0}}.gform_wrapper.gravity-theme .gfield_label{display:inline-block;font-size:16px;font-weight:700;margin-bottom:8px;padding:0}.gform_wrapper.gravity-theme .ginput_complex label{font-size:15px;padding-top:5px}.gform_wrapper.gravity-theme .gform_validation_errors{background:#fff9f9;border:1.5px solid #c02b0a;border-radius:5px;box-shadow:0 1px 4px rgba(0,0,0,.11),0 0 4px rgba(18,25,97,.041);margin-bottom:8px;margin-top:8px;padding:16px 16px 16px 48px;position:relative;width:100%}.gform_wrapper.gravity-theme .gform_validation_errors>h2{color:#c02b0a;font-size:13.2px;font-weight:500;line-height:17.6px;margin:0 0 12px}.gform_wrapper.gravity-theme .gform_validation_errors>h2:before{display:none}.gform_wrapper.gravity-theme .gform_validation_errors>ol{padding-left:20px}.gform_wrapper.gravity-theme .gform_validation_errors>ol a{color:#c02b0a;font-size:13.2px}.gform_wrapper.gravity-theme .gform_validation_errors>ol li{color:#c02b0a;font-size:13.2px;list-style-type:disc!important;margin:0 0 8px}.gform_wrapper.gravity-theme .gform_validation_errors>ol li:last-of-type{margin-bottom:0}.gform_wrapper.gravity-theme .gfield_required{color:#c02b0a;display:inline-block;font-size:13.008px;padding-left:.125em}.gform_wrapper.gravity-theme .gfield_required .gfield_required_text{font-style:italic;font-weight:400}.gform_wrapper.gravity-theme .gfield_validation_message,.gform_wrapper.gravity-theme .validation_message,.gform_wrapper.gravity-theme [aria-invalid=true]+label,.gform_wrapper.gravity-theme label+[aria-invalid=true]{color:#c02b0a}.gform_wrapper.gravity-theme .gfield_validation_message,.gform_wrapper.gravity-theme .validation_message{background:#fff9f9;border:1px solid #c02b0a;font-size:14.992px;margin-top:8px;padding:12.992px 24px}.gform_wrapper.gravity-theme button.button:disabled{opacity:.6}.gform_wrapper.gravity-theme .gform_footer{display:flex}.gform_wrapper.gravity-theme .gform_footer input{align-self:flex-end}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full{text-align:center;width:100%}.gform_wrapper.gravity-theme .ginput_complex{display:flex;flex-flow:row wrap}.gform_wrapper.gravity-theme .ginput_complex fieldset,.gform_wrapper.gravity-theme .ginput_complex span{flex:1}.gform_wrapper.gravity-theme .ginput_complex label,.gform_wrapper.gravity-theme .ginput_complex legend{display:block}.gform_wrapper.gravity-theme .ginput_complex input,.gform_wrapper.gravity-theme .ginput_complex select{width:100%}@media (min-width:641px){.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full){padding-right:1%}.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){padding-left:1%;padding-right:0}html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full){padding-left:1%;padding-right:0}html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){padding-left:0;padding-right:1%}}@media (max-width:640px){.gform_wrapper.gravity-theme .ginput_complex span{flex:0 0 100%;margin-bottom:8px;padding-left:0}}.gform_wrapper.gravity-theme .description,.gform_wrapper.gravity-theme .gfield_description{clear:both;font-family:inherit;font-size:15px;letter-spacing:normal;line-height:inherit;padding-top:13px;width:100%}html[dir=rtl] .gform_wrapper.gravity-theme .gform_card_icon{float:right}.gform_wrapper.gravity-theme .gform_footer,.gform_wrapper.gravity-theme .gform_page_footer{margin:6px 0 0;padding:16px 0}.gform_wrapper.gravity-theme .gform_footer button,.gform_wrapper.gravity-theme .gform_footer input,.gform_wrapper.gravity-theme .gform_page_footer button,.gform_wrapper.gravity-theme .gform_page_footer input{margin-bottom:8px}.gform_wrapper.gravity-theme .gform_footer button.button:disabled,.gform_wrapper.gravity-theme .gform_footer input.button:disabled,.gform_wrapper.gravity-theme .gform_page_footer button.button:disabled,.gform_wrapper.gravity-theme .gform_page_footer input.button:disabled{opacity:.6}.gform_wrapper.gravity-theme .gform_footer button+input,.gform_wrapper.gravity-theme .gform_footer input+button,.gform_wrapper.gravity-theme .gform_footer input+input,.gform_wrapper.gravity-theme .gform_page_footer button+input,.gform_wrapper.gravity-theme .gform_page_footer input+button,.gform_wrapper.gravity-theme .gform_page_footer input+input{margin-left:8px}html[dir=rtl] .gform_wrapper.gravity-theme button+input,html[dir=rtl] .gform_wrapper.gravity-theme input+button,html[dir=rtl] .gform_wrapper.gravity-theme input+input{margin-right:8px}.gform_wrapper.gravity-theme .gfield_checkbox label,.gform_wrapper.gravity-theme .gfield_radio label{display:inline-block;font-size:15px}.gform_wrapper.gravity-theme .gfield_checkbox button,.gform_wrapper.gravity-theme .gfield_checkbox input[type=text],.gform_wrapper.gravity-theme .gfield_radio button,.gform_wrapper.gravity-theme .gfield_radio input[type=text]{margin-top:16px}.gform_wrapper.gravity-theme input[type=number]{display:inline-block}.gform_wrapper.gravity-theme input[type=color],.gform_wrapper.gravity-theme input[type=date],.gform_wrapper.gravity-theme input[type=email],.gform_wrapper.gravity-theme input[type=number],.gform_wrapper.gravity-theme input[type=password],.gform_wrapper.gravity-theme input[type=search],.gform_wrapper.gravity-theme input[type=tel],.gform_wrapper.gravity-theme input[type=text],.gform_wrapper.gravity-theme input[type=time],.gform_wrapper.gravity-theme input[type=url],.gform_wrapper.gravity-theme select,.gform_wrapper.gravity-theme textarea{font-size:15px;margin-bottom:0;margin-top:0;padding:8px}.gform_wrapper.gravity-theme .ginput_total{color:#060}.gform_wrapper.gravity-theme .gfield_repeater_cell{margin-top:8px}.gform_wrapper.gravity-theme .gfield_repeater_cell label{color:#9b9a9a;font-size:12.8px;font-weight:400;padding-top:8px}.gform_wrapper.gravity-theme .gfield_repeater_items .gfield_repeater_cell:not(:first-child){padding-top:8px}.gform_wrapper.gravity-theme .gfield_repeater_wrapper input{border:1px solid #c5c6c5;border-radius:4px}.gform_wrapper.gravity-theme .gfield_repeater_cell>.gfield_repeater_wrapper{background-color:rgba(1,1,1,.02);border-bottom:1px solid #eee;border-left:8px solid #f1f1f1;border-radius:8px;box-shadow:0 1px 1px 0 rgba(0,0,0,.06),0 2px 1px -1px rgba(0,0,0,.06),0 1px 5px 0 rgba(0,0,0,.06);padding:10px 20px}.gform_wrapper.gravity-theme .gfield_repeater_buttons{padding-top:16px}</style> <meta name="description" content="The C6XTY Synthetic lattice is a new way of creating building materials. The geometry of C6XTY causes tensile elements to hold compression members (bucky balls) together in a sea of tension."/> <meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/> <link rel="canonical" href="https://c6xty.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="C6XTY - Synthetic Lattice Makes Stronger Material & Lighter Structure" /> <meta property="og:description" content="The C6XTY Synthetic lattice is a new way of creating building materials. The geometry of C6XTY causes tensile elements to hold compression members (bucky balls) together in a sea of tension." /> <meta property="og:url" content="https://c6xty.com/" /> <meta property="og:site_name" content="C6XTY" /> <meta property="og:updated_time" content="2023-06-01T20:52:36+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="C6XTY - Synthetic Lattice Makes Stronger Material & Lighter Structure" /> <meta name="twitter:description" content="The C6XTY Synthetic lattice is a new way of creating building materials. The geometry of C6XTY causes tensile elements to hold compression members (bucky balls) together in a sea of tension." /> <meta name="twitter:label1" content="Written by" /> <meta name="twitter:data1" content="Sam Lanahan" /> <meta name="twitter:label2" content="Time to read" /> <meta name="twitter:data2" content="Less than a minute" /> <script type="application/ld+json" class="rank-math-schema-pro">{"@context":"https://schema.org","@graph":[{"@type":["Person","Organization"],"@id":"https://c6xty.com/#person","name":"Sandy","sameAs":["https://www.facebook.com/c6xty"]},{"@type":"WebSite","@id":"https://c6xty.com/#website","url":"https://c6xty.com","name":"Sandy","publisher":{"@id":"https://c6xty.com/#person"},"inLanguage":"en-US","potentialAction":{"@type":"SearchAction","target":"https://c6xty.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://c6xty.com/#webpage","url":"https://c6xty.com/","name":"C6XTY - Synthetic Lattice Makes Stronger Material & Lighter Structure","datePublished":"2015-02-16T02:15:47+00:00","dateModified":"2023-06-01T20:52:36+00:00","about":{"@id":"https://c6xty.com/#person"},"isPartOf":{"@id":"https://c6xty.com/#website"},"inLanguage":"en-US"},{"@type":"Person","@id":"https://c6xty.com/#author","name":"Sam Lanahan","image":{"@type":"ImageObject","@id":"https://secure.gravatar.com/avatar/99eb1e222e749308cccad07e611a5cf1?s=96&d=mm&r=g","url":"https://secure.gravatar.com/avatar/99eb1e222e749308cccad07e611a5cf1?s=96&d=mm&r=g","caption":"Sam Lanahan","inLanguage":"en-US"},"sameAs":["https://c6xty.com"]},{"@type":"","headline":"C6XTY - Synthetic Lattice Makes Stronger Material & Lighter Structure","keywords":"Revolutionizing Structural Design with Flextegrity","datePublished":"2015-02-16T02:15:47+00:00","dateModified":"2023-06-01T20:52:36+00:00","author":{"@id":"https://c6xty.com/#author","name":"Sam Lanahan"},"publisher":{"@id":"https://c6xty.com/#person"},"description":"The C6XTY Synthetic lattice is a new way of creating building materials. The geometry of C6XTY causes tensile elements to hold compression members (bucky balls) together in a sea of tension.","name":"C6XTY - Synthetic Lattice Makes Stronger Material & Lighter Structure","@id":"https://c6xty.com/#richSnippet","isPartOf":{"@id":"https://c6xty.com/#webpage"},"inLanguage":"en-US","mainEntityOfPage":{"@id":"https://c6xty.com/#webpage"}}]}</script> <!-- /Rank Math WordPress SEO plugin --> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link rel="alternate" type="application/rss+xml" title="C6XTY » Feed" href="https://c6xty.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="C6XTY » Comments Feed" href="https://c6xty.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="C6XTY » Home Comments Feed" href="https://c6xty.com/home/feed/" /> <style id='wp-emoji-styles-inline-css'></style> <style id='classic-theme-styles-inline-css'></style> <style id='global-styles-inline-css'></style> <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://c6xty.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;} </style> <script type="rocketlazyloadscript" data-rocket-src="https://c6xty.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://c6xty.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script> <!-- Google tag (gtag.js) snippet added by Site Kit --> <!-- Google Analytics snippet added by Site Kit --> <script type="rocketlazyloadscript" data-rocket-src="https://www.googletagmanager.com/gtag/js?id=GT-MKP3QDP" id="google_gtagjs-js" async></script> <script type="rocketlazyloadscript" id="google_gtagjs-js-after"> window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);} gtag("set","linker",{"domains":["c6xty.com"]}); gtag("js", new Date()); gtag("set", "developer_id.dZTNiMT", true); gtag("config", "GT-MKP3QDP"); </script> <!-- End Google tag (gtag.js) snippet added by Site Kit --> <link rel="https://api.w.org/" href="https://c6xty.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://c6xty.com/wp-json/wp/v2/pages/4503" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://c6xty.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7.2" /> <link rel='shortlink' href='https://c6xty.com/' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://c6xty.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fc6xty.com%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://c6xty.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fc6xty.com%2F&format=xml" /> <meta name="generator" content="Site Kit by Google 1.152.1" /><link rel="icon" href="https://c6xty.com/wp-content/uploads/2017/03/cropped-c6xty-symbol-full-transparent-32x32.png" sizes="32x32" /> <link rel="icon" href="https://c6xty.com/wp-content/uploads/2017/03/cropped-c6xty-symbol-full-transparent-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://c6xty.com/wp-content/uploads/2017/03/cropped-c6xty-symbol-full-transparent-180x180.png" /> <meta name="msapplication-TileImage" content="https://c6xty.com/wp-content/uploads/2017/03/cropped-c6xty-symbol-full-transparent-270x270.png" /> <style id="wp-custom-css"></style> <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body class="home page-template page-template-template_builder page-template-template_builder-php page page-id-4503 sp-antialiased theme-seedprod"> <section id="sp-iux6yn" class="sp-el-section"><div id="sp-jta11r" class="sp-el-row sm:sp-flex sp-w-full sp-m-auto sp-justify-between"><div id="sp-qrtz9b" class="sp-el-col sp-w-full sm:sp-flex sp-flex-col sp-justify-center"><figure id="sp-fjg9ni" class="sp-image-wrapper sp-el-block"><div><span><a href="/" target="" rel="" class="sp-inline-block"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20150'%3E%3C/svg%3E" alt="" width="500" height="150" data-lazy-srcset=" https://c6xty.com/wp-content/uploads/2018/02/C6XTY-Logo-2x-150x150.png 150w, https://c6xty.com/wp-content/uploads/2018/02/C6XTY-Logo-2x-300x90.png 300w, https://c6xty.com/wp-content/uploads/2018/02/C6XTY-Logo-2x.png 500w" id="sp-880kpslpwa" data-lazy-src="https://c6xty.com/wp-content/uploads/2018/02/C6XTY-Logo-2x.png"><noscript><img src="https://c6xty.com/wp-content/uploads/2018/02/C6XTY-Logo-2x.png" alt="" width="500" height="150" srcset=" https://c6xty.com/wp-content/uploads/2018/02/C6XTY-Logo-2x-150x150.png 150w, https://c6xty.com/wp-content/uploads/2018/02/C6XTY-Logo-2x-300x90.png 300w, https://c6xty.com/wp-content/uploads/2018/02/C6XTY-Logo-2x.png 500w" id="sp-880kpslpwa"></noscript></a></span></div></figure></div><div id="sp-qro50m" class="sp-el-col sp-w-full sm:sp-flex sp-flex-col sp-justify-center"><div id="sp-pdqw89" class="sp-nav sp-flex sp-el-block sp-justify-end sp-nav-menu-block-pdqw89"><div class="sp-nested-nav-wrapper h sp-nav-classmain-menu"><div class="seedprod-menu seedprod-menu-builder seedprod-menu-horizontal sp-mobile-menu-true"><div class=""><nav class="nav-bar"><div class="hamburger"><span class="bar"></span><span class="bar"></span><span class="bar"></span></div><div class="nav-menu"><div> <div class="nav-menu-bar"><ul id="menu-main-menu" class="seedprod-menu-list"><li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-17"><a href="/" aria-current="page">Home</a></li> <li id="menu-item-4574" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4574"><a href="https://c6xty.com/about/">About Us</a> <ul class="sub-menu"> <li id="menu-item-5560" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5560"><a href="https://c6xty.com/about/flextegrity-technology-foundation/">The Technology – C6XTY</a></li> <li id="menu-item-5367" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5367"><a href="https://c6xty.com/about/buckminster-fuller/">The works of Buckminster Fuller</a></li> <li id="menu-item-5368" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5368"><a href="https://c6xty.com/about/the-inventor-sam-lanahan/">The Inventor – Sam Lanahan</a></li> </ul> </li> <li id="menu-item-6385" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-6385"><a href="https://c6xty.com/category/apps/">Applications</a> <ul class="sub-menu"> <li id="menu-item-6048" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-6048"><a href="https://c6xty.com/artificial-muscle-bio-materials/">Artificial Muscle / Bio-Materials</a></li> <li id="menu-item-6049" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-6049"><a href="https://c6xty.com/architectural-lighting-features/">Architectural & Lighting Features</a></li> <li id="menu-item-6050" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-6050"><a href="https://c6xty.com/building-scale-mega-architectures/">Building-scale Mega-Architectures</a></li> <li id="menu-item-6051" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-6051"><a href="https://c6xty.com/catalytic-converter/">Catalytic Converter</a></li> <li id="menu-item-6052" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-6052"><a href="https://c6xty.com/artificial-reef/">Artificial Reef</a></li> <li id="menu-item-6053" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-6053"><a href="https://c6xty.com/intelligent-streets-sidewalks/">Intelligent Streets & Sidewalks</a></li> <li id="menu-item-6054" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-6054"><a href="https://c6xty.com/stormwater-management/">Roadways/Bridges/ Stormwater Management</a></li> <li id="menu-item-6056" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-6056"><a href="https://c6xty.com/strong-sphere-architecture-structure/">Strong Sphere</a></li> <li id="menu-item-6055" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-6055"><a href="https://c6xty.com/structurally-optimized-geometry-derived-nature/">Structurally Optimized Geometry Derived from Nature</a></li> <li id="menu-item-6057" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-6057"><a href="https://c6xty.com/bio-sensitive-pipe-support/">Soil Stabilized Pipe Support Solutions</a></li> </ul> </li> <li id="menu-item-4565" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4565"><a href="https://c6xty.com/science-technology/">Science</a> <ul class="sub-menu"> <li id="menu-item-6434" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6434"><a href="https://c6xty.com/destructive-testing/">Destructive Testing Videos</a></li> <li id="menu-item-6437" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6437"><a href="https://c6xty.com/environmental-benefits/">Environmental Benefits</a></li> <li id="menu-item-6452" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6452"><a href="https://c6xty.com/seismic-energy-mitigation/">Seismic Energy Mitigation</a></li> </ul> </li> <li id="menu-item-6447" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6447"><a href="#">Stress Analysis</a> <ul class="sub-menu"> <li id="menu-item-6448" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6448"><a href="https://c6xty.com/feastress-analysis-beam-element-model/">FEA/Stress Analysis: Beam Element Model</a></li> <li id="menu-item-6449" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6449"><a href="https://c6xty.com/feastress-analysis-beam-element-model-2/">FEA/Stress Analysis: Beam Element Model</a></li> <li id="menu-item-6450" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6450"><a href="https://c6xty.com/fea-stress-analysis-plate-element-model/">FEA Stress Analysis Plate Element Model</a></li> </ul> </li> <li id="menu-item-4564" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4564"><a href="https://c6xty.com/blog/">Blog</a> <ul class="sub-menu"> <li id="menu-item-6395" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6395"><a href="https://c6xty.com/category/arraylattice-variations/">Array/Lattice Variations</a></li> <li id="menu-item-6396" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6396"><a href="https://c6xty.com/category/buckminster-fuller-articles/">Buckminster Fuller Articles</a></li> <li id="menu-item-6397" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6397"><a href="https://c6xty.com/category/concepts/">Concepts</a></li> <li id="menu-item-6398" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6398"><a href="https://c6xty.com/category/demonstrations-of-c6xty/">Demonstrations of C6XTY</a></li> <li id="menu-item-6399" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6399"><a href="https://c6xty.com/category/earthquakes-solution/">Earthquake Proof Structures</a></li> <li id="menu-item-6400" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6400"><a href="https://c6xty.com/category/erosion-control/">Erosion Control</a></li> <li id="menu-item-6401" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6401"><a href="https://c6xty.com/category/events/">Events</a></li> <li id="menu-item-6402" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6402"><a href="https://c6xty.com/category/geometric-lattice/">Geometric Lattice</a></li> <li id="menu-item-6403" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6403"><a href="https://c6xty.com/category/ground-stabilization/">Ground Stabilization</a></li> <li id="menu-item-6404" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6404"><a href="https://c6xty.com/category/homedisplay/">HomeDisplay</a></li> <li id="menu-item-6405" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6405"><a href="https://c6xty.com/category/examples/">Important Examples</a></li> <li id="menu-item-6406" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6406"><a href="https://c6xty.com/category/kirby/">Kirby</a></li> <li id="menu-item-6407" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6407"><a href="https://c6xty.com/category/latticegallery-portland/">LatticeGallery-Portland</a></li> <li id="menu-item-6408" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6408"><a href="https://c6xty.com/category/material-properties/">Material Properties</a></li> <li id="menu-item-6409" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6409"><a href="https://c6xty.com/category/natures-geometry-c6xty/">Nature’s Geometry C6XTY</a></li> <li id="menu-item-6410" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6410"><a href="https://c6xty.com/category/press-release/">Press Release</a></li> <li id="menu-item-6411" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6411"><a href="https://c6xty.com/category/products/">Products</a></li> <li id="menu-item-6413" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6413"><a href="https://c6xty.com/category/technology-development/">Technology Development</a></li> <li id="menu-item-6414" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6414"><a href="https://c6xty.com/category/v-1-0-partsmodels/">v.1.0 Parts/Models</a></li> <li id="menu-item-6415" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6415"><a href="https://c6xty.com/category/v-2-0-partsmodels/">v.2.0 Parts/Models</a></li> <li id="menu-item-6416" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6416"><a href="https://c6xty.com/category/v-3-0-partsmodels/">v.3.0 Parts/Models</a></li> <li id="menu-item-6417" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6417"><a href="https://c6xty.com/category/v-4-0-partsmodels/">v.4.0 Parts/Models</a></li> <li id="menu-item-6418" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6418"><a href="https://c6xty.com/category/v-5-0-partsmodels/">v.5.0 Parts/Models</a></li> <li id="menu-item-6419" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6419"><a href="https://c6xty.com/category/video-with-c6xty/">Video – with C6XTY</a></li> <li id="menu-item-6420" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6420"><a href="https://c6xty.com/category/video-interview/">Video Interview</a></li> </ul> </li> <li id="menu-item-1681" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1681"><a href="https://c6xty.com/contact/">Contact</a></li> </ul></div> </div><div><script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() { jQuery(document).ready(function(){ initDropdowns(); }); });</script></div></div></nav></div></div></div></div></div></div></section><section id="sp-tcpt67" class="sp-el-section spBgcoverscroll"><div id="tsparticles-preview-sp-tcpt67" class="sp-particle-wrapper"></div><div><script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {jQuery(function() { seedprod_particlessectionjs("tcpt67",{"particles":{"number":{"value":150,"density":{"enable":true,"value_area":800}},"color":{"value":"#bdbdbd"},"shape":{"type":"circle","stroke":{"width":0,"color":"#ffffff"},"polygon":{"nb_sides":5},"image":false},"opacity":{"value":"0.5","random":false,"anim":{"enable":false,"speed":1,"opacity_min":0.1,"sync":false}},"size":{"value":2,"random":true,"anim":{"enable":false,"speed":5,"size_min":35,"sync":false}},"line_linked":{"enable":true,"distance":150,"color":"#bdbdbd","opacity":0.4,"width":1},"move":{"enable":true,"speed":6,"direction":"none","random":false,"straight":false,"out_mode":"out","attract":{"enable":false,"rotateX":600,"rotateY":1200}}},"interactivity":{"detect_on":"canvas","events":{"onhover":{"enable":false,"mode":"repulse"},"onclick":{"enable":false,"mode":"push"},"resize":true},"modes":{"grab":{"distance":400,"line_linked":{"opacity":1}},"bubble":{"distance":200,"size":0,"duration":2,"opacity":0,"speed":2},"repulse":{"distance":150},"push":{"particles_nb":4},"remove":{"particles_nb":2}}},"retina_detect":true});});});</script></div><div id="sp-yyjqjl" class="sp-el-row sm:sp-flex sp-w-full sp-m-auto sp-flex-row sp-justify-start"><div id="sp-k0d9yd" class="sp-el-col sp-w-full sm:sp-flex sp-flex-col sp-justify-center"><h1 id="sp-iex9er" class="sp-css-target sp-el-block sp-headline-block-iex9er sp-type-header">Revolutionizing Structural Design with Flextegrity</h1></div></div><div id="sp-f0e5ir" class="sp-el-row sm:sp-flex sp-w-full sp-m-auto sp-flex-row sp-items-center"><div id="sp-h4biw8" class="sp-el-col sp-w-full"><h4 id="sp-vt1s4y" class="sp-css-target sp-el-block sp-headline-block-vt1s4y sp-type-header">Explore the groundbreaking work of Sam Lanahan, inspired by Buckminster Fuller</h4><div id="sp-gfbqc2" class="sp-css-target sp-text-wrapper sp-el-block sp-text-block-style sp-text-wrapper-gfbqc2"><p>Sam Lanahan, mentored by the renowned architect Buckminster Fuller, has revolutionized structural design with his invention, Flextegrity. Drawing inspiration from Fuller's tensegrity principles, Lanahan pushed the boundaries by introducing curved compression members. His exploration led to the creation of Flextegrity, a pioneering material that combines lightness, strength, and versatility. This ground-breaking material is reshaping various fields, from architecture to product design, making Lanahan a significant figure in contemporary structural design.</p></div></div><div id="sp-tur38y" class="sp-el-col sp-w-full"><div id="sp-fbps98" class="sp-video-control sp-flex sp-el-block"><div class="sp-video-wrapper sp-video-block-fbps98" id="sp-amcu2ik48c"><div class="sp-video-responsive"><div class="rll-youtube-player" data-src="https://www.youtube.com/embed/HSSj6zl-KxI" data-id="HSSj6zl-KxI" data-query=""></div><noscript><iframe width="560" height="315" src="https://www.youtube.com/embed/HSSj6zl-KxI" frameborder="0" allowfullscreen="allowfullscreen"></iframe></noscript></div></div></div></div></div><div id="sp-uy1r7a" class="sp-el-row sm:sp-flex sp-w-full sp-m-auto sp-justify-between"><div id="sp-fp9gz4" class="sp-el-col sp-w-full sm:sp-flex sp-flex-row sp-justify-center"><div id="sp-button-parent-dgiuyx" class="sp-button-wrapper sp-el-block"><a href="/about/the-inventor-sam-lanahan/" id="sp-dgiuyx" target="" rel="" class="sp-button sp-css-target sp-text-center sp-inline-block sp-leading-none sp-button-dgiuyx"><span>About Sam Lanahan</span></a></div><div id="sp-button-parent-ovyu2a" class="sp-button-wrapper sp-el-block"><a href="/about/buckminster-fuller/" id="sp-ovyu2a" target="" rel="" class="sp-button sp-css-target sp-text-center sp-inline-block sp-leading-none sp-button-ovyu2a"><span>About Buckminster Fuller</span></a></div></div></div></section><section id="sp-mrzqmu" class="sp-el-section"><div id="sp-jq5i5e" class="sp-el-row sm:sp-flex sp-w-full sp-m-auto sp-justify-between"><div id="sp-gs0y3z" class="sp-el-col sp-w-full"><h2 id="sp-auuwpb" class="sp-css-target sp-el-block sp-headline-block-auuwpb sp-type-header">Flextegrity – Radically Simple yet Elegant Technology</h2><div id="sp-lbkval" class="sp-css-target sp-text-wrapper sp-el-block sp-text-block-style sp-text-wrapper-lbkval"><p>Flextegrity, conceived by Sam Lanahan, is a transformative development in structural design, inspired by Buckminster Fuller's principles. This novel technology is based on the concept of an omni-axial, interconnected array of compression and tension elements.</p> <p>Flextegrity represents a shift from traditional frameworks. Its design leverages the icosahedron, a 20-sided polyhedron, using "curved" compression members in their construction. The real innovation lies in the strategic placement of interconnecting elements which restrain the twelve degrees of freedom. This arrangement creates a discontinuous compression in a tensile matrix.</p> <p>The applications of Flextegrity are vast and varied. Its lightweight yet robust structure holds significant potential for revolutionizing architecture, infrastructure, and product design, among others. Its geometric configuration is versatile, scalable, and can be adapted to serve myriad purposes.</p></div></div></div><div id="sp-cp9jh4" class="sp-el-row sm:sp-flex sp-w-full sp-m-auto sp-justify-between"><div id="sp-flmxjt" class="sp-el-col sp-w-full sm:sp-flex sp-flex-row sp-justify-center"><div id="sp-button-parent-kqveis" class="sp-button-wrapper sp-el-block"><a href="/about/flextegrity-technology-foundation/" id="sp-kqveis" target="" rel="" class="sp-button sp-css-target sp-text-center sp-inline-block sp-leading-none sp-button-kqveis"><span>About Flextegrity</span></a></div><div id="sp-button-parent-fp3vgi" class="sp-button-wrapper sp-el-block"><a href="/wp-content/uploads/2019/11/C6XTY-WhitePaper-ra1.pdf" id="sp-fp3vgi" target="_blank" rel="" class="sp-button sp-css-target sp-text-center sp-inline-block sp-leading-none sp-button-fp3vgi"><span>Get the C6XTY White Paper</span></a></div></div></div></section><section id="sp-xe8bfz" class="sp-el-section"><div id="sp-acv644" class="sp-el-row sm:sp-flex sp-w-full sp-m-auto sp-justify-between"><div id="sp-g8quez" class="sp-el-col sp-w-full"><figure id="sp-rpd4hy" class="sp-image-wrapper sp-el-block"><div><span><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202560%201798'%3E%3C/svg%3E" alt="" width="2560" height="1798" data-lazy-srcset=" https://c6xty.com/wp-content/uploads/2020/01/smiling-inside-wave-3-150x150.jpg 150w, https://c6xty.com/wp-content/uploads/2020/01/smiling-inside-wave-3-300x211.jpg 300w, https://c6xty.com/wp-content/uploads/2020/01/smiling-inside-wave-3-1024x719.jpg 1024w, https://c6xty.com/wp-content/uploads/2020/01/smiling-inside-wave-3-scaled.jpg 2560w" class="sp-image-block-rpd4hy" id="sp-pw618vzpo7" data-lazy-src="https://c6xty.com/wp-content/uploads/2020/01/smiling-inside-wave-3-scaled.jpg"><noscript><img src="https://c6xty.com/wp-content/uploads/2020/01/smiling-inside-wave-3-scaled.jpg" alt="" width="2560" height="1798" srcset=" https://c6xty.com/wp-content/uploads/2020/01/smiling-inside-wave-3-150x150.jpg 150w, https://c6xty.com/wp-content/uploads/2020/01/smiling-inside-wave-3-300x211.jpg 300w, https://c6xty.com/wp-content/uploads/2020/01/smiling-inside-wave-3-1024x719.jpg 1024w, https://c6xty.com/wp-content/uploads/2020/01/smiling-inside-wave-3-scaled.jpg 2560w" class="sp-image-block-rpd4hy" id="sp-pw618vzpo7"></noscript></span></div></figure></div><div id="sp-fj465r" class="sp-el-col sp-w-full sm:sp-flex sp-flex-col sp-justify-center"><h3 id="sp-zj8ar9" class="sp-css-target sp-el-block sp-headline-block-zj8ar9 sp-type-header">We're Creating Stronger Materials and Lighter Structures by Using Nature's Geometry.</h3><div id="sp-exlv5o" class="sp-css-target sp-text-wrapper sp-el-block sp-text-block-style sp-text-wrapper-exlv5o"><p>Flextegrity's strength lies in its innovative geometric configuration that blends the robustness of triangulation with the integrity of tensional continuity. This design principle allows Flextegrity materials to exhibit both remarkable tensile and compressive resilience, providing durability and longevity in various applications. Whether it's facing the pressures of a construction site or the stresses of a stormwater management system, Flextegrity stands strong.</p></div></div></div><div id="sp-lcyped" class="sp-el-row sm:sp-flex sp-w-full sp-m-auto sp-justify-between"><div id="sp-gbnlpy" class="sp-el-col sp-w-full sm:sp-flex sp-flex-col sp-justify-center"><h4 id="sp-elxo7n" class="sp-css-target sp-el-block sp-headline-block-elxo7n sp-type-header">Redefining Lightweight Strength: Harness the Power of Flextegrity's Ingenious Material Design</h4><div id="sp-edttsn" class="sp-css-target sp-text-wrapper sp-el-block sp-text-block-style sp-text-wrapper-edttsn"><p>The unique architecture of Flextegrity materials facilitates an extraordinary lightness without compromising structural integrity. This lightweight nature not only reduces transport and handling costs but also offers advantages in applications where weight is a critical factor, such as in aerospace, automotive, and infrastructure projects. The adaptability of Flextegrity's weight-to-performance ratio opens up a wide array of possibilities across numerous industries.</p></div></div><div id="sp-csijvg" class="sp-el-col sp-w-full"><figure id="sp-zdvnyu" class="sp-image-wrapper sp-el-block"><div><span><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20427'%3E%3C/svg%3E" alt="" width="640" height="427" data-lazy-srcset=" https://c6xty.com/wp-content/uploads/2017/03/sam-lanahan-stage-c6xty-17164FT_c15-20-150x150.jpg 150w, https://c6xty.com/wp-content/uploads/2017/03/sam-lanahan-stage-c6xty-17164FT_c15-20-300x200.jpg 300w, https://c6xty.com/wp-content/uploads/2017/03/sam-lanahan-stage-c6xty-17164FT_c15-20.jpg 640w" class="sp-image-block-zdvnyu" id="sp-88250s1ay8" data-lazy-src="https://c6xty.com/wp-content/uploads/2017/03/sam-lanahan-stage-c6xty-17164FT_c15-20.jpg"><noscript><img src="https://c6xty.com/wp-content/uploads/2017/03/sam-lanahan-stage-c6xty-17164FT_c15-20.jpg" alt="" width="640" height="427" srcset=" https://c6xty.com/wp-content/uploads/2017/03/sam-lanahan-stage-c6xty-17164FT_c15-20-150x150.jpg 150w, https://c6xty.com/wp-content/uploads/2017/03/sam-lanahan-stage-c6xty-17164FT_c15-20-300x200.jpg 300w, https://c6xty.com/wp-content/uploads/2017/03/sam-lanahan-stage-c6xty-17164FT_c15-20.jpg 640w" class="sp-image-block-zdvnyu" id="sp-88250s1ay8"></noscript></span></div></figure></div></div><div id="sp-ljrb30" class="sp-el-row sm:sp-flex sp-w-full sp-m-auto sp-justify-between"><div id="sp-mizhd5" class="sp-el-col sp-w-full"><figure id="sp-tf8djl" class="sp-image-wrapper sp-el-block"><div><span><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20474'%3E%3C/svg%3E" alt="" width="500" height="474" data-lazy-srcset=" https://c6xty.com/wp-content/uploads/2017/03/main149-1-150x150.jpg 150w, https://c6xty.com/wp-content/uploads/2017/03/main149-1-300x284.jpg 300w, https://c6xty.com/wp-content/uploads/2017/03/main149-1.jpg 500w" class="sp-image-block-tf8djl" id="sp-7t1mgnh5se" data-lazy-src="https://c6xty.com/wp-content/uploads/2017/03/main149-1.jpg"><noscript><img src="https://c6xty.com/wp-content/uploads/2017/03/main149-1.jpg" alt="" width="500" height="474" srcset=" https://c6xty.com/wp-content/uploads/2017/03/main149-1-150x150.jpg 150w, https://c6xty.com/wp-content/uploads/2017/03/main149-1-300x284.jpg 300w, https://c6xty.com/wp-content/uploads/2017/03/main149-1.jpg 500w" class="sp-image-block-tf8djl" id="sp-7t1mgnh5se"></noscript></span></div></figure></div><div id="sp-eaosbg" class="sp-el-col sp-w-full sm:sp-flex sp-flex-col sp-justify-center"><h4 id="sp-c1iban" class="sp-css-target sp-el-block sp-headline-block-c1iban sp-type-header">Revolutionizing Versatility: Flextegrity's Modular Approach to Structural Innovation</h4><div id="sp-i676ka" class="sp-css-target sp-text-wrapper sp-el-block sp-text-block-style sp-text-wrapper-i676ka"><p>With its modular design, Flextegrity showcases unprecedented versatility. Its applications range from civil engineering and stormwater management to disaster-resistant building technologies and beyond. Its ability to be integrated into various configurations and adapt to different structural needs makes Flextegrity a game-changer in structural design, offering transformative solutions to myriad challenges across industries.</p></div></div></div><div id="sp-equyzu" class="sp-el-row sm:sp-flex sp-w-full sp-m-auto sp-justify-between"><div id="sp-rcex3e" class="sp-el-col sp-w-full sm:sp-flex sp-flex-col sp-justify-center"><h4 id="sp-yyez0k" class="sp-css-target sp-el-block sp-headline-block-yyez0k sp-type-header">Commitment to the Future: Sustainability Embedded in Flextegrity's Design Philosophy</h4><div id="sp-oyp46t" class="sp-css-target sp-text-wrapper sp-el-block sp-text-block-style sp-text-wrapper-oyp46t"><p>Sustainability is a cornerstone of Flextegrity's design philosophy. The optimization of geometry allows the material to leverage the maximum potential of raw materials, reducing waste and promoting efficiency. In a world where sustainability is becoming a necessity, Flextegrity offers a forward-thinking solution for resource usage, setting the stage for a more sustainable future in material design.</p></div></div><div id="sp-gkjghd" class="sp-el-col sp-w-full"><figure id="sp-eon6si" class="sp-image-wrapper sp-el-block"><div><span><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202560%201792'%3E%3C/svg%3E" alt="" width="2560" height="1792" data-lazy-srcset=" https://c6xty.com/wp-content/uploads/2020/01/Sam-standing-on-sidewalk-model-in-gallery-3-150x150.jpg 150w, https://c6xty.com/wp-content/uploads/2020/01/Sam-standing-on-sidewalk-model-in-gallery-3-300x210.jpg 300w, https://c6xty.com/wp-content/uploads/2020/01/Sam-standing-on-sidewalk-model-in-gallery-3-1024x717.jpg 1024w, https://c6xty.com/wp-content/uploads/2020/01/Sam-standing-on-sidewalk-model-in-gallery-3-scaled.jpg 2560w" class="sp-image-block-eon6si" id="sp-j9w2gniywq" data-lazy-src="https://c6xty.com/wp-content/uploads/2020/01/Sam-standing-on-sidewalk-model-in-gallery-3-scaled.jpg"><noscript><img src="https://c6xty.com/wp-content/uploads/2020/01/Sam-standing-on-sidewalk-model-in-gallery-3-scaled.jpg" alt="" width="2560" height="1792" srcset=" https://c6xty.com/wp-content/uploads/2020/01/Sam-standing-on-sidewalk-model-in-gallery-3-150x150.jpg 150w, https://c6xty.com/wp-content/uploads/2020/01/Sam-standing-on-sidewalk-model-in-gallery-3-300x210.jpg 300w, https://c6xty.com/wp-content/uploads/2020/01/Sam-standing-on-sidewalk-model-in-gallery-3-1024x717.jpg 1024w, https://c6xty.com/wp-content/uploads/2020/01/Sam-standing-on-sidewalk-model-in-gallery-3-scaled.jpg 2560w" class="sp-image-block-eon6si" id="sp-j9w2gniywq"></noscript></span></div></figure></div></div></section><section id="sp-sb3mf9" class="sp-el-section"><div id="sp-wg72y6" class="sp-el-row sm:sp-flex sp-w-full sp-m-auto sp-justify-between"><div id="sp-pj7uqh" class="sp-el-col sp-w-full"><h2 id="gzm4fj" class="sp-css-target sp-el-block sp-headline-block-gzm4fj sp-type-header mce-content-body html4-captions">Explore Applications</h2><div id="sp-t99fne" class="sp-posts-block-wrapper sp-el-block sp-posts-block-t99fne"><div class="sp-posts-shortcode"><div class="sp-custom-grid sp-custom-gap-4 sp-custom-grid-cols-3"> <div class="sp-posts-single-block"><div class="sp-container"><a href="https://c6xty.com/stay-prepared-for-earthquakes/" class="sp-posts-image-link sp-inline-block"><img width="394" height="368" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20394%20368'%3E%3C/svg%3E" class="sp-posts-image wp-post-image" alt="Stay Prepared For Earthquakes With Proper Measures" decoding="async" data-lazy-srcset="https://c6xty.com/wp-content/uploads/2020/05/Foundation3a.jpg 394w, https://c6xty.com/wp-content/uploads/2020/05/Foundation3a-300x280.jpg 300w" data-lazy-sizes="auto, (max-width: 394px) 100vw, 394px" title="Stay Prepared For Earthquakes With Proper Measures 1" data-lazy-src="https://c6xty.com/wp-content/uploads/2020/05/Foundation3a.jpg"><noscript><img width="394" height="368" src="https://c6xty.com/wp-content/uploads/2020/05/Foundation3a.jpg" class="sp-posts-image wp-post-image" alt="Stay Prepared For Earthquakes With Proper Measures" loading="lazy" decoding="async" srcset="https://c6xty.com/wp-content/uploads/2020/05/Foundation3a.jpg 394w, https://c6xty.com/wp-content/uploads/2020/05/Foundation3a-300x280.jpg 300w" sizes="auto, (max-width: 394px) 100vw, 394px" title="Stay Prepared For Earthquakes With Proper Measures 1"></noscript></a></div><a href="https://c6xty.com/stay-prepared-for-earthquakes/"><div class="sp-container sp-posts-text sp-py-2"><h4 class="sp-pt-2 sp-posts-block-title">Stay Prepared For Earthquakes With Proper Measures</h4></div></a><div class="sp-container sp-posts-text sp-py-2 sp-posts-block-excerpt">We all know that natural disasters are sudden and dangerously powerful. There are many factors that make natural disasters a…</div><div class="sp-container sp-posts-text sp-py-2 sp-posts-block-read-more"><a href="https://c6xty.com/stay-prepared-for-earthquakes/">Continue Reading →</a></div></div><div class="sp-posts-single-block"><div class="sp-container"><a href="https://c6xty.com/bio-sensitive-pipe-support/" class="sp-posts-image-link sp-inline-block"><img width="400" height="309" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20309'%3E%3C/svg%3E" class="sp-posts-image wp-post-image" alt="Soil Stabilized Pipe Support Solutions" decoding="async" data-lazy-srcset="https://c6xty.com/wp-content/uploads/2017/03/PipeSupport.jpg 400w, https://c6xty.com/wp-content/uploads/2017/03/PipeSupport-300x232.jpg 300w" data-lazy-sizes="auto, (max-width: 400px) 100vw, 400px" title="Soil Stabilized Pipe Support Solutions 3" data-lazy-src="https://c6xty.com/wp-content/uploads/2017/03/PipeSupport.jpg"><noscript><img width="400" height="309" src="https://c6xty.com/wp-content/uploads/2017/03/PipeSupport.jpg" class="sp-posts-image wp-post-image" alt="Soil Stabilized Pipe Support Solutions" loading="lazy" decoding="async" srcset="https://c6xty.com/wp-content/uploads/2017/03/PipeSupport.jpg 400w, https://c6xty.com/wp-content/uploads/2017/03/PipeSupport-300x232.jpg 300w" sizes="auto, (max-width: 400px) 100vw, 400px" title="Soil Stabilized Pipe Support Solutions 3"></noscript></a></div><a href="https://c6xty.com/bio-sensitive-pipe-support/"><div class="sp-container sp-posts-text sp-py-2"><h4 class="sp-pt-2 sp-posts-block-title">Soil Stabilized Pipe Support Solutions</h4></div></a><div class="sp-container sp-posts-text sp-py-2 sp-posts-block-excerpt">In this article we will explain about the contribution of Flextegrity to Bio sensitive pipe support for soil stabilization. Flextegrity’s…</div><div class="sp-container sp-posts-text sp-py-2 sp-posts-block-read-more"><a href="https://c6xty.com/bio-sensitive-pipe-support/">Continue Reading →</a></div></div><div class="sp-posts-single-block"><div class="sp-container"><a href="https://c6xty.com/structurally-optimized-geometry-derived-nature/" class="sp-posts-image-link sp-inline-block"><img width="1024" height="628" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20628'%3E%3C/svg%3E" class="sp-posts-image wp-post-image" alt="Structurally Optimized Geometry Derived from Nature" decoding="async" data-lazy-srcset="https://c6xty.com/wp-content/uploads/2017/03/c6xty-soccer-banner-tall-1024x628.jpg 1024w, https://c6xty.com/wp-content/uploads/2017/03/c6xty-soccer-banner-tall-300x184.jpg 300w, https://c6xty.com/wp-content/uploads/2017/03/c6xty-soccer-banner-tall-768x471.jpg 768w, https://c6xty.com/wp-content/uploads/2017/03/c6xty-soccer-banner-tall.jpg 1100w" data-lazy-sizes="auto, (max-width: 1024px) 100vw, 1024px" title="Structurally Optimized Geometry Derived from Nature 8" data-lazy-src="https://c6xty.com/wp-content/uploads/2017/03/c6xty-soccer-banner-tall-1024x628.jpg"><noscript><img width="1024" height="628" src="https://c6xty.com/wp-content/uploads/2017/03/c6xty-soccer-banner-tall-1024x628.jpg" class="sp-posts-image wp-post-image" alt="Structurally Optimized Geometry Derived from Nature" loading="lazy" decoding="async" srcset="https://c6xty.com/wp-content/uploads/2017/03/c6xty-soccer-banner-tall-1024x628.jpg 1024w, https://c6xty.com/wp-content/uploads/2017/03/c6xty-soccer-banner-tall-300x184.jpg 300w, https://c6xty.com/wp-content/uploads/2017/03/c6xty-soccer-banner-tall-768x471.jpg 768w, https://c6xty.com/wp-content/uploads/2017/03/c6xty-soccer-banner-tall.jpg 1100w" sizes="auto, (max-width: 1024px) 100vw, 1024px" title="Structurally Optimized Geometry Derived from Nature 8"></noscript></a></div><a href="https://c6xty.com/structurally-optimized-geometry-derived-nature/"><div class="sp-container sp-posts-text sp-py-2"><h4 class="sp-pt-2 sp-posts-block-title">Structurally Optimized Geometry Derived from Nature</h4></div></a><div class="sp-container sp-posts-text sp-py-2 sp-posts-block-excerpt">We can create entirely new categories of materials and structures that are both strong / lightweight and accomplish the important…</div><div class="sp-container sp-posts-text sp-py-2 sp-posts-block-read-more"><a href="https://c6xty.com/structurally-optimized-geometry-derived-nature/">Continue Reading →</a></div></div><div class="sp-posts-single-block"><div class="sp-container"><a href="https://c6xty.com/stormwater-management/" class="sp-posts-image-link sp-inline-block"><img width="450" height="268" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20450%20268'%3E%3C/svg%3E" class="sp-posts-image wp-post-image" alt="Roadways/Bridges/ Stormwater Management" decoding="async" data-lazy-srcset="https://c6xty.com/wp-content/uploads/2017/03/main73.jpg 450w, https://c6xty.com/wp-content/uploads/2017/03/main73-300x179.jpg 300w" data-lazy-sizes="auto, (max-width: 450px) 100vw, 450px" title="Roadways/Bridges/ Stormwater Management 9" data-lazy-src="https://c6xty.com/wp-content/uploads/2017/03/main73.jpg"><noscript><img width="450" height="268" src="https://c6xty.com/wp-content/uploads/2017/03/main73.jpg" class="sp-posts-image wp-post-image" alt="Roadways/Bridges/ Stormwater Management" loading="lazy" decoding="async" srcset="https://c6xty.com/wp-content/uploads/2017/03/main73.jpg 450w, https://c6xty.com/wp-content/uploads/2017/03/main73-300x179.jpg 300w" sizes="auto, (max-width: 450px) 100vw, 450px" title="Roadways/Bridges/ Stormwater Management 9"></noscript></a></div><a href="https://c6xty.com/stormwater-management/"><div class="sp-container sp-posts-text sp-py-2"><h4 class="sp-pt-2 sp-posts-block-title">Roadways/Bridges/ Stormwater Management</h4></div></a><div class="sp-container sp-posts-text sp-py-2 sp-posts-block-excerpt">From roads to bridges, stormwater is something that can wreak havoc if the problem is not dealt with immediately. In…</div><div class="sp-container sp-posts-text sp-py-2 sp-posts-block-read-more"><a href="https://c6xty.com/stormwater-management/">Continue Reading →</a></div></div><div class="sp-posts-single-block"><div class="sp-container"><a href="https://c6xty.com/intelligent-streets-sidewalks/" class="sp-posts-image-link sp-inline-block"><img width="500" height="358" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20358'%3E%3C/svg%3E" class="sp-posts-image wp-post-image" alt="Intelligent Streets & Sidewalks" decoding="async" data-lazy-srcset="https://c6xty.com/wp-content/uploads/2017/03/main182.jpg 500w, https://c6xty.com/wp-content/uploads/2017/03/main182-300x215.jpg 300w" data-lazy-sizes="auto, (max-width: 500px) 100vw, 500px" title="Intelligent Streets & Sidewalks 10" data-lazy-src="https://c6xty.com/wp-content/uploads/2017/03/main182.jpg"><noscript><img width="500" height="358" src="https://c6xty.com/wp-content/uploads/2017/03/main182.jpg" class="sp-posts-image wp-post-image" alt="Intelligent Streets & Sidewalks" loading="lazy" decoding="async" srcset="https://c6xty.com/wp-content/uploads/2017/03/main182.jpg 500w, https://c6xty.com/wp-content/uploads/2017/03/main182-300x215.jpg 300w" sizes="auto, (max-width: 500px) 100vw, 500px" title="Intelligent Streets & Sidewalks 10"></noscript></a></div><a href="https://c6xty.com/intelligent-streets-sidewalks/"><div class="sp-container sp-posts-text sp-py-2"><h4 class="sp-pt-2 sp-posts-block-title">Intelligent Streets & Sidewalks</h4></div></a><div class="sp-container sp-posts-text sp-py-2 sp-posts-block-excerpt">Just imagine how amazing you will feel when every street you walk has smart and intelligent features. From strong pavement…</div><div class="sp-container sp-posts-text sp-py-2 sp-posts-block-read-more"><a href="https://c6xty.com/intelligent-streets-sidewalks/">Continue Reading →</a></div></div><div class="sp-posts-single-block"><div class="sp-container"><a href="https://c6xty.com/artificial-reef/" class="sp-posts-image-link sp-inline-block"><img width="500" height="375" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20375'%3E%3C/svg%3E" class="sp-posts-image wp-post-image" alt="Artificial Reef" decoding="async" data-lazy-srcset="https://c6xty.com/wp-content/uploads/2017/03/main177.jpg 500w, https://c6xty.com/wp-content/uploads/2017/03/main177-300x225.jpg 300w" data-lazy-sizes="auto, (max-width: 500px) 100vw, 500px" title="Artificial Reef 11" data-lazy-src="https://c6xty.com/wp-content/uploads/2017/03/main177.jpg"><noscript><img width="500" height="375" src="https://c6xty.com/wp-content/uploads/2017/03/main177.jpg" class="sp-posts-image wp-post-image" alt="Artificial Reef" loading="lazy" decoding="async" srcset="https://c6xty.com/wp-content/uploads/2017/03/main177.jpg 500w, https://c6xty.com/wp-content/uploads/2017/03/main177-300x225.jpg 300w" sizes="auto, (max-width: 500px) 100vw, 500px" title="Artificial Reef 11"></noscript></a></div><a href="https://c6xty.com/artificial-reef/"><div class="sp-container sp-posts-text sp-py-2"><h4 class="sp-pt-2 sp-posts-block-title">Artificial Reef</h4></div></a><div class="sp-container sp-posts-text sp-py-2 sp-posts-block-excerpt">Think about a strong, bio-friendly, and open-architecture that supports the life of flora and fauna. When the artificial reef is…</div><div class="sp-container sp-posts-text sp-py-2 sp-posts-block-read-more"><a href="https://c6xty.com/artificial-reef/">Continue Reading →</a></div></div> </div></div></div><div id="sp-button-parent-f3fxtp" class="sp-button-wrapper sp-el-block"><a href="/category/apps/" id="sp-f3fxtp" target="" rel="" class="sp-button sp-css-target sp-text-center sp-inline-block sp-leading-none sp-button-f3fxtp"><span>View More</span></a></div></div></div></section><section id="sp-puubit" class="sp-el-section"><div id="sp-p4yo1m" class="sp-el-row sm:sp-flex sp-w-full sp-m-auto sp-justify-between"><div id="sp-g1rppq" class="sp-el-col sp-w-full"><h2 id="sp-eivc84" class="sp-css-target sp-el-block sp-headline-block-eivc84 sp-type-header">Contact Us</h2><div id="sp-rankch" class="sp-css-target sp-text-wrapper sp-el-block sp-text-block-style sp-text-wrapper-rankch"><div class="headline" id="sp-3j9fjv7qlk">Consult with us on how to utilize C6XTY.</div> <div class="desc" id="sp-0it64905g9">We will guide you to full implementation of the incredible geometric advantages of using C6XTY within your structures</div></div><div id="sp-fibflc" class="sp-el-block sp-shortcode-block-fibflc sp-shortcode-wrapper"><span><div class=""><script type="rocketlazyloadscript" data-rocket-type="text/javascript">var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==n?t.apply(null,r):r[0]=t.apply(null,r)})),"filter"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}});</script> <div class='gf_browser_unknown gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_1' > <div class='gform_heading'> <p class='gform_description'></p> </div><form method='post' enctype='multipart/form-data' id='gform_1' action='/' data-formid='1' novalidate> <div class='gform-body gform_body'><div id='gform_fields_1' class='gform_fields top_label form_sublabel_below description_below'><fieldset id="field_1_1" class="gfield gfield--type-name gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_1_1"><legend class='gfield_label gform-field-label gfield_label_before_complex' >Name<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></legend><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_1_1'> <span id='input_1_1_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' > <input type='text' name='input_1.3' id='input_1_1_3' value='' aria-required='true' /> <label for='input_1_1_3' class='gform-field-label gform-field-label--type-sub '>First</label> </span> <span id='input_1_1_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' > <input type='text' name='input_1.6' id='input_1_1_6' value='' aria-required='true' /> <label for='input_1_1_6' class='gform-field-label gform-field-label--type-sub '>Last</label> </span> </div></fieldset><div id="field_1_3" class="gfield gfield--type-email gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_1_3"><label class='gfield_label gform-field-label' for='input_1_3' >Email<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_email'> <input name='input_3' id='input_1_3' type='email' value='' class='large' aria-required="true" aria-invalid="false" /> </div></div><div id="field_1_4" class="gfield gfield--type-phone gfield--width-half field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_1_4"><label class='gfield_label gform-field-label' for='input_1_4' >Phone</label><div class='ginput_container ginput_container_phone'><input name='input_4' id='input_1_4' type='tel' value='' class='large' aria-invalid="false" /></div></div><div id="field_1_5" class="gfield gfield--type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_1_5"><label class='gfield_label gform-field-label' for='input_1_5' >How can we help?</label><div class='ginput_container ginput_container_textarea'><textarea name='input_5' id='input_1_5' class='textarea large' aria-invalid="false" rows='10' cols='50'></textarea></div></div></div></div> <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_1' class='gform_button button gform-button--width-full' value='Submit' onclick='if(window["gf_submitting_1"]){return false;} if( !jQuery("#gform_1")[0].checkValidity || jQuery("#gform_1")[0].checkValidity()){window["gf_submitting_1"]=true;} ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_1"]){return false;} if( !jQuery("#gform_1")[0].checkValidity || jQuery("#gform_1")[0].checkValidity()){window["gf_submitting_1"]=true;} jQuery("#gform_1").trigger("submit",[true]); }' /> <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' /> <input type='hidden' class='gform_hidden' name='gform_submit' value='1' /> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> <input type='hidden' class='gform_hidden' name='state_1' value='WyJbXSIsIjgyNzA1MzBhMDI0YjY5ODNkYjEzN2NkZjliOTg3ZTM4Il0=' /> <input type='hidden' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' /> <input type='hidden' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' /> <input type='hidden' name='gform_field_values' value='' /> </div> </form> </div><script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() { gform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https://c6xty.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https://c6xty.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}, 50);}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [1, current_page]);gform.utils.trigger({ event: 'gform/postRender', native: false, data: { formId: 1, currentPage: current_page } });} );} ); });</script> </div></span></div></div></div></section><section id="sp-zvcuoh" class="sp-el-section"><div id="sp-xdn0ul" class="sp-el-row sm:sp-flex sp-w-full sp-m-auto sp-justify-between"><div id="sp-av3bl3" class="sp-el-col sp-w-full"><div id="sp-r7zxtz" class="sp-css-target sp-text-wrapper sp-el-block sp-text-wrapper-r7zxtz"><p>© 2023 C6XTY. All Rights Reserved.</p> <p> </p> <p><span id="sp-v1geccuqj5"><a href="https://goodcreations.com/" target="_blank" rel="noopener" id="sp-bkyh2y92lc">Web Design by Good Creations</a></span></p></div></div></div></section> <script type="rocketlazyloadscript" data-rocket-src="https://c6xty.com/wp-content/plugins/seedprod-coming-soon-pro-5/public/js/tsparticles.min.js?ver=6.15.13.1" id="seedprod-tsparticles-js-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://c6xty.com/wp-content/plugins/seedprod-coming-soon-pro-5/public/js/sp-scripts.min.js?ver=6.15.13.1" id="seedprod-scripts-js" defer></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:\/\/c6xty.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 type="rocketlazyloadscript" data-rocket-src="https://c6xty.com/wp-includes/js/comment-reply.min.js?ver=6.7.2" id="comment-reply-js" async data-wp-strategy="async"></script> <script type="rocketlazyloadscript" data-rocket-src="https://c6xty.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381" id="wp-dom-ready-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://c6xty.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://c6xty.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="rocketlazyloadscript" id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script type="rocketlazyloadscript" data-rocket-src="https://c6xty.com/wp-includes/js/dist/a11y.min.js?ver=3156534cc54473497e14" id="wp-a11y-js" defer></script> <script type="rocketlazyloadscript" defer='defer' data-rocket-src="https://c6xty.com/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=2.7.17" id="gform_json-js"></script> <script id="gform_gravityforms-js-extra"> var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}}; var gf_legacy_multi = []; var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/c6xty.com\/wp-content\/plugins\/gravityforms\/images"}}; var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/c6xty.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/c6xty.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"1d18790ad31c8aa3efd62dc9849be14c","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; </script> <script type="rocketlazyloadscript" defer='defer' data-rocket-src="https://c6xty.com/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=2.7.17" id="gform_gravityforms-js"></script> <script type="rocketlazyloadscript" defer='defer' data-rocket-src="https://c6xty.com/wp-content/plugins/gravityforms/js/jquery.maskedinput.min.js?ver=2.7.17" id="gform_masked_input-js"></script> <script type="rocketlazyloadscript" defer='defer' data-rocket-src="https://c6xty.com/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js?ver=59d951b75d934ae23e0ea7f9776264aa" id="gform_gravityforms_utils-js"></script> <script type="rocketlazyloadscript" defer='defer' data-rocket-src="https://c6xty.com/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js?ver=4ef53fe41c14a48b294541d9fc37387e" id="gform_gravityforms_theme_vendors-js"></script> <script id="gform_gravityforms_theme-js-extra"> var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"1d18790ad31c8aa3efd62dc9849be14c"}}},"hmr_dev":"","public_path":"https:\/\/c6xty.com\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/"}; </script> <script type="rocketlazyloadscript" defer='defer' data-rocket-src="https://c6xty.com/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js?ver=f4d12a887a23a8c5755fd2b956bc8fcf" id="gform_gravityforms_theme-js"></script> <script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() { gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 1) {jQuery('#input_1_4').mask('(999) 999-9999').bind('keypress', function(e){if(e.which == 13){jQuery(this).blur();} } ); jQuery( "#gform_1" ).on( 'submit', function( event ) { jQuery( '<input>' ) .attr( 'type', 'hidden' ) .attr( 'name', 'gf_zero_spam_key' ) .attr( 'value', 'h1n0WdC2tHCYCxvCbA8tgTWX0M1ftICHI3zQKbqDDN1wRyaDJPB2iRS74XmcstE5' ) .attr( 'autocomplete', 'new-password' ) .appendTo( jQuery( this ) ); } );} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); });</script> <script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() { gform.initializeOnLoaded( function() {jQuery(document).trigger('gform_post_render', [1, 1]);gform.utils.trigger({ event: 'gform/postRender', native: false, data: { formId: 1, currentPage: 1 } });} ); });</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://c6xty.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 type="rocketlazyloadscript"> var seedprod_api_url = "https://api.seedprod.com/v4/"; var seeprod_enable_recaptcha = 0; var sp_subscriber_callback_url = 'https://c6xty.com/wp-admin/admin-ajax.php?action=seedprod_pro_subscribe_callback&_wpnonce=181b0775fa'; </script> </body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->