.enquiry-form{max-width:640px;margin:0 auto}.enquiry-form__stepper{display:flex;align-items:center;justify-content:center;margin:4.8rem 0 0;padding:0 1.6rem}.enquiry-form__stepper-step{display:flex;flex-direction:column;align-items:center;gap:.4rem;flex-shrink:0}.enquiry-form__stepper-dot{width:3.6rem;height:3.6rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-family:Barlow,sans-serif;font-size:1.6rem;font-weight:600;border:2px solid #757575;color:#757575;background-color:transparent;transition:all .2s ease}.--active .enquiry-form__stepper-dot,.--completed .enquiry-form__stepper-dot{border-color:#e73423;background-color:#e73423;color:#fff}.enquiry-form__stepper-label{font-family:Barlow,sans-serif;font-size:1.4rem;color:#757575;white-space:nowrap;transition:color .2s ease}.--active .enquiry-form__stepper-label,.--completed .enquiry-form__stepper-label{color:#000;font-weight:600}.enquiry-form__stepper-line{flex:1;height:2px;background-color:#757575;margin:0 .8rem 2.4rem;transition:background-color .2s ease}.enquiry-form__stepper-line.--completed{background-color:#e73423}.enquiry-form__form{display:flex;flex-direction:column;gap:2.4rem;margin-top:4.8rem}.enquiry-form__step{display:none;flex-direction:column;gap:2.4rem}.enquiry-form__step.--active{display:flex}.enquiry-form__input,.enquiry-form__textarea{width:100%;padding:2.4rem 3.2rem;border:1px solid transparent;border-radius:1.6rem;background-color:#f5f5f7;font-size:1.6rem;font-family:Barlow,sans-serif;color:#000;transition:border-color .15s ease}.enquiry-form__input::placeholder,.enquiry-form__textarea::placeholder{color:#757575}.enquiry-form__input:focus,.enquiry-form__textarea:focus{outline:none;border-color:#e73423}.enquiry-form__textarea{resize:vertical;min-height:140px}.enquiry-form__select{width:100%;padding:2.4rem 3.2rem;border:1px solid transparent;border-radius:1.6rem;background-color:#f5f5f7;font-size:1.6rem;font-family:Barlow,sans-serif;color:#000;transition:border-color .15s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 3.2rem center;cursor:pointer}.enquiry-form__select:invalid,.enquiry-form__select:has(option[disabled]:checked){color:#757575}.enquiry-form__select:focus{outline:none;border-color:#e73423}.enquiry-form__checkbox{display:flex;align-items:flex-start;gap:1.6rem;cursor:pointer}.enquiry-form__checkbox input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.enquiry-form__checkbox input[type=checkbox]:checked+.enquiry-form__checkbox-box{background-color:#e73423;border-color:#e73423}.enquiry-form__checkbox input[type=checkbox]:checked+.enquiry-form__checkbox-box .enquiry-form__checkbox-icon{opacity:1}.enquiry-form__checkbox-box{flex-shrink:0;width:24px;height:24px;margin-top:2px;border:2px solid #757575;border-radius:.4rem;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.enquiry-form__checkbox-icon{width:16px;height:16px;color:#fff;opacity:0;transition:opacity .15s ease}.enquiry-form__checkbox-text{font-size:1.4rem;font-family:Barlow,sans-serif;color:#000;line-height:170%}.enquiry-form__checkbox-text a{color:#000;font-weight:700;text-decoration:none}.enquiry-form__checkbox-text a:hover{text-decoration:underline}.enquiry-form__nav{display:flex;justify-content:space-between;align-items:center}.enquiry-form__prev{padding:1.6rem 3.2rem;border:none;background:transparent;font-size:1.6rem;font-weight:600;font-family:Barlow,sans-serif;color:#757575;cursor:pointer;transition:color .15s ease}.enquiry-form__prev:hover{color:#000}.enquiry-form__next,.enquiry-form__submit{margin-left:auto;padding:1.6rem 4.8rem;border:2px solid #e73423;border-radius:9999px;background-color:transparent;font-size:1.6rem;font-weight:600;font-family:Barlow,sans-serif;color:#000;cursor:pointer;transition:all .15s ease}.enquiry-form__next:hover,.enquiry-form__submit:hover{background-color:#e73423;color:#fff}.enquiry-form__next:disabled,.enquiry-form__submit:disabled{opacity:.5;cursor:not-allowed}.enquiry-form__success,.enquiry-form__error{display:none;font-family:Barlow,sans-serif;font-size:1.6rem;line-height:170%;padding:1.6rem 2.4rem;border-radius:1.6rem;margin:0}.enquiry-form__success{color:#15803d;background-color:#f0fdf4}.enquiry-form__error{color:#b91c1c;background-color:#fef2f2}@media screen and (max-width:991px){.enquiry-form__stepper-label{font-size:1.2rem}}@media screen and (max-width:640px){.enquiry-form{padding:0 1.6rem}}
