@import"https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap";:root{--primary-color: #000000;--secondary-color: #ffffff;--text-primary: #000000;--text-secondary: #ffffff;--font-family-primary: "Inter", sans-serif;--font-family-secondary: "Inter", sans-serif;--color-white: #ffffff;--color-black: #000000;font-family:var(--font-family-primary);line-height:1.5;font-weight:400;font-size:10px;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html{overflow-y:auto;scrollbar-gutter:stable}body{margin:0;min-width:320px;min-height:100vh;font-size:1.6rem}section{padding:6rem 0}.hidden-mobile{display:none}@media (min-width: 768px){.hidden-mobile{display:block}}.text-center{text-align:center}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-secondary);margin-bottom:1rem;margin-top:0}h1{font-size:3.2em;line-height:1.1}h2{font-size:3rem}p{font-size:1.6rem;margin-bottom:1rem;margin-top:0}a{color:var(--primary-color-dark);text-decoration:inherit}a:hover{text-decoration:underline}a{text-decoration:none}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1.6rem;font-weight:600;font-family:inherit;background-color:var(--primary-color);border-color:var(--primary-color);border-width:2px;color:#fff;cursor:pointer;transition:background-color .25s}button a:hover{text-decoration:none}button:hover{color:var(--primary-color);background-color:transparent}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.button--small{font-size:1.2rem;padding:.6em 1.2em}.button--outline{background-color:transparent;border:2px solid var(--primary-color);color:var(--primary-color)}.button--outline-light{background-color:transparent;border:2px solid var(--color-light);color:var(--color-light)}.button--outline-light:hover{background-color:var(--color-light);color:var(--primary-color)}.button--primary{color:var(--color-light)}.container,[class^=col-]{padding-right:2rem;padding-left:2rem;width:100%;height:100%}.container{margin-right:auto;margin-left:auto}.row{display:block;margin-right:-2rem;margin-left:-2rem}.row-reverse{flex-direction:row-reverse}.col,.col-auto{max-width:100%}[class^=col-]{position:relative}.col{flex-basis:0;flex-grow:1}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 calc(100% / 12 * 1);max-width:calc(100% / 12 * 1)}.col-2{flex:0 0 calc(100% / 12 * 2);max-width:calc(100% / 12 * 2)}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 calc(100% / 12 * 4);max-width:calc(100% / 12 * 4)}.col-5{flex:0 0 calc(100% / 12 * 5);max-width:calc(100% / 12 * 5)}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 calc(100% / 12 * 7);max-width:calc(100% / 12 * 7)}.col-8{flex:0 0 calc(100% / 12 * 8);max-width:calc(100% / 12 * 8)}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 calc(100% / 12 * 10);max-width:calc(100% / 12 * 10)}.col-11{flex:0 0 calc(100% / 12 * 11);max-width:calc(100% / 12 * 11)}.col-12{flex:0 0 100%;max-width:100%}.no-gutters{margin-right:0;margin-left:0}.no-gutters>[class^=col-]{padding-right:0;padding-left:0}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.align-items-baseline{align-items:baseline}.align-items-stretch{align-items:stretch}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-0{margin-left:0%}.offset-1{margin-left:calc(100% / 12 * 1)}.offset-2{margin-left:calc(100% / 12 * 2)}.offset-3{margin-left:25%}.offset-4{margin-left:calc(100% / 12 * 4)}.offset-5{margin-left:calc(100% / 12 * 5)}.offset-6{margin-left:50%}.offset-7{margin-left:calc(100% / 12 * 7)}.offset-8{margin-left:calc(100% / 12 * 8)}.offset-9{margin-left:75%}.offset-10{margin-left:calc(100% / 12 * 10)}.offset-11{margin-left:calc(100% / 12 * 11)}.d-none{display:none!important}.d-flex{display:flex!important}.d-block{display:block!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.text-xs{font-size:1.2rem}.text-sm{font-size:1.4rem}.text-md{font-size:1.6rem}.text-lg{font-size:1.8rem}.text-xl{font-size:2rem}.text-2xl{font-size:2.2rem}.text-3xl{font-size:2.4rem}.text-4xl{font-size:2.8rem}.text-5xl{font-size:3rem}@media (min-width: 768px){.text-2xl{font-size:2.4rem}.text-3xl{font-size:2.8rem}.text-4xl{font-size:3.2rem}.text-5xl{font-size:3.6rem}}.bg-primary{background-color:var(--primary-color);color:var(--color-light)}.bg-secondary{background-color:var(--secondary-color);color:var(--color-light)}.bg-light{background-color:var(--color-light);color:var(--color-black)}.bg-dark{background-color:var(--color-black);color:var(--color-light)}.bg-white{background-color:var(--color-white);color:var(--color-black)}nav ul{display:flex;list-style:none;margin:0;padding:0;gap:2rem}nav ul a:hover{text-decoration:none}.elevate-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding:2rem 0}@media (min-width: 640px){.row{display:flex}.container{max-width:640px}.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 calc(100% / 12 * 1);max-width:calc(100% / 12 * 1)}.col-sm-2{flex:0 0 calc(100% / 12 * 2);max-width:calc(100% / 12 * 2)}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 calc(100% / 12 * 4);max-width:calc(100% / 12 * 4)}.col-sm-5{flex:0 0 calc(100% / 12 * 5);max-width:calc(100% / 12 * 5)}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 calc(100% / 12 * 7);max-width:calc(100% / 12 * 7)}.col-sm-8{flex:0 0 calc(100% / 12 * 8);max-width:calc(100% / 12 * 8)}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 calc(100% / 12 * 10);max-width:calc(100% / 12 * 10)}.col-sm-11{flex:0 0 calc(100% / 12 * 11);max-width:calc(100% / 12 * 11)}.col-sm-12{flex:0 0 100%;max-width:100%}.d-sm-none{display:none!important}.d-sm-flex{display:flex!important}.d-sm-block{display:block!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}}@media (min-width: 768px){.row{display:flex}.container{max-width:768px}.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 calc(100% / 12 * 1);max-width:calc(100% / 12 * 1)}.col-md-2{flex:0 0 calc(100% / 12 * 2);max-width:calc(100% / 12 * 2)}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 calc(100% / 12 * 4);max-width:calc(100% / 12 * 4)}.col-md-5{flex:0 0 calc(100% / 12 * 5);max-width:calc(100% / 12 * 5)}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 calc(100% / 12 * 7);max-width:calc(100% / 12 * 7)}.col-md-8{flex:0 0 calc(100% / 12 * 8);max-width:calc(100% / 12 * 8)}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 calc(100% / 12 * 10);max-width:calc(100% / 12 * 10)}.col-md-11{flex:0 0 calc(100% / 12 * 11);max-width:calc(100% / 12 * 11)}.col-md-12{flex:0 0 100%;max-width:100%}.d-md-none{display:none!important}.d-md-flex{display:flex!important}.d-md-block{display:block!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}}@media (min-width: 1024px){.container{max-width:1024px}.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 calc(100% / 12 * 1);max-width:calc(100% / 12 * 1)}.col-lg-2{flex:0 0 calc(100% / 12 * 2);max-width:calc(100% / 12 * 2)}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 calc(100% / 12 * 4);max-width:calc(100% / 12 * 4)}.col-lg-5{flex:0 0 calc(100% / 12 * 5);max-width:calc(100% / 12 * 5)}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 calc(100% / 12 * 7);max-width:calc(100% / 12 * 7)}.col-lg-8{flex:0 0 calc(100% / 12 * 8);max-width:calc(100% / 12 * 8)}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 calc(100% / 12 * 10);max-width:calc(100% / 12 * 10)}.col-lg-11{flex:0 0 calc(100% / 12 * 11);max-width:calc(100% / 12 * 11)}.col-lg-12{flex:0 0 100%;max-width:100%}.d-lg-none{display:none!important}.d-lg-flex{display:flex!important}.d-lg-block{display:block!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}}@media (min-width: 1280px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 calc(100% / 12 * 1);max-width:calc(100% / 12 * 1)}.col-xl-2{flex:0 0 calc(100% / 12 * 2);max-width:calc(100% / 12 * 2)}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 calc(100% / 12 * 4);max-width:calc(100% / 12 * 4)}.col-xl-5{flex:0 0 calc(100% / 12 * 5);max-width:calc(100% / 12 * 5)}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 calc(100% / 12 * 7);max-width:calc(100% / 12 * 7)}.col-xl-8{flex:0 0 calc(100% / 12 * 8);max-width:calc(100% / 12 * 8)}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 calc(100% / 12 * 10);max-width:calc(100% / 12 * 10)}.col-xl-11{flex:0 0 calc(100% / 12 * 11);max-width:calc(100% / 12 * 11)}.col-xl-12{flex:0 0 100%;max-width:100%}.d-xl-none{display:none!important}.d-xl-flex{display:flex!important}.d-xl-block{display:block!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}}:root{--primary-color: #9a2929;--primary-color-light: #bb3838;--secondary-color: #6a0000;--color-light: #fff8f8;--color-grey: #737070;--color-black: #000000;--text-primary: #000000;--text-secondary: #ffffff;--text-tertiary: #e0bcbc;--font-family-primary: "Josefin Sans", sans-serif;--font-family-secondary: "Montserrat", sans-serif}body{font-size:1.6rem;font-family:var(--font-family-primaryy)}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:transparent;transition:background-color .2s ease}.header .logo{margin:10px 0 0;padding:0}.header.scrolled{background-color:#ffffffe6;box-shadow:0 2px 10px #0000001a}.header.scrolled .logo{margin-top:0}.header.scrolled .logo svg{fill:var(--color-black);width:150px}.header.scrolled nav a{color:var(--color-black)}.logo-container{height:60px}.logo svg{fill:var(--color-light);transition:all .3s ease;width:150px}@media (min-width: 768px){.logo svg{width:200px}}.logo svg path{transform-origin:bottom}.logo:hover svg path:nth-child(1){animation:elevatePath .2s cubic-bezier(.25,.46,.45,.94) 0ms}.logo:hover svg path:nth-child(2){animation:elevatePath .2s cubic-bezier(.25,.46,.45,.94) 50ms}.logo:hover svg path:nth-child(3){animation:elevatePath .2s cubic-bezier(.25,.46,.45,.94) .1s}.logo:hover svg path:nth-child(4){animation:elevatePath .24s cubic-bezier(.25,.46,.45,.94) .15s}.logo:hover svg path:nth-child(5){animation:elevatePath .25s cubic-bezier(.25,.46,.45,.94) .2s}.logo:hover svg path:nth-child(6){animation:elevatePath .26s cubic-bezier(.25,.46,.45,.94) .25s}.logo:hover svg path:nth-child(7){animation:elevatePath .27s cubic-bezier(.25,.46,.45,.94) .3s}@keyframes elevatePath{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.main-nav a{font-weight:600;color:var(--color-light);position:relative;padding-bottom:6px}.main-nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--color-light);transition:width .3s ease}.main-nav a:hover:after{width:100%}.ai-visualization{position:relative;width:300px;height:300px}.ai-node{position:absolute;width:60px;height:60px;background:linear-gradient(135deg,#9a2929,#bb3838);border-radius:50%;box-shadow:0 4px 20px #9a29294d}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.6);opacity:1}}.ai-node-1{animation:pulse 3s ease-in-out infinite}.ai-node-2{animation:pulse 3s ease-in-out infinite .5s}.ai-node-3{animation:pulse 3s ease-in-out infinite 1s}.ai-node-4{animation:pulse 3s ease-in-out infinite 1.5s}.ai-connections{animation:rotate 20s linear infinite}.hero{padding-top:100px;min-height:80vh}@media (min-width: 768px){.hero{padding-top:0}}.hero-description{color:var(--text-tertiary);margin-bottom:20px}.stats-title{margin-bottom:20px}.stats-title-light{color:var(--primary-color)}.stats-row{padding:0 30px}@media (min-width: 768px){.stats-row{padding:0}}section{text-align:center}@media (min-width: 768px){section{text-align:left}}.section-title{margin-bottom:3rem}@media (min-width: 768px){.section-title{font-size:3.8rem}}.stats-section{background-color:#f9f9f9}.stat-number{font-family:var(--font-family-secondary);font-size:4rem;font-weight:700}.services-section{padding:5rem 0;background-color:var(--text-secondary)}.service-card{padding:2rem;border-radius:16px;background-color:#f9f9f9;height:100%;transition:all .3s ease;border:2px solid transparent}.service-card:hover{border:2px solid var(--primary-color);transform:translateY(-5px);box-shadow:0 10px 30px #9a29291a}.service-icon{margin-bottom:1rem}.service-title{margin-bottom:1rem;color:var(--secondary-color)}.service-description{margin-bottom:1.5rem}.service-benefits{list-style:none;padding:0}.service-benefit{margin-bottom:.5rem;position:relative}@media (min-width: 768px){.service-benefit{padding-left:1.5rem}.service-benefit:before{content:"✓";position:absolute;left:0;color:var(--primary-color)}}.division-card{background-color:var(--text-secondary);padding:3rem;border-radius:20px;box-shadow:0 10px 40px #0000000d;height:100%}.division-name{margin-bottom:1rem;color:var(--primary-color)}.division-subtitle{color:var(--color-grey);margin-bottom:1.5rem}.division-description{margin-bottom:1.5rem}.division-features{list-style:none;padding:0}.division-feature{margin-bottom:1rem}.division-feature-title{font-weight:700}.division-feature-desc{color:var(--color-grey)}.industry-section{padding:5rem 0;background-color:var(--color-light)}.industry-card{text-align:center;padding:2rem;background-color:var(--text-secondary);border-radius:12px;box-shadow:0 2px 10px #0000000d}.industry-icon{margin-bottom:1rem}.industry-name{margin-bottom:.5rem}.industry-desc{color:var(--color-grey)}.cta-section{padding:6rem 0;background-color:var(--primary-color);color:var(--text-secondary);text-align:center;position:relative;overflow:hidden}.cta-section h1,.cta-section h2,.cta-section h3,.cta-section h4,.cta-section h5,.cta-section h6,.cta-section p{color:var(--text-secondary)}.cta-background{position:absolute;top:-50%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(187,56,56,.3) 0%,transparent 70%);border-radius:50%;filter:blur(40px)}.cta-container{position:relative;z-index:1}.cta-title-bold{font-weight:700}.cta-description{max-width:800px;margin:0 auto 3rem;color:#ffffffe6}.cta-button{background-color:var(--text-secondary);color:var(--primary-color);border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.cta-button:hover{background-color:var(--color-light);transform:translateY(-2px)}.cta-stats{margin-top:2rem;color:#fffc}.footer{padding:3rem 0;background-color:var(--secondary-color);color:var(--text-secondary);text-align:center}.footer-tagline{font-size:1.2rem;font-weight:500;line-height:1.4;padding:10px 20px}@media (min-width: 768px){.footer-tagline{padding:0;margin-bottom:0}}.footer h1,.footer h2,.footer h3,.footer h4,.footer h5,.footer h6,.footer p{color:var(--text-secondary)}.footer-text{color:#fffc;margin-bottom:1rem}.footer-tagline{color:#fff9}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}to{transform:scale(1);opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero h1,.hero p{animation:fadeInUp .8s ease-out}.hero-buttons{display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.hero-buttons{flex-direction:row}}.hero-bg{background-size:cover;background-position:center}.hero-subtitle{margin-bottom:2rem;font-size:1.7rem;font-weight:500;line-height:1.4;padding:10px 20px}@media (min-width: 768px){.hero-subtitle{font-size:2.2rem;font-weight:500;line-height:1.4;padding:0}}.value-props{text-align:center;justify-content:center;align-items:center;display:flex;flex-wrap:wrap}@media (min-width: 768px){.value-props{display:block;text-align:left;margin-bottom:2rem}}.value-prop-row{display:flex;align-items:center;margin-bottom:.5rem;color:#ffffffe6}.value-prop-text{position:relative;line-height:1.2;margin-bottom:5px;max-width:298px}@media (min-width: 768px){.value-prop-text{max-width:none;font-size:1.8rem}}.value-prop-icon{margin-right:.5rem}.hero-btn{font-size:1.8rem;padding:1rem 2rem}.services-description{margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.service-impact{margin-top:1rem;font-weight:600;color:var(--primary-color)}.process-description{margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.process-step-col{margin-bottom:2rem}.process-step-center{text-align:center}.process-step-number{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem}.process-step-title{margin-bottom:1rem}.specialized-description{margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.division-col{margin-bottom:3rem}.ai-hero-svg{width:100%;height:100%}.brain-gradient-start{stop-color:#fff;stop-opacity:1}.brain-gradient-end{stop-color:#fff;stop-opacity:.8}.network-gradient-start{stop-color:#fff;stop-opacity:.3}.network-gradient-mid{stop-color:#fff;stop-opacity:.8}.network-gradient-end{stop-color:#fff;stop-opacity:.3}.network-background{opacity:.2}.network-line{stroke:#fff;stroke-width:2;fill:none}.network-node{fill:#fff}.traditional-business{opacity:.6}.business-box{fill:none;stroke:#999;stroke-width:2}.business-line{stroke:#999;stroke-width:2}.transformation-arrow{stroke:#fff;stroke-width:3}.arrow-head{fill:#fff}.brain-outer-ring{fill:none;stroke:#fff;stroke-width:3;opacity:.9}.brain-core{fill:#fff;opacity:.9}.neural-pathways{stroke:#fff;stroke-width:2;opacity:.7}.neural-node{fill:#fff;opacity:.8}.pulse-ring{fill:none;stroke:#fff;stroke-width:2;opacity:.5}.orbit-point-1,.orbit-point-2,.orbit-point-3{fill:#fff}.ai-powered-business{opacity:.9}.ai-business-box,.ai-business-circle,.ai-business-network{fill:none;stroke:#fff;stroke-width:2}.ai-business-core{fill:#fff}.floating-particles{opacity:.6}.particle-1,.particle-2,.particle-3,.particle-4{fill:#fff}
