:root{--emerald: #137a52;--emerald-deep: #0b5a3e;--emerald-light: #6fcba0;--teal: #0f6e56;--periwinkle: #5b4aa8;--gold: #e0a33e;--gold-deep: #b97f1f;--ink: #16201b;--cream: #f1ecdd;--mint: #e5f2ec;--white: #fbfaf7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased}.container{max-width:1180px;margin:0 auto;padding:0 28px}.site-header{position:absolute;top:0;left:0;right:0;z-index:10}.site-header .container{display:flex;align-items:center;justify-content:space-between;padding-top:22px;padding-bottom:22px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none}.brand b{font-weight:600;letter-spacing:1.6px;font-size:17px;color:var(--cream)}.nav{display:flex;align-items:center;gap:22px}.nav a{font-size:14px;color:#cde8dc;text-decoration:none;transition:color .2s}.nav a:hover{color:#fff}.btn-gold{font-weight:600;font-size:13.5px;color:var(--ink);background:var(--gold);border:none;border-radius:9px;padding:10px 17px;cursor:pointer;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s}.nav a.btn-gold,.nav a.btn-gold:hover{color:var(--ink)}.btn-gold:hover{transform:translateY(-2px);background:var(--gold-deep);box-shadow:0 8px 20px #e0a33e66}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#0b3b2d,#0f5240);padding:132px 0}.gemtex{position:absolute;pointer-events:none;will-change:transform;transition:transform .18s ease-out}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:44px;align-items:center;position:relative;z-index:2}.hero h1{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:clamp(34px,4.4vw,52px);line-height:1.1;letter-spacing:-.6px;color:var(--cream);margin:0}.hero .sub{font-size:clamp(16px,1.35vw,18px);line-height:1.6;color:#b9d2c7;margin:20px 0 0;max-width:34em}.cta-row{display:flex;gap:16px;align-items:center;margin-top:32px;flex-wrap:wrap}.cta-primary{font-weight:600;font-size:15.5px;color:var(--ink);background:var(--gold);border:none;border-radius:12px;padding:15px 26px;cursor:pointer;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s}.cta-primary:hover{transform:translateY(-2px);background:var(--gold-deep);box-shadow:0 10px 26px #e0a33e73}.cta-secondary{font-weight:500;font-size:15.5px;color:var(--cream);background:transparent;border:1.5px solid rgba(241,236,221,.5);border-radius:12px;padding:13px 22px;cursor:pointer;text-decoration:none;transition:background .2s,border-color .2s}.cta-secondary:hover{background:#ffffff14;border-color:#f1ecddcc}.hero-photo-card{position:relative;border-radius:22px;overflow:hidden;box-shadow:0 26px 64px #00000059;aspect-ratio:4 / 5}.hero-photo-card img{width:100%;height:100%;object-fit:cover;display:block;animation:kenburns 20s ease-in-out infinite alternate}@keyframes kenburns{0%{transform:scale(1)}to{transform:scale(1.08)}}.stats{position:relative;z-index:5;margin-top:-72px}.stats .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.statcard{background:#fff;border-radius:18px;box-shadow:0 14px 40px #07281e29;padding:26px 22px;text-align:center;transition:transform .25s,box-shadow .25s}.statcard:hover{transform:translateY(-6px);box-shadow:0 22px 50px #07281e3d}.statcard .ic{color:var(--emerald);font-size:26px}.statcard .n{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:34px;color:var(--emerald-deep);line-height:1;margin-top:8px}.statcard .l{font-size:13.5px;color:#4b5852;margin-top:7px}.trust{background:var(--mint);border-top:1px solid rgba(19,122,82,.13);border-bottom:1px solid rgba(19,122,82,.13);margin-top:70px}.trust .row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding:16px 0}.trust .item{display:flex;align-items:center;gap:10px;padding:7px 28px;font-size:14px;color:var(--ink)}.trust .item+.item{border-left:1px solid rgba(19,122,82,.18)}.trust .item i{color:var(--emerald);font-size:20px}.trust .item a{color:var(--emerald);font-weight:500;text-decoration:none}.trust .item a:hover{text-decoration:underline}.section{padding:84px 0}.section-head{text-align:center;max-width:740px;margin:0 auto 52px}.eyebrow{display:inline-block;font-size:12.5px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--emerald);background:var(--mint);padding:6px 14px;border-radius:999px}.section-head h2{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:clamp(28px,3.2vw,39px);line-height:1.15;letter-spacing:-.4px;color:var(--ink);margin:16px 0 0}.section-head p{font-size:17px;line-height:1.6;color:#4b5852;margin:16px 0 0}.feature{display:grid;grid-template-columns:.92fr 1.08fr;gap:50px;align-items:center}.feature-photo{border-radius:22px;overflow:hidden;box-shadow:0 20px 50px #07281e24;aspect-ratio:4 / 5}.feature-photo img{width:100%;height:100%;object-fit:cover;display:block}.svc-list{display:grid;grid-template-columns:1fr 1fr;gap:26px 30px}.svc{display:flex;gap:14px;align-items:flex-start}.svc .ic{flex:none;width:44px;height:44px;border-radius:12px;background:var(--mint);color:var(--emerald);display:flex;align-items:center;justify-content:center;font-size:23px}.svc h3{font-size:16px;font-weight:600;margin:3px 0 5px;color:var(--ink)}.svc p{font-size:14px;line-height:1.5;color:#4b5852;margin:0}.reveal{transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}.js-reveal .reveal{opacity:0;transform:translateY(22px)}.js-reveal .reveal.in{opacity:1;transform:none}.qualify{background:linear-gradient(180deg,#eff7f2,#fbfaf7)}.quiz{max-width:640px;margin:0 auto}.quiz-card{background:#fff;border-radius:20px;box-shadow:0 18px 50px #07281e1f;padding:38px 36px}.quiz-progress{font-size:13px;font-weight:500;color:var(--emerald);letter-spacing:.03em}.quiz-bar{height:5px;border-radius:999px;background:var(--mint);margin:12px 0 26px;overflow:hidden}.quiz-bar>i{display:block;height:100%;background:var(--emerald);border-radius:999px;transition:width .4s ease}.quiz-q{font-family:Plus Jakarta Sans,sans-serif;font-weight:600;font-size:21px;line-height:1.35;color:var(--ink)}.quiz-opts{display:flex;flex-direction:column;gap:12px;margin-top:24px}.quiz-opts button{text-align:left;font-size:16px;font-weight:500;color:var(--ink);background:var(--white);border:1.5px solid rgba(19,122,82,.2);border-radius:13px;padding:15px 20px;cursor:pointer;transition:border-color .18s,background .18s,transform .18s;display:flex;align-items:center;gap:12px}.quiz-opts button:hover{border-color:var(--emerald);background:var(--mint);transform:translateY(-1px)}.quiz-opts button i{color:var(--emerald);font-size:20px}.quiz-back{margin-top:20px;background:none;border:none;color:#4b5852;font-size:14px;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.quiz-back:hover{color:var(--emerald)}.quiz-result{text-align:center}.result-badge{width:64px;height:64px;border-radius:50%;background:var(--mint);color:var(--emerald);display:inline-flex;align-items:center;justify-content:center;font-size:32px}.quiz-result h3{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:24px;color:var(--ink);margin:18px 0 0}.quiz-result p.r-body{font-size:16px;line-height:1.6;color:#4b5852;margin:14px auto 0;max-width:40em}.quiz-result .cta-primary{margin-top:24px;display:inline-block}.quiz-restart{background:none;border:none;color:var(--emerald);font-size:14px;font-weight:500;cursor:pointer;margin-top:12px}.quiz-disclaimer{font-size:12.5px;color:#7a857f;margin:22px auto 0;max-width:44em;line-height:1.5}.cost-note{max-width:760px;margin:40px auto 0;background:#fff;border:1px solid rgba(19,122,82,.16);border-left:4px solid var(--gold);border-radius:14px;padding:22px 26px}.cost-note h3{font-size:17px;font-weight:600;margin:0 0 8px;color:var(--ink);display:flex;align-items:center;gap:9px}.cost-note h3 i{color:var(--gold-deep);font-size:21px}.cost-note p{font-size:14.5px;line-height:1.6;color:#4b5852;margin:0}.steps{max-width:760px;margin:58px auto 0}.steps-head{text-align:center;font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:24px;color:var(--ink);margin:0 0 34px}.step{display:flex;gap:18px;padding:0 0 26px;position:relative}.step:not(:last-child):before{content:"";position:absolute;left:19px;top:44px;bottom:0;width:2px;background:#137a5233}.step-num{flex:none;width:40px;height:40px;border-radius:50%;background:var(--emerald);color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center;z-index:1}.step-body h4{font-size:16px;font-weight:600;margin:8px 0 4px;color:var(--ink)}.step-body p{font-size:14px;line-height:1.55;color:#4b5852;margin:0}.why{background:var(--white)}.why-story{display:grid;grid-template-columns:.82fr 1.18fr;gap:48px;align-items:start}.founder-card{background:#fff;border:1px solid rgba(19,122,82,.14);border-radius:22px;box-shadow:0 18px 46px #07281e1f;padding:24px;text-align:center;position:sticky;top:28px}.founder-photo{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:18px;overflow:hidden;background:linear-gradient(135deg,#0b3b2d,#0f5240)}.founder-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.ph-fallback{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--cream)}.ph-fallback b{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:30px;letter-spacing:3px}.ph-fallback span{font-size:12px;letter-spacing:.04em;color:#9fc7b7}.founder-name{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:22px;color:var(--ink);margin-top:18px}.founder-role{font-size:12.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--periwinkle);margin-top:5px}.founder-chips{list-style:none;margin:18px 0 0;padding:16px 4px 0;border-top:1px solid rgba(19,122,82,.12);display:grid;gap:12px;text-align:left}.founder-chips li{display:flex;gap:10px;align-items:flex-start;font-size:13.5px;line-height:1.4;color:#3c4a43}.founder-chips i{color:var(--emerald);font-size:19px;flex:none;margin-top:1px}.founder-narrative p{font-size:16.5px;line-height:1.72;color:#36433c;margin:0 0 18px}.founder-narrative p:first-child{margin-top:0}.founder-narrative p:last-child{margin-bottom:0}.pull{margin:26px 0;padding:2px 0 2px 22px;border-left:4px solid var(--emerald-light);font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:clamp(20px,2.1vw,25px);line-height:1.36;color:var(--emerald-deep)}.why-philosophy{margin-top:66px}.why-philosophy h3{text-align:center;font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:24px;color:var(--ink);margin:0 0 8px}.why-philosophy .ph-sub{text-align:center;font-size:15px;line-height:1.6;color:#4b5852;max-width:48em;margin:0 auto 34px}.triad{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:stretch}.triad-step{background:var(--mint);border:1px solid rgba(19,122,82,.14);border-radius:18px;padding:26px 22px;text-align:center}.triad-step .ic{width:52px;height:52px;border-radius:14px;background:#fff;color:var(--emerald);display:flex;align-items:center;justify-content:center;font-size:26px;margin:0 auto 14px;box-shadow:0 6px 16px #07281e1a}.triad-step h4{font-size:16.5px;font-weight:600;color:var(--ink);margin:0 0 7px}.triad-step p{font-size:14px;line-height:1.55;color:#4b5852;margin:0}.triad-arrow{display:flex;align-items:center;justify-content:center;color:var(--emerald-light);font-size:26px;padding:0 8px}.verify{margin:66px auto 0;max-width:880px;background:linear-gradient(180deg,#fffdf6,#fff);border:1px solid rgba(224,163,62,.4);border-left:5px solid var(--gold);border-radius:18px;padding:30px 32px}.verify-head{display:flex;align-items:center;gap:11px;font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:19px;color:var(--ink);margin:0 0 14px}.verify-head i{color:var(--gold-deep);font-size:25px}.verify p{font-size:15px;line-height:1.66;color:#3c4a43;margin:0 0 12px}.verify p:last-of-type{margin-bottom:0}.verify a{color:var(--emerald);font-weight:600;text-decoration:none}.verify a:hover{text-decoration:underline}.cert-track{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.ct-step{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#8a948e;background:#fff;border:1px solid rgba(19,122,82,.16);border-radius:999px;padding:8px 15px}.ct-step i{font-size:16px}.ct-step.active{color:var(--ink);border-color:var(--gold);background:#fff7e9}.ct-step.active i{color:var(--gold-deep)}.cases{background:var(--mint)}.cm-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.cm-card{background:#fff;border:1px solid rgba(19,122,82,.14);border-radius:16px;padding:24px 22px;box-shadow:0 8px 26px #07281e12}.cm-card .ic{width:46px;height:46px;border-radius:12px;background:var(--mint);color:var(--emerald);display:flex;align-items:center;justify-content:center;font-size:23px;margin-bottom:14px}.cm-card h3{font-size:16px;font-weight:600;color:var(--ink);margin:0 0 6px}.cm-card p{font-size:14px;line-height:1.55;color:#4b5852;margin:0}.cm-foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:22px;margin-top:34px;background:#fff;border:1px solid rgba(19,122,82,.16);border-left:4px solid var(--emerald);border-radius:14px;padding:24px 28px}.cm-foot p{font-size:14.5px;line-height:1.6;color:#3c4a43;margin:0;max-width:52em}.cm-foot .area{display:block;font-weight:600;color:var(--emerald-deep);margin-top:6px}.cm-foot .cta-primary{flex:none}.faq{background:var(--white)}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:#fff;border:1px solid rgba(19,122,82,.16);border-radius:14px;margin-bottom:12px}.faq-item summary{list-style:none;cursor:pointer;padding:19px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-family:Plus Jakarta Sans,sans-serif;font-weight:600;font-size:16.5px;color:var(--ink)}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary .chev{flex:none;color:var(--emerald);font-size:22px;transition:transform .25s ease}.faq-item[open] summary .chev{transform:rotate(180deg)}.faq-a{padding:0 22px 20px;font-size:15px;line-height:1.66;color:#4b5852}.faq-a a{color:var(--emerald);font-weight:500;text-decoration:none}.faq-a a:hover{text-decoration:underline}.contact{background:linear-gradient(180deg,#eff7f2,#fbfaf7)}.contact-wrap{max-width:660px;margin:0 auto}.contact-note{text-align:center;font-size:14px;color:#5a665f;margin:0 auto 26px;max-width:46em;line-height:1.6}.contact-form{background:#fff;border-radius:20px;box-shadow:0 18px 50px #07281e1f;padding:32px 30px}.field{margin-bottom:18px}.field label{display:block;font-size:13.5px;font-weight:600;color:var(--ink);margin-bottom:7px}.field input,.field select,.field textarea{width:100%;font-family:inherit;font-size:15px;color:var(--ink);background:var(--white);border:1.5px solid rgba(19,122,82,.22);border-radius:11px;padding:13px 15px;transition:border-color .18s,box-shadow .18s}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--emerald);box-shadow:0 0 0 3px #137a521f}.field textarea{resize:vertical;min-height:112px}.contact-form .cta-primary{width:100%;text-align:center;border:none;font-size:16px;margin-top:4px}.form-msg{display:none;margin-top:16px;padding:14px 16px;border-radius:11px;background:var(--mint);border:1px solid rgba(19,122,82,.2);font-size:14.5px;color:var(--emerald-deep);line-height:1.55}.form-msg.show{display:block}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.footer{background:var(--ink);color:var(--cream);padding:62px 0 26px}.footer-grid{display:grid;grid-template-columns:1.5fr .9fr 1.2fr .9fr;gap:40px}.fb-logo{display:flex;align-items:center;gap:10px}.fb-logo b{font-weight:600;letter-spacing:1.6px;font-size:17px;color:var(--cream)}.fb-desc{font-size:11.5px;letter-spacing:.13em;text-transform:uppercase;color:#a9a0e8;margin-top:5px}.footer-brand p{font-size:14px;line-height:1.6;color:#b9c7bf;margin:16px 0 0;max-width:33em}.footer-cert{font-size:12.5px;color:#8fa89c;margin-top:14px;line-height:1.5}.footer-brand a{color:#b9c7bf;text-decoration:none}.footer-brand a:hover{color:#fff}.footer-col h3{font-family:Plus Jakarta Sans,sans-serif;font-weight:600;font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:#fff;margin:0 0 14px}.footer-col a,.footer-col span{display:block;font-size:14px;color:#b9c7bf;text-decoration:none;margin-bottom:10px}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:44px;padding-top:22px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;font-size:12.5px;color:#8fa89c}.footer-bottom a{color:#b9c7bf;text-decoration:none}.footer-bottom a:hover{color:#fff}.footer-legal{display:flex;flex-wrap:wrap;gap:6px}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:9px;background:#ffffff1a;border:1px solid rgba(255,255,255,.22);color:var(--cream);cursor:pointer;font-size:19px;line-height:1;transition:background .2s,border-color .2s,transform .2s}.theme-toggle:hover{background:#ffffff2e;border-color:#ffffff6b;transform:translateY(-1px)}.theme-toggle .t-sun,html[data-theme=dark] .theme-toggle .t-moon{display:none}html[data-theme=dark] .theme-toggle .t-sun{display:inline-block}body{transition:background-color .3s ease,color .3s ease}html[data-theme=dark]{--d-bg: #0c1411;--d-bg-alt: #101c17;--d-surface: #17241e;--d-surface-2: #1b2a22;--d-chip: rgba(111,203,160,.13);--d-text: #eef3ee;--d-body: #c6d3cc;--d-muted: #98a89f;--d-border: rgba(255,255,255,.1);--d-border-2: rgba(255,255,255,.17);--d-accent: #6fcba0;--d-shadow-sm: 0 8px 26px rgba(0,0,0,.4);--d-shadow: 0 18px 46px rgba(0,0,0,.5);background-color:#0c1411}html[data-theme=dark] body{background:var(--d-bg);color:var(--d-text)}html[data-theme=dark] .trust{background:var(--d-bg-alt);border-top-color:var(--d-border);border-bottom-color:var(--d-border)}html[data-theme=dark] .trust .item{color:var(--d-body)}html[data-theme=dark] .trust .item+.item{border-left-color:var(--d-border)}html[data-theme=dark] .trust .item i,html[data-theme=dark] .trust .item a{color:var(--d-accent)}html[data-theme=dark] .statcard{background:var(--d-surface);box-shadow:var(--d-shadow)}html[data-theme=dark] .statcard .ic,html[data-theme=dark] .statcard .n{color:var(--d-accent)}html[data-theme=dark] .statcard .l{color:var(--d-muted)}html[data-theme=dark] .section-head h2,html[data-theme=dark] .svc h3,html[data-theme=dark] .quiz-q,html[data-theme=dark] .quiz-result h3,html[data-theme=dark] .steps-head,html[data-theme=dark] .step-body h4,html[data-theme=dark] .founder-name,html[data-theme=dark] .why-philosophy h3,html[data-theme=dark] .triad-step h4,html[data-theme=dark] .verify-head,html[data-theme=dark] .cost-note h3,html[data-theme=dark] .cm-card h3,html[data-theme=dark] .field label,html[data-theme=dark] .faq-item summary{color:var(--d-text)}html[data-theme=dark] .section-head p,html[data-theme=dark] .svc p,html[data-theme=dark] .quiz-result p.r-body,html[data-theme=dark] .step-body p,html[data-theme=dark] .why-philosophy .ph-sub,html[data-theme=dark] .triad-step p,html[data-theme=dark] .cost-note p,html[data-theme=dark] .cm-card p,html[data-theme=dark] .cm-foot p,html[data-theme=dark] .founder-narrative p,html[data-theme=dark] .founder-chips li,html[data-theme=dark] .verify p,html[data-theme=dark] .faq-a{color:var(--d-body)}html[data-theme=dark] .eyebrow{background:var(--d-chip);color:var(--d-accent)}html[data-theme=dark] .feature-photo{box-shadow:var(--d-shadow)}html[data-theme=dark] .svc .ic{background:var(--d-chip);color:var(--d-accent)}html[data-theme=dark] .qualify{background:linear-gradient(180deg,#0e1814,#0c1411)}html[data-theme=dark] .quiz-card{background:var(--d-surface);box-shadow:var(--d-shadow)}html[data-theme=dark] .quiz-bar{background:var(--d-chip)}html[data-theme=dark] .quiz-bar>i{background:var(--d-accent)}html[data-theme=dark] .quiz-progress,html[data-theme=dark] .quiz-opts button i,html[data-theme=dark] .quiz-restart{color:var(--d-accent)}html[data-theme=dark] .quiz-opts button{background:var(--d-surface-2);border-color:var(--d-border-2);color:var(--d-text)}html[data-theme=dark] .quiz-opts button:hover{border-color:var(--d-accent);background:#6fcba017}html[data-theme=dark] .quiz-back{color:var(--d-muted)}html[data-theme=dark] .quiz-back:hover{color:var(--d-accent)}html[data-theme=dark] .result-badge{background:var(--d-chip);color:var(--d-accent)}html[data-theme=dark] .quiz-disclaimer{color:var(--d-muted)}html[data-theme=dark] .cost-note{background:var(--d-surface);border-color:var(--d-border);border-left-color:var(--gold)}html[data-theme=dark] .cost-note h3 i,html[data-theme=dark] .verify-head i,html[data-theme=dark] .ct-step.active i{color:var(--gold)}html[data-theme=dark] .step:not(:last-child):before{background:var(--d-border-2)}html[data-theme=dark] .why,html[data-theme=dark] .faq{background:var(--d-bg)}html[data-theme=dark] .founder-card{background:var(--d-surface);border-color:var(--d-border);box-shadow:var(--d-shadow)}html[data-theme=dark] .founder-chips{border-top-color:var(--d-border)}html[data-theme=dark] .founder-chips i{color:var(--d-accent)}html[data-theme=dark] .founder-role{color:#b3a9ee}html[data-theme=dark] .pull{color:#d6ece1;border-left-color:var(--d-accent)}html[data-theme=dark] .triad-step{background:var(--d-surface);border-color:var(--d-border)}html[data-theme=dark] .triad-step .ic{background:var(--d-chip);color:var(--d-accent);box-shadow:none}html[data-theme=dark] .triad-arrow{color:var(--d-accent)}html[data-theme=dark] .verify{background:linear-gradient(180deg,#1c2417,#161f18);border-color:#e0a33e59;border-left-color:var(--gold)}html[data-theme=dark] .verify a{color:var(--d-accent)}html[data-theme=dark] .ct-step{background:var(--d-surface-2);border-color:var(--d-border-2);color:var(--d-muted)}html[data-theme=dark] .ct-step.active{background:#e0a33e29;border-color:var(--gold);color:var(--d-text)}html[data-theme=dark] .cases{background:var(--d-bg-alt)}html[data-theme=dark] .cm-card{background:var(--d-surface);border-color:var(--d-border);box-shadow:var(--d-shadow-sm)}html[data-theme=dark] .cm-card .ic{background:var(--d-chip);color:var(--d-accent)}html[data-theme=dark] .cm-foot{background:var(--d-surface);border-color:var(--d-border);border-left-color:var(--d-accent)}html[data-theme=dark] .cm-foot .area{color:var(--d-accent)}html[data-theme=dark] .faq-item{background:var(--d-surface);border-color:var(--d-border)}html[data-theme=dark] .faq-item summary .chev,html[data-theme=dark] .faq-a a{color:var(--d-accent)}html[data-theme=dark] .contact{background:linear-gradient(180deg,#0e1814,#0c1411)}html[data-theme=dark] .contact-note{color:var(--d-muted)}html[data-theme=dark] .contact-form{background:var(--d-surface);box-shadow:var(--d-shadow)}html[data-theme=dark] .field input,html[data-theme=dark] .field select,html[data-theme=dark] .field textarea{background:var(--d-surface-2);border-color:var(--d-border-2);color:var(--d-text)}html[data-theme=dark] .field input:focus,html[data-theme=dark] .field select:focus,html[data-theme=dark] .field textarea:focus{border-color:var(--d-accent);box-shadow:0 0 0 3px #6fcba02e}html[data-theme=dark] .form-msg{background:var(--d-chip);border-color:#6fcba04d;color:var(--d-accent)}html[data-theme=dark] .footer{background:#0a110e}.city-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#0b3b2d,#0f5240);padding:150px 0 86px}.city-hero .eyebrow{background:#ffffff1f;color:#d6f0e4}.city-hero h1{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:clamp(30px,4vw,46px);line-height:1.12;letter-spacing:-.5px;color:var(--cream);margin:16px 0 0;max-width:18em}.city-hero .sub{font-size:clamp(15.5px,1.3vw,17px);line-height:1.6;color:#b9d2c7;margin:18px 0 0;max-width:40em}.city-hero .cta-row{margin-top:28px}.city-intro{max-width:760px;margin:0 auto}.city-intro p{font-size:16.5px;line-height:1.72;color:#36433c;margin:0 0 18px}.city-intro p:last-child{margin-bottom:0}.city-local{max-width:760px;margin:40px auto 0;background:var(--mint);border:1px solid rgba(19,122,82,.16);border-radius:16px;padding:26px 28px}.city-local h2{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:19px;color:var(--ink);margin:0 0 10px;display:flex;align-items:center;gap:10px}.city-local h2 i{color:var(--emerald);font-size:22px}.city-local p{font-size:14.5px;line-height:1.65;color:#3c4a43;margin:0 0 10px}.city-local p:last-child{margin-bottom:0}.city-local a{color:var(--emerald);font-weight:600;text-decoration:none}.city-local a:hover{text-decoration:underline}.city-cta{text-align:center;margin:46px auto 0}.city-cta .cta-primary{display:inline-block}.breadcrumb{font-size:13px;color:#cde8dc;position:relative;z-index:2}.breadcrumb a{color:#cde8dc;text-decoration:none}.breadcrumb a:hover{color:#fff;text-decoration:underline}.byline{font-size:13.5px;line-height:1.5;color:#9fc7b7;margin:14px 0 0;position:relative;z-index:2}.byline a{color:#d6f0e4;font-weight:600;text-decoration:none}.byline a:hover{color:#fff;text-decoration:underline}html[data-theme=dark] .city-intro p{color:var(--d-body)}html[data-theme=dark] .city-local{background:var(--d-surface);border-color:var(--d-border)}html[data-theme=dark] .city-local h2{color:var(--d-text)}html[data-theme=dark] .city-local h2 i{color:var(--d-accent)}html[data-theme=dark] .city-local p{color:var(--d-body)}html[data-theme=dark] .city-local a{color:var(--d-accent)}.prose{max-width:760px;margin:0 auto}.prose h2{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:clamp(22px,2.6vw,28px);color:var(--ink);margin:46px 0 14px;line-height:1.2}.prose>h2:first-child{margin-top:0}.prose h3{font-family:Plus Jakarta Sans,sans-serif;font-weight:600;font-size:18px;color:var(--ink);margin:26px 0 8px}.prose p{font-size:16.5px;line-height:1.72;color:#36433c;margin:0 0 16px}.prose ul{margin:0 0 18px;padding-left:0;list-style:none}.prose li{position:relative;padding-left:30px;font-size:16px;line-height:1.65;color:#36433c;margin-bottom:12px}.prose li:before{content:"";position:absolute;left:6px;top:10px;width:8px;height:8px;border-radius:2px;background:var(--emerald-light);transform:rotate(45deg)}.prose a{color:var(--emerald);font-weight:500;text-decoration:none}.prose a:hover{text-decoration:underline}.prose strong{color:var(--ink)}.guide-sources{font-size:12.5px;color:#7a857f;margin:8px 0 0;line-height:1.5}.guide-sources a{color:var(--emerald-deep);font-weight:500}.callout{margin:22px 0;background:var(--mint);border:1px solid rgba(19,122,82,.16);border-left:4px solid var(--emerald);border-radius:12px;padding:16px 20px}.callout p{font-size:14.5px;line-height:1.6;color:#3c4a43;margin:0}.callout.warn{background:#fffdf6;border-color:#e0a33e66;border-left-color:var(--gold)}.callout strong{color:var(--ink)}.res-group{max-width:820px;margin:0 auto 42px}.res-group h2{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:22px;color:var(--ink);margin:0 0 6px;display:flex;align-items:center;gap:10px}.res-group h2 i{color:var(--emerald);font-size:24px}.res-group p.res-sub{font-size:14.5px;color:#4b5852;margin:0 0 18px}.res-list{display:grid;gap:12px}.res-item{display:block;background:#fff;border:1px solid rgba(19,122,82,.14);border-radius:12px;padding:15px 18px;text-decoration:none;transition:border-color .18s,transform .18s,box-shadow .18s}.res-item:hover{border-color:var(--emerald);transform:translateY(-1px);box-shadow:0 8px 22px #07281e14}.res-item .rl{font-weight:600;font-size:15.5px;color:var(--emerald-deep);display:flex;align-items:center;gap:8px}.res-item .rl i{font-size:16px;color:var(--emerald);flex:none}.res-item .rn{font-size:13.5px;line-height:1.5;color:#4b5852;margin-top:5px}.glossary{max-width:820px;margin:0 auto;display:grid;gap:12px}.gloss-term{background:#fff;border:1px solid rgba(19,122,82,.14);border-radius:12px;padding:14px 18px;margin:0}.gloss-term dt{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:15px;color:var(--ink)}.gloss-term dd{margin:5px 0 0;font-size:14px;line-height:1.55;color:#4b5852}.checklist{max-width:820px;margin:0 auto;background:var(--mint);border:1px solid rgba(19,122,82,.16);border-radius:16px;padding:28px 30px}.checklist ul{list-style:none;margin:0;padding:0}.checklist li{position:relative;padding-left:32px;font-size:15px;line-height:1.5;color:#36433c;margin-bottom:13px}.checklist li:last-child{margin-bottom:0}.checklist li:before{content:"";position:absolute;left:0;top:0;width:18px;height:18px;border:2px solid var(--emerald);border-radius:5px;background:#fff}html[data-theme=dark] .prose p,html[data-theme=dark] .prose li{color:var(--d-body)}html[data-theme=dark] .prose h2,html[data-theme=dark] .prose h3,html[data-theme=dark] .prose strong,html[data-theme=dark] .callout strong{color:var(--d-text)}html[data-theme=dark] .prose a{color:var(--d-accent)}html[data-theme=dark] .guide-sources{color:var(--d-muted)}html[data-theme=dark] .guide-sources a{color:var(--d-accent)}html[data-theme=dark] .callout{background:var(--d-surface);border-color:var(--d-border);border-left-color:var(--d-accent)}html[data-theme=dark] .callout p{color:var(--d-body)}html[data-theme=dark] .callout.warn{background:#1c2417;border-color:#e0a33e59;border-left-color:var(--gold)}html[data-theme=dark] .res-group h2{color:var(--d-text)}html[data-theme=dark] .res-group h2 i{color:var(--d-accent)}html[data-theme=dark] .res-group p.res-sub{color:var(--d-body)}html[data-theme=dark] .res-item{background:var(--d-surface);border-color:var(--d-border)}html[data-theme=dark] .res-item .rl,html[data-theme=dark] .res-item .rl i{color:var(--d-accent)}html[data-theme=dark] .res-item .rn{color:var(--d-body)}html[data-theme=dark] .gloss-term{background:var(--d-surface);border-color:var(--d-border)}html[data-theme=dark] .gloss-term dt{color:var(--d-text)}html[data-theme=dark] .gloss-term dd{color:var(--d-body)}html[data-theme=dark] .checklist{background:var(--d-surface);border-color:var(--d-border)}html[data-theme=dark] .checklist li{color:var(--d-body)}html[data-theme=dark] .checklist li:before{border-color:var(--d-accent);background:transparent}.updated{font-size:13px;color:#7a857f;margin:0 0 22px}html[data-theme=dark] .updated{color:var(--d-muted)}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--emerald);outline-offset:2px;border-radius:6px}.hero a:focus-visible,.city-hero a:focus-visible,.site-header a:focus-visible,.theme-toggle:focus-visible,.footer a:focus-visible{outline-color:#9fe1cb}html[data-theme=dark] a:focus-visible,html[data-theme=dark] button:focus-visible,html[data-theme=dark] summary:focus-visible{outline-color:var(--emerald-light)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.hero-photo-card img{animation:none!important}.gemtex{transition:none!important}.js-reveal .reveal{opacity:1!important;transform:none!important}}.skills{margin-top:40px;background:var(--mint);border:1px solid rgba(19,122,82,.14);border-radius:18px;padding:26px 26px 22px}.skills h3{font-size:17px;font-weight:600;color:var(--ink);margin:0 0 6px}.skills>p{font-size:14px;line-height:1.5;color:#4b5852;margin:0 0 14px}.skill-chips{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0}.skill-chips li{font-size:13.5px;font-weight:500;color:var(--emerald-deep);background:#fff;border:1px solid rgba(19,122,82,.2);border-radius:999px;padding:7px 14px}.guide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.guide-card{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(19,122,82,.14);border-radius:16px;padding:24px 22px;box-shadow:0 8px 26px #07281e12;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.guide-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px #07281e1f}.guide-card .ic{width:46px;height:46px;border-radius:12px;background:var(--mint);color:var(--emerald);display:flex;align-items:center;justify-content:center;font-size:23px;margin-bottom:14px}.guide-card h3{font-size:16px;font-weight:600;color:var(--ink);margin:0 0 6px}.guide-card p{font-size:14px;line-height:1.55;color:#4b5852;margin:0 0 16px}.guide-more{margin-top:auto;font-size:13.5px;font-weight:600;color:var(--emerald);display:inline-flex;align-items:center;gap:6px}html[data-theme=dark] .skills{background:var(--d-surface);border-color:var(--d-border)}html[data-theme=dark] .skills h3{color:var(--d-text)}html[data-theme=dark] .skills>p{color:var(--d-body)}html[data-theme=dark] .skill-chips li{background:var(--d-surface-2);border-color:var(--d-border-2);color:var(--d-body)}html[data-theme=dark] .guide-card{background:var(--d-surface);border-color:var(--d-border);box-shadow:var(--d-shadow-sm)}html[data-theme=dark] .guide-card .ic{background:var(--d-chip);color:var(--d-accent)}html[data-theme=dark] .guide-card h3{color:var(--d-text)}html[data-theme=dark] .guide-card p{color:var(--d-body)}html[data-theme=dark] .guide-more{color:var(--d-accent)}@media(max-width:820px){.quiz-card{padding:28px 22px}.hero-grid{grid-template-columns:1fr;gap:30px}.hero{padding:116px 0 120px}.stats .grid{grid-template-columns:1fr;gap:14px}.stats{margin-top:-54px}.nav a:not(.btn-gold){display:none}.trust .item+.item{border-left:none}.feature{grid-template-columns:1fr;gap:32px}.svc-list{grid-template-columns:1fr}.section{padding:60px 0}.why-story{grid-template-columns:1fr;gap:30px}.founder-card{position:static;max-width:430px;margin:0 auto}.triad{grid-template-columns:1fr;gap:14px}.triad-arrow{transform:rotate(90deg);padding:4px 0}.verify{padding:24px 22px}.cm-grid{grid-template-columns:1fr}.cm-foot{flex-direction:column;align-items:flex-start}.cm-foot .cta-primary{width:100%;text-align:center}.footer-grid{grid-template-columns:1fr;gap:30px}.contact-form{padding:26px 20px}.city-hero{padding:120px 0 64px}}.ti{display:inline-block;line-height:1}.ti:before{content:"";display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;vertical-align:-.125em}.ti-arrow-left:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-arrow-left%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M5 12l14 0%22 /%3E%3Cpath d=%22M5 12l6 6%22 /%3E%3Cpath d=%22M5 12l6 -6%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-arrow-left%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M5 12l14 0%22 /%3E%3Cpath d=%22M5 12l6 6%22 /%3E%3Cpath d=%22M5 12l6 -6%22 /%3E%3C/svg%3E")}.ti-arrow-right:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-arrow-right%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M5 12l14 0%22 /%3E%3Cpath d=%22M13 18l6 -6%22 /%3E%3Cpath d=%22M13 6l6 6%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-arrow-right%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M5 12l14 0%22 /%3E%3Cpath d=%22M13 18l6 -6%22 /%3E%3Cpath d=%22M13 6l6 6%22 /%3E%3C/svg%3E")}.ti-award:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-award%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M12 9m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0%22 /%3E%3Cpath d=%22M12 15l3.4 5.89l1.598 -3.233l3.598 .232l-3.4 -5.889%22 /%3E%3Cpath d=%22M6.802 12l-3.4 5.89l3.598 -.233l1.598 3.232l3.4 -5.889%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-award%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M12 9m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0%22 /%3E%3Cpath d=%22M12 15l3.4 5.89l1.598 -3.233l3.598 .232l-3.4 -5.889%22 /%3E%3Cpath d=%22M6.802 12l-3.4 5.89l3.598 -.233l1.598 3.232l3.4 -5.889%22 /%3E%3C/svg%3E")}.ti-calendar-star:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-calendar-star%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M11 21h-5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v3.5%22 /%3E%3Cpath d=%22M16 3v4%22 /%3E%3Cpath d=%22M8 3v4%22 /%3E%3Cpath d=%22M4 11h11%22 /%3E%3Cpath d=%22M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-calendar-star%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M11 21h-5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v3.5%22 /%3E%3Cpath d=%22M16 3v4%22 /%3E%3Cpath d=%22M8 3v4%22 /%3E%3Cpath d=%22M4 11h11%22 /%3E%3Cpath d=%22M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z%22 /%3E%3C/svg%3E")}.ti-certificate:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-certificate%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M15 15m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0%22 /%3E%3Cpath d=%22M13 17.5v4.5l2 -1.5l2 1.5v-4.5%22 /%3E%3Cpath d=%22M10 19h-5a2 2 0 0 1 -2 -2v-10c0 -1.1 .9 -2 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -1 1.73%22 /%3E%3Cpath d=%22M6 9l12 0%22 /%3E%3Cpath d=%22M6 12l3 0%22 /%3E%3Cpath d=%22M6 15l2 0%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-certificate%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M15 15m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0%22 /%3E%3Cpath d=%22M13 17.5v4.5l2 -1.5l2 1.5v-4.5%22 /%3E%3Cpath d=%22M10 19h-5a2 2 0 0 1 -2 -2v-10c0 -1.1 .9 -2 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -1 1.73%22 /%3E%3Cpath d=%22M6 9l12 0%22 /%3E%3Cpath d=%22M6 12l3 0%22 /%3E%3Cpath d=%22M6 15l2 0%22 /%3E%3C/svg%3E")}.ti-check:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-check%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M5 12l5 5l10 -10%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-check%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M5 12l5 5l10 -10%22 /%3E%3C/svg%3E")}.ti-checklist:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-checklist%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M9.615 20h-2.615a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8%22 /%3E%3Cpath d=%22M14 19l2 2l4 -4%22 /%3E%3Cpath d=%22M9 8h4%22 /%3E%3Cpath d=%22M9 12h2%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-checklist%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M9.615 20h-2.615a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8%22 /%3E%3Cpath d=%22M14 19l2 2l4 -4%22 /%3E%3Cpath d=%22M9 8h4%22 /%3E%3Cpath d=%22M9 12h2%22 /%3E%3C/svg%3E")}.ti-chevron-down:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-chevron-down%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M6 9l6 6l6 -6%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-chevron-down%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M6 9l6 6l6 -6%22 /%3E%3C/svg%3E")}.ti-circle-check:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-circle-check%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0%22 /%3E%3Cpath d=%22M9 12l2 2l4 -4%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-circle-check%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0%22 /%3E%3Cpath d=%22M9 12l2 2l4 -4%22 /%3E%3C/svg%3E")}.ti-clipboard-check:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-clipboard-check%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2%22 /%3E%3Cpath d=%22M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z%22 /%3E%3Cpath d=%22M9 14l2 2l4 -4%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-clipboard-check%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2%22 /%3E%3Cpath d=%22M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z%22 /%3E%3Cpath d=%22M9 14l2 2l4 -4%22 /%3E%3C/svg%3E")}.ti-clipboard-heart:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-clipboard-heart%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2%22 /%3E%3Cpath d=%22M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z%22 /%3E%3Cpath d=%22M11.993 16.75l2.747 -2.815a1.9 1.9 0 0 0 0 -2.632a1.775 1.775 0 0 0 -2.56 0l-.183 .188l-.183 -.189a1.775 1.775 0 0 0 -2.56 0a1.899 1.899 0 0 0 0 2.632l2.738 2.825z%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-clipboard-heart%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2%22 /%3E%3Cpath d=%22M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z%22 /%3E%3Cpath d=%22M11.993 16.75l2.747 -2.815a1.9 1.9 0 0 0 0 -2.632a1.775 1.775 0 0 0 -2.56 0l-.183 .188l-.183 -.189a1.775 1.775 0 0 0 -2.56 0a1.899 1.899 0 0 0 0 2.632l2.738 2.825z%22 /%3E%3C/svg%3E")}.ti-clock-check:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-clock-check%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M20.942 13.021a9 9 0 1 0 -9.407 7.967%22 /%3E%3Cpath d=%22M12 7v5l3 3%22 /%3E%3Cpath d=%22M15 19l2 2l4 -4%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-clock-check%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M20.942 13.021a9 9 0 1 0 -9.407 7.967%22 /%3E%3Cpath d=%22M12 7v5l3 3%22 /%3E%3Cpath d=%22M15 19l2 2l4 -4%22 /%3E%3C/svg%3E")}.ti-clock:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-clock%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0%22 /%3E%3Cpath d=%22M12 7v5l3 3%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-clock%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0%22 /%3E%3Cpath d=%22M12 7v5l3 3%22 /%3E%3C/svg%3E")}.ti-coin:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-coin%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0%22 /%3E%3Cpath d=%22M14.8 9a2 2 0 0 0 -1.8 -1h-2a2 2 0 1 0 0 4h2a2 2 0 1 1 0 4h-2a2 2 0 0 1 -1.8 -1%22 /%3E%3Cpath d=%22M12 7v10%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-coin%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0%22 /%3E%3Cpath d=%22M14.8 9a2 2 0 0 0 -1.8 -1h-2a2 2 0 1 0 0 4h2a2 2 0 1 1 0 4h-2a2 2 0 0 1 -1.8 -1%22 /%3E%3Cpath d=%22M12 7v10%22 /%3E%3C/svg%3E")}.ti-external-link:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-external-link%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M12 6h-6a2 2 0 0 0 -2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-6%22 /%3E%3Cpath d=%22M11 13l9 -9%22 /%3E%3Cpath d=%22M15 4h5v5%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-external-link%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M12 6h-6a2 2 0 0 0 -2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-6%22 /%3E%3Cpath d=%22M11 13l9 -9%22 /%3E%3Cpath d=%22M15 4h5v5%22 /%3E%3C/svg%3E")}.ti-file-check:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-file-check%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M14 3v4a1 1 0 0 0 1 1h4%22 /%3E%3Cpath d=%22M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z%22 /%3E%3Cpath d=%22M9 15l2 2l4 -4%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-file-check%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M14 3v4a1 1 0 0 0 1 1h4%22 /%3E%3Cpath d=%22M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z%22 /%3E%3Cpath d=%22M9 15l2 2l4 -4%22 /%3E%3C/svg%3E")}.ti-file-text:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-file-text%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M14 3v4a1 1 0 0 0 1 1h4%22 /%3E%3Cpath d=%22M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z%22 /%3E%3Cpath d=%22M9 9l1 0%22 /%3E%3Cpath d=%22M9 13l6 0%22 /%3E%3Cpath d=%22M9 17l6 0%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-file-text%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M14 3v4a1 1 0 0 0 1 1h4%22 /%3E%3Cpath d=%22M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z%22 /%3E%3Cpath d=%22M9 9l1 0%22 /%3E%3Cpath d=%22M9 13l6 0%22 /%3E%3Cpath d=%22M9 17l6 0%22 /%3E%3C/svg%3E")}.ti-flag:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-flag%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M5 5a5 5 0 0 1 7 0a5 5 0 0 0 7 0v9a5 5 0 0 1 -7 0a5 5 0 0 0 -7 0v-9z%22 /%3E%3Cpath d=%22M5 21v-7%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-flag%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M5 5a5 5 0 0 1 7 0a5 5 0 0 0 7 0v9a5 5 0 0 1 -7 0a5 5 0 0 0 -7 0v-9z%22 /%3E%3Cpath d=%22M5 21v-7%22 /%3E%3C/svg%3E")}.ti-gavel:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-gavel%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M13 10l7.383 7.418c.823 .82 .823 2.148 0 2.967a2.11 2.11 0 0 1 -2.976 0l-7.407 -7.385%22 /%3E%3Cpath d=%22M6 9l4 4%22 /%3E%3Cpath d=%22M13 10l-4 -4%22 /%3E%3Cpath d=%22M3 21h7%22 /%3E%3Cpath d=%22M6.793 15.793l-3.586 -3.586a1 1 0 0 1 0 -1.414l2.293 -2.293l.5 .5l3 -3l-.5 -.5l2.293 -2.293a1 1 0 0 1 1.414 0l3.586 3.586a1 1 0 0 1 0 1.414l-2.293 2.293l-.5 -.5l-3 3l.5 .5l-2.293 2.293a1 1 0 0 1 -1.414 0z%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-gavel%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M13 10l7.383 7.418c.823 .82 .823 2.148 0 2.967a2.11 2.11 0 0 1 -2.976 0l-7.407 -7.385%22 /%3E%3Cpath d=%22M6 9l4 4%22 /%3E%3Cpath d=%22M13 10l-4 -4%22 /%3E%3Cpath d=%22M3 21h7%22 /%3E%3Cpath d=%22M6.793 15.793l-3.586 -3.586a1 1 0 0 1 0 -1.414l2.293 -2.293l.5 .5l3 -3l-.5 -.5l2.293 -2.293a1 1 0 0 1 1.414 0l3.586 3.586a1 1 0 0 1 0 1.414l-2.293 2.293l-.5 -.5l-3 3l.5 .5l-2.293 2.293a1 1 0 0 1 -1.414 0z%22 /%3E%3C/svg%3E")}.ti-heart-handshake:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-heart-handshake%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572%22 /%3E%3Cpath d=%22M12 6l-3.293 3.293a1 1 0 0 0 0 1.414l.543 .543c.69 .69 1.81 .69 2.5 0l1 -1a3.182 3.182 0 0 1 4.5 0l2.25 2.25%22 /%3E%3Cpath d=%22M12.5 15.5l2 2%22 /%3E%3Cpath d=%22M15 13l2 2%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-heart-handshake%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572%22 /%3E%3Cpath d=%22M12 6l-3.293 3.293a1 1 0 0 0 0 1.414l.543 .543c.69 .69 1.81 .69 2.5 0l1 -1a3.182 3.182 0 0 1 4.5 0l2.25 2.25%22 /%3E%3Cpath d=%22M12.5 15.5l2 2%22 /%3E%3Cpath d=%22M15 13l2 2%22 /%3E%3C/svg%3E")}.ti-help:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-help%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0%22 /%3E%3Cpath d=%22M12 17l0 .01%22 /%3E%3Cpath d=%22M12 13.5a1.5 1.5 0 0 1 1 -1.5a2.6 2.6 0 1 0 -3 -4%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-help%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0%22 /%3E%3Cpath d=%22M12 17l0 .01%22 /%3E%3Cpath d=%22M12 13.5a1.5 1.5 0 0 1 1 -1.5a2.6 2.6 0 1 0 -3 -4%22 /%3E%3C/svg%3E")}.ti-home-heart:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-home-heart%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M21 12l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h6%22 /%3E%3Cpath d=%22M9 21v-6a2 2 0 0 1 2 -2h2c.39 0 .754 .112 1.061 .304%22 /%3E%3Cpath d=%22M19 21.5l2.518 -2.58a1.74 1.74 0 0 0 0 -2.413a1.627 1.627 0 0 0 -2.346 0l-.168 .172l-.168 -.172a1.627 1.627 0 0 0 -2.346 0a1.74 1.74 0 0 0 0 2.412l2.51 2.59z%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-home-heart%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M21 12l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h6%22 /%3E%3Cpath d=%22M9 21v-6a2 2 0 0 1 2 -2h2c.39 0 .754 .112 1.061 .304%22 /%3E%3Cpath d=%22M19 21.5l2.518 -2.58a1.74 1.74 0 0 0 0 -2.413a1.627 1.627 0 0 0 -2.346 0l-.168 .172l-.168 -.172a1.627 1.627 0 0 0 -2.346 0a1.74 1.74 0 0 0 0 2.412l2.51 2.59z%22 /%3E%3C/svg%3E")}.ti-info-circle:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-info-circle%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0%22 /%3E%3Cpath d=%22M12 9h.01%22 /%3E%3Cpath d=%22M11 12h1v4h1%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-info-circle%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0%22 /%3E%3Cpath d=%22M12 9h.01%22 /%3E%3Cpath d=%22M11 12h1v4h1%22 /%3E%3C/svg%3E")}.ti-list-check:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-list-check%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M3.5 5.5l1.5 1.5l2.5 -2.5%22 /%3E%3Cpath d=%22M3.5 11.5l1.5 1.5l2.5 -2.5%22 /%3E%3Cpath d=%22M3.5 17.5l1.5 1.5l2.5 -2.5%22 /%3E%3Cpath d=%22M11 6l9 0%22 /%3E%3Cpath d=%22M11 12l9 0%22 /%3E%3Cpath d=%22M11 18l9 0%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-list-check%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M3.5 5.5l1.5 1.5l2.5 -2.5%22 /%3E%3Cpath d=%22M3.5 11.5l1.5 1.5l2.5 -2.5%22 /%3E%3Cpath d=%22M3.5 17.5l1.5 1.5l2.5 -2.5%22 /%3E%3Cpath d=%22M11 6l9 0%22 /%3E%3Cpath d=%22M11 12l9 0%22 /%3E%3Cpath d=%22M11 18l9 0%22 /%3E%3C/svg%3E")}.ti-map-pin:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-map-pin%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0%22 /%3E%3Cpath d=%22M17.657 16.657l-4.243 4.243a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 11.314 0z%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-map-pin%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0%22 /%3E%3Cpath d=%22M17.657 16.657l-4.243 4.243a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 11.314 0z%22 /%3E%3C/svg%3E")}.ti-messages:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-messages%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M21 14l-3 -3h-7a1 1 0 0 1 -1 -1v-6a1 1 0 0 1 1 -1h9a1 1 0 0 1 1 1v10%22 /%3E%3Cpath d=%22M14 15v2a1 1 0 0 1 -1 1h-7l-3 3v-10a1 1 0 0 1 1 -1h2%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-messages%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M21 14l-3 -3h-7a1 1 0 0 1 -1 -1v-6a1 1 0 0 1 1 -1h9a1 1 0 0 1 1 1v10%22 /%3E%3Cpath d=%22M14 15v2a1 1 0 0 1 -1 1h-7l-3 3v-10a1 1 0 0 1 1 -1h2%22 /%3E%3C/svg%3E")}.ti-mood-smile:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-mood-smile%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0%22 /%3E%3Cpath d=%22M9 10l.01 0%22 /%3E%3Cpath d=%22M15 10l.01 0%22 /%3E%3Cpath d=%22M9.5 15a3.5 3.5 0 0 0 5 0%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-mood-smile%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0%22 /%3E%3Cpath d=%22M9 10l.01 0%22 /%3E%3Cpath d=%22M15 10l.01 0%22 /%3E%3Cpath d=%22M9.5 15a3.5 3.5 0 0 0 5 0%22 /%3E%3C/svg%3E")}.ti-moon-stars:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-moon-stars%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z%22 /%3E%3Cpath d=%22M17 4a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2%22 /%3E%3Cpath d=%22M19 11h2m-1 -1v2%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-moon-stars%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z%22 /%3E%3Cpath d=%22M17 4a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2%22 /%3E%3Cpath d=%22M19 11h2m-1 -1v2%22 /%3E%3C/svg%3E")}.ti-plant-2:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-plant-2%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M2 9a10 10 0 1 0 20 0%22 /%3E%3Cpath d=%22M12 19a10 10 0 0 1 10 -10%22 /%3E%3Cpath d=%22M2 9a10 10 0 0 1 10 10%22 /%3E%3Cpath d=%22M12 4a9.7 9.7 0 0 1 2.99 7.5%22 /%3E%3Cpath d=%22M9.01 11.5a9.7 9.7 0 0 1 2.99 -7.5%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-plant-2%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M2 9a10 10 0 1 0 20 0%22 /%3E%3Cpath d=%22M12 19a10 10 0 0 1 10 -10%22 /%3E%3Cpath d=%22M2 9a10 10 0 0 1 10 10%22 /%3E%3Cpath d=%22M12 4a9.7 9.7 0 0 1 2.99 7.5%22 /%3E%3Cpath d=%22M9.01 11.5a9.7 9.7 0 0 1 2.99 -7.5%22 /%3E%3C/svg%3E")}.ti-rosette-discount-check:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-rosette-discount-check%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1%22 /%3E%3Cpath d=%22M9 12l2 2l4 -4%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-rosette-discount-check%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1%22 /%3E%3Cpath d=%22M9 12l2 2l4 -4%22 /%3E%3C/svg%3E")}.ti-route:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-route%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M3 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0%22 /%3E%3Cpath d=%22M19 7a2 2 0 1 0 0 -4a2 2 0 0 0 0 4z%22 /%3E%3Cpath d=%22M11 19h5.5a3.5 3.5 0 0 0 0 -7h-8a3.5 3.5 0 0 1 0 -7h4.5%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-route%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M3 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0%22 /%3E%3Cpath d=%22M19 7a2 2 0 1 0 0 -4a2 2 0 0 0 0 4z%22 /%3E%3Cpath d=%22M11 19h5.5a3.5 3.5 0 0 0 0 -7h-8a3.5 3.5 0 0 1 0 -7h4.5%22 /%3E%3C/svg%3E")}.ti-shield-check:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-shield-check%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M11.46 20.846a12 12 0 0 1 -7.96 -14.846a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 -.09 7.06%22 /%3E%3Cpath d=%22M15 19l2 2l4 -4%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-shield-check%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M11.46 20.846a12 12 0 0 1 -7.96 -14.846a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 -.09 7.06%22 /%3E%3Cpath d=%22M15 19l2 2l4 -4%22 /%3E%3C/svg%3E")}.ti-shield-heart:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-shield-heart%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M12 21a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12.01 12.01 0 0 1 .378 5%22 /%3E%3Cpath d=%22M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-shield-heart%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M12 21a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12.01 12.01 0 0 1 .378 5%22 /%3E%3Cpath d=%22M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z%22 /%3E%3C/svg%3E")}.ti-sun:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-sun%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0%22 /%3E%3Cpath d=%22M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-sun%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0%22 /%3E%3Cpath d=%22M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7%22 /%3E%3C/svg%3E")}.ti-tools-kitchen-2:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-tools-kitchen-2%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M19 3v12h-5c-.023 -3.681 .184 -7.406 5 -12zm0 12v6h-1v-3m-10 -14v17m-3 -17v3a3 3 0 1 0 6 0v-3%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-tools-kitchen-2%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M19 3v12h-5c-.023 -3.681 .184 -7.406 5 -12zm0 12v6h-1v-3m-10 -14v17m-3 -17v3a3 3 0 1 0 6 0v-3%22 /%3E%3C/svg%3E")}.ti-user-check:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-user-check%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0%22 /%3E%3Cpath d=%22M6 21v-2a4 4 0 0 1 4 -4h4%22 /%3E%3Cpath d=%22M15 19l2 2l4 -4%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-user-check%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0%22 /%3E%3Cpath d=%22M6 21v-2a4 4 0 0 1 4 -4h4%22 /%3E%3Cpath d=%22M15 19l2 2l4 -4%22 /%3E%3C/svg%3E")}.ti-user-star:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-user-star%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0%22 /%3E%3Cpath d=%22M6 21v-2a4 4 0 0 1 4 -4h.5%22 /%3E%3Cpath d=%22M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-user-star%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0%22 /%3E%3Cpath d=%22M6 21v-2a4 4 0 0 1 4 -4h.5%22 /%3E%3Cpath d=%22M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z%22 /%3E%3C/svg%3E")}.ti-users-group:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-users-group%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M10 13a2 2 0 1 0 4 0a2 2 0 0 0 -4 0%22 /%3E%3Cpath d=%22M8 21v-1a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v1%22 /%3E%3Cpath d=%22M15 5a2 2 0 1 0 4 0a2 2 0 0 0 -4 0%22 /%3E%3Cpath d=%22M17 10h2a2 2 0 0 1 2 2v1%22 /%3E%3Cpath d=%22M5 5a2 2 0 1 0 4 0a2 2 0 0 0 -4 0%22 /%3E%3Cpath d=%22M3 13v-1a2 2 0 0 1 2 -2h2%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-users-group%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M10 13a2 2 0 1 0 4 0a2 2 0 0 0 -4 0%22 /%3E%3Cpath d=%22M8 21v-1a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v1%22 /%3E%3Cpath d=%22M15 5a2 2 0 1 0 4 0a2 2 0 0 0 -4 0%22 /%3E%3Cpath d=%22M17 10h2a2 2 0 0 1 2 2v1%22 /%3E%3Cpath d=%22M5 5a2 2 0 1 0 4 0a2 2 0 0 0 -4 0%22 /%3E%3Cpath d=%22M3 13v-1a2 2 0 0 1 2 -2h2%22 /%3E%3C/svg%3E")}.ti-users:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-users%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M9 7m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0%22 /%3E%3Cpath d=%22M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2%22 /%3E%3Cpath d=%22M16 3.13a4 4 0 0 1 0 7.75%22 /%3E%3Cpath d=%22M21 21v-2a4 4 0 0 0 -3 -3.85%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-users%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M9 7m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0%22 /%3E%3Cpath d=%22M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2%22 /%3E%3Cpath d=%22M16 3.13a4 4 0 0 1 0 7.75%22 /%3E%3Cpath d=%22M21 21v-2a4 4 0 0 0 -3 -3.85%22 /%3E%3C/svg%3E")}.ti-vocabulary:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-vocabulary%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M10 19h-6a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1h6a2 2 0 0 1 2 2a2 2 0 0 1 2 -2h6a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-6a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2z%22 /%3E%3Cpath d=%22M12 5v16%22 /%3E%3Cpath d=%22M7 7h1%22 /%3E%3Cpath d=%22M7 11h1%22 /%3E%3Cpath d=%22M16 7h1%22 /%3E%3Cpath d=%22M16 11h1%22 /%3E%3Cpath d=%22M16 15h1%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-vocabulary%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M10 19h-6a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1h6a2 2 0 0 1 2 2a2 2 0 0 1 2 -2h6a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-6a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2z%22 /%3E%3Cpath d=%22M12 5v16%22 /%3E%3Cpath d=%22M7 7h1%22 /%3E%3Cpath d=%22M7 11h1%22 /%3E%3Cpath d=%22M16 7h1%22 /%3E%3Cpath d=%22M16 11h1%22 /%3E%3Cpath d=%22M16 15h1%22 /%3E%3C/svg%3E")}.ti-wallet:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-wallet%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M17 8v-3a1 1 0 0 0 -1 -1h-10a2 2 0 0 0 0 4h12a1 1 0 0 1 1 1v3m0 4v3a1 1 0 0 1 -1 1h-12a2 2 0 0 1 -2 -2v-12%22 /%3E%3Cpath d=%22M20 12v4h-4a2 2 0 0 1 0 -4h4%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-wallet%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M17 8v-3a1 1 0 0 0 -1 -1h-10a2 2 0 0 0 0 4h12a1 1 0 0 1 1 1v3m0 4v3a1 1 0 0 1 -1 1h-12a2 2 0 0 1 -2 -2v-12%22 /%3E%3Cpath d=%22M20 12v4h-4a2 2 0 0 1 0 -4h4%22 /%3E%3C/svg%3E")}.ti-x:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-x%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M18 6l-12 12%22 /%3E%3Cpath d=%22M6 6l12 12%22 /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22icon icon-tabler icons-tabler-outline icon-tabler-x%22 %3E%3Cpath stroke=%22none%22 d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3Cpath d=%22M18 6l-12 12%22 /%3E%3Cpath d=%22M6 6l12 12%22 /%3E%3C/svg%3E")}
