.appointment-booking{max-width:var(--page-width-narrow, 72rem)}.appointment-booking__subheading{margin-bottom:3rem;color:rgba(var(--color-foreground),.75)}.appointment-booking__form{display:flex;flex-direction:column;gap:1.6rem}.appointment-booking__section-label{margin-top:1.6rem;padding-bottom:.8rem;border-bottom:.1rem solid rgba(var(--color-foreground),.12)}.appointment-booking__section-label h3{font-size:1.4rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(var(--color-foreground),.6);margin:0}.appointment-booking__fields{display:grid;grid-template-columns:1fr;gap:1.6rem}@media screen and (min-width:750px){.appointment-booking__fields{grid-template-columns:1fr 1fr}.appointment-booking__fields .field:first-child:last-child,.appointment-booking__fields .field:nth-child(odd):last-child{grid-column:1/-1}}.appointment-booking__footer{margin-top:.8rem}.appointment-booking__footer .button{width:100%}.appointment-booking__disclaimer{margin-top:1.2rem;text-align:center;color:rgba(var(--color-foreground),.55)}.appointment-booking__success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.2rem;padding:4rem 2rem;border:.1rem solid rgba(var(--color-foreground),.12);border-radius:var(--inputs-radius, 0.4rem)}.appointment-booking__success .svg-wrapper svg{width:4rem;height:4rem;color:rgb(var(--color-success, 0, 128, 96))}.appointment-booking__success h3{font-size:2rem;margin:0}.appointment-booking__success p{color:rgba(var(--color-foreground),.65);margin:0}.appointment-booking .field select.field__input{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.5' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.2rem center;padding-right:3.6rem}.appointment-booking .field select.field__input,.appointment-booking .field select.field__input:focus,.appointment-booking .field select.field__input:not(:placeholder-shown){padding-top:1.5rem;padding-bottom:.5rem;line-height:1.2}.appointment-booking .field input[type=date].field__input{cursor:pointer;position:relative;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.2rem center;padding-right:3.6rem;padding-top:2.2rem;padding-bottom:.8rem}.appointment-booking .field input[type=date].field__input::-webkit-calendar-picker-indicator{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;margin:0;padding:0;z-index:2}.appointment-booking .field input[type=date].field__input~.field__label{font-size:1rem;top:calc(var(--inputs-border-width) + .5rem);left:calc(var(--inputs-border-width) + 2rem);letter-spacing:.04rem}