.lg-funnel{background:var(--lg-bg-dark,#002b24);padding:0;overflow:hidden}.lgf{--lgf-bg:var(--lg-bg-dark,#002b24);--lgf-accent:var(--lg-cta-yellow,#f5f33b);--lgf-accent-soft:var(--lg-cta-yellow,#f5f33b);--lgf-accent-hover:var(--lg-cta-yellow-hover,#e8e532);--lgf-card-bg:#f4f7f6;--lgf-text:#0f1720;--lgf-muted:#667085;--lgf-shadow:0 8px 24px #0000001f;--lgf-max:68rem;--lgf-person-col:6.5rem;--lgf-question-gap:1rem;color:var(--lg-text-on-dark,#fff);background:radial-gradient(55% 70% at 78% 42%,#125f5873,#0000 62%),linear-gradient(165deg,#012d33 0%,#013a36 42%,#014842 100%);padding:clamp(2.5rem,6vw,3.5rem) 1.25rem clamp(2.5rem,5vw,3.5rem);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.lgf--intro{background:var(--lg-bg-dark,#002b24);padding-block:clamp(2rem,4.5vw,2.75rem)}.lgf *{box-sizing:border-box}.lgf-wrap{max-width:var(--lgf-max);margin:0 auto}.lgf-navbar{justify-content:center;padding:.5rem 0 1.25rem;display:flex}.lgf-logo{width:7.5rem;height:auto}.lgf-card{background:0 0}.lgf-intro{justify-content:center;padding:0;display:flex}.lgf-intro__card{background:var(--lg-white,#fff);text-align:center;border-radius:1rem;width:min(100%,38rem);padding:clamp(1.5rem,3vw,2rem) clamp(1.25rem,3vw,2rem) clamp(1.35rem,3vw,1.75rem);box-shadow:0 14px 42px #0003}.lgf-intro__logo{width:7.5rem;height:auto;margin:0 auto 1rem;display:block}.lgf-intro h2{color:#111;margin:0 0 .75rem;font-size:clamp(1.35rem,2.8vw,1.55rem);font-weight:800;line-height:1.2}.lgf-intro p{color:#2b3338;max-width:22rem;margin:0 auto 1.25rem;font-size:1rem;font-weight:500;line-height:1.55}.lgf-intro__cta{background:var(--lgf-accent-soft);min-width:13rem;min-height:3rem;color:var(--lg-cta-text,#062327);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;padding:0 1.75rem;font-size:1rem;font-weight:700;transition:background .18s,transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 8px 22px #f5f33b47}.lgf-intro__cta:hover{background:var(--lgf-accent-hover);transform:translateY(-1px);box-shadow:0 10px 26px #f5f33b57}.lgf-form{padding:0 .5rem 1rem}.lgf-step{animation:.35s lgfFade;display:none}.lgf-step.active{display:block}@keyframes lgfFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.lgf-question-wrapper{align-items:flex-start;gap:1rem;max-width:46rem;margin:0 auto;display:flex}.lgf-person{text-align:center;flex-direction:column;flex:0 0 6.5rem;align-items:center;width:6.5rem;display:flex}.lgf-person img{object-fit:cover;background:#fff;border:2px solid #ffffff40;border-radius:50%;width:4.125rem;height:4.125rem;margin-bottom:.5rem;display:block}.lgf-person-name{color:#fff;margin:0;font-size:.95rem;font-weight:600;line-height:1.2}.lgf-person-role{color:#ffffffeb;margin:.2rem 0 0;font-size:.72rem;line-height:1.3}.lgf-bubble{min-height:5.5rem;box-shadow:var(--lgf-shadow);background:#eef3f1;border-radius:1.25rem;flex:1;justify-content:center;align-items:center;padding:1rem 1.25rem 1rem 1.75rem;display:flex;position:relative}.lgf-bubble:before{content:"";background:#eef3f1;border-radius:.2rem;width:1rem;height:1rem;position:absolute;top:1.6rem;left:-.55rem;transform:rotate(45deg)}.lgf-question{color:var(--lgf-text);text-align:center;margin:0;font-size:clamp(1.05rem,2.2vw,1.35rem);font-weight:800;line-height:1.25}.lgf-spacer{height:1.75rem}.lgf-options{flex-wrap:wrap;justify-content:center;gap:1.25rem 1.5rem;max-width:52rem;margin:0 auto;display:flex}.lgf-options.row-4{max-width:var(--lgf-max);flex-wrap:nowrap;gap:1rem}.lgf-options.row-3{flex-wrap:nowrap;gap:1.25rem;max-width:46rem}.lgf-options.small{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;max-width:40rem;display:grid}.lgf-options.row-4 .lgf-option,.lgf-options.row-3 .lgf-option{flex:1 1 0;width:auto;min-width:0;max-width:14rem}.lgf-option{background:var(--lgf-card-bg);text-align:center;cursor:pointer;width:min(100%,13.5rem);min-height:15rem;box-shadow:var(--lgf-shadow);color:var(--lgf-text);border:2px solid #fff;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:1.25rem 1rem 1rem;transition:transform .2s,border-color .2s,background .2s,box-shadow .2s;display:flex}.lgf-option.small{justify-content:center;width:auto;min-width:0;min-height:4.5rem;padding:.85rem .5rem}.lgf-option:hover{border-color:var(--lgf-accent);transform:translateY(-2px)}.lgf-option.active{border-color:var(--lgf-accent);box-shadow:0 0 0 3px #f5f33b47, var(--lgf-shadow);background:#fffce8}.lgf-option-icon{color:#012d33;flex:auto;justify-content:center;align-items:center;width:100%;min-height:5rem;display:flex}.lgf-option-icon img{object-fit:contain;width:4.5rem;height:4.5rem;display:block}.lgf-option-text{font-size:1rem;font-weight:700;line-height:1.25}.lgf-option.small .lgf-option-text{font-size:1.05rem}.lgf-help{color:#fff;flex-direction:column;align-items:center;gap:.35rem;margin-top:1.25rem;font-size:1rem;display:flex}.lgf-help-dot{border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:.95rem;line-height:1;display:flex}.lgf-back-wrap{justify-content:center;margin-top:.25rem;display:flex}.lgf-back{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:13rem;min-height:2.9rem;padding:0 1.5rem;font-size:1rem;font-weight:700;transition:background .18s;display:inline-flex}.lgf-back:hover{background:#ffffff1a}.lgf-step-content{align-items:stretch;gap:1.5rem;max-width:62rem;margin:0 auto;display:flex}.lgf-step-image{width:21rem;min-height:28rem;box-shadow:var(--lgf-shadow);background:#dfe8e6;border-radius:1rem;flex:0 0 21rem;overflow:hidden}.lgf-step-image img{object-fit:cover;width:100%;height:100%;display:block}.lgf-step-image--phone img{object-position:center 35%}.lgf-step-right{grid-template-columns:var(--lgf-person-col) 1fr;column-gap:var(--lgf-question-gap);flex:1;align-items:start;min-width:0;display:grid}.lgf-step-right .lgf-question-wrapper{max-width:none;margin:0;display:contents}.lgf-step-right .lgf-person{grid-area:1/1}.lgf-step-right .lgf-bubble{grid-area:1/2}.lgf-step-fields{grid-area:2/2;min-width:0;margin-top:1.75rem}.lgf-input{width:100%;max-width:none;min-height:4rem;color:var(--lgf-text);box-shadow:var(--lgf-shadow);background:#fff;border:1px solid #d5dde2;border-radius:.75rem;outline:none;padding:0 1.125rem;font-size:1rem;transition:border-color .18s,box-shadow .18s}.lgf-input:focus{border-color:var(--lgf-accent);box-shadow:0 0 0 3px #f5f33b47}.lgf-input-group{grid-template-columns:1fr 1fr;gap:.85rem;max-width:none;display:grid}.lgf-plz{position:relative}.lgf-plz__list{z-index:20;box-shadow:var(--lgf-shadow);background:#fff;border:1px solid #d5dde2;border-radius:.75rem;max-height:16rem;margin:0;padding:.35rem 0;list-style:none;position:absolute;top:calc(100% + .35rem);left:0;right:0;overflow-y:auto}.lgf-plz__option{cursor:pointer;color:var(--lgf-text);align-items:baseline;gap:.75rem;padding:.65rem 1rem;font-size:.95rem;display:flex}.lgf-plz__option:hover,.lgf-plz__option.active{background:#f4f7f6}.lgf-plz__plz{font-variant-numeric:tabular-nums;min-width:3.25rem;font-weight:600}.lgf-plz__ort{flex:1}.lgf-actions{flex-wrap:wrap;align-items:center;gap:.85rem;margin-top:.5rem;display:flex}.lgf-next,.lgf-submit{background:var(--lgf-accent-soft);min-width:13rem;min-height:3rem;color:var(--lg-cta-text,#062327);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;padding:0 1.6rem;font-size:1rem;font-weight:700;transition:background .18s,transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 8px 22px #f5f33b47}.lgf-next:hover,.lgf-submit:hover{background:var(--lgf-accent-hover);transform:translateY(-1px);box-shadow:0 10px 26px #f5f33b57}.lgf-next:disabled,.lgf-submit:disabled{opacity:.7;cursor:wait}.lgf-error{color:#ffb4b4;margin-top:.85rem;font-size:.9rem;font-weight:700}.lgf-progress-wrap{max-width:40rem;margin:1.5rem auto 0;padding:0 .5rem}.lgf-progress{background:#ffffff38;border-radius:999px;width:100%;height:.65rem;overflow:hidden}.lgf-progress-bar{background:var(--lgf-accent);border-radius:999px;height:100%;transition:width .3s}.lgf-success{text-align:center;color:#fff;padding:2.5rem 1.5rem;display:none}.lgf-success.show{display:block}.lgf-success h3{color:#fff;margin:0 0 .75rem;font-size:clamp(1.6rem,3vw,2rem);font-weight:800}.lgf-success p{color:#ffffffeb;max-width:28rem;margin:0 auto;font-weight:500;line-height:1.6}@media (width<=980px){.lgf-question-wrapper{text-align:center;flex-direction:column;align-items:center}.lgf-bubble:before{display:none}.lgf-bubble{width:100%;min-height:auto;padding:1rem 1.1rem}.lgf-step-content{flex-direction:column}.lgf-step-image{flex:none;width:100%;min-height:16rem;max-height:22rem}.lgf-options.row-4,.lgf-options.row-3{flex-wrap:wrap}.lgf-options.row-4 .lgf-option,.lgf-options.row-3 .lgf-option{flex:calc(50% - .75rem);max-width:none}.lgf-options.small{grid-template-columns:repeat(2,minmax(0,1fr))}.lgf-option{width:min(100%,11.5rem);min-height:13rem}.lgf-step-right{flex-direction:column;display:flex}.lgf-step-right .lgf-question-wrapper{display:flex}.lgf-step-fields{grid-area:auto;width:100%;margin-top:1.25rem}}@media (width<=520px){.lgf-input-group{grid-template-columns:1fr}.lgf-options:not(.small){flex-flow:column wrap;align-items:center}.lgf-options.row-4 .lgf-option,.lgf-options.row-3 .lgf-option{flex:none;width:100%;max-width:18rem}.lgf-option{text-align:left;flex-direction:row;justify-content:flex-start;gap:1rem;width:100%;max-width:18rem;min-height:10rem;padding:1rem 1.1rem}.lgf-option-icon{flex-shrink:0;margin-bottom:0}.lgf-back,.lgf-next,.lgf-submit{width:100%;min-width:0}}
