:root{color-scheme:light;--color-brand-50: #eff6ff;--color-brand-100: #dbeafe;--color-brand-500: #3b82f6;--color-brand-600: #2563eb;--color-brand-700: #1d4ed8;--color-brand-800: #1e40af;--color-slate-50: #f8fafc;--color-slate-100: #f1f5f9;--color-slate-500: #64748b;--color-slate-600: #475569;--color-slate-700: #334155;--color-slate-900: #0f172a;--shadow-soft: 0 20px 50px -24px rgb(15 23 42 / .35);--radius-lg: 1rem;--radius-xl: 1.25rem;--container: 72rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:var(--color-slate-700);background:#fff;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit}.container{width:min(100% - 2rem,var(--container));margin-inline:auto}.section{padding-block:clamp(3rem,7vw,5rem)}.section--muted{background:var(--color-slate-50)}.eyebrow{display:inline-block;margin-bottom:.75rem;font-size:.875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--color-brand-700)}.section-title{margin:0 0 1rem;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.15;letter-spacing:-.02em;color:var(--color-slate-900)}.section-lead{margin:0;max-width:42rem;font-size:clamp(1.05rem,2vw,1.15rem);color:var(--color-slate-500)}.btn-row{display:flex;flex-wrap:wrap;gap:.75rem}.feature-list+.btn-row,.section-lead+.btn-row{margin-top:1.25rem}.hero-section .section-lead+.btn-row{margin-top:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.375rem;border-radius:999px;border:1px solid transparent;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn--sm{padding:.625rem 1.125rem;font-size:.925rem}.btn:hover{transform:translateY(-1px)}.btn--primary{color:#fff;background:linear-gradient(180deg,var(--color-brand-600),var(--color-brand-700));box-shadow:0 12px 30px -16px #2563ebe6}.btn--primary:hover{box-shadow:0 16px 34px -14px #2563ebf2}.btn--secondary{color:var(--color-brand-700);background:#fff;border-color:var(--color-brand-100)}.feature-list{margin:1.5rem 0 0;padding:0;list-style:none;display:grid;gap:.75rem}.feature-list li{position:relative;padding-left:1.5rem}.feature-list li:before{content:"";position:absolute;left:0;top:.55rem;width:.55rem;height:.55rem;border-radius:999px;background:var(--color-brand-500)}.screenshot-frame{overflow:hidden;border:1px solid #e2e8f0;border-radius:var(--radius-xl);background:#fff;box-shadow:var(--shadow-soft)}.screenshot-frame img{width:100%;height:auto}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgb(226 232 240 / .9);background:#fffffff0;backdrop-filter:blur(10px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:calc(5.04rem + 10px);padding-top:10px}.site-header__brand{display:inline-flex;align-items:center;text-decoration:none;flex-shrink:0;cursor:pointer;border-radius:.375rem;transition:opacity .15s ease}.site-header__brand:hover{opacity:.85}.site-header__brand:focus-visible{outline:2px solid var(--color-brand-500);outline-offset:3px}.site-header__logo{display:block;width:auto;height:5.04rem;max-width:min(23.04rem,72vw)}@media(max-width:959px){.site-header__inner{min-height:calc(4.284rem + 10px)}.site-header__logo{height:4.284rem;max-width:min(19.584rem,72vw)}}.site-header__menu-toggle{display:inline-flex;flex-direction:column;justify-content:center;gap:.3rem;width:2.75rem;height:2.75rem;padding:0;border:1px solid #e2e8f0;border-radius:.75rem;background:#fff;cursor:pointer;position:relative;z-index:101}.site-header__menu-toggle span{display:block;width:1.125rem;height:2px;margin-inline:auto;background:var(--color-slate-700)}.site-header__nav{display:none}.site-header__nav-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.25rem 1.25rem}.site-header__nav-item{position:relative}.site-header__nav-item>a{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem 0;font-size:.95rem;font-weight:500;color:var(--color-slate-700);text-decoration:none}.site-header__nav-item.has-children>a:after{content:"";flex-shrink:0;width:.4rem;height:.4rem;margin-top:-.125rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);opacity:.65;transition:transform .15s ease,margin-top .15s ease}.site-header__nav-item.has-children>a:hover:after,.site-header__nav-item.has-children>a.is-active:after{opacity:.9}.site-header__nav-item.has-children.is-expanded>a:after{margin-top:.125rem;transform:rotate(-135deg)}.site-header__nav-item>a:hover,.site-header__nav-item>a.is-active{color:var(--color-brand-700)}.site-header__dropdown{list-style:none;margin:0;padding:0}.site-header__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}@media(min-width:961px){.site-header__menu-toggle{display:none}.site-header__nav{display:flex;align-items:center;gap:1.5rem}.site-header__actions{margin-top:0}.site-header__nav-item.has-children:hover .site-header__dropdown{display:block}.site-header__dropdown{display:none;position:absolute;top:100%;left:0;min-width:15rem;padding:.5rem;border:1px solid #e2e8f0;border-radius:.75rem;background:#fff;box-shadow:var(--shadow-soft)}.site-header__dropdown a{display:block;padding:.5rem .75rem;border-radius:.5rem;font-size:.925rem;text-decoration:none;color:var(--color-slate-700)}.site-header__dropdown a:hover,.site-header__dropdown a.is-active{background:var(--color-brand-50);color:var(--color-brand-700)}}@media(max-width:960px){.site-header{overflow:visible}.site-header__nav.is-open{display:block;position:absolute;top:100%;left:0;right:0;z-index:100;padding:1rem;border-bottom:1px solid #e2e8f0;background:#fff;box-shadow:var(--shadow-soft)}body.has-overlay-header .site-header__nav.is-open .site-header__nav-item>a{color:var(--color-slate-700)}body.has-overlay-header .site-header__nav.is-open .site-header__nav-item>a:hover,body.has-overlay-header .site-header__nav.is-open .site-header__nav-item>a.is-active{color:var(--color-brand-700)}body.has-overlay-header .site-header__nav.is-open .site-header__actions .btn--primary{color:#fff;background:linear-gradient(180deg,var(--color-brand-600),var(--color-brand-700));border-color:transparent;box-shadow:0 12px 30px -16px #2563ebe6}.site-header__nav-list{flex-direction:column;gap:0}.site-header__nav-item.has-children.is-expanded .site-header__dropdown{display:block;padding-left:.75rem;margin-bottom:.5rem}.site-header__dropdown{display:none}.site-header__dropdown a{display:block;padding:.375rem 0;font-size:.925rem;text-decoration:none;color:var(--color-slate-600)}}body.has-overlay-header .site-header{position:absolute;top:0;left:0;right:0;border-bottom:none;background:transparent;backdrop-filter:none}body.has-overlay-header .site-header__nav-item>a{color:#ffffffeb}body.has-overlay-header .site-header__nav-item>a:hover,body.has-overlay-header .site-header__nav-item>a.is-active{color:var(--color-brand-500)}body.has-overlay-header .site-header__menu-toggle{border-color:#ffffff73;background:transparent}body.has-overlay-header .site-header__menu-toggle span{background:#fff}body.has-overlay-header .site-header__actions .btn--primary{color:#fff;background:transparent;border-color:#fff;box-shadow:none}body.has-overlay-header .site-header__actions .btn--primary:hover{color:#fff;background:#ffffff1a;border-color:#fff;transform:translateY(-1px)}.site-footer{background:var(--color-slate-900);color:#ffffffe0}.site-footer a{color:#ffffffe0;text-decoration:none}.site-footer a:hover{color:#fff}.site-footer__grid{display:grid;gap:2rem;padding-block:3rem}@media(min-width:768px){.site-footer__grid{grid-template-columns:1.4fr repeat(3,1fr)}}.site-footer__logo{display:inline-block;text-decoration:none;cursor:pointer;border-radius:.375rem;transition:opacity .15s ease}.site-footer__logo:hover{opacity:.9}.site-footer__logo:focus-visible{outline:2px solid rgb(255 255 255 / .85);outline-offset:3px}.site-footer__logo img{display:block;width:auto;height:2.25rem;max-width:100%}.site-footer__tagline{margin:.5rem 0 1rem;color:#ffffffb8}.site-footer__contact{margin:0 0 1rem;font-size:.925rem;line-height:1.65;color:#ffffffb8}.site-footer__heading{margin:0 0 .875rem;font-size:.875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#fff}.site-footer__links{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.site-footer__links a{font-size:.925rem;color:#ffffffb8}.site-footer__bottom{border-top:1px solid rgb(255 255 255 / .12)}.site-footer__bottom-inner{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;align-items:center;justify-content:space-between;padding-block:1.25rem;font-size:.875rem;color:#fff9}.site-footer__bottom-links{display:flex;gap:1rem}@media(max-width:768px){.btn-row .btn{width:100%}}section.hero-section.hero-section--photo,section.hero-section.hero-section--photo-compact{position:relative;overflow:hidden;background:transparent}section.hero-section.hero-section--photo{min-height:clamp(36rem,95vh,53.4375rem);padding-block:clamp(5rem,12vw,8.5rem)}section.hero-section.hero-section--photo.hero-section--pricing{min-height:0;padding-block:clamp(3rem,6vw,4rem);padding-bottom:3.125rem}body.has-overlay-header section.hero-section.hero-section--photo.hero-section--pricing{padding-top:clamp(5.5rem,11vw,7rem);padding-bottom:3.125rem}section.hero-section.hero-section--photo.hero-section--pricing .hero-section__inner{align-content:start}section.hero-section.hero-section--photo.hero-section--pricing+.pricing-calculator-section{padding-top:3.125rem}section.hero-section.hero-section--photo.hero-section--get-started{min-height:0;padding-block:clamp(3rem,6vw,4rem);padding-bottom:2rem}body.has-overlay-header section.hero-section.hero-section--photo.hero-section--get-started{padding-top:clamp(5.5rem,11vw,7rem);padding-bottom:2rem}section.hero-section.hero-section--photo.hero-section--get-started .hero-section__inner{align-content:start}section.hero-section.hero-section--photo.hero-section--get-started .hero-section__photo-bg{background-position:center 25%}section.hero-section.hero-section--photo.hero-section--get-started+.get-started-try{padding-top:2rem}section.hero-section.hero-section--photo.hero-section--support{min-height:0;padding-block:clamp(3rem,6vw,4rem);padding-bottom:2rem}body.has-overlay-header section.hero-section.hero-section--photo.hero-section--support{padding-top:clamp(5.5rem,11vw,7rem);padding-bottom:2rem}section.hero-section.hero-section--photo.hero-section--support .hero-section__inner{align-content:start}section.hero-section.hero-section--photo.hero-section--support+.support-resources{padding-top:2rem}section.hero-section.hero-section--photo-compact{min-height:clamp(16rem,38vh,28.125rem);padding-block:clamp(3rem,6vw,3.5rem)}body.has-overlay-header section.hero-section.hero-section--photo-compact{padding-top:clamp(5.5rem,11vw,7rem);padding-bottom:clamp(2rem,5vw,2.5rem)}.hero-section__photo-bg{position:absolute;inset:0;z-index:0;background-position:center center;background-repeat:no-repeat;background-size:cover}.hero-section__photo-overlay{position:absolute;inset:0;z-index:0;background:#003159;opacity:.8;pointer-events:none}.hero-section--photo .hero-section__inner{position:relative;z-index:1;min-height:0;align-content:center}.hero-section--photo-compact .hero-section__inner{position:relative;z-index:1;min-height:0;align-content:start}.hero-section--photo .hero-section__kicker,.hero-section--photo-compact .hero-section__kicker{color:var(--color-brand-500)}section.hero-section.hero-section--home-photo{position:relative;overflow:hidden;min-height:clamp(36rem,70vh,44rem);background:transparent}.hero-section--home-photo .hero-section__inner{position:relative;z-index:1;min-height:clamp(28rem,62vh,43.75rem);width:min(100% - 2rem,var(--container));max-width:var(--container)}@media(min-width:960px){.hero-section--home-photo .hero-section__inner{grid-template-columns:1fr 1.05fr;gap:1.5rem}.hero-section--home-photo .hero-section__content{padding-right:1.25rem}.hero-section--home-photo .hero-section__media{margin-right:-45%}}.branch-page-section[data-astro-cid-4uepf3ji]{background:#fff;padding-top:clamp(2rem,4vw,3rem);padding-bottom:clamp(2.5rem,5vw,4rem)}.branch-page-section__inner[data-astro-cid-4uepf3ji]{display:flex;flex-direction:column;gap:clamp(2.5rem,5vw,3.5rem)}.branch-page-section__block[data-astro-cid-4uepf3ji]{max-width:48rem}.branch-page-section__block--secondary[data-astro-cid-4uepf3ji]{max-width:48rem;padding-top:clamp(1.5rem,3vw,2rem);border-top:1px solid var(--color-slate-200)}.branch-page-section__block--two-column[data-astro-cid-4uepf3ji]{display:grid;gap:clamp(1.5rem,3vw,2.5rem);max-width:none;align-items:start;grid-template-columns:minmax(0,1fr)}@media(min-width:992px){.branch-page-section__block--two-column[data-astro-cid-4uepf3ji]{grid-template-columns:minmax(0,1fr) minmax(280px,360px)}}.branch-page-section__title[data-astro-cid-4uepf3ji]{margin:0 0 1rem;font-size:clamp(1.15rem,2vw,1.35rem);line-height:1.3;color:var(--color-slate-900)}.branch-page-section__intro[data-astro-cid-4uepf3ji],.branch-page-section__paragraph[data-astro-cid-4uepf3ji]{margin:0 0 1rem;line-height:1.75;color:var(--color-slate-600)}.branch-page-section__list[data-astro-cid-4uepf3ji]{margin:0 0 1.25rem}.branch-page-section__block[data-astro-cid-4uepf3ji] .btn-row{margin-top:1.5rem}.branch-page-section__media[data-astro-cid-4uepf3ji]{margin:0;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 18px 40px -28px #0f172a73}.branch-page-section__media[data-astro-cid-4uepf3ji] img[data-astro-cid-4uepf3ji]{display:block;width:100%;height:auto}.branch-solutions-section[data-astro-cid-lfzz73y3]{background:#fff;padding-top:clamp(2rem,4vw,3rem)}.branch-solutions-section__intro[data-astro-cid-lfzz73y3]{max-width:48rem;margin:0 0 2.5rem;font-size:1.05rem;line-height:1.75;color:var(--color-slate-600)}.branch-solutions-section__picker-title[data-astro-cid-lfzz73y3]{margin:0 0 1rem;font-size:1rem;font-weight:600;color:var(--color-slate-700)}.branch-solutions-section__picker[data-astro-cid-lfzz73y3]{display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:2.5rem}@media(max-width:991px){.branch-solutions-section__picker[data-astro-cid-lfzz73y3]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:575px){.branch-solutions-section__picker[data-astro-cid-lfzz73y3]{grid-template-columns:1fr}}.branch-solutions-section__picker-item[data-astro-cid-lfzz73y3]{display:flex;align-items:center;justify-content:center;min-height:4.5rem;padding:.875rem 1rem;border:1px solid #dbeafe;border-radius:var(--radius-lg);background:#fff;color:var(--color-brand-700);font:inherit;font-size:.975rem;font-weight:600;line-height:1.35;text-align:center;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,color .15s ease}.branch-solutions-section__picker-item[data-astro-cid-lfzz73y3]:hover,.branch-solutions-section__picker-item[data-astro-cid-lfzz73y3].is-active,.branch-solutions-section__picker-item[data-astro-cid-lfzz73y3][aria-selected=true]{border-color:var(--color-brand-600);background:var(--color-brand-50);color:var(--color-brand-800);box-shadow:0 10px 24px -18px #2563ebcc}.branch-solutions-section__panel[data-astro-cid-lfzz73y3]{max-width:48rem}.branch-solutions-section__panel-title[data-astro-cid-lfzz73y3]{margin:0 0 1rem;font-size:clamp(1.35rem,2.5vw,1.75rem);line-height:1.2;color:var(--color-slate-900)}.branch-solutions-section__panel-intro[data-astro-cid-lfzz73y3],.branch-solutions-section__footer[data-astro-cid-lfzz73y3]{margin:0 0 1rem;line-height:1.75;color:var(--color-slate-600)}.branch-solutions-section__list[data-astro-cid-lfzz73y3]{margin:0 0 1.25rem}.branch-solutions-section__panel[data-astro-cid-lfzz73y3] .btn-row{margin-top:1.5rem}.cards-section[data-astro-cid-vyuhreon]{background:var(--color-slate-50)}.cards-section--funktioner[data-astro-cid-vyuhreon]{padding-top:clamp(2.5rem,5vw,3.5rem);background:#fff}.cards-section__intro[data-astro-cid-vyuhreon]{max-width:42rem;margin-bottom:2rem}.cards-section__intro--centered[data-astro-cid-vyuhreon]{max-width:none;margin-inline:auto;margin-bottom:clamp(2.5rem,5vw,3.5rem);text-align:center}.cards-section__intro--centered[data-astro-cid-vyuhreon] .section-title[data-astro-cid-vyuhreon]{max-width:52rem;margin-inline:auto}.cards-section__intro--centered[data-astro-cid-vyuhreon] .section-lead[data-astro-cid-vyuhreon]{max-width:48rem;margin-inline:auto;line-height:1.75}.cards-grid[data-astro-cid-vyuhreon]{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(16rem,1fr))}.cards-grid--cols-3[data-astro-cid-vyuhreon]{gap:1.75rem;grid-template-columns:repeat(3,minmax(0,1fr))}.cards-grid--funktioner[data-astro-cid-vyuhreon]{gap:clamp(2rem,4vw,3rem) clamp(1.5rem,3vw,2.5rem);grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:991px){.cards-grid--cols-3[data-astro-cid-vyuhreon],.cards-grid--funktioner[data-astro-cid-vyuhreon]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:575px){.cards-grid--cols-3[data-astro-cid-vyuhreon],.cards-grid--funktioner[data-astro-cid-vyuhreon]{grid-template-columns:1fr}}.cards-grid--cols-3[data-astro-cid-vyuhreon] .feature-card[data-astro-cid-vyuhreon]{padding:1.5rem}.cards-grid--cols-3[data-astro-cid-vyuhreon] .feature-card__media[data-astro-cid-vyuhreon]{aspect-ratio:16 / 9}.cards-grid--cols-3[data-astro-cid-vyuhreon] .feature-card__title[data-astro-cid-vyuhreon]{font-size:1.2rem}.feature-card[data-astro-cid-vyuhreon]{display:flex;flex-direction:column;gap:1rem;padding:1.25rem;border:1px solid #e2e8f0;border-radius:var(--radius-lg);background:#fff;text-decoration:none;color:inherit;box-shadow:var(--shadow-soft);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.feature-card[data-astro-cid-vyuhreon]:hover{transform:translateY(-2px);border-color:var(--color-brand-100);box-shadow:0 24px 48px -24px #2563eb40}.feature-card--funktioner[data-astro-cid-vyuhreon]{gap:.875rem;padding:0;border:none;border-radius:0;background:transparent;box-shadow:none}.feature-card--funktioner[data-astro-cid-vyuhreon]:hover{transform:none;box-shadow:none}.feature-card--funktioner[data-astro-cid-vyuhreon] .feature-card__media[data-astro-cid-vyuhreon]{aspect-ratio:auto;overflow:visible;border-radius:0;background:transparent}.feature-card--funktioner[data-astro-cid-vyuhreon] .feature-card__icon[data-astro-cid-vyuhreon]{width:auto;height:1.75rem;margin:0;object-fit:contain}.feature-card--funktioner[data-astro-cid-vyuhreon] .feature-card__title[data-astro-cid-vyuhreon]{font-size:1.125rem;font-weight:700;color:var(--color-brand-700);transition:color .15s ease}.feature-card--funktioner[data-astro-cid-vyuhreon]:hover .feature-card__title[data-astro-cid-vyuhreon]{color:var(--color-brand-600)}.feature-card--funktioner[data-astro-cid-vyuhreon] .feature-card__text[data-astro-cid-vyuhreon]{font-size:1rem;line-height:1.65;color:var(--color-slate-600)}.feature-card__media[data-astro-cid-vyuhreon]{overflow:hidden;border-radius:.75rem;background:var(--color-brand-50);aspect-ratio:16 / 10}.feature-card__media[data-astro-cid-vyuhreon] img[data-astro-cid-vyuhreon]{width:100%;height:100%;object-fit:cover}.feature-card__icon[data-astro-cid-vyuhreon]{width:2.5rem;height:2.5rem;margin:1.25rem;object-fit:contain}.feature-card__title[data-astro-cid-vyuhreon]{margin:0 0 .5rem;font-size:1.125rem;color:var(--color-slate-900)}.feature-card__text[data-astro-cid-vyuhreon]{margin:0;font-size:.95rem;color:var(--color-slate-500);line-height:1.55}.cards-section__actions[data-astro-cid-vyuhreon]{margin-top:2rem}.content-section__inner[data-astro-cid-2w3r3o6g]{max-width:48rem}.content-section--prose[data-astro-cid-2w3r3o6g] .content-section__inner[data-astro-cid-2w3r3o6g]{max-width:42rem}.content-section__subtitle[data-astro-cid-2w3r3o6g]{margin:-.5rem 0 1rem;font-size:1.25rem;font-weight:600;color:var(--color-slate-700)}.content-section__body[data-astro-cid-2w3r3o6g] p[data-astro-cid-2w3r3o6g]{margin:0 0 1rem;color:var(--color-slate-600)}.content-section--prose[data-astro-cid-2w3r3o6g] .content-section__body[data-astro-cid-2w3r3o6g] p[data-astro-cid-2w3r3o6g]{line-height:1.75}.content-section--prose[data-astro-cid-2w3r3o6g] .content-section__body[data-astro-cid-2w3r3o6g] a{color:var(--color-brand-600);text-decoration:underline}.cta-section[data-astro-cid-frbqrhml]{background:linear-gradient(135deg,#1e40af,#2563eb);color:#fff}.cta-section__inner[data-astro-cid-frbqrhml]{text-align:center;max-width:40rem;margin-inline:auto}.cta-section__title[data-astro-cid-frbqrhml]{margin:0 0 1rem;font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.15;letter-spacing:-.02em}.cta-section__body[data-astro-cid-frbqrhml] p[data-astro-cid-frbqrhml]{margin:0 0 .75rem;color:#ffffffeb;line-height:1.65}.cta-section[data-astro-cid-frbqrhml] .btn-row{justify-content:center;margin-top:1.5rem}.cta-section[data-astro-cid-frbqrhml] .btn--primary{background:#fff;color:var(--color-brand-700);box-shadow:none}.customer-case-videos-section__intro[data-astro-cid-gl5djvi7]{max-width:52rem;margin-bottom:2.5rem}.customer-case-videos-section__intro[data-astro-cid-gl5djvi7] .section-title[data-astro-cid-gl5djvi7]{color:#002340}.customer-case-videos-grid[data-astro-cid-gl5djvi7]{display:grid;gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:767px){.customer-case-videos-grid[data-astro-cid-gl5djvi7]{grid-template-columns:1fr}}.customer-case-video-card[data-astro-cid-gl5djvi7]{padding:clamp(1.75rem,4vw,3.125rem);border-radius:5px;color:#fff;background:linear-gradient(180deg,#3674ba,#002340)}.customer-case-video-card__title[data-astro-cid-gl5djvi7]{margin:0 0 1rem;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:600;line-height:1.2;color:#fff}.customer-case-video-card__embed[data-astro-cid-gl5djvi7]{overflow:hidden;border-radius:4px;background:#000;aspect-ratio:16 / 9}.customer-case-video-card__embed[data-astro-cid-gl5djvi7] iframe[data-astro-cid-gl5djvi7]{width:100%;height:100%;border:0}.get-started-try__intro[data-astro-cid-malfisyo]{max-width:42rem;margin-bottom:2rem}.get-started-options[data-astro-cid-malfisyo]{display:grid;gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:767px){.get-started-options[data-astro-cid-malfisyo]{grid-template-columns:1fr}}.get-started-option[data-astro-cid-malfisyo]{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border:1px solid #e2e8f0;border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-soft)}.get-started-option__title[data-astro-cid-malfisyo]{margin:0;font-size:1.25rem;color:var(--color-slate-900)}.get-started-option__text[data-astro-cid-malfisyo]{margin:0;color:var(--color-slate-600);line-height:1.65}.get-started-option__credentials[data-astro-cid-malfisyo]{padding:.875rem 1rem;border-radius:.75rem;background:var(--color-brand-50);font-size:.95rem}.get-started-option__credentials[data-astro-cid-malfisyo] p[data-astro-cid-malfisyo]{margin:0}.get-started-option__credentials[data-astro-cid-malfisyo] p[data-astro-cid-malfisyo]+p[data-astro-cid-malfisyo]{margin-top:.35rem}.get-started-process__inner[data-astro-cid-malfisyo]{max-width:56rem}.get-started-process__intro[data-astro-cid-malfisyo]{margin-bottom:2rem}.get-started-process__columns[data-astro-cid-malfisyo]{display:grid;gap:1.5rem 2.5rem;margin-bottom:2rem}@media(min-width:768px){.get-started-process__columns[data-astro-cid-malfisyo]{grid-template-columns:repeat(2,minmax(0,1fr))}}.get-started-process__list[data-astro-cid-malfisyo]{margin:0;padding-left:1.25rem;color:var(--color-slate-600)}.get-started-process__list[data-astro-cid-malfisyo] li[data-astro-cid-malfisyo]+li[data-astro-cid-malfisyo]{margin-top:1rem}.get-started-trust__inner[data-astro-cid-malfisyo]{display:grid;gap:2.5rem;align-items:center}@media(min-width:960px){.get-started-trust__inner[data-astro-cid-malfisyo]{grid-template-columns:1fr 1fr}}.get-started-trust__text[data-astro-cid-malfisyo]{margin:0 0 1rem;color:var(--color-slate-600);line-height:1.65}.get-started-trust__footnote[data-astro-cid-malfisyo]{margin:0 0 1.5rem;font-size:.95rem;color:var(--color-slate-500);line-height:1.6}.hero-section[data-astro-cid-nlow4r3u]{position:relative;background:linear-gradient(135deg,#1e40af,#2563eb 45%,#3b82f6);color:#fff;padding-block:clamp(3.5rem,8vw,5.5rem)}.hero-section--home-photo[data-astro-cid-nlow4r3u]{padding-block:clamp(2.5rem,6vw,4rem)}@media(max-width:959px){.hero-section[data-astro-cid-nlow4r3u].hero-section--home-photo{padding-block:calc(7.284rem + 10px) clamp(2.5rem,6vw,4rem)}.hero-section--home-photo[data-astro-cid-nlow4r3u] .btn-row{flex-wrap:nowrap;gap:.5rem}.hero-section--home-photo[data-astro-cid-nlow4r3u] .btn-row .btn{width:auto;flex:1 1 0;min-width:0;padding:.625rem .75rem;font-size:.875rem;line-height:1.25}}@media(min-width:960px){body.has-overlay-header .hero-section[data-astro-cid-nlow4r3u].hero-section--home-photo{padding-block-start:clamp(5.5rem,11vw,8rem)}}.hero-section--compact[data-astro-cid-nlow4r3u]{padding-block:clamp(2.5rem,6vw,4rem)}.hero-section--compact[data-astro-cid-nlow4r3u] .hero-section__title[data-astro-cid-nlow4r3u]{font-size:clamp(1.75rem,4vw,2.75rem)}.hero-section__inner[data-astro-cid-nlow4r3u]{display:grid;gap:2.5rem;align-items:center}@media(min-width:960px){.hero-section__inner[data-astro-cid-nlow4r3u]{grid-template-columns:1.05fr .95fr}.hero-section--photo[data-astro-cid-nlow4r3u] .hero-section__inner[data-astro-cid-nlow4r3u],.hero-section--photo-compact[data-astro-cid-nlow4r3u] .hero-section__inner[data-astro-cid-nlow4r3u]{grid-template-columns:1fr;max-width:52rem}}.hero-section__kicker[data-astro-cid-nlow4r3u]{margin:0 0 .75rem;font-size:.95rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#ffffffd9}.hero-section__title[data-astro-cid-nlow4r3u]{margin:0 0 1rem;font-size:clamp(2rem,5vw,3.25rem);line-height:1.08;letter-spacing:-.03em}.hero-section--photo[data-astro-cid-nlow4r3u] .hero-section__title[data-astro-cid-nlow4r3u]{font-size:clamp(2rem,5vw,3.75rem);line-height:1.15}.hero-section--photo-compact[data-astro-cid-nlow4r3u] .hero-section__title[data-astro-cid-nlow4r3u]{font-size:clamp(1.75rem,4vw,3rem);line-height:1.15}.hero-section__lead[data-astro-cid-nlow4r3u]{margin:0 0 1.5rem;max-width:38rem;font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.65;color:#ffffffeb}.hero-section__media[data-astro-cid-nlow4r3u] img[data-astro-cid-nlow4r3u]{width:100%;border-radius:1rem;box-shadow:0 24px 60px -20px #0f172a73}.hero-section--home-photo[data-astro-cid-nlow4r3u] .hero-section__title[data-astro-cid-nlow4r3u]{font-size:clamp(2rem,4.5vw,3.75rem);line-height:1.15;max-width:14ch}.hero-section--home-photo[data-astro-cid-nlow4r3u] .hero-section__lead[data-astro-cid-nlow4r3u]{max-width:34rem;font-size:clamp(1.05rem,1.8vw,1.25rem);font-weight:300;line-height:1.5}.hero-section--home-photo[data-astro-cid-nlow4r3u] .hero-section__media[data-astro-cid-nlow4r3u] img[data-astro-cid-nlow4r3u]{border-radius:0;box-shadow:none}.hero-section[data-astro-cid-nlow4r3u] .btn--secondary{color:var(--color-brand-800);background:#fff;border-color:#fff}.hero-section--photo[data-astro-cid-nlow4r3u] .btn--secondary,.hero-section--photo-compact[data-astro-cid-nlow4r3u] .btn--secondary{color:#fff;background:transparent;border-color:#fff}.hero-section--photo[data-astro-cid-nlow4r3u] .btn--secondary:hover,.hero-section--photo-compact[data-astro-cid-nlow4r3u] .btn--secondary:hover{color:#fff;background:#ffffff1a;border-color:#fff}.hero-section--pricing[data-astro-cid-nlow4r3u] .hero-section__kicker[data-astro-cid-nlow4r3u]{margin-bottom:.5rem}.hero-section--pricing[data-astro-cid-nlow4r3u] .hero-section__title[data-astro-cid-nlow4r3u]{margin-bottom:.625rem}.hero-section--pricing[data-astro-cid-nlow4r3u] .hero-section__lead[data-astro-cid-nlow4r3u]{margin-bottom:0}.hero-section--get-started[data-astro-cid-nlow4r3u] .hero-section__kicker[data-astro-cid-nlow4r3u]{margin-bottom:.5rem}.hero-section--get-started[data-astro-cid-nlow4r3u] .hero-section__title[data-astro-cid-nlow4r3u]{margin-bottom:.625rem}.hero-section--get-started[data-astro-cid-nlow4r3u] .hero-section__lead[data-astro-cid-nlow4r3u]{margin-bottom:0}.hero-section--support[data-astro-cid-nlow4r3u] .hero-section__kicker[data-astro-cid-nlow4r3u]{margin-bottom:.5rem}.hero-section--support[data-astro-cid-nlow4r3u] .hero-section__title[data-astro-cid-nlow4r3u]{margin-bottom:.625rem}.hero-section--support[data-astro-cid-nlow4r3u] .hero-section__lead[data-astro-cid-nlow4r3u]{margin-bottom:0}.html-content-section__inner[data-astro-cid-yppom4ne]{max-width:42rem}.legal-prose[data-astro-cid-yppom4ne] h2,.legal-prose[data-astro-cid-yppom4ne] h3{margin:2rem 0 .75rem;font-size:1.25rem;font-weight:700;color:var(--color-slate-900);line-height:1.3}.legal-prose[data-astro-cid-yppom4ne] h2:first-child,.legal-prose[data-astro-cid-yppom4ne] h3:first-child{margin-top:0}.legal-prose[data-astro-cid-yppom4ne] p{margin:0 0 1rem;color:var(--color-slate-600);line-height:1.75}.legal-prose[data-astro-cid-yppom4ne] ul,.legal-prose[data-astro-cid-yppom4ne] ol{margin:0 0 1.25rem 1.25rem;padding:0;color:var(--color-slate-600);line-height:1.75}.legal-prose[data-astro-cid-yppom4ne] li{margin-bottom:.5rem}.legal-prose[data-astro-cid-yppom4ne] a{color:var(--color-brand-600);text-decoration:underline;text-underline-offset:2px}.legal-prose[data-astro-cid-yppom4ne] a:hover{color:var(--color-brand-700)}.legal-prose[data-astro-cid-yppom4ne] table{width:100%;margin:0 0 1.5rem;border-collapse:collapse;font-size:.925rem}.legal-prose[data-astro-cid-yppom4ne] th,.legal-prose[data-astro-cid-yppom4ne] td{padding:.5rem .75rem;border:1px solid #e2e8f0;text-align:left;vertical-align:top}.legal-prose[data-astro-cid-yppom4ne] th{background:var(--color-slate-50);font-weight:600;color:var(--color-slate-800)}.legal-prose[data-astro-cid-yppom4ne] img{max-width:100%;height:auto}.legal-prose[data-astro-cid-yppom4ne] strong,.legal-prose[data-astro-cid-yppom4ne] b{font-weight:600;color:var(--color-slate-800)}.logo-carousel[data-astro-cid-lqivs3vl]{background:#fff}.logo-carousel__inner[data-astro-cid-lqivs3vl]{display:grid;gap:2rem}@media(min-width:960px){.logo-carousel__inner[data-astro-cid-lqivs3vl]{grid-template-columns:.9fr 1.1fr;align-items:center}}.logo-carousel__strip[data-astro-cid-lqivs3vl]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}@media(max-width:640px){.logo-carousel__strip[data-astro-cid-lqivs3vl]{grid-template-columns:repeat(2,minmax(0,1fr))}}.logo-carousel__item[data-astro-cid-lqivs3vl]{display:flex;align-items:center;justify-content:center;min-height:4.5rem;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:.75rem;background:var(--color-slate-50)}.logo-carousel__item[data-astro-cid-lqivs3vl] img[data-astro-cid-lqivs3vl]{max-height:2.75rem;width:auto;max-width:100%;object-fit:contain}.pricing-calculator-section[data-astro-cid-nrsofeet] .section-title[data-astro-cid-nrsofeet]{margin-bottom:1rem}.pricing-calculator__layout[data-astro-cid-nrsofeet]{display:grid;gap:2rem}@media(min-width:960px){.pricing-calculator__layout[data-astro-cid-nrsofeet]{grid-template-columns:minmax(0,1fr) minmax(18rem,22rem);align-items:stretch}}.pricing-calculator__form[data-astro-cid-nrsofeet]{display:grid;gap:2rem}.pricing-calculator__field[data-astro-cid-nrsofeet]{display:grid;gap:.5rem}.pricing-calculator__label[data-astro-cid-nrsofeet]{font-weight:600;color:var(--color-slate-700)}.pricing-calculator__select[data-astro-cid-nrsofeet]{width:100%;max-width:20rem;padding:.625rem .875rem;border:1px solid #cbd5e1;border-radius:.5rem;font:inherit;color:var(--color-slate-700);background:#fff}.pricing-calculator__heading[data-astro-cid-nrsofeet]{margin:0 0 1rem;font-size:1.125rem;color:var(--color-slate-900)}.pricing-calculator__included[data-astro-cid-nrsofeet]{margin-top:0}.pricing-calculator__block[data-astro-cid-nrsofeet]{padding-top:.25rem}.pricing-calculator__row[data-astro-cid-nrsofeet]{display:grid;gap:.5rem 1rem;align-items:start;padding:.75rem 0;border-bottom:1px solid #e2e8f0}@media(min-width:640px){.pricing-calculator__row[data-astro-cid-nrsofeet]{grid-template-columns:minmax(0,1fr) auto}}.pricing-calculator__module[data-astro-cid-nrsofeet]{display:flex;gap:.75rem;align-items:flex-start;cursor:pointer}.pricing-calculator__checkbox[data-astro-cid-nrsofeet]{margin-top:.25rem;width:1rem;height:1rem;flex-shrink:0;accent-color:var(--color-brand-600)}.pricing-calculator__module-text[data-astro-cid-nrsofeet]{display:grid;gap:.5rem}.pricing-calculator__module-title[data-astro-cid-nrsofeet]{display:inline-flex;align-items:center;gap:.375rem;font-weight:600;color:var(--color-slate-800);cursor:pointer}.pricing-calculator__module-title[data-astro-cid-nrsofeet][data-pricing-toggle-desc]:after{content:"";flex-shrink:0;width:.45rem;height:.45rem;margin-top:-.125rem;border-right:2px solid var(--color-brand-600);border-bottom:2px solid var(--color-brand-600);transform:rotate(45deg);opacity:.75;transition:transform .15s ease,margin-top .15s ease}.pricing-calculator__module-title[data-astro-cid-nrsofeet][data-pricing-toggle-desc].is-expanded:after{margin-top:.125rem;transform:rotate(-135deg)}.pricing-calculator__module-title[data-astro-cid-nrsofeet][data-pricing-toggle-desc]:hover:after{opacity:1}.pricing-calculator__module-desc[data-astro-cid-nrsofeet]{font-size:.925rem;line-height:1.55;color:var(--color-slate-600)}.pricing-calculator__price[data-astro-cid-nrsofeet]{margin:0;white-space:nowrap;font-weight:600;color:var(--color-slate-700)}.pricing-calculator__vat-note[data-astro-cid-nrsofeet]{margin:1rem 0 0;color:var(--color-slate-500)}.pricing-calculator__result-inner[data-astro-cid-nrsofeet]{padding:1.5rem;border-radius:var(--radius-xl);color:#fff;background:linear-gradient(180deg,var(--color-brand-600),var(--color-brand-800));box-shadow:var(--shadow-soft)}@media(min-width:960px){.pricing-calculator__result[data-astro-cid-nrsofeet]{align-self:stretch}.pricing-calculator__result-inner[data-astro-cid-nrsofeet]{position:sticky;top:5.5rem;max-height:calc(100vh - 7rem);overflow-y:auto}}.pricing-calculator__result-title[data-astro-cid-nrsofeet]{margin:0 0 1.25rem;font-size:1.5rem}.pricing-calculator__result-item[data-astro-cid-nrsofeet]{margin-bottom:1rem}.pricing-calculator__result-label[data-astro-cid-nrsofeet]{margin:0 0 .25rem;font-weight:700}.pricing-calculator__result-value[data-astro-cid-nrsofeet]{margin:0;font-size:1.25rem;font-weight:400}.pricing-calculator__result-value--large[data-astro-cid-nrsofeet]{font-size:1.75rem}.pricing-calculator__hardware-note[data-astro-cid-nrsofeet]{margin-bottom:1rem}.pricing-calculator__hardware-text[data-astro-cid-nrsofeet]{margin:.5rem 0 0;font-size:.875rem;line-height:1.55;opacity:.95}.pricing-calculator__vat-note--light[data-astro-cid-nrsofeet]{color:#ffffffd9;font-size:.875rem}.pricing-calculator__basis[data-astro-cid-nrsofeet]{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid rgb(255 255 255 / .2);font-size:.925rem;line-height:1.6}.pricing-calculator__basis-title[data-astro-cid-nrsofeet]{margin:0 0 .75rem;font-size:1rem}.pricing-calculator__details[data-astro-cid-nrsofeet]{margin:.75rem 0}.pricing-calculator__actions[data-astro-cid-nrsofeet]{margin-top:1.25rem}.pricing-calculator__actions--form[data-astro-cid-nrsofeet]{max-width:16rem}.pricing-calculator__actions[data-astro-cid-nrsofeet] .btn--primary[data-astro-cid-nrsofeet]{width:100%;background:#fff;color:var(--color-brand-700);box-shadow:none}.pricing-calculator__actions--form[data-astro-cid-nrsofeet] .btn--primary[data-astro-cid-nrsofeet]{width:auto;background:linear-gradient(180deg,var(--color-brand-600),var(--color-brand-700));color:#fff;box-shadow:0 12px 30px -16px #2563ebe6}.pricing-calculator__actions--form[data-astro-cid-nrsofeet] .btn--primary[data-astro-cid-nrsofeet]:hover{box-shadow:0 16px 34px -14px #2563ebf2;background:linear-gradient(180deg,var(--color-brand-600),var(--color-brand-700))}.pricing-calculator__actions[data-astro-cid-nrsofeet]:not(.pricing-calculator__actions--form) .btn--primary[data-astro-cid-nrsofeet]:hover{background:var(--color-brand-50)}.hidden[data-astro-cid-nrsofeet]{display:none!important}.support-resources__intro[data-astro-cid-zirkdq5v]{max-width:42rem;margin-bottom:2rem}.support-resources__grid[data-astro-cid-zirkdq5v]{display:grid;gap:1.5rem;grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:991px){.support-resources__grid[data-astro-cid-zirkdq5v]{grid-template-columns:1fr}}.support-resource[data-astro-cid-zirkdq5v]{display:flex;flex-direction:column;gap:1rem;height:100%;padding:1.5rem;border:1px solid #e2e8f0;border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-soft)}.support-resource__title[data-astro-cid-zirkdq5v]{margin:0;font-size:1.25rem;color:var(--color-slate-900)}.support-resource__subtitle[data-astro-cid-zirkdq5v]{margin:.5rem 0 0;font-size:1.05rem;color:var(--color-slate-900)}.support-resource__subtitle--assistant[data-astro-cid-zirkdq5v]{margin-top:1.25rem}.support-resource__text[data-astro-cid-zirkdq5v]{margin:0;color:var(--color-slate-600);line-height:1.65}.support-resource__hours[data-astro-cid-zirkdq5v]{font-size:.975rem}.support-resource__media[data-astro-cid-zirkdq5v]{overflow:hidden;border-radius:.75rem;border:1px solid #e2e8f0}.support-resource__media[data-astro-cid-zirkdq5v] img[data-astro-cid-zirkdq5v]{display:block;width:100%;height:auto}.support-resource[data-astro-cid-zirkdq5v] .btn-row{margin-top:auto;padding-top:.5rem}.support-process__inner[data-astro-cid-zirkdq5v]{max-width:56rem}.support-process__eyebrow[data-astro-cid-zirkdq5v]{margin:0 0 .5rem;font-size:.875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-brand-700)}.support-process__intro[data-astro-cid-zirkdq5v]{margin-bottom:2rem}.support-process__columns[data-astro-cid-zirkdq5v]{display:grid;gap:1.5rem 2.5rem;margin-bottom:2rem}@media(min-width:768px){.support-process__columns[data-astro-cid-zirkdq5v]{grid-template-columns:repeat(2,minmax(0,1fr))}}.support-process__list[data-astro-cid-zirkdq5v]{margin:0;padding-left:1.25rem;color:var(--color-slate-600)}.support-process__list[data-astro-cid-zirkdq5v] li[data-astro-cid-zirkdq5v]+li[data-astro-cid-zirkdq5v]{margin-top:1rem}.testimonials-section[data-astro-cid-zzqkys7x]{background:var(--color-slate-50)}.testimonials-grid[data-astro-cid-zzqkys7x]{display:grid;gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:767px){.testimonials-grid[data-astro-cid-zzqkys7x]{grid-template-columns:1fr}}.testimonial-card[data-astro-cid-zzqkys7x]{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border:1px solid #e2e8f0;border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-soft)}.testimonial-card__header[data-astro-cid-zzqkys7x]{display:flex;align-items:flex-start;gap:1rem}.testimonial-card__icon[data-astro-cid-zzqkys7x]{flex-shrink:0;width:3rem;height:3rem}.testimonial-card__title[data-astro-cid-zzqkys7x]{margin:0;font-size:1.125rem;line-height:1.35;color:var(--color-slate-900)}.testimonial-card__body[data-astro-cid-zzqkys7x] p[data-astro-cid-zzqkys7x]{margin:0 0 .75rem;font-size:.95rem;line-height:1.65;color:var(--color-slate-600)}.testimonial-card__body[data-astro-cid-zzqkys7x] p[data-astro-cid-zzqkys7x]:last-child{margin-bottom:0}.testimonial-card__attribution[data-astro-cid-zzqkys7x]{margin:auto 0 0;font-size:.95rem;color:var(--color-slate-700)}.testimonial-card__attribution[data-astro-cid-zzqkys7x] a[data-astro-cid-zzqkys7x]{color:var(--color-brand-600);text-decoration:none}.testimonial-card__attribution[data-astro-cid-zzqkys7x] a[data-astro-cid-zzqkys7x]:hover{text-decoration:underline}.two-column-section--muted-bg[data-astro-cid-v6p4o5xt]{padding-block:clamp(4rem,10vw,9rem)}.two-column-section--home-feature-members[data-astro-cid-v6p4o5xt],.two-column-section--home-feature-billing[data-astro-cid-v6p4o5xt]{position:relative;padding-block:clamp(5rem,10vw,9.375rem);overflow:hidden}.two-column-section--home-feature-members[data-astro-cid-v6p4o5xt]{background-color:#f8f8f8}.two-column-section--home-feature-billing[data-astro-cid-v6p4o5xt]{background-color:#fff}.two-column-section--home-feature-members[data-astro-cid-v6p4o5xt] .two-column-section__decor[data-astro-cid-v6p4o5xt],.two-column-section--home-feature-billing[data-astro-cid-v6p4o5xt] .two-column-section__decor[data-astro-cid-v6p4o5xt]{position:absolute;inset:0;z-index:0;background-repeat:no-repeat;background-size:100% auto;pointer-events:none}.two-column-section__actions[data-astro-cid-v6p4o5xt]{margin-top:1.25rem}.two-column-section--home-feature-members[data-astro-cid-v6p4o5xt] .two-column-section__decor[data-astro-cid-v6p4o5xt]{background-color:#f8f8f8;background-image:url(/images/2025/05/BG-forening-1.svg);background-position:center right}.two-column-section--home-feature-billing[data-astro-cid-v6p4o5xt] .two-column-section__decor[data-astro-cid-v6p4o5xt]{background-image:url(/images/2025/05/BG-forening-flipped.svg);background-position:-20px 50%}.two-column-section--home-feature-members[data-astro-cid-v6p4o5xt] .two-column-section__content[data-astro-cid-v6p4o5xt],.two-column-section--home-feature-billing[data-astro-cid-v6p4o5xt] .two-column-section__content[data-astro-cid-v6p4o5xt]{display:flex;flex-direction:column;gap:0}.two-column-section--home-feature-members[data-astro-cid-v6p4o5xt] .two-column-section__inner[data-astro-cid-v6p4o5xt],.two-column-section--home-feature-billing[data-astro-cid-v6p4o5xt] .two-column-section__inner[data-astro-cid-v6p4o5xt]{position:relative;z-index:1;width:min(100% - 2rem,100rem);max-width:100rem}@media(min-width:960px){.two-column-section--home-feature-members[data-astro-cid-v6p4o5xt] .two-column-section__inner[data-astro-cid-v6p4o5xt],.two-column-section--home-feature-billing[data-astro-cid-v6p4o5xt] .two-column-section__inner[data-astro-cid-v6p4o5xt]{gap:2rem;min-height:28rem}.two-column-section--home-feature-members[data-astro-cid-v6p4o5xt] .two-column-section__inner[data-astro-cid-v6p4o5xt]{grid-template-columns:minmax(0,.4fr) minmax(0,.6fr)}.two-column-section--home-feature-billing[data-astro-cid-v6p4o5xt] .two-column-section__inner[data-astro-cid-v6p4o5xt]{grid-template-columns:minmax(0,.5fr) minmax(0,.5fr)}.two-column-section--home-feature-members[data-astro-cid-v6p4o5xt] .two-column-section__content[data-astro-cid-v6p4o5xt]{max-width:36rem;padding-inline-start:clamp(2rem,4.5vw,4rem)}.two-column-section--home-feature-billing[data-astro-cid-v6p4o5xt] .two-column-section__content[data-astro-cid-v6p4o5xt]{max-width:34rem;padding-inline-start:clamp(2rem,4.5vw,4rem)}.two-column-section--home-feature-members[data-astro-cid-v6p4o5xt] .two-column-section__media[data-astro-cid-v6p4o5xt],.two-column-section--home-feature-billing[data-astro-cid-v6p4o5xt] .two-column-section__media[data-astro-cid-v6p4o5xt]{min-width:0}.two-column-section--home-feature-members[data-astro-cid-v6p4o5xt] .two-column-section__media[data-astro-cid-v6p4o5xt]{justify-self:stretch;width:100%;max-width:none}.two-column-section--home-feature-billing[data-astro-cid-v6p4o5xt] .two-column-section__media[data-astro-cid-v6p4o5xt]{justify-self:stretch;width:100%;max-width:none;text-align:right}.two-column-section--home-feature-members[data-astro-cid-v6p4o5xt] .two-column-section__bare-img[data-astro-cid-v6p4o5xt]{width:100%;max-width:none;margin:0}}@media(max-width:959px){.two-column-section--home-feature-members[data-astro-cid-v6p4o5xt],.two-column-section--home-feature-billing[data-astro-cid-v6p4o5xt]{padding-block:clamp(2.5rem,6vw,4rem);overflow:visible}.two-column-section--home-feature-members[data-astro-cid-v6p4o5xt] .two-column-section__decor[data-astro-cid-v6p4o5xt],.two-column-section--home-feature-billing[data-astro-cid-v6p4o5xt] .two-column-section__decor[data-astro-cid-v6p4o5xt]{display:none}.two-column-section--home-feature-members[data-astro-cid-v6p4o5xt] .two-column-section__inner[data-astro-cid-v6p4o5xt],.two-column-section--home-feature-billing[data-astro-cid-v6p4o5xt] .two-column-section__inner[data-astro-cid-v6p4o5xt]{display:flex;flex-direction:column;gap:1.5rem;align-items:stretch}.two-column-section--home-feature-members[data-astro-cid-v6p4o5xt] .two-column-section__content[data-astro-cid-v6p4o5xt],.two-column-section--home-feature-billing[data-astro-cid-v6p4o5xt] .two-column-section__content[data-astro-cid-v6p4o5xt]{display:contents}.two-column-section--home-feature-members[data-astro-cid-v6p4o5xt] .two-column-section__prose[data-astro-cid-v6p4o5xt],.two-column-section--home-feature-billing[data-astro-cid-v6p4o5xt] .two-column-section__prose[data-astro-cid-v6p4o5xt]{order:1}.two-column-section--home-feature-members[data-astro-cid-v6p4o5xt] .two-column-section__media[data-astro-cid-v6p4o5xt],.two-column-section--home-feature-billing[data-astro-cid-v6p4o5xt] .two-column-section__media[data-astro-cid-v6p4o5xt]{display:block;order:2}.two-column-section--home-feature-members[data-astro-cid-v6p4o5xt] .two-column-section__actions[data-astro-cid-v6p4o5xt],.two-column-section--home-feature-billing[data-astro-cid-v6p4o5xt] .two-column-section__actions[data-astro-cid-v6p4o5xt]{order:3;margin-top:0}.two-column-section--home-feature-members[data-astro-cid-v6p4o5xt] .two-column-section__bare-img--home-feature[data-astro-cid-v6p4o5xt],.two-column-section--home-feature-billing[data-astro-cid-v6p4o5xt] .two-column-section__bare-img--home-feature[data-astro-cid-v6p4o5xt]{width:100%;max-width:none;margin:0}.two-column-section--home-feature-members[data-astro-cid-v6p4o5xt] .btn-row,.two-column-section--home-feature-billing[data-astro-cid-v6p4o5xt] .btn-row{justify-content:center;margin-top:0}.two-column-section--home-feature-members[data-astro-cid-v6p4o5xt] .btn-row .btn,.two-column-section--home-feature-billing[data-astro-cid-v6p4o5xt] .btn-row .btn{width:auto}}.two-column-section__bare-img[data-astro-cid-v6p4o5xt]{display:block;width:100%;max-width:36rem;margin-inline:auto;height:auto}@media(min-width:960px){.two-column-section__bare-img[data-astro-cid-v6p4o5xt]{max-width:none;margin-inline:0}.two-column-section--home-feature-billing[data-astro-cid-v6p4o5xt] .two-column-section__bare-img[data-astro-cid-v6p4o5xt]{width:70%;max-width:70%;margin:0 0 0 auto}}.two-column-section__inner[data-astro-cid-v6p4o5xt]{display:grid;gap:2.5rem;align-items:center}@media(min-width:960px){.two-column-section__inner[data-astro-cid-v6p4o5xt]{grid-template-columns:1fr 1fr}.two-column-section--reversed[data-astro-cid-v6p4o5xt] .two-column-section__content[data-astro-cid-v6p4o5xt]{order:2}.two-column-section--reversed[data-astro-cid-v6p4o5xt] .two-column-section__media[data-astro-cid-v6p4o5xt]{order:1}}.video-presentations-section[data-astro-cid-zekxrmje]{background:var(--color-slate-50)}.video-presentations-section__title[data-astro-cid-zekxrmje]{margin-bottom:2rem}.video-presentations-grid[data-astro-cid-zekxrmje]{display:grid;gap:2rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:767px){.video-presentations-grid[data-astro-cid-zekxrmje]{grid-template-columns:1fr}}.video-presentation-card[data-astro-cid-zekxrmje]{display:flex;flex-direction:column;gap:1rem}.video-presentation-card__embed[data-astro-cid-zekxrmje]{overflow:hidden;border-radius:var(--radius-lg);background:#000;aspect-ratio:16 / 9;box-shadow:var(--shadow-soft)}.video-presentation-card__embed[data-astro-cid-zekxrmje] iframe[data-astro-cid-zekxrmje]{width:100%;height:100%;border:0}.video-presentation-card__title[data-astro-cid-zekxrmje]{margin:0;font-size:1.2rem;color:var(--color-slate-900)}.video-presentation-card__description[data-astro-cid-zekxrmje]{margin:0;font-size:.95rem;line-height:1.65;color:var(--color-slate-600)}
