.sl-root{font-family:Inter,'IBM Plex Sans Arabic',system-ui,sans-serif;background:hsl(var(--brand-white));color:hsl(var(--brand-dark));position:relative;isolation:isolate;overflow:hidden}.sl-root *{box-sizing:border-box}.sl-section{position:relative;z-index:10}.sl-section--grad{border-top:1px solid hsl(var(--brand-purple)/.12);border-bottom:1px solid hsl(var(--brand-purple)/.12);background:linear-gradient(135deg,hsl(var(--light-purple-bg)),hsl(var(--brand-white)) 60%,hsl(var(--brand-lime)/.16))}.sl-inner{position:relative;z-index:20}.sl-inner--narrow{max-width:920px}.sl-hl{color:hsl(var(--brand-purple))}.sl-hero{position:relative;z-index:10;overflow:hidden}.sl-hero__grid{pointer-events:none;position:absolute;inset:0;opacity:.6;background-image:linear-gradient(hsl(var(--brand-purple)/.06) 1px,transparent 1px),linear-gradient(90deg,hsl(var(--brand-purple)/.06) 1px,transparent 1px);background-size:54px 54px}.sl-hero__inner{position:relative;z-index:20}.sl-cta-primary{transition:all .3s}.sl-cta-primary:hover{transform:translateY(-4px);background:hsl(var(--brand-lime-hover))}.sl-cta-secondary{transition:all .3s}.sl-cta-secondary:hover{background:hsl(var(--brand-purple));color:hsl(var(--brand-white))}.sl-grid-2{display:grid;gap:1rem}@media(min-width:768px){.sl-grid-2{grid-template-columns:repeat(2,1fr)}}.sl-svc-grid{display:grid;gap:1.25rem;counter-reset:svc}@media(min-width:768px){.sl-svc-grid{grid-template-columns:repeat(2,1fr)}}.sl-step-grid{display:grid;gap:1.5rem;counter-reset:step}@media(min-width:768px){.sl-step-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.sl-step-grid{grid-template-columns:repeat(4,1fr)}}.sl-forwho-grid{display:grid;gap:.75rem}@media(min-width:768px){.sl-forwho-grid{grid-template-columns:repeat(2,1fr)}}.sl-out-grid{display:grid;gap:1rem}@media(min-width:640px){.sl-out-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.sl-out-grid{grid-template-columns:repeat(3,1fr)}}.sl-faq{display:flex;flex-direction:column;gap:.75rem}.sl-finalcta{display:grid;gap:2.25rem}@media(min-width:1024px){.sl-finalcta{grid-template-columns:1fr auto;align-items:end}}.sl-check-card{display:flex;align-items:flex-start;gap:1rem;transition:all .3s}.sl-check-card.brxe-div:hover{transform:translateY(-4px);border-color:hsl(var(--brand-lime));box-shadow:0 18px 50px hsl(var(--brand-purple)/.1)}.sl-check::before{content:"";flex:0 0 auto;width:24px;height:24px;margin-top:2px;background:hsl(var(--brand-purple));-webkit-mask:var(--sl-check-svg) center/contain no-repeat;mask:var(--sl-check-svg) center/contain no-repeat}.sl-disc{display:inline-flex;align-items:center;justify-content:center}.sl-disc__ico{width:20px;height:20px;background:hsl(var(--brand-dark));-webkit-mask:var(--sl-check-svg) center/contain no-repeat;mask:var(--sl-check-svg) center/contain no-repeat}:root{--sl-check-svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpolyline points='22 4 12 14.01 9 11.01'/%3E%3C/svg%3E")}.sl-svc-card{transition:all .3s}.sl-svc-card.brxe-div:hover{transform:translateY(-4px);border-color:hsl(var(--brand-lime));box-shadow:0 18px 50px hsl(var(--brand-purple)/.1)}.sl-svc-card__head{margin-bottom:1rem;display:flex;align-items:center}.sl-svc-card__num::before{counter-increment:svc;content:counter(svc,decimal-leading-zero);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.18em;color:hsl(var(--brand-purple))}.sl-svc-card__rule{height:1px;flex:1;margin-block:0;margin-inline:1rem;background:hsl(var(--brand-purple)/.16)}.sl-step__num::before{counter-increment:step;content:counter(step,decimal-leading-zero);font-size:44px;font-weight:900;line-height:1;color:hsl(var(--brand-purple))}@media(min-width:768px){.sl-step__num::before{font-size:52px}}.sl-forwho{display:flex;align-items:flex-start;gap:.75rem}.sl-out-card{transition:all .3s}.sl-out-card.brxe-div:hover{transform:translateY(-4px);border-color:hsl(var(--brand-lime));box-shadow:0 18px 50px hsl(var(--brand-purple)/.1)}.sl-out-card__ico{display:inline-flex;align-items:center;justify-content:center}.sl-out-card__ico::before{content:"";width:20px;height:20px;background:hsl(var(--brand-purple));-webkit-mask:var(--sl-check-svg) center/contain no-repeat;mask:var(--sl-check-svg) center/contain no-repeat}.sl-faq__item{transition:border-color .2s}.sl-faq__item.brxe-div[open]{border-color:hsl(var(--brand-purple)/.4)}.sl-faq__q{display:flex;cursor:pointer;list-style:none;align-items:center;justify-content:space-between;gap:1rem}.sl-faq__q::-webkit-details-marker{display:none}.sl-faq__plus{display:grid;place-items:center;transition:transform .2s}.sl-faq__item[open] .sl-faq__plus{transform:rotate(45deg)}