.dd-custflow{background:var(--dd-accent);padding-block:var(--dd-section)}.dd-custflow__track{display:grid;gap:clamp(2.25rem,1rem + 5vw,3.5rem);grid-template-columns:1fr;list-style:none;margin:0;padding:0}@media(min-width:768px){.dd-custflow__track{gap:clamp(1.5rem,3vw,3rem);grid-template-columns:repeat(3,1fr)}.dd-custflow--4 .dd-custflow__track{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.dd-custflow--4 .dd-custflow__track{grid-template-columns:repeat(4,1fr)}}@media(min-width:768px){.dd-custflow--4 .dd-custflow__step:not(:last-child):before{display:none}}@media(min-width:1024px){.dd-custflow--4 .dd-custflow__step:not(:last-child):before{display:block}}.dd-custflow__step{position:relative}@media(min-width:768px){.dd-custflow__step:not(:last-child):before{background:var(--dd-accent-3);content:"";height:2px;left:2.75rem;position:absolute;top:1.375rem;width:calc(100% + clamp(1.5rem,3vw,3rem) - 2.75rem)}}.dd-custflow__num{background:var(--dd-brand);border-radius:50%;box-shadow:0 0 0 6px var(--dd-accent);color:var(--dd-white);display:grid;font-size:1rem;font-weight:700;height:2.75rem;margin-bottom:1.25rem;place-items:center;position:relative;width:2.75rem;z-index:1}.dd-custflow__title{color:var(--dd-ink);font-size:1.2rem;margin:0 0 1.1rem}.dd-custflow__body{color:var(--dd-muted);line-height:1.6;margin:0}.dd-custflow__list{display:grid;gap:.8rem;list-style:none;margin:0;padding:0}.dd-custflow__list li{align-items:flex-start;color:var(--dd-muted);display:flex;gap:.6rem;line-height:1.6}.dd-custflow__check{color:var(--dd-brand);flex:none;height:18px;margin-top:.15rem;min-width:18px;width:18px}.dd-eyebrow{align-items:center;color:var(--dd-brand);display:inline-flex;font-size:.8125rem;font-weight:600;gap:.5rem;letter-spacing:.04em;text-transform:uppercase}.dd-section-head{margin:0 auto clamp(2.5rem,4vw,3.25rem);max-width:660px;text-align:center}.dd-section-head--row{align-items:flex-end;display:flex;gap:1.5rem;justify-content:space-between;max-width:100%;text-align:left}@media(max-width:767px){.dd-section-head--row{align-items:flex-start;flex-direction:column}}.dd-section-head .dd-eyebrow{margin-bottom:1rem}.dd-section-title{font-size:clamp(1.85rem,3vw,2.5rem);line-height:1.14}.dd-section-lead{color:var(--dd-muted);font-size:clamp(1rem,1.3vw,1.125rem);line-height:1.6;margin-top:1rem}.dd-faq{background:var(--dd-white);padding-block:var(--dd-section);position:relative}.dd-faq:before{background:var(--dd-brand);content:"";height:164px;-webkit-mask:var(--dd-decor-q) center/contain no-repeat;mask:var(--dd-decor-q) center/contain no-repeat;opacity:.16;pointer-events:none;position:absolute;width:150px;z-index:0}@media(max-width:1023px){.dd-faq:before{display:none}}.dd-faq:before{right:2.5%;top:7%;transform:rotate(10deg)}.dd-faq__inner{align-items:start;display:grid;gap:clamp(2rem,5vw,4.5rem);grid-template-columns:.85fr 1.15fr;position:relative;z-index:1}@media(max-width:767px){.dd-faq__inner{gap:2.5rem;grid-template-columns:1fr}}.dd-faq__aside{position:sticky;top:var(--dd-sticky-top)}.dd-faq__aside .dd-eyebrow{margin-bottom:1rem}.dd-faq__aside .dd-section-lead{margin-bottom:1.75rem}@media(max-width:767px){.dd-faq__aside{position:static}}.dd-faq__list{display:flex;flex-direction:column;gap:.85rem}.dd-accordion{background:var(--dd-white);border:1px solid var(--dd-line);border-radius:var(--dd-r-md);overflow:hidden;transition:border-color .22s var(--dd-ease),box-shadow .22s var(--dd-ease),background-color .22s var(--dd-ease)}.dd-accordion.is-open{border-color:var(--dd-accent-3);box-shadow:var(--dd-shadow-sm)}.dd-accordion__head{align-items:center;color:var(--dd-ink);display:flex;font-size:1.05rem;font-weight:600;gap:1rem;justify-content:space-between;padding:1.15rem 1.3rem;text-align:left;transition:color .18s var(--dd-ease);width:100%}.dd-accordion__head:hover{color:var(--dd-brand)}.dd-accordion__icon{flex:0 0 auto;height:22px;position:relative;width:22px}.dd-accordion__icon:after,.dd-accordion__icon:before{background:var(--dd-brand);border-radius:2px;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .25s var(--dd-ease),opacity .2s var(--dd-ease)}.dd-accordion__icon:before{height:2px;width:12px}.dd-accordion__icon:after{height:12px;width:2px}.dd-accordion.is-open .dd-accordion__icon:after{opacity:0;transform:translate(-50%,-50%) rotate(90deg)}.dd-accordion__panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s var(--dd-ease)}.dd-accordion__body{overflow:hidden}.dd-accordion__body p{color:var(--dd-muted);font-size:.98rem;line-height:1.65;padding:0 1.3rem}.dd-accordion__body p+p{margin-top:.85rem}.dd-accordion.is-open .dd-accordion__panel{grid-template-rows:1fr}.dd-accordion.is-open .dd-accordion__body p:last-child{padding-bottom:1.3rem}.dd-custform{padding-block:var(--dd-section)}.dd-custform__inner{max-width:760px}.dd-custform__title{color:var(--dd-ink);font-size:clamp(1.5rem,1rem + 2vw,2rem);margin-bottom:1.75rem;text-align:center}.dd-custform__body{background:var(--dd-white);border:1px solid var(--dd-line);border-radius:var(--dd-r-lg);display:flex;flex-direction:column;overflow:hidden;padding:clamp(1.5rem,1rem + 2.5vw,2.75rem)}.dd-custform__body>p:first-child{color:var(--dd-muted);margin-top:0}.dd-custform__body .form-row{margin-bottom:1.25rem}.dd-custform__body .form-row label{color:var(--dd-ink);display:block;font-weight:600;margin-bottom:.4rem}.dd-custform__body .form-row small{color:var(--dd-faint);display:block;font-size:.82rem;margin-top:.4rem}.dd-custform__body input[type=number],.dd-custform__body textarea{background:var(--dd-white);border:1px solid var(--dd-line-2);border-radius:var(--dd-r);color:var(--dd-ink);font:inherit;padding:.65rem 1rem;transition:border-color .16s var(--dd-ease),box-shadow .16s var(--dd-ease);width:100%}.dd-custform__body input[type=number]::-moz-placeholder,.dd-custform__body textarea::-moz-placeholder{color:var(--dd-faint)}.dd-custform__body input[type=number]::placeholder,.dd-custform__body textarea::placeholder{color:var(--dd-faint)}.dd-custform__body input[type=number]:focus,.dd-custform__body textarea:focus{border-color:var(--dd-brand);box-shadow:0 0 0 1px rgb(2 86 255 / .12);outline:none}.dd-custform__body textarea{min-height:8rem;resize:vertical}.dd-custform__body .form-row:has(input[type=checkbox]) label{align-items:center;display:flex;font-weight:500;gap:.5rem;margin-bottom:0}.dd-custform__body .form-row:has(input[type=checkbox]) label a{color:var(--dd-brand);text-decoration:underline}.dd-custform__body input[type=checkbox]{accent-color:var(--dd-brand);flex:none;height:1.05rem;width:1.05rem}.dd-custform__body button[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--dd-brand);border:0;border-radius:var(--dd-r);color:var(--dd-white);cursor:pointer;font:inherit;font-weight:600;padding:.7rem 1.6rem;transition:background .16s var(--dd-ease)}.dd-custform__body button[type=submit]:hover{background:var(--dd-brand-700)}.dd-custform__body button[type=submit]:focus-visible{outline:2px solid var(--dd-brand);outline-offset:2px}