.kolo-quote-form{background:var(--white);border:1px solid var(--hairline);border-radius:var(--kolo-radius-lg);flex-direction:column;gap:0;padding:clamp(1.5rem,3vw,2.75rem);display:flex}.kolo-quote-form__fieldset{border:0;grid-template-columns:1fr;gap:1.25rem 1.5rem;margin:0;padding:0;display:grid}@media (width>=720px){.kolo-quote-form__fieldset{grid-template-columns:repeat(2,1fr)}}.kolo-quote-form__legend{grid-column:1/-1;align-items:baseline;gap:.85rem;margin:0 0 .5rem;padding:0;display:flex}.kolo-quote-form__legend-num{font-family:var(--font-sans);letter-spacing:.16em;text-transform:uppercase;color:var(--cyan);font-variant-numeric:tabular-nums;font-size:11px}.kolo-quote-form__legend-text{font-family:var(--font-display);letter-spacing:-.005em;color:var(--navy);text-transform:none;font-size:1.0625rem}.kolo-quote-form__field{flex-direction:column;gap:.45rem;min-width:0;display:flex}.kolo-quote-form__field--full{grid-column:1/-1}.kolo-quote-form__label{font-family:var(--font-sans);letter-spacing:.16em;text-transform:uppercase;color:var(--navy);flex-wrap:wrap;align-items:baseline;gap:.4rem;font-size:11px;display:inline-flex}.kolo-quote-form__optional{letter-spacing:.14em;text-transform:uppercase;color:var(--grey);font-size:10px;font-weight:400}.kolo-quote-form__input,.kolo-quote-form__select,.kolo-quote-form__textarea{font-family:var(--font-sans);color:var(--navy);background:var(--white);border:1px solid var(--hairline);border-radius:var(--kolo-radius-sm);width:100%;transition:border-color var(--kolo-duration) var(--ease-editorial), box-shadow var(--kolo-duration) var(--ease-editorial);appearance:none;padding:.85rem .95rem;font-size:15px;line-height:1.4}.kolo-quote-form__select{background-image:linear-gradient(45deg, transparent 50%, var(--navy) 50%), linear-gradient(135deg, var(--navy) 50%, transparent 50%);background-position:calc(100% - 18px),calc(100% - 12px);background-repeat:no-repeat;background-size:6px 6px,6px 6px;padding-right:2.25rem}.kolo-quote-form__textarea{resize:vertical;min-height:5.5rem;line-height:1.55}.kolo-quote-form__input:focus,.kolo-quote-form__select:focus,.kolo-quote-form__textarea:focus{border-color:var(--cyan);box-shadow:0 0 0 3px color-mix(in oklab, var(--cyan) 22%, transparent);outline:none}.kolo-quote-form__input[aria-invalid=true],.kolo-quote-form__select[aria-invalid=true],.kolo-quote-form__textarea[aria-invalid=true]{border-color:color-mix(in oklab, var(--navy) 70%, #c44)}.kolo-quote-form__radio-grid{flex-wrap:wrap;gap:.5rem;display:flex}.kolo-quote-form__emergency{border-radius:var(--kolo-radius-sm);background:color-mix(in oklab, var(--cyan) 8%, var(--white));border:1px solid color-mix(in oklab, var(--cyan) 35%, var(--hairline));flex-direction:column;align-items:flex-start;gap:.85rem;margin:.85rem 0 0;padding:1rem 1.1rem;display:flex}@media (width>=720px){.kolo-quote-form__emergency{flex-direction:row;justify-content:space-between;align-items:center;gap:1.5rem}}.kolo-quote-form__emergency-body{flex-direction:column;gap:.2rem;min-width:0;display:flex}.kolo-quote-form__emergency-title{font-family:var(--font-display);letter-spacing:-.005em;color:var(--navy);margin:0;font-size:1rem}.kolo-quote-form__emergency-text{color:var(--grey);margin:0;font-size:13px;line-height:1.5}.kolo-quote-form__emergency-cta{flex:none}.kolo-quote-form__radio{border:1px solid var(--hairline);border-radius:var(--kolo-radius-sm);color:var(--navy);cursor:pointer;transition:border-color var(--kolo-duration) var(--ease-editorial), background var(--kolo-duration) var(--ease-editorial);align-items:center;gap:.5rem;padding:.65rem .9rem;font-size:14px;display:inline-flex}.kolo-quote-form__radio:hover{border-color:color-mix(in oklab, var(--cyan) 50%, var(--hairline))}.kolo-quote-form__radio input[type=radio]{accent-color:var(--cyan);width:14px;height:14px}.kolo-quote-form__radio:has(input:checked){border-color:var(--cyan);background:color-mix(in oklab, var(--cyan) 6%, var(--white))}.kolo-quote-form__file{font-family:var(--font-sans);color:var(--grey);padding:.75rem 0;font-size:14px}.kolo-quote-form__help{color:var(--grey);margin:.15rem 0 0;font-size:12px;line-height:1.5}.kolo-quote-form__rule{border:0;border-top:1px solid var(--hairline);margin:2rem 0}.kolo-quote-form__error{letter-spacing:.04em;color:#b22020;margin:.15rem 0 0;font-size:12px}.kolo-quote-form__consent{flex-direction:column;gap:.5rem;display:flex}.kolo-quote-form__checkbox{color:var(--grey);cursor:pointer;align-items:flex-start;gap:.7rem;font-size:14px;line-height:1.55;display:flex}.kolo-quote-form__checkbox input[type=checkbox]{accent-color:var(--cyan);flex:none;width:16px;height:16px;margin-top:3px}.kolo-quote-form__link{color:var(--navy);text-decoration:underline;text-decoration-color:var(--cyan);text-underline-offset:3px}.kolo-quote-form__link:hover{color:var(--cyan)}.kolo-quote-form__hp{pointer-events:none!important;width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important;overflow:hidden!important}.kolo-quote-form__actions{flex-direction:column;align-items:flex-start;gap:.85rem;margin-top:1.75rem;display:flex}@media (width>=720px){.kolo-quote-form__actions{flex-direction:row;justify-content:space-between;align-items:center}}.kolo-quote-form__required-hint{color:var(--grey);letter-spacing:.02em;max-width:52ch;margin:0;font-size:12px}.kolo-quote-form__actions .kolo-btn{white-space:nowrap;flex:none}.kolo-quote-form__success{background:var(--navy);color:var(--white);border-radius:var(--kolo-radius-lg);flex-direction:column;gap:.85rem;padding:clamp(2rem,4vw,3.5rem);display:flex}.kolo-quote-form__success-eyebrow{color:var(--cyan);margin:0}.kolo-quote-form__success-title{font-family:var(--font-display);letter-spacing:-.015em;color:var(--white);max-width:30ch;margin:0;font-size:clamp(1.5rem,2.5vw,2rem);line-height:1.2}.kolo-quote-form__success-body{color:color-mix(in oklab, var(--white) 80%, transparent);max-width:50ch;margin:0;font-size:15px;line-height:1.55}.kolo-quote-form__success-link{color:var(--cyan);text-underline-offset:3px;text-decoration:underline}.kolo-quote-form__field--float>.kolo-quote-form__label{order:-1}.kolo-quote-form--compact{padding:clamp(1.25rem,2.25vw,2rem)}.kolo-quote-form--compact .kolo-quote-form__fieldset{gap:.85rem 1.1rem}.kolo-quote-form--compact .kolo-quote-form__rule{margin:1.15rem 0}.kolo-quote-form--compact .kolo-quote-form__actions{margin-top:1.15rem}.kolo-quote-form--compact .kolo-quote-form__legend{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.kolo-quote-form--compact .kolo-quote-form__field--float{position:relative}.kolo-quote-form--compact .kolo-quote-form__field--float>.kolo-quote-form__input,.kolo-quote-form--compact .kolo-quote-form__field--float>.kolo-quote-form__textarea{padding:1.35rem .95rem .5rem}.kolo-quote-form--compact .kolo-quote-form__field--float>.kolo-quote-form__label{letter-spacing:.01em;text-transform:none;color:var(--grey);pointer-events:none;transition:top var(--kolo-duration) var(--ease-editorial), font-size var(--kolo-duration) var(--ease-editorial), letter-spacing var(--kolo-duration) var(--ease-editorial), color var(--kolo-duration) var(--ease-editorial);margin:0;font-size:14px;position:absolute;top:.95rem;left:calc(.95rem + 1px)}.kolo-quote-form--compact .kolo-quote-form__field--float:focus-within>.kolo-quote-form__label,.kolo-quote-form--compact .kolo-quote-form__field--float:has(.kolo-quote-form__input:not(:placeholder-shown))>.kolo-quote-form__label,.kolo-quote-form--compact .kolo-quote-form__field--float:has(.kolo-quote-form__textarea:not(:placeholder-shown))>.kolo-quote-form__label{letter-spacing:.14em;text-transform:uppercase;color:var(--navy);font-size:9.5px;top:.4rem}.kolo-quote-form--compact .kolo-quote-form__field--float ::placeholder{color:#0000;transition:color var(--kolo-duration) var(--ease-editorial)}.kolo-quote-form--compact .kolo-quote-form__field--float :focus::placeholder{color:var(--grey)}.kolo-quote-form--compact .kolo-quote-form__radio{gap:0;padding:.5rem .85rem;position:relative}.kolo-quote-form--compact .kolo-quote-form__radio input[type=radio]{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.kolo-quote-form--compact .kolo-quote-form__radio:has(input:focus-visible){outline:2px solid var(--cyan);outline-offset:2px}.kolo-quote-form--compact .kolo-quote-form__radio:has(input:checked){background:color-mix(in oklab, var(--cyan) 12%, var(--white));box-shadow:inset 0 0 0 1px var(--cyan)}.kolo-quote-form-section{background:var(--white);padding-block:clamp(3rem,6vw,5rem)}.kolo-quote-form-section__header{max-width:60ch;margin-bottom:2.5rem}.kolo-quote-form-section--compact{padding-block:clamp(2rem,4vw,3.25rem)}.kolo-quote-form-section--compact .kolo-quote-form-section__header{margin-bottom:1.5rem}.kolo-quote-form-section__title{letter-spacing:-.015em;margin:.85rem 0 0;font-size:clamp(1.5rem,2.75vw,2.25rem);line-height:1.15}.kolo-quote-form-section__title .text-cyan{color:var(--cyan)}.kolo-quote-form-section__intro{color:var(--grey);max-width:56ch;margin:1rem 0 0;font-size:1rem;line-height:1.6}
