.section-note.svelte-10xv7fa{display:flex;flex-direction:column;align-items:center;gap:var(--gap);max-width:var(--section-note-max-width, none);margin:var(--section-note-margin, 0);text-align:center}@media(min-width:1000px){.section-note.svelte-10xv7fa{flex-direction:row;align-items:flex-start;gap:var(--gap-md);max-width:var(--section-note-desktop-max-width, 682px);margin:var(--section-note-desktop-margin, var(--section-note-margin, 0 auto));text-align:left}}.section-note--on-dark.svelte-10xv7fa{color:var(--color-white)}.section-note--result.svelte-10xv7fa{color:var(--color-black)}.section-note__icon.svelte-10xv7fa{flex-shrink:0;width:48px;height:48px}@media(min-width:1000px){.section-note__icon.svelte-10xv7fa{width:56px;height:56px}}@media(min-width:1340px){.section-note__icon.svelte-10xv7fa{width:64px;height:64px}}.section-note__icon.svelte-10xv7fa svg{display:block;width:100%;height:100%}@media(min-width:1000px){.section-note__icon--mobile.svelte-10xv7fa{display:none}}.section-note__icon--desktop.svelte-10xv7fa{display:none}@media(min-width:1000px){.section-note__icon--desktop.svelte-10xv7fa{display:block}}.section-note__body.svelte-10xv7fa{display:flex;flex-direction:column;align-items:center;gap:16px}@media(min-width:1000px){.section-note__body.svelte-10xv7fa{align-items:flex-start}}.section-note__title.svelte-10xv7fa{margin:0;color:currentColor;font-family:var(--font-family-heading);font-size:20px;font-weight:600;line-height:1.4;text-align:inherit}@media(min-width:1000px){.section-note__title.svelte-10xv7fa{font-size:28px;font-weight:700;line-height:1.286}}.section-note--result.svelte-10xv7fa .section-note__title:where(.svelte-10xv7fa){color:var(--color-secondary-3);font-size:var(--h3-font-size);font-weight:600}@media(min-width:1000px){.section-note--result.svelte-10xv7fa .section-note__title:where(.svelte-10xv7fa){font-size:var(--h3-font-size);font-weight:700}}.section-note__text.svelte-10xv7fa{max-width:66ch;margin:0;color:currentColor;font-family:var(--font-family-main);font-size:18px;font-weight:500;line-height:1.5556;text-align:inherit}@media(min-width:1000px){.section-note__text.svelte-10xv7fa{font-family:var(--font-family-heading);font-size:20px;font-weight:600;line-height:1.4}}.section-note--result.svelte-10xv7fa .section-note__text:where(.svelte-10xv7fa){color:var(--color-black)}.accounting-feature-card.svelte-k6pj6u{--accounting-feature-card-padding: var(--gap);--accounting-feature-card-gap: var(--gap-md);--accounting-feature-card-content-gap: var(--gap);--accounting-feature-card-radius: var(--border-radius-lg);--accounting-feature-card-icon-size: 48px;--accounting-feature-card-title-size: 16px;--accounting-feature-card-title-weight: 500;--accounting-feature-card-title-line-height: 1.5;--accounting-feature-card-desc-size: 16px;--accounting-feature-card-desc-line-height: 1.5;display:flex;flex-direction:column;gap:var(--accounting-feature-card-gap);justify-content:space-between;padding:var(--accounting-feature-card-padding);border-radius:var(--accounting-feature-card-radius);background:#eff2f6}@media(min-width:1000px){.accounting-feature-card.svelte-k6pj6u{overflow:hidden}}@media(min-width:1000px){.accounting-feature-card.svelte-k6pj6u{--accounting-feature-card-padding: var(--gap-md);--accounting-feature-card-title-size: 18px;--accounting-feature-card-title-line-height: 1.5556;--accounting-feature-card-icon-size: 56px}}@media(min-width:1340px){.accounting-feature-card.svelte-k6pj6u{--accounting-feature-card-padding: var(--gap-lg);--accounting-feature-card-title-size: 20px;--accounting-feature-card-icon-size: 64px}}.accounting-feature-card--expanded.svelte-k6pj6u{--accounting-feature-card-title-size: 18px}@media(min-width:1340px){.accounting-feature-card--expanded.svelte-k6pj6u{--accounting-feature-card-title-size: 20px}}.accounting-feature-card__icon.svelte-k6pj6u{width:var(--accounting-feature-card-icon-size);height:var(--accounting-feature-card-icon-size);flex-shrink:0}.accounting-feature-card__icon.svelte-k6pj6u svg{display:block;width:100%;height:100%}.accounting-feature-card__content.svelte-k6pj6u{display:grid;gap:0}.accounting-feature-card--expanded.svelte-k6pj6u .accounting-feature-card__content:where(.svelte-k6pj6u){gap:var(--accounting-feature-card-content-gap)}.accounting-feature-card__title.svelte-k6pj6u,.accounting-feature-card__desc.svelte-k6pj6u{color:var(--color-black)}.accounting-feature-card__title.svelte-k6pj6u{-webkit-hyphens:auto;hyphens:auto}.accounting-feature-card__desc-wrapper.svelte-k6pj6u{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .4s ease,opacity .3s ease}@media(min-width:1000px){.accounting-feature-card__desc-wrapper.svelte-k6pj6u{display:block;max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.4,0,.2,1),opacity .4s cubic-bezier(.4,0,.2,1)}}.accounting-feature-card--expanded.svelte-k6pj6u .accounting-feature-card__desc-wrapper:where(.svelte-k6pj6u){grid-template-rows:1fr;opacity:1}@media(min-width:1000px){.accounting-feature-card--expanded.svelte-k6pj6u .accounting-feature-card__desc-wrapper:where(.svelte-k6pj6u){max-height:8em}}.accounting-feature-card__desc-wrapper.svelte-k6pj6u>.accounting-feature-card__desc:where(.svelte-k6pj6u){overflow:hidden}@media(min-width:1000px){.accounting-feature-card__desc-wrapper.svelte-k6pj6u>.accounting-feature-card__desc:where(.svelte-k6pj6u){overflow:visible}}.expandable-feature-cards.svelte-o0a1ey{display:block}.expandable-feature-cards__mobile-list.svelte-o0a1ey{display:flex;flex-direction:column;gap:var(--gap-md)}@media(min-width:1000px){.expandable-feature-cards__mobile-list.svelte-o0a1ey{flex-direction:row;align-items:stretch}}@media(min-width:1000px){.expandable-feature-cards.svelte-o0a1ey:not(.expandable-feature-cards--featured-left) .expandable-feature-cards__mobile-list:where(.svelte-o0a1ey){height:100%}}@media(min-width:1000px){.expandable-feature-cards--featured-left.svelte-o0a1ey .expandable-feature-cards__mobile-list:where(.svelte-o0a1ey){display:none}}.expandable-feature-cards__card.svelte-o0a1ey{display:block;min-width:0;padding:0;border:0;background:transparent;color:inherit;text-align:left;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}@media(min-width:1000px){.expandable-feature-cards__card.svelte-o0a1ey{flex:1 1 0;height:100%;min-height:var(--expandable-feature-card-height, auto);transition:flex-grow .5s cubic-bezier(.4,0,.2,1)}}@media(min-width:1000px){.expandable-feature-cards__card--active.svelte-o0a1ey{flex-grow:var(--expandable-feature-card-active-grow, 2)}}.expandable-feature-cards__card.svelte-o0a1ey .accounting-feature-card{height:100%}.expandable-feature-cards__featured-desktop.svelte-o0a1ey{display:none}@media(min-width:1000px){.expandable-feature-cards__featured-desktop.svelte-o0a1ey{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:var(--gap-md);align-items:stretch}}@media(min-width:1340px){.expandable-feature-cards__featured-desktop.svelte-o0a1ey{gap:var(--gap-lg)}}.expandable-feature-cards__featured-card.svelte-o0a1ey{min-width:0;overflow:hidden;border-radius:var(--border-radius-lg)}.expandable-feature-cards__featured-card.svelte-o0a1ey .expandable-feature-cards__featured-card-inner:where(.svelte-o0a1ey){height:100%;animation:svelte-o0a1ey-expandable-feature-card-reveal .42s var(--base-timing-function) both}.expandable-feature-cards__featured-card.svelte-o0a1ey .accounting-feature-card{height:100%;min-height:360px}.expandable-feature-cards__featured-card.svelte-o0a1ey .accounting-feature-card__icon{animation:svelte-o0a1ey-expandable-feature-card-content-reveal .46s .04s var(--base-timing-function) both}.expandable-feature-cards__featured-card.svelte-o0a1ey .accounting-feature-card__title{animation:svelte-o0a1ey-expandable-feature-card-content-reveal .46s .1s var(--base-timing-function) both}.expandable-feature-cards__featured-card.svelte-o0a1ey .accounting-feature-card__desc-wrapper{animation:svelte-o0a1ey-expandable-feature-card-desc-reveal .5s .16s var(--base-timing-function) both}.expandable-feature-cards__featured-card.svelte-o0a1ey .accounting-feature-card__desc-wrapper{max-height:none}.expandable-feature-cards__featured-list.svelte-o0a1ey{display:grid;gap:var(--gap-md)}.expandable-feature-cards__featured-option.svelte-o0a1ey{display:block;min-width:0;padding:0;border:0;background:transparent;color:inherit;text-align:left;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.expandable-feature-cards__featured-option.svelte-o0a1ey .accounting-feature-card{height:100%}@media(min-width:1000px){.expandable-feature-cards__featured-option.svelte-o0a1ey .accounting-feature-card{flex-direction:row;align-items:center;justify-content:flex-start;gap:var(--gap-md)}.expandable-feature-cards__featured-option.svelte-o0a1ey .accounting-feature-card__content{width:auto;min-width:0}}.expandable-feature-cards-measure-host,.expandable-feature-cards-measure-host *{transition:none!important;animation:none!important}@keyframes svelte-o0a1ey-expandable-feature-card-reveal{0%{opacity:.82}to{opacity:1}}@keyframes svelte-o0a1ey-expandable-feature-card-content-reveal{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes svelte-o0a1ey-expandable-feature-card-desc-reveal{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.expandable-feature-cards__featured-card.svelte-o0a1ey .expandable-feature-cards__featured-card-inner:where(.svelte-o0a1ey),.expandable-feature-cards__featured-card.svelte-o0a1ey .accounting-feature-card__icon,.expandable-feature-cards__featured-card.svelte-o0a1ey .accounting-feature-card__title,.expandable-feature-cards__featured-card.svelte-o0a1ey .accounting-feature-card__desc-wrapper{animation:none}}.other-services.svelte-199eib0{padding-block:var(--section-padding-block-sm)}@media(min-width:1000px){.other-services.svelte-199eib0{padding-block:var(--section-padding-block) var(--section-padding-block-xs)}}.other-services-eyebrow.svelte-199eib0{margin-bottom:var(--gap);text-align:center}@media(min-width:1340px){.other-services-eyebrow.svelte-199eib0{margin-bottom:var(--gap-md)}}.other-services-title.svelte-199eib0{color:#000;text-align:center;margin-bottom:32px}.other-services-cards.svelte-199eib0{display:flex;gap:var(--gap-md);width:calc(100% + var(--content-safe-space) * 2);margin-left:calc(-1 * var(--content-safe-space));padding-inline:var(--content-safe-space);overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-padding-inline:var(--content-safe-space)}.other-services-cards.svelte-199eib0::-webkit-scrollbar{display:none}@media(min-width:1000px){.other-services-cards.svelte-199eib0{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr 1fr;overflow:visible}}.other-services-card.svelte-199eib0{flex:0 0 250px;min-height:136px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:16px;background:#eff2f699;border-radius:var(--border-radius-lg);text-decoration:none;scroll-snap-align:start;transition:background-color .2s ease;-webkit-tap-highlight-color:transparent}.other-services-card.svelte-199eib0:hover,.other-services-card.svelte-199eib0:focus-visible{background-color:var(--color-secondary-2)}@media(min-width:1000px){.other-services-card.svelte-199eib0{flex:none;height:164px}}.other-services-card--highlight.svelte-199eib0{background:#daf4d7}.other-services-card-icon.svelte-199eib0{width:24px;height:24px;flex-shrink:0}@media(min-width:1000px){.other-services-card-icon.svelte-199eib0{width:32px;height:32px}}.other-services-card-icon.svelte-199eib0 svg{display:block;width:100%;height:100%}.other-services-card-label.svelte-199eib0{font-family:var(--font-family-heading);font-size:16px;font-weight:600;line-height:1.5;color:#000;text-align:center}@media(min-width:1000px){.other-services-card-label.svelte-199eib0{font-size:20px;max-width:20ch}}
