.cm-home{--bg-base:#fffdf6;--bg-surface:#f6f1e7;--bg-elevated:#ede7d8;--bg-card:#fff;--orange:#c84b0f;--orange-light:#e8622a;--orange-pale:#fff0e8;--olive:#5c7a2e;--olive-light:#7a9e3e;--olive-pale:#eef4e4;--cream:#fffdf6;--warm-brown:#3d2a0f;--grad-hero:radial-gradient(ellipse 90% 70% at 10% 0%,#c84b0f1f 0%,transparent 60%),radial-gradient(ellipse 70% 50% at 90% 80%,#5c7a2e1a 0%,transparent 60%),#fffdf6;--grad-orange:linear-gradient(135deg,#c84b0f,#e8622a);--grad-olive:linear-gradient(135deg,#5c7a2e,#7a9e3e);--grad-warm:linear-gradient(135deg,#c84b0f,#d4780a);--font-display:"Baloo 2","Comic Sans MS",system-ui,sans-serif;--font-body:"Nunito",system-ui,sans-serif;--text-primary:#2a1a08;--text-secondary:#5c4020;--text-muted:#9a7a50;--border-subtle:#c84b0f26;--border-glow:#c84b0f66;--max-width:1200px;--nav-height:72px;--radius-card:20px;--radius-pill:100px;--ease-out:cubic-bezier(.16,1,.3,1);--ease-bounce:cubic-bezier(.34,1.56,.64,1);background:var(--bg-base);color:var(--text-primary);font-family:var(--font-body);width:100%;line-height:1.6;position:relative;overflow-x:hidden}.cm-home *,.cm-home :before,.cm-home :after{box-sizing:border-box}.cm-home:before{content:"";pointer-events:none;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");position:fixed;inset:0}.cm-home img{max-width:100%;display:block}.cm-home a{color:inherit;text-decoration:none}.cm-home button{cursor:pointer;background:0 0;border:none;font-family:inherit}.cm-home ul{margin:0;padding:0;list-style:none}.cm-home .display-xl{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text-primary);font-size:clamp(2.8rem,6.5vw,5.5rem);font-weight:800;line-height:1.1}.cm-home .display-md{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;line-height:1.2}.cm-home .eyebrow{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;color:var(--olive);font-size:.75rem;font-weight:700}.cm-home .body-lg{color:var(--text-secondary);font-size:1.1rem;font-weight:400;line-height:1.75}.cm-home .body-md{color:var(--text-secondary);font-size:.975rem;line-height:1.7}.cm-home .container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.cm-home .section{padding:6rem 0}.cm-home .section-header{text-align:center;margin-bottom:4rem}.cm-home .section-header .eyebrow{margin-bottom:.875rem}.cm-home .section-header h2{margin-bottom:1rem}.cm-home .section-header p{max-width:580px;margin:0 auto}.cm-home .nav{height:var(--nav-height);z-index:100;transition:background .4s var(--ease-out),box-shadow .4s;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.cm-home .nav.scrolled{-webkit-backdrop-filter:blur(16px);background:#fffdf6f0;box-shadow:0 2px #c84b0f1a,0 4px 24px #c84b0f0f}.cm-home .nav-inner{justify-content:space-between;align-items:center;width:100%;padding:0 1.5rem 0 clamp(1.5rem,4vw,4rem);display:flex}.cm-home .nav-logo{font-family:var(--font-display);color:var(--orange);letter-spacing:-.01em;z-index:101;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;font-size:1.3rem;font-weight:800;display:flex;position:relative}.cm-home .nav-logo img{width:auto;height:36px}.cm-home .nav-logo-text{color:var(--orange)}.cm-home .nav-logo-text span{color:var(--olive)}.cm-home .nav-right{align-items:center;gap:1.5rem;display:flex}.cm-home .nav-links{align-items:center;gap:.2rem;display:flex}.cm-home .nav-link{font-family:var(--font-body);color:var(--text-secondary);border-radius:var(--radius-pill);cursor:pointer;padding:.5rem .875rem;font-size:.9rem;font-weight:600;transition:color .25s,background .25s}.cm-home .nav-link:hover{color:var(--orange);background:var(--orange-pale)}.cm-home .nav-actions{align-items:center;gap:.5rem;display:flex}.cm-home .nav-hamburger{cursor:pointer;z-index:101;flex-direction:column;gap:5px;padding:8px;display:none;position:relative}.cm-home .nav-hamburger span{background:var(--orange);transition:transform .3s var(--ease-out),opacity .3s;border-radius:3px;width:24px;height:2.5px;display:block}.cm-home .nav-hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.cm-home .nav-hamburger.open span:nth-child(2){opacity:0}.cm-home .nav-hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.cm-home .nav-mobile{backdrop-filter:blur(20px);z-index:99;opacity:0;pointer-events:none;background:#fffdf6f7;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;transition:opacity .3s;display:none;position:fixed;inset:0}.cm-home .nav-mobile.open{opacity:1;pointer-events:all}.cm-home .nav-mobile .nav-link{padding:.75rem 2.5rem;font-size:1.5rem}.cm-home .btn{font-family:var(--font-body);border-radius:var(--radius-pill);transition:transform .25s var(--ease-bounce),box-shadow .25s,background .25s;letter-spacing:.01em;cursor:pointer;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.925rem;font-weight:700;display:inline-flex}.cm-home .btn:hover{transform:translateY(-2px)}.cm-home .btn-primary{background:var(--grad-orange);color:#fff;padding:14px 32px;font-size:1.4rem;box-shadow:0 4px 20px #ee5007e0}.cm-home .btn-primary:hover{box-shadow:0 8px 30px #c84b0f73}.cm-home .btn-olive{background:var(--grad-olive);color:#fff;box-shadow:0 4px 20px #5c7a2e40}.cm-home .btn-olive:hover{box-shadow:0 8px 30px #5c7a2e66}.cm-home .btn-outline{background:0 0;border:2px solid #c84b0f59;color:var(--orange)!important}.cm-home .btn-outline:hover{border-color:var(--orange);background:var(--orange-pale)}.cm-home .card{background:var(--bg-card);border-radius:var(--radius-card);transition:border-color .3s,box-shadow .3s,transform .3s var(--ease-out);border:1.5px solid #c84b0f1f;padding:2rem;position:relative}.cm-home .card:hover{border-color:#c84b0f4d;transform:translateY(-5px);box-shadow:0 16px 48px #c84b0f1f}.cm-home .glow-section{position:relative;overflow:hidden}.cm-home .glow-section:after{content:"";pointer-events:none;left:var(--mouse-x,-9999px);top:var(--mouse-y,-9999px);z-index:0;background:radial-gradient(circle,#c84b0f59 0%,#c84b0f2e 30%,#c84b0f0f 55%,#0000 70%);border-radius:50%;width:500px;height:500px;transition:left 50ms linear,top 50ms linear;position:absolute;transform:translate(-50%,-50%)}.cm-home .glow-section>.container{z-index:1;position:relative}.cm-home .glow-container{pointer-events:none;border-radius:inherit;--active:0;--start:0;--spread:70;--border-width:2.5px;position:absolute;inset:0}.cm-home .glow-inner{border-radius:inherit}.cm-home .glow-inner:after{content:"";border-radius:inherit;inset:calc(-1*var(--border-width));border:var(--border-width)solid transparent;opacity:calc(var(--active)*1);filter:brightness(2)saturate(1.5)blur(.4px);-webkit-mask-composite:source-in;-webkit-mask-clip:padding-box,border-box;-webkit-mask-image:linear-gradient(#0000,#0000),conic-gradient(from calc((var(--start) - var(--spread))*1deg),#0000 0deg,#fff,#0000 calc(var(--spread)*2deg));mask-clip:padding-box,border-box;mask-composite:intersect;mask-image:linear-gradient(#0000,#0000),conic-gradient(from calc((var(--start) - var(--spread))*1deg),#0000 0deg,#fff,#0000 calc(var(--spread)*2deg));background-color:#0000;background-image:radial-gradient(circle,#e8622a 15%,#e8622a00 40%),radial-gradient(circle at 40% 40%,#c84b0f 10%,#c84b0f00 35%),radial-gradient(circle at 60% 60%,#7a9e3e 15%,#7a9e3e00 40%),radial-gradient(circle at 40% 60%,#d4780a 15%,#d4780a00 40%),repeating-conic-gradient(from 236.84deg,#e8622a 0%,#c84b0f 5%,#7a9e3e 10%,#d4780a 15%,#e8622a 20%);background-position:0 0,0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat,repeat;background-size:auto,auto,auto,auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box,border-box;transition:opacity .4s;position:absolute}.cm-home .stats-bar{background:var(--bg-surface);border-top:2px solid #c84b0f1a;border-bottom:2px solid #c84b0f1a;padding:2.25rem 0}.cm-home .stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.cm-home .stat-value{font-family:var(--font-display);color:var(--orange);margin-bottom:.4rem;font-size:2.2rem;font-weight:800;line-height:1}.cm-home .stat-label{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;font-size:.78rem;font-weight:600}.cm-home .problem-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.cm-home .problem-grid .card:last-child:nth-child(odd){grid-column:1/-1;width:100%;max-width:calc(50% - .75rem);margin:0 auto}.cm-home .problem-grid .card .body-md{text-align:justify}.cm-home .problem-num{font-family:var(--font-display);color:var(--orange);opacity:.18;margin-bottom:.875rem;font-size:2.8rem;font-weight:800;line-height:1}.cm-home .card h3{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.625rem;font-size:1.1rem;font-weight:700}.cm-home .eco-layer-badge{letter-spacing:.14em;text-transform:uppercase;color:var(--olive);background:var(--olive-pale);border-radius:var(--radius-pill);border:1.5px solid #5c7a2e40;margin-bottom:1rem;padding:.25rem .875rem;font-size:.7rem;font-weight:700;display:inline-block}.cm-home .cta-block{text-align:center;background:var(--orange-pale);border:2px solid #c84b0f33;border-radius:28px;padding:5rem 2rem;position:relative;overflow:hidden}.cm-home .cta-block:before{content:"";background:var(--grad-orange);border-radius:0 0 4px 4px;width:50%;height:3px;position:absolute;top:0;left:50%;transform:translate(-50%)}.cm-home .cta-block h2{margin-bottom:1rem}.cm-home .cta-block p{margin-bottom:2rem}.cm-home .cta-btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cm-home .two-col{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.cm-home .steps{flex-direction:column;display:flex;position:relative}.cm-home .steps:before{content:"";background:linear-gradient(to bottom,var(--orange),var(--olive),#5c7a2e00);width:2px;position:absolute;top:0;bottom:0;left:1.375rem}.cm-home .step{grid-template-columns:2.75rem 1fr;align-items:start;gap:1.5rem;padding:1.5rem 0;display:grid;position:relative}.cm-home .step-num{background:var(--orange-pale);font-family:var(--font-display);color:var(--orange);z-index:1;border:2px solid #c84b0f40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;font-size:.95rem;font-weight:800;display:flex}.cm-home .step-content h4{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.3rem;padding-top:.5rem;font-size:1rem;font-weight:700}.cm-home .step-content .body-md{text-align:justify}.cm-home .reveal{opacity:0;transition:opacity .65s var(--ease-out),transform .65s var(--ease-out);transform:translateY(20px)}.cm-home .reveal.visible{opacity:1;transform:none}.cm-home footer.cm-footer{background:var(--warm-brown);color:#fffdf0e6;padding:4.5rem 0 2.5rem}.cm-home .footer-grid{grid-template-columns:1.8fr 1fr 1fr 1fr 1fr 1fr;gap:2.25rem;margin-bottom:3rem;display:grid}.cm-home .footer-app-badges{flex-direction:column;gap:.6rem;display:flex}.cm-home .footer-app-badges img{width:140px;height:auto;display:block}.cm-home .footer-brand .nav-logo{margin-bottom:.875rem;display:inline-flex}.cm-home .footer-brand .nav-logo-text{color:#ffa96a}.cm-home .footer-brand .nav-logo-text span{color:#9ec45a}.cm-home .footer-brand p{color:#fffdf099;max-width:280px;margin-bottom:1rem;font-size:.875rem;line-height:1.65}.cm-home .footer-offices{flex-direction:column;gap:.375rem;display:flex}.cm-home .footer-office{color:#fffdf080;font-size:.8rem}.cm-home .footer-col h4{letter-spacing:.14em;text-transform:uppercase;color:#fffdf066;margin-bottom:1rem;font-size:.78rem;font-weight:800}.cm-home .footer-col ul{flex-direction:column;gap:.6rem;display:flex}.cm-home .footer-col ul li a{color:#fffdf0a6;font-size:.875rem;transition:color .2s}.cm-home .footer-col ul li a:hover{color:#ffa96a}.cm-home .footer-bottom{border-top:1px solid #fffdf01a;flex-direction:column;gap:.5rem;padding-top:1.75rem;display:flex}.cm-home .footer-bottom p{color:#fffdf059;font-size:.8rem}.cm-home .btn-nav-signup{border-radius:var(--radius-pill);padding:.45rem 1.25rem!important;font-size:.82rem!important}.cm-home{--mascot-top:20px;--mascot-left:-7px;--mascot-width:954px;--branch-width:1500px;--branch-top:-260px;--branch-left:-138px;--branch-angle:-22deg;--branch-flip:1;--chameleon-width:362px;--chameleon-top:5px;--chameleon-left:-75px;--chameleon-angle:-23deg;--chameleon-flip:1}.cm-home .hero-mascot{top:var(--mascot-top);left:var(--mascot-left);z-index:4;width:var(--mascot-width);pointer-events:none;position:absolute}.cm-home .hero-branch{top:var(--branch-top);left:var(--branch-left);width:var(--branch-width);transform:scaleX(var(--branch-flip))rotate(var(--branch-angle));transform-origin:50%;filter:brightness(.95)saturate(1.1);position:absolute}.cm-home .hero-chameleon{top:calc(var(--mascot-top) + var(--chameleon-top));left:calc(var(--mascot-left) + var(--chameleon-left));width:var(--chameleon-width);transform-origin:50%;z-index:5;pointer-events:none;filter:drop-shadow(0 4px 12px #c84b0f26);animation:7s ease-in-out infinite chameleon-walk;position:absolute}@keyframes chameleon-walk{0%,to{transform:scaleX(var(--chameleon-flip))rotate(var(--chameleon-angle))translateX(0)}50%{transform:scaleX(var(--chameleon-flip))rotate(var(--chameleon-angle))translateX(170px)}}@media (width<=768px){.cm-home .hero-mascot{width:240px;top:-10px;left:-20px}.cm-home .hero-branch{width:220px;top:20px}.cm-home .hero-chameleon{width:70px;top:0;left:15px}}@media (width<=480px){.cm-home .hero-mascot{width:180px;top:-5px;left:-15px}.cm-home .hero-branch{width:170px;top:15px}.cm-home .hero-chameleon{width:55px;top:5px;left:10px}}.cm-home .cm-hero{background:var(--bg-base);padding:calc(var(--nav-height) + 1.5rem)0 2rem;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.cm-home .hero-left{z-index:3;flex-direction:column;flex-shrink:0;justify-content:center;width:45%;padding:0 1rem 0 clamp(1.5rem,4vw,4rem);display:flex;position:relative}.cm-home .hero-particle-wrap{background:var(--bg-base);width:100%;height:clamp(80px,12vw,160px);margin-bottom:1.25rem;position:relative}.cm-home .hero-particle-wrap #particle-canvas{width:100%;height:100%;display:block;position:absolute;inset:0}.cm-home .hero-tagline{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.01em;margin-bottom:2rem;font-size:clamp(1.6rem,3.2vw,2.8rem);font-weight:800;line-height:1.15}.cm-home .hero-tagline-dot{color:var(--orange)}.cm-home .hero-cta-group{flex-wrap:wrap;gap:.75rem;margin-bottom:1.75rem;display:flex}.cm-home .hero-powered-by{background:var(--orange-pale);border-radius:var(--radius-pill);border:1.5px solid #c84b0f26;flex-wrap:wrap;align-items:center;gap:.4rem;width:fit-content;padding:.6rem 1rem;display:flex}.cm-home .hero-powered-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:600}.cm-home .hero-powered-engine{font-family:var(--font-display);color:var(--orange);font-size:.85rem;font-weight:800}.cm-home .hero-powered-sep{color:var(--text-muted);font-size:.75rem}.cm-home .hero-powered-tag{color:var(--text-muted);letter-spacing:.04em;font-size:.7rem;font-weight:600}.cm-home .hero-right{z-index:1;flex-shrink:0;justify-content:center;align-items:center;width:55%;height:clamp(500px,80vh,720px);display:flex;position:relative}.cm-home .hero-collage-wrapper{-webkit-mask-composite:source-in;border-radius:24px 0 0 24px;width:100%;height:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#0000 0%,#000 12% 88%,#0000 100%),linear-gradient(90deg,#0000 0%,#000 8% 100%);mask-image:linear-gradient(#0000 0%,#000 12% 88%,#0000 100%),linear-gradient(90deg,#0000 0%,#000 8% 100%);mask-composite:intersect}.cm-home .hero-collage-track{align-items:flex-start;gap:10px;height:100%;padding:0 10px;display:flex}.cm-home .collage-col{will-change:transform;flex-direction:column;flex:1;gap:10px;min-width:0;display:flex}.cm-home .collage-col img{object-fit:cover;transition:transform .35s var(--ease-out),box-shadow .35s;border-radius:12px;width:100%;height:auto;display:block;box-shadow:0 2px 12px #3c1e0014}.cm-home .collage-col img:hover{transform:scale(1.04);box-shadow:0 8px 28px #c84b0f2e}.cm-home .collage-col[data-direction=up]:first-child{animation:90s linear infinite cm-collage-scroll-up}.cm-home .collage-col[data-direction=down]:nth-child(2){animation:100s linear infinite cm-collage-scroll-down}.cm-home .collage-col[data-direction=up]:nth-child(3){animation:110s linear infinite cm-collage-scroll-up}.cm-home .collage-col[data-direction=down]:nth-child(4){animation:96s linear infinite cm-collage-scroll-down}@keyframes cm-collage-scroll-up{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes cm-collage-scroll-down{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.cm-home .hero-collage-wrapper:hover .collage-col{animation-play-state:paused}@media (width<=1024px){.cm-home .hero-left{width:48%}.cm-home .hero-right{width:52%}.cm-home .footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=768px){.cm-home{--nav-height:62px}.cm-home .nav-links{display:none}.cm-home .nav-hamburger,.cm-home .nav-mobile{display:flex}.cm-home .section{padding:4rem 0}.cm-home .stats-grid{grid-template-columns:repeat(2,1fr)}.cm-home .problem-grid,.cm-home .two-col{grid-template-columns:1fr}.cm-home .footer-grid{grid-template-columns:1fr 1fr}.cm-home .cm-hero{padding-top:calc(var(--nav-height) + 1rem);flex-direction:column;min-height:auto;padding-bottom:0}.cm-home .hero-left{text-align:center;align-items:center;width:100%;margin-bottom:2rem;padding:0 1.5rem}.cm-home .hero-particle-wrap{height:70px;margin-bottom:1rem}.cm-home .hero-tagline{font-size:1.5rem}.cm-home .hero-description{max-width:100%}.cm-home .hero-cta-group{justify-content:center}.cm-home .hero-powered-by{margin:0 auto}.cm-home .hero-right{width:100%;height:360px}.cm-home .hero-collage-wrapper{-webkit-mask-composite:source-in;border-radius:16px 16px 0 0;-webkit-mask-image:linear-gradient(#000 0% 85%,#0000 100%),linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(#000 0% 85%,#0000 100%),linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-composite:intersect}}@media (width<=480px){.cm-home .footer-grid{grid-template-columns:1fr}.cm-home .hero-cta-group,.cm-home .cta-btns{flex-direction:column;align-items:center}.cm-home .stats-grid{grid-template-columns:repeat(2,1fr)}.cm-home .hero-right{height:280px}}.cm-home .theme-toggle{background:var(--orange-pale);border:1.5px solid var(--border-subtle);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .25s,box-shadow .25s,transform .2s;display:inline-flex;color:var(--orange)!important}.cm-home .theme-toggle:hover{background:var(--orange-pale);transform:scale(1.1);box-shadow:0 4px 14px #c84b0f33}.cm-home .theme-toggle svg{display:block}html[data-theme=dark] .cm-home{--bg-base:#1a1208;--bg-surface:#211810;--bg-elevated:#2d2015;--bg-card:#271a10;--text-primary:#fffdf6;--text-secondary:#e8d0a0;--text-muted:#b89060;--olive:#8dbf50;--olive-light:#a0d060;--border-subtle:#c84b0f47;--orange-pale:#c84b0f26;background:var(--bg-base)}html[data-theme=dark] .cm-home .nav.scrolled{background:#1a1208f0;box-shadow:0 2px #c84b0f33,0 4px 24px #00000080}html[data-theme=dark] .cm-home .nav-mobile{background:#1a1208f7}html[data-theme=dark] .cm-home .card{background:var(--bg-card);border-color:#c84b0f38}html[data-theme=dark] .cm-home .card h3{color:var(--text-primary)}html[data-theme=dark] .cm-home .body-md,html[data-theme=dark] .cm-home .body-lg{color:var(--text-secondary)}html[data-theme=dark] .cm-home .stat-value{color:var(--text-primary)}html[data-theme=dark] .cm-home .stat-label{color:var(--text-muted)}html[data-theme=dark] .cm-home .stats-bar{background:var(--bg-surface);border-top:1px solid #c84b0f26}html[data-theme=dark] .cm-home .step-content p{color:var(--text-secondary)}html[data-theme=dark] .cm-home .step-content h4{color:var(--text-primary)}html[data-theme=dark] .cm-home .problem-num{opacity:.65;color:var(--orange-light)}html[data-theme=dark] .cm-home .step-num{color:#ff8c52;background:#c84b0f47;border-color:#e8622a8c}html[data-theme=dark] .cm-home .theme-toggle{background:#c84b0f33;border-color:#c84b0f66}