.form-wrapper form{gap:var(--gap);padding:var(--gapHalf);grid-template-columns:1fr 1fr;display:grid;position:relative}@media (width>=60em){.form-wrapper form{gap:var(--gapDouble);padding:var(--gap)}}.form-wrapper form input{color-scheme:dark}.form-wrapper form .optional{font-style:italic;font-size:var(--typeMicro);opacity:.9}.form-wrapper form hr,.form-wrapper form h2,.form-wrapper form h3,.form-wrapper form h4,.form-wrapper form h5,.form-wrapper form h6{grid-column:1/-1}input{color-scheme:dark}form select option{background:var(--darkGrey);color:#fff}.form-field{flex-direction:column;gap:.5rem;display:flex}.form-field label{font-size:1rem;line-height:1.3;position:relative}.form-field label:after{content:"";opacity:0;transition:var(--transition);display:flex;position:absolute;inset:calc(50% - 2px) auto 0 -10px}.form-field[data-col="1"]{grid-column:span 2}@media (width>=52em){.form-field[data-col="1"]{grid-column:span 1}}.form-field[data-col="2"]{grid-column:span 2}.form-wrapper input[type=text],.form-wrapper input[type=number],.form-wrapper input[type=tel],.form-wrapper input[type=email],.form-wrapper input[type=date],.form-wrapper textarea{border:1px solid var(--secondaryGreyTint);border-radius:var(--radiusSml);background-color:var(--darkGreyTint);width:100%;color:var(--light);transition:var(--transition);height:100%;padding:1rem;line-height:normal;position:relative}.form-wrapper input[type=text]:focus,.form-wrapper input[type=text] :active,.form-wrapper input[type=text] :focus-visible,.form-wrapper input[type=text] :focus-within,.form-wrapper input[type=number]:focus,.form-wrapper input[type=number] :active,.form-wrapper input[type=number] :focus-visible,.form-wrapper input[type=number] :focus-within,.form-wrapper input[type=tel]:focus,.form-wrapper input[type=tel] :active,.form-wrapper input[type=tel] :focus-visible,.form-wrapper input[type=tel] :focus-within,.form-wrapper input[type=email]:focus,.form-wrapper input[type=email] :active,.form-wrapper input[type=email] :focus-visible,.form-wrapper input[type=email] :focus-within,.form-wrapper input[type=date]:focus,.form-wrapper input[type=date] :active,.form-wrapper input[type=date] :focus-visible,.form-wrapper input[type=date] :focus-within,.form-wrapper textarea:focus,.form-wrapper textarea :active,.form-wrapper textarea :focus-visible,.form-wrapper textarea :focus-within{border-color:var(--greyMid);background-color:var(--greyLightTint)}.form-wrapper input[type=text]::placeholder,.form-wrapper input[type=number]::placeholder,.form-wrapper input[type=tel]::placeholder,.form-wrapper input[type=email]::placeholder,.form-wrapper input[type=date]::placeholder,.form-wrapper textarea::placeholder{color:var(--textColour);opacity:.45;font-style:italic}.form-wrapper input[type=text]:not(:focus):not(:placeholder-shown):valid,.form-wrapper input[type=number]:not(:focus):not(:placeholder-shown):valid,.form-wrapper input[type=tel]:not(:focus):not(:placeholder-shown):valid,.form-wrapper input[type=email]:not(:focus):not(:placeholder-shown):valid,.form-wrapper input[type=date]:not(:focus):not(:placeholder-shown):valid,.form-wrapper textarea:not(:focus):not(:placeholder-shown):valid{border-color:var(--green);background-color:var(--greenTint)}.form-field select,.form-field select:has(option:first-of-type:checked){border:1px solid var(--secondaryGreyTint);border-radius:var(--radiusSml);background-color:var(--darkGreyTint);width:100%;color:var(--light);transition:var(--transition);height:100%;padding:1rem;line-height:normal;position:relative}.form-field select:not(:has(option:first-of-type:checked)){border-color:var(--green);background-color:var(--greenTint)}input[type=text]:not(:focus):not(:placeholder-shown):invalid,input[type=number]:not(:focus):not(:placeholder-shown):invalid,input[type=tel]:not(:focus):not(:placeholder-shown):invalid,input[type=email]:not(:focus):not(:placeholder-shown):invalid{border-color:var(--red);background-color:var(--redTint)}.form-field:has(input[type=text]:focus) label:after,.form-field:has(input[type=number]:focus) label:after,.form-field:has(input[type=tel]:focus) label:after,.form-field:has(input[type=email]:focus) label:after,.form-field:has(input[type=date]:focus) label:after,.form-field:has(textarea:focus) label:after,.form-field:has(select:focus) label:after{content:"";opacity:1;transition:var(--transition);background-color:var(--light);border-radius:60rem;width:5px;height:5px}.form-field:has(input[type=text]:not(:focus):not(:placeholder-shown):valid) label:after,.form-field:has(input[type=number]:not(:focus):not(:placeholder-shown):valid) label:after,.form-field:has(input[type=tel]:not(:focus):not(:placeholder-shown):valid) label:after,.form-field:has(input[type=email]:not(:focus):not(:placeholder-shown):valid) label:after,.form-field:has(input[type=date]:not(:focus):not(:placeholder-shown):valid) label:after,.form-field:has(textarea:not(:focus):not(:placeholder-shown):valid) label:after,.form-field:has(select:not(:focus):not(:placeholder-shown):valid) label:after{content:"";opacity:1;transition:var(--transition);background-color:var(--green);border-radius:60rem;width:5px;height:5px}.form-field:has(input[type=text]:not(:focus):not(:placeholder-shown):invalid) label:after,.form-field:has(input[type=number]:not(:focus):not(:placeholder-shown):invalid) label:after,.form-field:has(input[type=tel]:not(:focus):not(:placeholder-shown):invalid) label:after,.form-field:has(input[type=email]:not(:focus):not(:placeholder-shown):invalid) label:after,.form-field:has(textarea:not(:focus):not(:placeholder-shown):invalid) label:after{content:"";opacity:1;transition:var(--transition);background-color:var(--redTint);border-radius:60rem;width:5px;height:5px}.form-field input:user-invalid{border-color:var(--red);background-color:var(--redTint);box-shadow:0 0 5px var(--red)}.form-field select:user-invalid{border-color:var(--red);background-color:var(--redTint);box-shadow:0 0 5px var(--red)}.form-field textarea:user-invalid{border-color:var(--red);background-color:var(--redTint);box-shadow:0 0 5px var(--red)}.is-invalid{border-color:var(--red);background-color:var(--redTint);box-shadow:0 0 5px var(--red)}.submit-wrapper{align-items:center}.submit-button{background-color:var(--red);color:var(--light);transition:var(--transition);border-radius:60rem;justify-content:center;align-items:center;padding:.75rem 2rem;position:relative;overflow:hidden}.submit-button .button-text{z-index:1;line-height:normal}.submit-button:after{content:"";transform-origin:100%;background-color:var(--redHover);width:120%;height:120%;transition:transform .25s ease-in-out;position:absolute;transform:scaleX(0)}.submit-button:hover:after{transform-origin:0;transform:scaleX(1)}.loader[data-astro-cid-s2n3ht2e]{background:url(/images/tyre-loader-icon.svg);width:8rem;height:8rem;animation:2.75s ease-in-out infinite rotationLoader}.loader_overlay[data-astro-cid-s2n3ht2e]{backdrop-filter:blur(3px);text-align:center;gap:var(--gap);z-index:2;flex-direction:column;position:absolute;inset:0}.loader_overlay[data-astro-cid-s2n3ht2e]:after{content:"";text-align:center;background:var(--midGrey);z-index:-1;opacity:.85;flex-direction:column;width:100%;height:100%;position:absolute;inset:0}@media (width>=60em){.loader_overlay[data-astro-cid-s2n3ht2e]:after{border-radius:var(--borderRadius)}}.loader-wrapper[data-astro-cid-s2n3ht2e]{z-index:1;flex-direction:column;align-items:center;width:85%;height:auto;margin:20% auto;display:flex;position:sticky;top:20%}.loader-wrapper[data-astro-cid-s2n3ht2e] .loader-graphic[data-astro-cid-s2n3ht2e]{margin-bottom:var(--gap);justify-content:center;align-items:center;width:8rem;height:8rem;display:flex;position:relative}@keyframes rotationLoader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.submit-wrapper[data-astro-cid-2vj7xqzy]{margin-bottom:var(--gap)}
