.AdminAirportsPage-module__pbLnFq__container{gap:1.4rem;display:grid}.AdminAirportsPage-module__pbLnFq__header{flex-direction:column;gap:1rem;display:flex}.AdminAirportsPage-module__pbLnFq__top{border-bottom:2px solid var(--stroke);width:100%;padding-bottom:1rem}.AdminAirportsPage-module__pbLnFq__heading{margin:0}.AdminAirportsPage-module__pbLnFq__description{color:var(--paragraph);opacity:.8;margin:0;font-size:1.4rem}.AdminAirportsPage-module__pbLnFq__headerActions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.AdminAirportsPage-module__pbLnFq__meta{opacity:.75;font-size:1.4rem}.AdminAirportsPage-module__pbLnFq__filters{gap:2rem;margin-top:.6rem;display:grid}.AdminAirportsPage-module__pbLnFq__filterGroup{gap:1rem;display:grid}.AdminAirportsPage-module__pbLnFq__filterTitle{letter-spacing:normal;opacity:.6;text-transform:uppercase;font-size:1.4rem;font-weight:900}.AdminAirportsPage-module__pbLnFq__tabRow{flex-wrap:wrap;gap:1rem;display:flex}.AdminAirportsPage-module__pbLnFq__list{flex-direction:column;gap:1.2rem;display:flex}.AdminAirportsPage-module__pbLnFq__card{border:1px solid var(--stroke);background:var(--white);border-radius:12px;justify-content:space-between;align-items:center;gap:2rem;padding:1.6rem 2rem;transition:opacity .2s;display:flex}.AdminAirportsPage-module__pbLnFq__cardInactive{opacity:.6;background:#00000005}.AdminAirportsPage-module__pbLnFq__cardInactive:hover{opacity:1}.AdminAirportsPage-module__pbLnFq__cardBody{flex-direction:column;gap:6px;min-width:0;display:flex}.AdminAirportsPage-module__pbLnFq__cardTitleRow{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.AdminAirportsPage-module__pbLnFq__airportName{color:var(--black);font-size:1.5rem;font-weight:700}.AdminAirportsPage-module__pbLnFq__iata{opacity:.6;font-weight:500}.AdminAirportsPage-module__pbLnFq__cardMeta{flex-direction:column;gap:2px;display:flex}.AdminAirportsPage-module__pbLnFq__address{color:var(--paragraph);opacity:.8;font-size:1.4rem}.AdminAirportsPage-module__pbLnFq__placeId{color:var(--paragraph);opacity:.6;font-size:1.3rem}.AdminAirportsPage-module__pbLnFq__cardActions{flex-shrink:0;align-items:center;gap:2rem;display:flex}.AdminAirportsPage-module__pbLnFq__toggle{cursor:pointer;border:none;border-radius:999px;flex-shrink:0;width:52px;height:28px;padding:0;transition:background-color .25s;position:relative}.AdminAirportsPage-module__pbLnFq__toggle:disabled{opacity:.5;cursor:not-allowed}.AdminAirportsPage-module__pbLnFq__toggleOn{background-color:#16a34a}.AdminAirportsPage-module__pbLnFq__toggleOff{background-color:#d1d5db}.AdminAirportsPage-module__pbLnFq__toggleThumb{background-color:#fff;border-radius:50%;width:22px;height:22px;transition:transform .25s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #0003}.AdminAirportsPage-module__pbLnFq__toggleOn .AdminAirportsPage-module__pbLnFq__toggleThumb{transform:translate(24px)}.AdminAirportsPage-module__pbLnFq__toggleOff .AdminAirportsPage-module__pbLnFq__toggleThumb{transform:translate(0)}.AdminAirportsPage-module__pbLnFq__empty{text-align:center;border:1px solid var(--stroke);background:var(--white);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.AdminAirportsPage-module__pbLnFq__emptyTitle{margin:0;font-size:1.6rem;font-weight:600}.AdminAirportsPage-module__pbLnFq__emptyCopy{opacity:.75;margin:0;font-size:1.4rem}.AdminAirportsPage-module__pbLnFq__modalContent{flex-direction:column;gap:2rem;display:flex}.AdminAirportsPage-module__pbLnFq__modalActions{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1rem;display:flex}@media screen and (max-width:600px){.AdminAirportsPage-module__pbLnFq__card{flex-direction:column;align-items:flex-start}.AdminAirportsPage-module__pbLnFq__cardActions{justify-content:flex-start;width:100%}.AdminAirportsPage-module__pbLnFq__tabRow{gap:1rem}}
.Modal-module__YT4P-W__backdrop{z-index:10000;pointer-events:none;opacity:0;background:#0000004d;justify-content:center;align-items:center;transition:opacity .25s;display:flex;position:fixed;inset:0}.Modal-module__YT4P-W__backdrop.Modal-module__YT4P-W__open{pointer-events:auto;opacity:1}.Modal-module__YT4P-W__dialog{background:var(--white);opacity:0;border-radius:10px;width:700px;max-height:95vh;padding:2rem;transition:opacity .25s;position:relative;overflow:auto;transform:scale(.98);z-index:10001!important}.Modal-module__YT4P-W__dialog.Modal-module__YT4P-W__open{opacity:1;transform:scale(1)}.Modal-module__YT4P-W__closeBtn{cursor:pointer;z-index:999;background:0 0;border:none;justify-content:flex-end;align-items:center;margin-left:auto;display:flex;position:absolute;top:30px;right:30px}.Modal-module__YT4P-W__icon{width:4rem;height:4rem;color:var(--black)}@media (max-width:768px){.Modal-module__YT4P-W__dialog{margin-left:1rem;margin-right:1rem}}@media (max-width:568px){.Modal-module__YT4P-W__closeBtn{top:20px;right:20px}}
.AssignBookingForm-module__bnhu6a__form{flex-direction:column;gap:1rem;display:flex}.AssignBookingForm-module__bnhu6a__group{flex-direction:column;gap:2rem;display:flex}.AssignBookingForm-module__bnhu6a__groupTight{flex-direction:column;gap:1rem;display:flex}.AssignBookingForm-module__bnhu6a__select{border:1px solid var(--stroke);background:var(--white);width:100%;color:var(--paragraph);cursor:pointer;border-radius:5px;padding:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s}.AssignBookingForm-module__bnhu6a__select:focus{border-color:var(--black);outline:none}.AssignBookingForm-module__bnhu6a__select:disabled{opacity:.6;cursor:not-allowed}.AssignBookingForm-module__bnhu6a__selectError{border-radius:5px;animation:.4s AssignBookingForm-module__bnhu6a__shakeError;box-shadow:0 0 0 3px #ef444426;border:2px solid #ef4444!important}.AssignBookingForm-module__bnhu6a__errorText{color:#ef4444;letter-spacing:normal;margin-top:-.5rem;font-size:1.4rem;font-weight:600}@keyframes AssignBookingForm-module__bnhu6a__shakeError{0%,to{transform:translate(0)}20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}}.AssignBookingForm-module__bnhu6a__mismatchWarning{background:#fef3c7;border:2px solid #f59e0b;border-radius:8px;flex-direction:column;gap:1rem;padding:1rem 1.25rem;animation:.25s AssignBookingForm-module__bnhu6a__mismatchSlideIn;display:flex}@keyframes AssignBookingForm-module__bnhu6a__mismatchSlideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.AssignBookingForm-module__bnhu6a__mismatchHeader{align-items:center;gap:1rem;display:flex}.AssignBookingForm-module__bnhu6a__mismatchIcon{font-size:1.4rem;line-height:1}.AssignBookingForm-module__bnhu6a__mismatchTitle{color:#92400e;letter-spacing:.01em;font-size:1.4rem;font-weight:700}.AssignBookingForm-module__bnhu6a__mismatchText{color:#78350f;margin:0;font-size:1.4rem;line-height:1.5}.AssignBookingForm-module__bnhu6a__mismatchSubtext{color:#92400e;opacity:.85;margin:0;font-size:1.4rem;line-height:1.4}.AssignBookingForm-module__bnhu6a__mismatchCheckLabel{cursor:pointer;color:#78350f;background:#ffffffb3;border:1px solid #fcd34d;border-radius:6px;align-items:center;gap:1rem;margin-top:.25rem;padding:.75rem 1rem;font-size:1.4rem;font-weight:600;transition:background .15s;display:flex}.AssignBookingForm-module__bnhu6a__mismatchCheckLabel:hover{background:#ffffffe6}.AssignBookingForm-module__bnhu6a__mismatchCheckbox{accent-color:#f59e0b;cursor:pointer;flex-shrink:0;width:18px;height:18px}.AssignBookingForm-module__bnhu6a__btnContainer{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:1rem;margin-top:.5rem;display:flex}.AssignBookingForm-module__bnhu6a__modalContent{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2rem;display:flex}.AssignBookingForm-module__bnhu6a__currentAssignmentBox{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:1rem}.AssignBookingForm-module__bnhu6a__assignmentRow{justify-content:space-between;align-items:center;padding:.5rem 0;font-size:1.4rem;display:flex}.AssignBookingForm-module__bnhu6a__assignmentRow:not(:last-child){border-bottom:1px solid #e2e8f0}.AssignBookingForm-module__bnhu6a__assignmentLabel{color:#64748b;font-weight:500}.AssignBookingForm-module__bnhu6a__assignmentValue{color:#1e293b;font-weight:600}.AssignBookingForm-module__bnhu6a__warningBox{color:#92400e;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;width:100%;padding:1rem}.AssignBookingForm-module__bnhu6a__warningBox strong{margin-bottom:.75rem;font-size:1.4rem;display:block}.AssignBookingForm-module__bnhu6a__warningList{margin:0;padding-left:1.25rem;font-size:1.4rem;line-height:1.6}.AssignBookingForm-module__bnhu6a__warningList li{letter-spacing:normal;margin-bottom:.5rem}.AssignBookingForm-module__bnhu6a__warningList li:last-child{margin-bottom:0}.AssignBookingForm-module__bnhu6a__modalActions{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;margin-top:1rem;display:flex}.AssignBookingForm-module__bnhu6a__sectionWrapper{border-radius:10px;transition:border-color .3s,background .3s,box-shadow .3s}.AssignBookingForm-module__bnhu6a__sectionLocked .AssignBookingForm-module__bnhu6a__select:disabled{opacity:.5;cursor:not-allowed;border-color:var(--stroke);background:#00000004}.AssignBookingForm-module__bnhu6a__sectionEditing{background:var(--lighterBlue);border:2px solid var(--lightBlue);border-radius:10px;padding:1.5rem;transition:border-color .3s,background .3s}.AssignBookingForm-module__bnhu6a__sectionSaved{background:#16a34a04;border:2px solid #22c55e;border-radius:10px;padding:1.5rem;transition:border-color .3s,background .3s}.AssignBookingForm-module__bnhu6a__sectionActionsRow{border-top:1px solid var(--stroke);flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1rem;padding-top:1rem;display:flex}@media screen and (max-width:668px){.AssignBookingForm-module__bnhu6a__modalActions{flex-direction:column}.AssignBookingForm-module__bnhu6a__modalActions>*{width:100%}.AssignBookingForm-module__bnhu6a__mismatchCheckLabel{font-size:1.4rem}}
.DriverSchedulePreview-module__1HyAEG__container{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-top:1.5rem;padding:1rem}.DriverSchedulePreview-module__1HyAEG__header{border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.DriverSchedulePreview-module__1HyAEG__headerLeft{align-items:center;gap:1rem;display:flex}.DriverSchedulePreview-module__1HyAEG__headerIcon{font-size:1.4rem}.DriverSchedulePreview-module__1HyAEG__headerTitle{color:#1e293b;font-size:1.4rem;font-weight:700}.DriverSchedulePreview-module__1HyAEG__tripCount{color:#64748b;font-size:1.4rem;font-weight:500}.DriverSchedulePreview-module__1HyAEG__totalEarnings{color:#059669;font-weight:600}.DriverSchedulePreview-module__1HyAEG__conflictAlert{border-radius:8px;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding:.875rem 1rem;font-size:1.4rem;line-height:1.5;display:flex}.DriverSchedulePreview-module__1HyAEG__conflictOverlap{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.DriverSchedulePreview-module__1HyAEG__conflictTight{color:#854d0e;background:#fefce8;border:1px solid #fde047}.DriverSchedulePreview-module__1HyAEG__conflictIcon{flex-shrink:0;font-size:1.4rem}.DriverSchedulePreview-module__1HyAEG__conflictText{flex:1}.DriverSchedulePreview-module__1HyAEG__conflictText strong{margin-bottom:.25rem;display:block}.DriverSchedulePreview-module__1HyAEG__loadingState{color:#64748b;align-items:center;gap:1rem;padding:1rem;font-size:1.4rem;display:flex}.DriverSchedulePreview-module__1HyAEG__spinner{border:2px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite DriverSchedulePreview-module__1HyAEG__spin}@keyframes DriverSchedulePreview-module__1HyAEG__spin{to{transform:rotate(360deg)}}.DriverSchedulePreview-module__1HyAEG__errorState{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:.75rem 1rem;font-size:1.4rem}.DriverSchedulePreview-module__1HyAEG__emptyState{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;align-items:center;gap:1rem;padding:1rem;font-size:1.4rem;display:flex}.DriverSchedulePreview-module__1HyAEG__emptyIcon{color:#22c55e;font-size:1.4rem}.DriverSchedulePreview-module__1HyAEG__tripList{flex-direction:column;gap:1rem;display:flex}.DriverSchedulePreview-module__1HyAEG__tripItem{background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:flex-start;gap:1rem;padding:.875rem 1rem;transition:border-color .15s;display:flex}.DriverSchedulePreview-module__1HyAEG__tripItem:hover{border-color:#cbd5e1}.DriverSchedulePreview-module__1HyAEG__tripItemConflict{background:#fef2f2;border-color:#fecaca}.DriverSchedulePreview-module__1HyAEG__tripTime{flex-direction:column;flex-shrink:0;align-items:center;gap:2px;min-width:70px;display:flex}.DriverSchedulePreview-module__1HyAEG__timeStart{color:#1e293b;font-size:1.4rem;font-weight:700}.DriverSchedulePreview-module__1HyAEG__timeSeparator{color:#94a3b8;font-size:1rem}.DriverSchedulePreview-module__1HyAEG__timeEnd{color:#64748b;font-size:1.4rem}.DriverSchedulePreview-module__1HyAEG__tripDetails{flex-direction:column;flex:1;gap:1rem;min-width:0;display:flex}.DriverSchedulePreview-module__1HyAEG__tripRoute{color:#1e293b;flex-wrap:wrap;align-items:center;gap:1rem;font-size:1.4rem;display:flex}.DriverSchedulePreview-module__1HyAEG__routeFrom,.DriverSchedulePreview-module__1HyAEG__routeTo{white-space:nowrap;text-overflow:ellipsis;max-width:150px;overflow:hidden}.DriverSchedulePreview-module__1HyAEG__routeArrow{color:#94a3b8;flex-shrink:0}.DriverSchedulePreview-module__1HyAEG__tripMeta{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.DriverSchedulePreview-module__1HyAEG__tripStatus{text-transform:uppercase;letter-spacing:.02em;color:#475569;background:#f1f5f9;border-radius:4px;padding:2px 6px;font-size:1.4rem;font-weight:600}.DriverSchedulePreview-module__1HyAEG__status_CONFIRMED,.DriverSchedulePreview-module__1HyAEG__status_ASSIGNED{color:#166534;background:#dcfce7}.DriverSchedulePreview-module__1HyAEG__status_EN_ROUTE,.DriverSchedulePreview-module__1HyAEG__status_IN_PROGRESS{color:#1e40af;background:#dbeafe}.DriverSchedulePreview-module__1HyAEG__status_ARRIVED{color:#92400e;background:#fef3c7}.DriverSchedulePreview-module__1HyAEG__status_PENDING_PAYMENT{color:#854d0e;background:#fef9c3}.DriverSchedulePreview-module__1HyAEG__tripDuration{color:#64748b;font-size:1.4rem}.DriverSchedulePreview-module__1HyAEG__tripPay{color:#059669;font-size:1.4rem;font-weight:600}.DriverSchedulePreview-module__1HyAEG__tripVehicle{color:#64748b;font-size:1.4rem}.DriverSchedulePreview-module__1HyAEG__tripLink{color:#64748b;background:#f1f5f9;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.4rem;text-decoration:none;transition:all .15s;display:flex}.DriverSchedulePreview-module__1HyAEG__tripLink:hover{color:#1e293b;background:#e2e8f0}.DriverSchedulePreview-module__1HyAEG__currentBookingIndicator{background:linear-gradient(135deg,#3b82f61a 0%,#2563eb26 100%);border:2px dashed #3b82f6;border-radius:8px;justify-content:space-between;align-items:center;margin-top:.5rem;padding:.75rem 1rem;display:flex}.DriverSchedulePreview-module__1HyAEG__currentBookingTime{color:#1d4ed8;align-items:center;gap:1rem;font-size:1.4rem;font-weight:700;display:flex}.DriverSchedulePreview-module__1HyAEG__currentBookingIcon{font-size:1.4rem}.DriverSchedulePreview-module__1HyAEG__currentBookingLabel{color:#3b82f6;font-size:1.4rem;font-weight:500}@media screen and (max-width:600px){.DriverSchedulePreview-module__1HyAEG__container{padding:.875rem}.DriverSchedulePreview-module__1HyAEG__header{flex-direction:column;align-items:flex-start}.DriverSchedulePreview-module__1HyAEG__tripItem{flex-direction:column;gap:1rem}.DriverSchedulePreview-module__1HyAEG__tripTime{min-width:unset;flex-direction:row;gap:1rem}.DriverSchedulePreview-module__1HyAEG__tripRoute{flex-direction:column;align-items:flex-start;gap:1rem}.DriverSchedulePreview-module__1HyAEG__routeFrom,.DriverSchedulePreview-module__1HyAEG__routeTo{max-width:100%}.DriverSchedulePreview-module__1HyAEG__routeArrow{display:none}.DriverSchedulePreview-module__1HyAEG__routeTo:before{content:"→ ";color:#94a3b8}.DriverSchedulePreview-module__1HyAEG__tripLink{align-self:flex-end}.DriverSchedulePreview-module__1HyAEG__currentBookingIndicator{flex-direction:column;align-items:flex-start;gap:1rem}}
.VehicleUnitDetailPage-module__dQtKwG__container{gap:7rem;display:grid}.VehicleUnitDetailPage-module__dQtKwG__header{gap:2rem;display:grid}.VehicleUnitDetailPage-module__dQtKwG__headerTop{flex-direction:column;gap:1rem;display:flex}.VehicleUnitDetailPage-module__dQtKwG__top{border-bottom:2px solid var(--stroke);flex-direction:column;gap:1rem;padding-bottom:1.5rem;display:flex}.VehicleUnitDetailPage-module__dQtKwG__backBtn{width:fit-content}.VehicleUnitDetailPage-module__dQtKwG__heading{margin:0}.VehicleUnitDetailPage-module__dQtKwG__badgesRow{flex-wrap:wrap;gap:1rem;display:flex}.VehicleUnitDetailPage-module__dQtKwG__profileSection{align-items:center;gap:2rem;display:flex}.VehicleUnitDetailPage-module__dQtKwG__profileInfo{flex-direction:column;gap:1rem;display:flex}.VehicleUnitDetailPage-module__dQtKwG__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.VehicleUnitDetailPage-module__dQtKwG__card{background:var(--white);border:1px solid var(--stroke);border-radius:10px;overflow:hidden}.VehicleUnitDetailPage-module__dQtKwG__cardHeader{border-bottom:1px solid var(--stroke);flex-direction:column;gap:1rem;padding:1rem;display:flex}.VehicleUnitDetailPage-module__dQtKwG__cardBody{gap:1rem;padding:2rem;display:grid}.VehicleUnitDetailPage-module__dQtKwG__infoRow{border-bottom:1px solid var(--stroke);justify-content:space-between;align-items:center;gap:1rem;padding-bottom:.75rem;display:flex}.VehicleUnitDetailPage-module__dQtKwG__infoRow:last-child{border-bottom:none;padding-bottom:0}.VehicleUnitDetailPage-module__dQtKwG__infoLabel{opacity:.7;text-transform:uppercase;letter-spacing:.05em;font-size:1.4rem;font-weight:600}.VehicleUnitDetailPage-module__dQtKwG__infoValue{font-size:1.4rem;font-weight:600}.VehicleUnitDetailPage-module__dQtKwG__mono{word-break:break-all;font-family:monospace;font-size:1.4rem}.VehicleUnitDetailPage-module__dQtKwG__plateCell{letter-spacing:2px;color:var(--black);background:var(--lightGray);border-radius:4px;padding:.35rem .75rem;font-family:monospace;font-size:1.4rem;font-weight:700}.VehicleUnitDetailPage-module__dQtKwG__statsGrid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem;display:grid}.VehicleUnitDetailPage-module__dQtKwG__statBox{text-align:center;border:1px solid var(--stroke);background:#00000005;border-radius:8px;padding:1rem}.VehicleUnitDetailPage-module__dQtKwG__statValue{letter-spacing:normal;color:var(--black);font-size:2.8rem;font-weight:900}.VehicleUnitDetailPage-module__dQtKwG__statLabel{opacity:.7;margin-top:.25rem;font-size:1.4rem}.VehicleUnitDetailPage-module__dQtKwG__section{gap:2rem;display:grid}.VehicleUnitDetailPage-module__dQtKwG__sectionHeader{gap:1rem;display:grid}.VehicleUnitDetailPage-module__dQtKwG__sectionHeaderTop{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.VehicleUnitDetailPage-module__dQtKwG__chartCard{background:var(--white);border:1px solid var(--stroke);border-radius:10px;overflow:hidden}.VehicleUnitDetailPage-module__dQtKwG__chartWrap{height:320px;padding:1rem}.VehicleUnitDetailPage-module__dQtKwG__tableCard{border:1px solid var(--stroke);border-radius:10px;overflow:hidden}.VehicleUnitDetailPage-module__dQtKwG__tableWrap{overflow-x:auto}.VehicleUnitDetailPage-module__dQtKwG__table{border-collapse:collapse;width:100%;min-width:800px}.VehicleUnitDetailPage-module__dQtKwG__thead{background:var(--white)}.VehicleUnitDetailPage-module__dQtKwG__trHead{border-bottom:1px solid var(--stroke)}.VehicleUnitDetailPage-module__dQtKwG__th{text-align:left;opacity:.7;white-space:nowrap;padding:10px 12px;font-size:1.4rem;font-weight:700}.VehicleUnitDetailPage-module__dQtKwG__thRight{text-align:right}.VehicleUnitDetailPage-module__dQtKwG__tr{border-bottom:1px solid var(--stroke);cursor:pointer;transition:background .2s}.VehicleUnitDetailPage-module__dQtKwG__tr:hover{background:var(--lightGray)}.VehicleUnitDetailPage-module__dQtKwG__tr:last-child{border-bottom:none}.VehicleUnitDetailPage-module__dQtKwG__td{vertical-align:top;padding:10px 12px}.VehicleUnitDetailPage-module__dQtKwG__tdRight{text-align:right}.VehicleUnitDetailPage-module__dQtKwG__rowLink{font-weight:600;text-decoration:none}.VehicleUnitDetailPage-module__dQtKwG__rowLink:hover{text-decoration:underline}.VehicleUnitDetailPage-module__dQtKwG__rowStretchedLink{z-index:1;position:absolute;inset:0}.VehicleUnitDetailPage-module__dQtKwG__pickupMeta{align-items:center;gap:1rem;margin-top:4px;display:flex}.VehicleUnitDetailPage-module__dQtKwG__pill{background:#0000000d;border:1px solid #00000014;border-radius:999px;padding:4px 8px;font-size:1.4rem;line-height:1}.VehicleUnitDetailPage-module__dQtKwG__cellStack{gap:1rem;display:grid}.VehicleUnitDetailPage-module__dQtKwG__cellStrong{font-size:1.4rem;font-weight:600}.VehicleUnitDetailPage-module__dQtKwG__cellSub{opacity:.7;font-size:1.4rem}.VehicleUnitDetailPage-module__dQtKwG__actionsRow{flex-wrap:wrap;gap:1rem;display:flex}@media screen and (max-width:768px){.VehicleUnitDetailPage-module__dQtKwG__grid{grid-template-columns:1fr}.VehicleUnitDetailPage-module__dQtKwG__chartWrap{height:260px}.VehicleUnitDetailPage-module__dQtKwG__tableCard{background:0 0;border:0}.VehicleUnitDetailPage-module__dQtKwG__table{min-width:0}.VehicleUnitDetailPage-module__dQtKwG__thead{display:none}.VehicleUnitDetailPage-module__dQtKwG__table,.VehicleUnitDetailPage-module__dQtKwG__table tbody,.VehicleUnitDetailPage-module__dQtKwG__tr,.VehicleUnitDetailPage-module__dQtKwG__td{width:100%;display:block}.VehicleUnitDetailPage-module__dQtKwG__tr{border:1px solid var(--stroke);background:var(--white);border-radius:12px;margin-bottom:12px;padding:12px}.VehicleUnitDetailPage-module__dQtKwG__tr:hover{background:var(--white)}.VehicleUnitDetailPage-module__dQtKwG__td{border-bottom:1px solid var(--stroke);padding:8px 0}.VehicleUnitDetailPage-module__dQtKwG__td:last-child{border-bottom:0;padding-bottom:0}.VehicleUnitDetailPage-module__dQtKwG__td:first-child{padding-top:0}.VehicleUnitDetailPage-module__dQtKwG__td:before{content:attr(data-label);letter-spacing:normal;opacity:.6;margin-bottom:4px;font-size:1.4rem;font-weight:900;display:block}.VehicleUnitDetailPage-module__dQtKwG__tdRight{text-align:left}.VehicleUnitDetailPage-module__dQtKwG__profileSection{flex-direction:column;align-items:flex-start}.VehicleUnitDetailPage-module__dQtKwG__sectionHeaderTop{flex-direction:column}}@media screen and (max-width:568px){.VehicleUnitDetailPage-module__dQtKwG__statsGrid{grid-template-columns:1fr}.VehicleUnitDetailPage-module__dQtKwG__statValue{font-size:2.4rem}.VehicleUnitDetailPage-module__dQtKwG__statLabel,.VehicleUnitDetailPage-module__dQtKwG__infoLabel,.VehicleUnitDetailPage-module__dQtKwG__infoValue{font-size:1.4rem}}
.ProfilePhotoModal-module__QLLQjq__container{flex-direction:column;gap:2rem;display:flex}.ProfilePhotoModal-module__QLLQjq__header,.ProfilePhotoModal-module__QLLQjq__currentPhoto{flex-direction:column;gap:1rem;display:flex}.ProfilePhotoModal-module__QLLQjq__currentImageWrap{border:3px solid var(--stroke);border-radius:50%;width:120px;height:120px;overflow:hidden}.ProfilePhotoModal-module__QLLQjq__currentImage{object-fit:cover;width:100%;height:100%}.ProfilePhotoModal-module__QLLQjq__dropzone{border:2px dashed var(--stroke);cursor:pointer;background:#42373705;border-radius:12px;justify-content:center;align-items:center;padding:2.5rem 2rem;transition:all .2s;display:flex}.ProfilePhotoModal-module__QLLQjq__dropzone:hover{border-color:var(--black);background:#0000000a}.ProfilePhotoModal-module__QLLQjq__dropzoneActive{background:#3b82f614;border-color:#3b82f6}.ProfilePhotoModal-module__QLLQjq__hiddenInput{display:none}.ProfilePhotoModal-module__QLLQjq__dropzoneContent{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.ProfilePhotoModal-module__QLLQjq__dropzoneIcon{margin-bottom:.5rem;font-size:2.5rem}.ProfilePhotoModal-module__QLLQjq__dropzoneText{letter-spacing:normal;color:var(--paragraph);font-size:1.4rem}.ProfilePhotoModal-module__QLLQjq__dropzoneLink{color:#3b82f6;font-weight:600;text-decoration:underline}.ProfilePhotoModal-module__QLLQjq__cropSection{flex-direction:column;align-items:center;gap:1rem;display:flex}.ProfilePhotoModal-module__QLLQjq__cropContainer{border:1px solid var(--stroke);background:#f5f5f5;border-radius:12px;justify-content:center;align-items:center;max-width:100%;padding:1rem;display:flex}.ProfilePhotoModal-module__QLLQjq__reactCrop{max-height:400px}.ProfilePhotoModal-module__QLLQjq__cropImage{max-width:100%;max-height:350px;display:block}.ProfilePhotoModal-module__QLLQjq__cropActions{justify-content:center;gap:1rem;display:flex}.ProfilePhotoModal-module__QLLQjq__changeImageBtn{border:1px solid var(--stroke);background:var(--white);cursor:pointer;border-radius:8px;padding:.5rem 1rem;font-size:1.4rem;font-weight:500;transition:all .2s}.ProfilePhotoModal-module__QLLQjq__changeImageBtn:hover{background:var(--lightGray);border-color:var(--black)}.ProfilePhotoModal-module__QLLQjq__previewSection{flex-direction:column;gap:1rem;display:flex}.ProfilePhotoModal-module__QLLQjq__previewWrap{width:fit-content;position:relative}.ProfilePhotoModal-module__QLLQjq__previewImage{object-fit:cover;border:2px solid var(--stroke);border-radius:12px;width:200px;height:200px}.ProfilePhotoModal-module__QLLQjq__removeBtn{background:var(--black);color:#fff;cursor:pointer;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:700;transition:transform .2s;display:flex;position:absolute;top:-8px;right:-8px}.ProfilePhotoModal-module__QLLQjq__removeBtn:hover{transform:scale(1.1)}.ProfilePhotoModal-module__QLLQjq__actions{border-top:1px solid var(--stroke);justify-content:flex-end;gap:1rem;padding-top:1rem;display:flex}.ReactCrop__crop-selection{border-radius:50%}.ReactCrop__crop-selection:before{border-radius:50%}@media (max-width:568px){.ProfilePhotoModal-module__QLLQjq__container{gap:1.25rem}.ProfilePhotoModal-module__QLLQjq__dropzone{padding:2rem 1.5rem}.ProfilePhotoModal-module__QLLQjq__dropzoneIcon{font-size:2rem}.ProfilePhotoModal-module__QLLQjq__cropContainer{padding:.75rem}.ProfilePhotoModal-module__QLLQjq__reactCrop{max-height:300px}.ProfilePhotoModal-module__QLLQjq__cropImage{max-height:260px}.ProfilePhotoModal-module__QLLQjq__actions{flex-direction:column}.ProfilePhotoModal-module__QLLQjq__actions>*{width:100%}}
.ApprovePriceForm-module__YdzH5G__form{gap:10px;display:grid}.ApprovePriceForm-module__YdzH5G__button{cursor:pointer;font:inherit;background:#fff;border:1px solid #0003;border-radius:5px;justify-self:start;padding:1rem}.ApprovePriceForm-module__YdzH5G__button:disabled{opacity:.65;cursor:not-allowed}.ApprovePriceForm-module__YdzH5G__grid2{grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem;display:grid}.ApprovePriceForm-module__YdzH5G__field{gap:1rem;display:grid}.ApprovePriceForm-module__YdzH5G__fieldLabel{opacity:.8;text-transform:uppercase;letter-spacing:.02em;font-size:1.4rem;font-weight:600}.ApprovePriceForm-module__YdzH5G__input{font:inherit;letter-spacing:normal;background:#fff;border:1px solid #00000026;border-radius:5px;padding:1rem;font-size:1.4rem;font-weight:600}.ApprovePriceForm-module__YdzH5G__input:focus{border-color:#0006;outline:none}.ApprovePriceForm-module__YdzH5G__input:disabled{opacity:.65;cursor:not-allowed}.ApprovePriceForm-module__YdzH5G__inputHighlight{letter-spacing:normal;background:#f0fdf4;border-color:#22c55e;font-size:1.4rem;font-weight:700}.ApprovePriceForm-module__YdzH5G__inputHighlight:focus{border-color:#16a34a}.ApprovePriceForm-module__YdzH5G__btnContainer{margin-top:1rem}@media screen and (max-width:600px){.ApprovePriceForm-module__YdzH5G__grid2{grid-template-columns:1fr}}
.FlightLookupInput-module__oP_r1q__container{gap:8px;display:grid}.FlightLookupInput-module__oP_r1q__inputWrapper{align-items:stretch;gap:2rem;display:flex}.FlightLookupInput-module__oP_r1q__flightInput{flex:1;width:100%}.FlightLookupInput-module__oP_r1q__lookupBtn{cursor:pointer;color:#475569;white-space:nowrap;background:#fff;border:1px solid #00000026;border-radius:7px;padding:0 14px;font-size:1.4rem;font-weight:500;transition:all .15s}.FlightLookupInput-module__oP_r1q__lookupBtn:disabled{opacity:.5;cursor:not-allowed;background:#f1f5f9}.FlightLookupInput-module__oP_r1q__lookupBtn:not(:disabled):hover{background:#f8fafc;border-color:#00000040}.FlightLookupInput-module__oP_r1q__message{margin-top:2px;font-size:1.4rem;font-weight:600}.FlightLookupInput-module__oP_r1q__warningMessage{color:#d97706}.FlightLookupInput-module__oP_r1q__successMessage{color:#16a34a}.FlightLookupInput-module__oP_r1q__errorMessage{color:#dc2626}.FlightLookupInput-module__oP_r1q__helperText{opacity:.6;font-size:1.4px}
.FlightStatusCard-module__YfsFQq__card{background:linear-gradient(135deg,#f0f7ff 0%,#faf5ff 100%);border:1px solid #0000001a;border-radius:12px;overflow:hidden}.FlightStatusCard-module__YfsFQq__header{background:#fff9;border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.FlightStatusCard-module__YfsFQq__headerLeft{align-items:center;gap:8px;display:flex}.FlightStatusCard-module__YfsFQq__headerIcon{font-size:1.6rem}.FlightStatusCard-module__YfsFQq__headerTitle{letter-spacing:.02em;font-size:1.4rem;font-weight:600}.FlightStatusCard-module__YfsFQq__refreshBtn{cursor:pointer;color:#475569;background:#fff;border:1px solid #00000026;border-radius:6px;padding:6px 14px;font-size:1.4rem;transition:all .15s}.FlightStatusCard-module__YfsFQq__refreshBtn:hover:not(:disabled){background:#f1f5f9;border-color:#00000040}.FlightStatusCard-module__YfsFQq__refreshBtn:disabled{opacity:.5;cursor:not-allowed}.FlightStatusCard-module__YfsFQq__loadingState{color:#64748b;justify-content:center;align-items:center;gap:10px;padding:24px 18px;font-size:1.4rem;display:flex}.FlightStatusCard-module__YfsFQq__loadingDot{background:#3b82f6;border-radius:50%;width:10px;height:10px;animation:1s ease-in-out infinite FlightStatusCard-module__YfsFQq__pulse}@keyframes FlightStatusCard-module__YfsFQq__pulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}.FlightStatusCard-module__YfsFQq__errorState{color:#b45309;background:#fef3c7;align-items:center;gap:8px;padding:16px 18px;font-size:1.4rem;display:flex}.FlightStatusCard-module__YfsFQq__errorIcon{font-size:1.4rem}.FlightStatusCard-module__YfsFQq__body{gap:16px;padding:16px 18px;display:grid}.FlightStatusCard-module__YfsFQq__statusRow{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.FlightStatusCard-module__YfsFQq__statusBadge{color:#fff;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:1.4rem;font-weight:600;display:inline-flex}.FlightStatusCard-module__YfsFQq__delayBadgeOnTime{color:#166534;background:#dcfce7;border-radius:12px;padding:4px 10px;font-size:1.4rem;font-weight:600;display:inline-flex}.FlightStatusCard-module__YfsFQq__delayBadgeMinor{color:#92400e;background:#fef3c7;border-radius:12px;padding:4px 10px;font-size:1.4rem;font-weight:600;display:inline-flex}.FlightStatusCard-module__YfsFQq__delayBadgeModerate{color:#9a3412;background:#fed7aa;border-radius:12px;padding:4px 10px;font-size:1.4rem;font-weight:600;display:inline-flex}.FlightStatusCard-module__YfsFQq__delayBadgeSevere{color:#991b1b;background:#fecaca;border-radius:12px;padding:4px 10px;font-size:1.4rem;font-weight:600;display:inline-flex}.FlightStatusCard-module__YfsFQq__routeRow{justify-content:center;align-items:center;gap:16px;padding:10px 0;display:flex}.FlightStatusCard-module__YfsFQq__routeAirport{text-align:center;min-width:80px}.FlightStatusCard-module__YfsFQq__airportCode{letter-spacing:.05em;color:#1e293b;font-size:2rem;font-weight:700}.FlightStatusCard-module__YfsFQq__airportName{color:#64748b;text-overflow:ellipsis;white-space:nowrap;max-width:160px;margin-top:2px;font-size:1.4rem;overflow:hidden}.FlightStatusCard-module__YfsFQq__routeArrow{color:#94a3b8;flex-shrink:0;font-size:2rem}.FlightStatusCard-module__YfsFQq__timesGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.FlightStatusCard-module__YfsFQq__timeBlock{background:#ffffffb3;border:1px solid #0000000f;border-radius:8px;gap:6px;padding:12px;display:grid}.FlightStatusCard-module__YfsFQq__timeLabel{color:#475569;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:1.4rem;font-weight:600}.FlightStatusCard-module__YfsFQq__timeRow{justify-content:space-between;align-items:center;gap:8px;font-size:1.4rem;display:flex}.FlightStatusCard-module__YfsFQq__timeKey{color:#64748b}.FlightStatusCard-module__YfsFQq__timeVal{color:#1e293b;font-weight:500}.FlightStatusCard-module__YfsFQq__timeActual{color:#22c55e;font-weight:700}.FlightStatusCard-module__YfsFQq__airlineRow{color:#475569;gap:6px;font-size:1.4rem;display:flex}.FlightStatusCard-module__YfsFQq__airlineLabel{font-weight:600}.FlightStatusCard-module__YfsFQq__footer{color:#94a3b8;background:#fff6;border-top:1px solid #0000000f;padding:8px 18px;font-size:1.4rem}@media screen and (max-width:768px){.FlightStatusCard-module__YfsFQq__timesGrid{grid-template-columns:1fr}.FlightStatusCard-module__YfsFQq__routeRow{gap:10px}.FlightStatusCard-module__YfsFQq__airportCode{font-size:1.6rem}}
.ProfilePhotoUpload-module__FyTM0G__profileImageWrap{border-radius:50%;flex-shrink:0;width:80px;height:80px;position:relative;overflow:visible}.ProfilePhotoUpload-module__FyTM0G__profileImage{object-fit:cover;border:3px solid var(--stroke);border-radius:50%;width:100%;height:100%}.ProfilePhotoUpload-module__FyTM0G__editBtn{background:var(--white);border:2px solid var(--stroke);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:all .2s;display:flex;position:absolute;bottom:-4px;right:-4px;box-shadow:0 2px 4px #0000001a}.ProfilePhotoUpload-module__FyTM0G__editBtn:hover{background:var(--lightGray);border-color:var(--black);transform:scale(1.1)}
.DriverPayForm-module__ea1_qW__form{flex-direction:column;gap:1rem;display:flex}.DriverPayForm-module__ea1_qW__noDriverMessage{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;align-items:center;gap:2rem;padding:2rem;display:flex}.DriverPayForm-module__ea1_qW__noDriverIcon{flex-shrink:0;font-size:2rem}.DriverPayForm-module__ea1_qW__noDriverText{flex-direction:column;gap:1rem;display:flex}.DriverPayForm-module__ea1_qW__noDriverText strong{color:var(--black);font-size:1.4rem}.DriverPayForm-module__ea1_qW__noDriverText p{color:var(--paragraph);opacity:.8;margin:0;font-size:1.4rem}.DriverPayForm-module__ea1_qW__driverPaymentSection{background:#fafafa;border:1px solid #e5e7eb;border-radius:10px;grid-template-columns:1fr;gap:3rem;padding:2rem;display:grid}.DriverPayForm-module__ea1_qW__currentValueDisplay{flex-direction:column;gap:1rem;display:flex}.DriverPayForm-module__ea1_qW__currentValueRow{justify-content:space-between;align-items:center;gap:1rem;display:flex}.DriverPayForm-module__ea1_qW__currentValueAmount{letter-spacing:-.02em;color:var(--black);font-size:2.2rem;font-weight:700}.DriverPayForm-module__ea1_qW__methodTabs{grid-gap:1rem;background:#e5e7eb;border-radius:8px;grid-template-columns:repeat(3,1fr);padding:3px;display:grid;overflow:hidden}.DriverPayForm-module__ea1_qW__methodTab{cursor:pointer;color:#6b7280;white-space:nowrap;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;gap:1rem;padding:.65rem .5rem;font-size:1.4rem;font-weight:600;transition:all .15s;display:flex}.DriverPayForm-module__ea1_qW__methodTab:hover:not(:disabled){color:#374151;background:#ffffff80}.DriverPayForm-module__ea1_qW__methodTab:disabled{opacity:.5;cursor:not-allowed}.DriverPayForm-module__ea1_qW__methodTabActive{color:var(--black);background:#fff;box-shadow:0 1px 3px #0000001a}.DriverPayForm-module__ea1_qW__methodTabActive:hover:not(:disabled){color:var(--black);background:#fff}.DriverPayForm-module__ea1_qW__methodTabIcon,.DriverPayForm-module__ea1_qW__methodTabLabel{font-size:1.4rem;line-height:1}.DriverPayForm-module__ea1_qW__methodPanel{min-height:80px;animation:.15s DriverPayForm-module__ea1_qW__panelFadeIn}@keyframes DriverPayForm-module__ea1_qW__panelFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.DriverPayForm-module__ea1_qW__inputSection{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;display:flex}.DriverPayForm-module__ea1_qW__inputWrapper{background:#fff;border:1px solid #d1d5db;border-radius:8px;align-items:center;transition:opacity .3s;display:flex;overflow:hidden}.DriverPayForm-module__ea1_qW__inputWrapper:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.DriverPayForm-module__ea1_qW__dollarSign,.DriverPayForm-module__ea1_qW__unitLabel{color:#6b7280;background:#f3f4f6;padding:1rem;font-size:1.4rem;font-weight:600}.DriverPayForm-module__ea1_qW__percentageSection{flex-direction:column;gap:6px;display:flex}.DriverPayForm-module__ea1_qW__percentageButtons{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:.5rem;display:grid}.DriverPayForm-module__ea1_qW__percentBtn{border:1px solid var(--stroke);background:#fff;background-color:var(--lightGray);cursor:pointer;color:#374151;border-radius:5px;flex-direction:column;align-items:center;gap:1rem;padding:1rem;font-size:1.4rem;font-weight:600;transition:all .15s;display:flex}.DriverPayForm-module__ea1_qW__percentBtn:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.DriverPayForm-module__ea1_qW__percentBtn:disabled{opacity:.5;cursor:not-allowed}.DriverPayForm-module__ea1_qW__percentBtnActive{color:#fff;background:#1e293b;border-color:#1e293b}.DriverPayForm-module__ea1_qW__percentBtnActive:hover:not(:disabled){background:#334155;border-color:#334155}.DriverPayForm-module__ea1_qW__percentAmount{letter-spacing:normal;font-size:1.4rem;font-weight:700}.DriverPayForm-module__ea1_qW__percentBtnActive .DriverPayForm-module__ea1_qW__percentAmount{color:#fff}.DriverPayForm-module__ea1_qW__tipDistributionSection{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:1px solid #f59e0b;border-radius:10px;margin-top:1.5rem;padding:1.25rem}.DriverPayForm-module__ea1_qW__tipDistributionHeader{align-items:flex-start;gap:12px;margin-bottom:1rem;display:flex}.DriverPayForm-module__ea1_qW__tipDistributionIcon{font-size:1.5rem}.DriverPayForm-module__ea1_qW__tipDistributionOptions{flex-direction:column;gap:10px;display:flex}.DriverPayForm-module__ea1_qW__tipOption{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:8px;align-items:flex-start;gap:12px;padding:12px 14px;transition:all .15s;display:flex}.DriverPayForm-module__ea1_qW__tipOption:hover{background:#fffbeb;border-color:#f59e0b}.DriverPayForm-module__ea1_qW__tipOptionActive{background:#fffbeb;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b26}.DriverPayForm-module__ea1_qW__tipRadio{accent-color:#f59e0b;width:18px;height:18px;margin-top:3px}.DriverPayForm-module__ea1_qW__tipOptionContent{flex-direction:column;flex:1;gap:1rem;display:flex}.DriverPayForm-module__ea1_qW__tipOptionLabel{color:#1f2937;font-size:1.4rem;font-weight:600}.DriverPayForm-module__ea1_qW__tipOptionAmount{letter-spacing:normal;color:#059669;font-size:1.5rem;font-weight:700}.DriverPayForm-module__ea1_qW__tipOptionDesc{color:#6b7280;font-size:1.4rem}.DriverPayForm-module__ea1_qW__customTipInput{align-items:center;gap:8px;margin-top:8px;display:flex}.DriverPayForm-module__ea1_qW__tipMaxNote{color:#6b7280;font-size:1.4rem;font-style:italic}.DriverPayForm-module__ea1_qW__driverEarningsCard{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1px solid #e2e8f0;border-radius:12px;margin-top:1.5rem;padding:1.25rem}.DriverPayForm-module__ea1_qW__earningsHeader{border-bottom:1px solid #e2e8f0;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.DriverPayForm-module__ea1_qW__earningsIcon{font-size:1.4rem}.DriverPayForm-module__ea1_qW__earningsTitle{letter-spacing:.03em;text-transform:uppercase;color:var(--black);font-size:1.4rem;font-weight:700}.DriverPayForm-module__ea1_qW__earningsBreakdown{flex-direction:column;gap:1rem;display:flex}.DriverPayForm-module__ea1_qW__earningsRow{justify-content:space-between;align-items:center;gap:1rem;display:flex}.DriverPayForm-module__ea1_qW__earningsLabel{color:var(--paragraph);align-items:center;gap:1rem;font-size:1.4rem;display:flex}.DriverPayForm-module__ea1_qW__earningsValue{color:var(--black);font-size:1.4rem;font-weight:600}.DriverPayForm-module__ea1_qW__tipValue{color:var(--darkGreen)}.DriverPayForm-module__ea1_qW__tipBadge{color:var(--darkGreen);text-transform:uppercase;letter-spacing:normal;background:#16a34a26;border-radius:4px;padding:.5rem 1rem;font-size:1.4rem;font-weight:600}.DriverPayForm-module__ea1_qW__tipBadgeReduced{color:#92400e;text-transform:uppercase;letter-spacing:normal;background:#fef3c7;border-radius:4px;padding:.25rem .5rem;font-size:1.4rem;font-weight:600}.DriverPayForm-module__ea1_qW__earningsRowMuted{opacity:.7}.DriverPayForm-module__ea1_qW__earningsDivider{background:#cbd5e1;height:1px;margin:.5rem 0}.DriverPayForm-module__ea1_qW__earningsTotalRow{padding-top:1rem}.DriverPayForm-module__ea1_qW__earningsTotalLabel,.DriverPayForm-module__ea1_qW__earningsTotalValue{letter-spacing:normal;color:var(--black);font-size:1.4rem;font-weight:700}.DriverPayForm-module__ea1_qW__tipNote{color:var(--darkGreen);background:#16a34a14;border:1px solid #16a34a33;border-radius:5px;margin-top:1rem;padding:.75rem 1rem;font-size:1.4rem;line-height:1.5}.DriverPayForm-module__ea1_qW__tipNotePartial{color:#92400e;background:#fef3c7;border:1px solid #fcd34d;border-radius:5px;margin-top:1rem;padding:.75rem 1rem;font-size:1.4rem;line-height:1.5}.DriverPayForm-module__ea1_qW__tipNoteNone{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:5px;margin-top:1rem;padding:.75rem 1rem;font-size:1.4rem;line-height:1.5}.DriverPayForm-module__ea1_qW__noTipNote{color:var(--paragraph);opacity:.8;margin-top:1rem;font-size:1.4rem;font-style:italic}.DriverPayForm-module__ea1_qW__btnContainer{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:1rem;margin-top:.5rem;display:flex}.DriverPayForm-module__ea1_qW__sectionLocked input:disabled,.DriverPayForm-module__ea1_qW__sectionLocked select:disabled,.DriverPayForm-module__ea1_qW__sectionLocked textarea:disabled{opacity:.5;cursor:not-allowed;border-color:var(--stroke);background:#00000004}.DriverPayForm-module__ea1_qW__sectionLocked .DriverPayForm-module__ea1_qW__percentBtn:disabled{opacity:.35;cursor:not-allowed}.DriverPayForm-module__ea1_qW__sectionLocked .DriverPayForm-module__ea1_qW__tipOption{opacity:.5;pointer-events:none;cursor:not-allowed}.DriverPayForm-module__ea1_qW__sectionLocked .DriverPayForm-module__ea1_qW__tipRadio:disabled{opacity:.5;cursor:not-allowed}.DriverPayForm-module__ea1_qW__sectionLocked .DriverPayForm-module__ea1_qW__inputWrapper{opacity:.5}.DriverPayForm-module__ea1_qW__sectionLocked .DriverPayForm-module__ea1_qW__methodTab:disabled{opacity:.5;cursor:not-allowed}.DriverPayForm-module__ea1_qW__sectionEditing{background:var(--lighterBlue);border:2px solid var(--lightBlue);border-radius:10px;padding:1.5rem;transition:border-color .3s,background .3s}.DriverPayForm-module__ea1_qW__sectionSaved{background:#16a34a04;border:2px solid #22c55e;border-radius:10px;padding:1.5rem;transition:border-color .3s,background .3s}.DriverPayForm-module__ea1_qW__sectionActionsRow{border-top:1px solid var(--stroke);flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1rem;padding-top:1rem;display:flex}@media screen and (max-width:700px){.DriverPayForm-module__ea1_qW__driverPaymentSection{grid-template-columns:1fr;gap:1rem}.DriverPayForm-module__ea1_qW__percentageButtons{grid-template-columns:repeat(3,1fr)}.DriverPayForm-module__ea1_qW__percentBtn{padding:8px 6px}.DriverPayForm-module__ea1_qW__methodTab{gap:1rem;padding:.55rem .35rem;font-size:1.4rem}.DriverPayForm-module__ea1_qW__methodTabIcon{font-size:1.4rem}}@media screen and (max-width:600px){.DriverPayForm-module__ea1_qW__tipDistributionSection{padding:1rem}.DriverPayForm-module__ea1_qW__tipOption{padding:10px 12px}.DriverPayForm-module__ea1_qW__customTipInput{flex-wrap:wrap}.DriverPayForm-module__ea1_qW__tipMaxNote{width:100%;margin-top:4px}.DriverPayForm-module__ea1_qW__noDriverMessage{text-align:center;flex-direction:column}.DriverPayForm-module__ea1_qW__percentageButtons{grid-template-columns:repeat(2,1fr)}.DriverPayForm-module__ea1_qW__currentValueAmount{font-size:1.8rem}}
.Nav-module__vJEHiq__header{z-index:9999;isolation:isolate;opacity:1;will-change:opacity;--nav-fg:var(--white);--nav-border:#ffffff2e;background:0 0;width:100%;margin:0 auto;transition:opacity .35s ease-in-out;position:fixed;top:0;left:0;right:0;transform:translateY(0%)}.Nav-module__vJEHiq__header:before{content:"";z-index:-1;opacity:1;pointer-events:none;background:linear-gradient(#787878bf,#78787800);transition:opacity .35s ease-in-out;position:absolute;inset:0}.Nav-module__vJEHiq__header:after{content:"";z-index:-1;background:var(--cream);opacity:0;pointer-events:none;transition:opacity .35s ease-in-out;position:absolute;inset:0}.Nav-module__vJEHiq__transparent:before{opacity:1}.Nav-module__vJEHiq__transparent:after,.Nav-module__vJEHiq__scrolled:before{opacity:0}.Nav-module__vJEHiq__scrolled:after{opacity:1}.Nav-module__vJEHiq__scrolled{--nav-fg:var(--black);--nav-border:#0000001f;box-shadow:0 1px #00000014}.Nav-module__vJEHiq__open:before{opacity:0}.Nav-module__vJEHiq__open:after{opacity:1}.Nav-module__vJEHiq__forceSolid:before,.Nav-module__vJEHiq__forceSolid:after{opacity:0}.Nav-module__vJEHiq__bgWhite{background:var(--white);--nav-fg:var(--black);--nav-border:#0000001f}.Nav-module__vJEHiq__bgCream{background:var(--cream);--nav-fg:var(--black);--nav-border:#0000001f}.Nav-module__vJEHiq__bgAccent{background:var(--accent);--nav-fg:var(--black);--nav-border:#0000001f}.Nav-module__vJEHiq__navbar{grid-template-columns:repeat(3,1fr);width:100%;max-width:1600px;margin:0 auto;padding:1.5rem 1rem 1.5rem 2rem;display:grid}.Nav-module__vJEHiq__logoContainer{z-index:10000;justify-content:flex-start;align-items:center;gap:1rem;display:flex}.Nav-module__vJEHiq__text{color:var(--nav-fg);letter-spacing:-.5px;font-size:1.8rem;font-weight:500;transition:color .35s ease-in-out;position:relative;top:6px}.Nav-module__vJEHiq__logo{width:3rem;height:3rem;color:var(--nav-fg);transition:color .35s ease-in-out}.Nav-module__vJEHiq__logoText{letter-spacing:.3px;color:var(--nav-fg);font-size:1.4rem;font-weight:400;line-height:1}.Nav-module__vJEHiq__navItems{justify-content:center;align-items:center;gap:2rem;list-style:none;display:flex}.Nav-module__vJEHiq__navItem{text-transform:capitalize;color:var(--nav-fg);letter-spacing:-.8px;z-index:999;white-space:nowrap;font-size:1.6rem;font-weight:500;line-height:1;transition:color .35s ease-in-out;position:relative}.Nav-module__vJEHiq__navItemActive:after,.Nav-module__vJEHiq__navItem:hover:after{content:"";border:1px solid var(--black);background-color:var(--accent);border-radius:50%;width:5px;height:5px;margin:0 auto;position:absolute;bottom:-12px;left:0;right:0}.Nav-module__vJEHiq__black{color:var(--black)}.Nav-module__vJEHiq__white{color:var(--white)}.Nav-module__vJEHiq__navItemsMobile,.Nav-module__vJEHiq__btnContainerMobile{display:none}.Nav-module__vJEHiq__btnContainer{justify-content:flex-end;align-items:center;gap:2rem;display:flex}.Nav-module__vJEHiq__hamburger{z-index:10000;cursor:pointer;display:none;position:relative}.Nav-module__vJEHiq__whiteBar{z-index:10000;background-color:var(--nav-fg);border-radius:15px;width:35px;height:3px;margin:5px auto;transition:transform .3s ease-in-out,opacity .2s ease-in-out,background-color .35s ease-in-out;display:block;position:relative}.Nav-module__vJEHiq__hamburgerBlack{background-color:var(--black)}.Nav-module__vJEHiq__btnContainerii{display:none}.Nav-module__vJEHiq__overlay{z-index:9990;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0003;width:100vw;height:100dvh;min-height:100vh;position:fixed;inset:0}.Nav-module__vJEHiq__menuImage{border-radius:12px;width:100%;height:185px;margin-bottom:1rem;display:none;position:relative;overflow:hidden}.Nav-module__vJEHiq__img{object-fit:cover;z-index:0}.Nav-module__vJEHiq__menuImageOverlay{z-index:1;pointer-events:none;background:#00000080;border-radius:12px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Nav-module__vJEHiq__menuImageText{color:var(--white);font-family:var(--DotSansMedium);letter-spacing:-.02em;font-size:1.4rem}.Nav-module__vJEHiq__bgAccent.Nav-module__vJEHiq__scrolled:before{opacity:0}.Nav-module__vJEHiq__bgAccent.Nav-module__vJEHiq__scrolled:after{opacity:1}.Nav-module__vJEHiq__bgAccent.Nav-module__vJEHiq__scrolled{--nav-fg:var(--black);--nav-border:#0000001f}.Nav-module__vJEHiq__bgWhite.Nav-module__vJEHiq__scrolled:before{opacity:0}.Nav-module__vJEHiq__bgWhite.Nav-module__vJEHiq__scrolled:after{opacity:1}.Nav-module__vJEHiq__bgWhite.Nav-module__vJEHiq__scrolled{--nav-fg:var(--black);--nav-border:#0000001f}.Nav-module__vJEHiq__open .Nav-module__vJEHiq__whiteBar{background-color:var(--black)}.Nav-module__vJEHiq__open .Nav-module__vJEHiq__logo,.Nav-module__vJEHiq__open .Nav-module__vJEHiq__text{color:var(--black)}@media screen and (max-width:1368px){.Nav-module__vJEHiq__navbar{justify-content:space-between;align-items:center;padding:1.5rem 2.5rem 1.5rem 2rem;display:flex}.Nav-module__vJEHiq__navItems{background:var(--cream);z-index:9998;box-sizing:border-box;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;justify-content:center;align-items:flex-start;height:auto;max-height:90vh;padding:7rem 2rem 2rem;transition:transform .35s ease-in-out;position:fixed;top:0;left:0;right:0;overflow-y:auto;transform:translate(110%)}.Nav-module__vJEHiq__navItems.Nav-module__vJEHiq__active{gap:0;transform:translate(0)}.Nav-module__vJEHiq__navItem{letter-spacing:-.5px;border-top:3px solid var(--stroke);text-transform:uppercase;letter-spacing:.5px;width:100%;padding:2rem 0 1.8rem;font-size:1.6rem;font-weight:700;color:var(--black)!important}.Nav-module__vJEHiq__navItemActive:after{vertical-align:middle;border:1px solid var(--black);margin-left:8px;display:inline-block;position:static;left:auto;right:auto}.Nav-module__vJEHiq__menuImage{display:block;overflow:hidden}.Nav-module__vJEHiq__logoii{color:var(--cream);font-size:10rem}.Nav-module__vJEHiq__btnContainer{display:none}.Nav-module__vJEHiq__hamburger{display:block}.Nav-module__vJEHiq__btnContainerii{width:100%;display:grid}.Nav-module__vJEHiq__menuImage{width:100%;height:185px;display:block;position:relative}.Nav-module__vJEHiq__img{object-fit:cover;border-radius:12px}.Nav-module__vJEHiq__hamburger.Nav-module__vJEHiq__active .Nav-module__vJEHiq__whiteBar:first-child{transform:translateY(8px)rotate(45deg)}.Nav-module__vJEHiq__hamburger.Nav-module__vJEHiq__active .Nav-module__vJEHiq__whiteBar:nth-child(2){opacity:0}.Nav-module__vJEHiq__hamburger.Nav-module__vJEHiq__active .Nav-module__vJEHiq__whiteBar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}}@media screen and (max-width:568px){.Nav-module__vJEHiq__navbar{padding:1rem 2rem}.Nav-module__vJEHiq__btnContainerii{width:100%;display:grid}}
.WhyCorporate-module__d86MHq__container{background-color:var(--cream);background-image:repeating-linear-gradient(to right,var(--stroke),var(--stroke)1px,transparent 1px,transparent);background-size:500px 500px;padding:10rem 0}.WhyCorporate-module__d86MHq__content{flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex}.WhyCorporate-module__d86MHq__heading{text-align:center;max-width:1000px}.WhyCorporate-module__d86MHq__btnContainer{margin-top:1rem}@media screen and (max-width:1268px){.WhyCorporate-module__d86MHq__container{background-size:300px 300px}}@media screen and (max-width:1068px){.WhyCorporate-module__d86MHq__container{background-size:250px 250px}}@media screen and (max-width:568px){.WhyCorporate-module__d86MHq__container{background-size:75px 75px}}
.Testimonials-module__-fGB8a__container{background-color:var(--cream);padding:10rem 0}.Testimonials-module__-fGB8a__top{margin-bottom:5rem}.Testimonials-module__-fGB8a__heading{letter-spacing:-3px;text-transform:uppercase;font-size:15rem;font-weight:900;line-height:1em}.Testimonials-module__-fGB8a__bottom{grid-gap:2rem;grid-template-columns:1fr 2fr;display:grid}.Testimonials-module__-fGB8a__left{grid-gap:2rem;grid-template-columns:repeat(1,1fr);display:grid}.Testimonials-module__-fGB8a__card{background-color:var(--white);cursor:pointer;text-align:left;border:none;border-radius:10px;width:100%;padding:2rem;transition:background-color .25s,transform .25s;display:block}.Testimonials-module__-fGB8a__cardActive,.Testimonials-module__-fGB8a__card:hover{background-color:var(--accent)}.Testimonials-module__-fGB8a__city{margin-top:.5rem}.Testimonials-module__-fGB8a__right{background-color:var(--white);border-radius:10px;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:5rem;width:100%;height:100%;padding:2rem;display:flex}.Testimonials-module__-fGB8a__review{-webkit-line-clamp:4;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;width:98%;display:-webkit-box;overflow:hidden}.Testimonials-module__-fGB8a__rightBottom{width:100%}@media screen and (max-width:1468px){.Testimonials-module__-fGB8a__heading{font-size:12rem}}@media screen and (max-width:1268px){.Testimonials-module__-fGB8a__heading{font-size:10rem}}@media screen and (max-width:1068px){.Testimonials-module__-fGB8a__heading{letter-spacing:-2.2px;font-size:8rem}.Testimonials-module__-fGB8a__bottom{grid-template-columns:1fr}.Testimonials-module__-fGB8a__left{grid-gap:2rem;grid-template-columns:repeat(2,1fr)}.Testimonials-module__-fGB8a__right{height:auto}}@media screen and (max-width:768px){.Testimonials-module__-fGB8a__heading{letter-spacing:-1.6px;font-size:6rem}.Testimonials-module__-fGB8a__bottom{grid-template-columns:1fr}.Testimonials-module__-fGB8a__right{gap:3rem}}@media screen and (max-width:568px){.Testimonials-module__-fGB8a__heading{letter-spacing:-1px;font-size:4.6rem}.Testimonials-module__-fGB8a__left{grid-template-columns:repeat(1,1fr)}}
.ServiceCityFleet-module__RERAdW__container{background-color:var(--white);padding:10rem 0}.ServiceCityFleet-module__RERAdW__top{flex-direction:column;justify-content:center;align-items:center;gap:2rem;margin-bottom:5rem;display:flex}.ServiceCityFleet-module__RERAdW__heading{text-align:center;width:100%}.ServiceCityFleet-module__RERAdW__copy{text-align:center;width:50%;color:var(--paragraph);font-size:1.6rem}.ServiceCityFleet-module__RERAdW__content{grid-gap:2rem;grid-template-columns:repeat(3,1fr);display:grid}.ServiceCityFleet-module__RERAdW__card{grid-gap:5rem;background-color:var(--cream);border:1px solid var(--stroke);border-radius:10px;grid-template-columns:1fr;width:100%;padding:2rem;transition:border-color .2s;display:grid;position:relative}.ServiceCityFleet-module__RERAdW__card:hover{border-color:var(--accent)}.ServiceCityFleet-module__RERAdW__imgContainer{width:100%;height:300px;position:relative}.ServiceCityFleet-module__RERAdW__img{object-fit:contain;padding:3rem}.ServiceCityFleet-module__RERAdW__right{grid-gap:1rem;grid-template-columns:repeat(1,1fr);width:100%;padding:1rem;display:grid}.ServiceCityFleet-module__RERAdW__title{margin-bottom:-1rem}.ServiceCityFleet-module__RERAdW__featureContainer{border:0;padding-bottom:2rem}.ServiceCityFleet-module__RERAdW__featureContainer+.ServiceCityFleet-module__RERAdW__featureContainer{border-top:1px solid var(--strokeii);padding-top:1rem}.ServiceCityFleet-module__RERAdW__feature{letter-spacing:normal;font-size:1.6rem;font-weight:700;display:block}.ServiceCityFleet-module__RERAdW__detail{color:var(--paragraph);margin-top:1rem;font-size:1.4rem}.ServiceCityFleet-module__RERAdW__btnContainer{display:grid}@media screen and (max-width:1268px){.ServiceCityFleet-module__RERAdW__content{grid-template-columns:repeat(2,1fr)}.ServiceCityFleet-module__RERAdW__copy{width:60%}}@media screen and (max-width:1068px){.ServiceCityFleet-module__RERAdW__copy{width:80%}.ServiceCityFleet-module__RERAdW__card{grid-template-columns:repeat(1,1fr)}.ServiceCityFleet-module__RERAdW__imgContainer{height:200px}}@media screen and (max-width:768px){.ServiceCityFleet-module__RERAdW__content{grid-gap:5rem;grid-template-columns:repeat(1,1fr)}.ServiceCityFleet-module__RERAdW__card{grid-gap:0rem}.ServiceCityFleet-module__RERAdW__imgContainer{height:300px}.ServiceCityFleet-module__RERAdW__copy{width:95%}}
.WhoWeWorkWith-module__vW-wUq__container{background-color:var(--accent);padding:10rem 0}.WhoWeWorkWith-module__vW-wUq__content{grid-gap:15rem;grid-template-columns:repeat(2,1fr);display:grid}.WhoWeWorkWith-module__vW-wUq__left{width:100%;height:100%;position:relative}.WhoWeWorkWith-module__vW-wUq__media{z-index:1;border-radius:10px;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.WhoWeWorkWith-module__vW-wUq__video{object-fit:cover;object-position:top;width:100%;height:100%;display:block}.WhoWeWorkWith-module__vW-wUq__imgOverlay{z-index:2;background-color:#0000004d;position:absolute;inset:0}.WhoWeWorkWith-module__vW-wUq__right{grid-gap:1rem;grid-template-columns:repeat(1,1fr);display:grid}.WhoWeWorkWith-module__vW-wUq__heading{color:var(--cream);border-bottom:1px solid var(--cream);width:100%;padding-bottom:.5rem}.WhoWeWorkWith-module__vW-wUq__copy{color:var(--cream);font-size:1.6rem}.WhoWeWorkWith-module__vW-wUq__bold{color:var(--cream);margin-top:5rem;margin-bottom:1rem;text-decoration:underline}.WhoWeWorkWith-module__vW-wUq__list{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;padding-left:2rem;display:flex}.WhoWeWorkWith-module__vW-wUq__listItem{color:var(--cream)}.WhoWeWorkWith-module__vW-wUq__subHeading{color:var(--cream);border:1px solid var(--stroke);border-radius:10px;margin-top:5rem;padding:2rem}@media screen and (max-width:1268px){.WhoWeWorkWith-module__vW-wUq__content{gap:10rem}}@media screen and (max-width:1068px){.WhoWeWorkWith-module__vW-wUq__content{grid-template-columns:repeat(1,1fr);gap:5rem}.WhoWeWorkWith-module__vW-wUq__right{order:-1}.WhoWeWorkWith-module__vW-wUq__left{height:360px}}
.StarCluster-module__CyS4Ia__container{justify-content:flex-start;align-items:flex-start;gap:1rem;display:flex}.StarCluster-module__CyS4Ia__star{color:var(--accent);font-family:2rem}
.ServiceCityPricing-module__jYXpXW__container{background-color:var(--cream);padding:10rem 0}.ServiceCityPricing-module__jYXpXW__content{grid-gap:10rem;grid-template-columns:1fr 2fr;align-items:start;display:grid}.ServiceCityPricing-module__jYXpXW__left{flex-direction:column;gap:2rem;display:flex}.ServiceCityPricing-module__jYXpXW__heading{width:90%}.ServiceCityPricing-module__jYXpXW__copy{color:var(--paragraph)}.ServiceCityPricing-module__jYXpXW__trustItems{flex-direction:column;width:100%;margin-top:2rem;display:flex}.ServiceCityPricing-module__jYXpXW__trustItem{border-top:2px solid var(--stroke);flex-direction:column;gap:1rem;padding:2rem 0;display:flex}.ServiceCityPricing-module__jYXpXW__trustItem:last-child{padding-bottom:0}.ServiceCityPricing-module__jYXpXW__trustLabel{letter-spacing:normal;color:var(--accent);font-weight:700}.ServiceCityPricing-module__jYXpXW__trustDesc{color:var(--paragraph);font-size:1.4rem}.ServiceCityPricing-module__jYXpXW__right{flex-direction:column;gap:2rem;display:flex}.ServiceCityPricing-module__jYXpXW__ratesGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.ServiceCityPricing-module__jYXpXW__rateCard{background-color:var(--white);border:1px solid var(--stroke);border-radius:7px;flex-direction:column;gap:1rem;padding:2rem;transition:border-color .2s;display:flex}.ServiceCityPricing-module__jYXpXW__rateCard:hover{border-color:var(--accent)}.ServiceCityPricing-module__jYXpXW__rateCardTop{border-bottom:1px solid var(--stroke);flex-direction:column;gap:1rem;padding-bottom:2rem;display:flex}.ServiceCityPricing-module__jYXpXW__vehicleSeats{color:var(--paragraph);font-size:1.4rem}.ServiceCityPricing-module__jYXpXW__rateCardRates{flex-direction:column;gap:1rem;display:flex}.ServiceCityPricing-module__jYXpXW__rateRow{justify-content:space-between;align-items:center;display:flex}.ServiceCityPricing-module__jYXpXW__rateLabel{color:var(--paragraph);font-size:1.4rem}.ServiceCityPricing-module__jYXpXW__rateValue{letter-spacing:normal;color:var(--text-primary);font-size:2rem;font-weight:700}.ServiceCityPricing-module__jYXpXW__rateUnit{color:var(--paragraph);font-size:1.4rem;font-weight:500}.ServiceCityPricing-module__jYXpXW__disclaimer{color:var(--paragraph);font-size:1.4rem;font-style:italic}@media screen and (max-width:1268px){.ServiceCityPricing-module__jYXpXW__content{grid-gap:5rem;grid-template-columns:1fr}}@media screen and (max-width:568px){.ServiceCityPricing-module__jYXpXW__ratesGrid{grid-template-columns:repeat(1,1fr)}.ServiceCityPricing-module__jYXpXW__heading{width:100%}}
.SimplifyCTA-module__HxUMHW__container{background-image:linear-gradient(#040000,#210000);padding:10rem 0}.SimplifyCTA-module__HxUMHW__content{grid-gap:7rem;grid-template-columns:repeat(1,1fr);display:grid}.SimplifyCTA-module__HxUMHW__top{grid-gap:2rem;grid-template-columns:repeat(1,1fr);display:grid}.SimplifyCTA-module__HxUMHW__heading{color:var(--cream);letter-spacing:-3px;text-transform:uppercase;-webkit-font-smoothing:antialiased;font-size:15rem;font-weight:900;line-height:1}.SimplifyCTA-module__HxUMHW__bottom{grid-gap:15rem;grid-template-columns:repeat(2,1fr);display:grid}.SimplifyCTA-module__HxUMHW__bottomRight{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:3rem;display:flex}.SimplifyCTA-module__HxUMHW__copy1{color:var(--accent);letter-spacing:normal;max-width:600px;font-size:1.6rem;font-weight:700}.SimplifyCTA-module__HxUMHW__copy2{color:var(--cream)}@media screen and (max-width:1468px){.SimplifyCTA-module__HxUMHW__heading{font-size:12rem}}@media screen and (max-width:1268px){.SimplifyCTA-module__HxUMHW__heading{font-size:10rem}}@media screen and (max-width:1068px){.SimplifyCTA-module__HxUMHW__heading{letter-spacing:-2.2px;font-size:8rem}.SimplifyCTA-module__HxUMHW__bottom{grid-gap:10rem}}@media screen and (max-width:768px){.SimplifyCTA-module__HxUMHW__content,.SimplifyCTA-module__HxUMHW__bottom{grid-gap:3rem;grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:568px){.SimplifyCTA-module__HxUMHW__heading{letter-spacing:-1px;font-size:4.6rem}}
.Marquee-module__Ot49EW__slider{background-color:var(--marquee-bg,var(--cream));border-bottom:1px solid var(--stroke);cursor:pointer;width:100%;padding:2.75rem 0;overflow:hidden}.Marquee-module__Ot49EW__track{width:max-content;animation:Marquee-module__Ot49EW__scroll var(--marquee-duration,24s)linear infinite;will-change:transform;display:flex;transform:translate(0,0)}.Marquee-module__Ot49EW__group{flex:none;align-items:center;width:max-content;display:flex}.Marquee-module__Ot49EW__item{white-space:nowrap;flex:none;align-items:center;display:inline-flex}.Marquee-module__Ot49EW__word{font-family:var(--inter);letter-spacing:-7.5px;color:var(--marquee-color,var(--black));text-transform:uppercase;font-size:16rem;font-weight:700;line-height:1}.Marquee-module__Ot49EW__logo{color:var(--accent);flex:none;justify-content:center;align-items:center;margin:0 4rem 0 5rem;font-size:10rem;display:inline-flex}@keyframes Marquee-module__Ot49EW__scroll{0%{transform:translate(0,0)}to{transform:translate(-50%)}}.Marquee-module__Ot49EW__pauseOnHover:hover .Marquee-module__Ot49EW__track{animation-play-state:paused}@media screen and (max-width:768px){.Marquee-module__Ot49EW__word{font-size:12rem}.Marquee-module__Ot49EW__logo{margin:0 2rem;font-size:7rem}}@media screen and (max-width:568px){.Marquee-module__Ot49EW__word{letter-spacing:-3px;font-size:9rem}.Marquee-module__Ot49EW__logo{margin:0 1.5rem;font-size:5rem}}
.CharterClients-module__FpQJ6G__container{flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex}
.Areas-module__cir6Yq__container{background-color:var(--white);padding:10rem 0;position:relative}.Areas-module__cir6Yq__content{grid-gap:10rem;grid-template-columns:repeat(2,1fr);display:grid}.Areas-module__cir6Yq__left{top:var(--stickyTop);flex-direction:column;justify-content:flex-start;align-self:flex-start;align-items:flex-start;gap:2rem;display:flex;position:sticky}.Areas-module__cir6Yq__imgContainer,.Areas-module__cir6Yq__imgContainerii{width:100%;height:300px;margin-top:5rem;position:relative;overflow:hidden}.Areas-module__cir6Yq__imgContainerii{display:none}.Areas-module__cir6Yq__imageStack{width:100%;height:100%;position:relative}.Areas-module__cir6Yq__imgLayer{object-fit:cover;opacity:0;transition:opacity var(--fadeDur)ease;will-change:opacity;border-radius:10px;inset:0;position:absolute!important}.Areas-module__cir6Yq__visible{opacity:1}.Areas-module__cir6Yq__right{height:100%;display:grid}.Areas-module__cir6Yq__mapDataBox{grid-gap:var(--cardGap);grid-template-columns:1fr;display:grid}.Areas-module__cir6Yq__card{top:var(--stickyTop);background-color:var(--cream);min-height:var(--cardMinH);margin-bottom:var(--cardStep);transform-origin:top;transition:opacity var(--fadeDur)ease,transform var(--fadeDur)ease,box-shadow var(--fadeDur)ease;border-radius:15px;grid-template-columns:1fr;display:grid;position:sticky}.Areas-module__cir6Yq__blackDot{background-color:var(--accent);border-radius:50%;width:10px;height:10px;margin-left:auto;display:block;position:absolute;top:20px;right:20px}.Areas-module__cir6Yq__cardLeft{border-bottom:2px solid var(--stroke);padding:2rem}.Areas-module__cir6Yq__id{font-size:2.4rem;line-height:1.1;font-family:var(--inter);color:var(--accent);font-weight:700}.Areas-module__cir6Yq__feature{font-family:var(--inter);letter-spacing:-1px;font-weight:700}.Areas-module__cir6Yq__desc{color:var(--paragraph)}.Areas-module__cir6Yq__cardRight{flex-direction:column;gap:5rem;padding:2rem;display:flex}.Areas-module__cir6Yq__isInactive{box-shadow:none}@media screen and (max-width:1068px){.Areas-module__cir6Yq__content{grid-template-columns:1fr;gap:3rem}.Areas-module__cir6Yq__left{position:static}.Areas-module__cir6Yq__imgContainer{display:none}.Areas-module__cir6Yq__card{grid-template-columns:1fr 1fr}.Areas-module__cir6Yq__cardLeft{border-bottom:none;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:3rem;display:flex}.Areas-module__cir6Yq__imgContainerii{height:100%;margin-top:0;display:block}.Areas-module__cir6Yq__imgSingle{object-fit:cover;border-radius:10px}}@media screen and (max-width:568px){.Areas-module__cir6Yq__card{min-height:auto}.Areas-module__cir6Yq__cardRight{justify-content:center;align-items:center}.Areas-module__cir6Yq__imgContainerii{height:100px}.Areas-module__cir6Yq__heading{width:100%;font-size:2.7rem}.Areas-module__cir6Yq__card{grid-template-columns:1fr;gap:0}.Areas-module__cir6Yq__cardLeft{border-right:none;gap:0}.Areas-module__cir6Yq__id{margin-bottom:1rem;display:block}.Areas-module__cir6Yq__feature,.Areas-module__cir6Yq__desc{text-align:center;width:100%}}@media (prefers-reduced-motion:reduce){.Areas-module__cir6Yq__imgLayer,.Areas-module__cir6Yq__card{transition:none!important}}
.CharterPageIntro-module__HjYApq__container{padding:10rem 0}.CharterPageIntro-module__HjYApq__content{gap:2rem;display:grid}.CharterPageIntro-module__HjYApq__top{gap:2rem;max-width:820px;display:grid}.CharterPageIntro-module__HjYApq__heading{letter-spacing:-2.2px}.CharterPageIntro-module__HjYApq__copy{color:var(--paragraph);line-height:1.6}.CharterPageIntro-module__HjYApq__btnContainer{margin-top:.5rem;display:flex}.CharterPageIntro-module__HjYApq__statsRow{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.CharterPageIntro-module__HjYApq__statCard{border:1px solid var(--stroke);background:var(--white);border-radius:8px;flex-direction:column;gap:1rem;padding:2rem 1.5rem;display:flex}.CharterPageIntro-module__HjYApq__statValue{letter-spacing:-1.5px;font-size:3.2rem;font-weight:700;line-height:1}.CharterPageIntro-module__HjYApq__statLabel{color:var(--paragraph);letter-spacing:-.3px;font-size:1.4rem;font-weight:500}.CharterPageIntro-module__HjYApq__bottom{width:100%;height:540px;position:relative}.CharterPageIntro-module__HjYApq__media{z-index:1;border-radius:10px;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.CharterPageIntro-module__HjYApq__video{object-fit:cover;object-position:top;width:100%;height:100%;display:block}.CharterPageIntro-module__HjYApq__imgOverlay{z-index:2;background-color:#0000004d;position:absolute;inset:0}@media screen and (max-width:768px){.CharterPageIntro-module__HjYApq__container{padding:6rem 0 3rem}.CharterPageIntro-module__HjYApq__statsRow{grid-template-columns:repeat(2,1fr)}.CharterPageIntro-module__HjYApq__bottom{height:360px}}@media screen and (max-width:568px){.CharterPageIntro-module__HjYApq__container{padding:4rem 0 2rem}.CharterPageIntro-module__HjYApq__statsRow{grid-template-columns:1fr 1fr;gap:1rem}.CharterPageIntro-module__HjYApq__statCard{padding:1.5rem 1rem}.CharterPageIntro-module__HjYApq__statValue{font-size:2.6rem}}
.FinalCTA-module__rB59kG__parent{background-color:var(--cream);padding-top:10rem}.FinalCTA-module__rB59kG__container{grid-template-columns:repeat(2,1fr);display:grid}.FinalCTA-module__rB59kG__content{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:30rem;display:flex}.FinalCTA-module__rB59kG__left{background-color:var(--accent)}.FinalCTA-module__rB59kG__top,.FinalCTA-module__rB59kG__bottom{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;display:flex}.FinalCTA-module__rB59kG__logo{color:var(--cream);font-size:15rem}.FinalCTA-module__rB59kG__imgContainer{width:100%;height:100%;position:relative}.FinalCTA-module__rB59kG__img{object-fit:cover;object-position:top}@media screen and (max-width:1068px){.FinalCTA-module__rB59kG__container{grid-template-columns:1fr}.FinalCTA-module__rB59kG__content{gap:5rem}.FinalCTA-module__rB59kG__imgContainer{object-position:top;height:350px}}@media screen and (max-width:568px){.FinalCTA-module__rB59kG__imgContainer{height:250px}}
.MissionValues-module__CPvB1W__container{background-color:var(--cream);padding:10rem 0}.MissionValues-module__CPvB1W__top{grid-gap:5rem;grid-template-columns:repeat(3,1fr);display:grid}.MissionValues-module__CPvB1W__left{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2rem;display:flex}.MissionValues-module__CPvB1W__mainCopy{color:var(--paragraph)}.MissionValues-module__CPvB1W__mapDataContainer{width:100%;margin-top:2rem}.MissionValues-module__CPvB1W__card{border-top:2px solid var(--stroke);justify-content:flex-start;align-items:flex-start;gap:2rem;width:100%;padding:2rem 0;display:flex}.MissionValues-module__CPvB1W__card:last-child{padding-bottom:0}.MissionValues-module__CPvB1W__desc{color:var(--paragraph)}.MissionValues-module__CPvB1W__icon{color:var(--accent);font-size:3.5rem}.MissionValues-module__CPvB1W__right{border-radius:10px;grid-column:span 2;justify-content:flex-end;align-items:flex-end;min-height:100%;padding:4rem;display:flex;position:relative;overflow:hidden}.MissionValues-module__CPvB1W__media{z-index:1;position:absolute;inset:0}.MissionValues-module__CPvB1W__video{object-fit:cover;width:100%;height:100%;display:block}.MissionValues-module__CPvB1W__imgOverlay{background-color:#0003;position:absolute;inset:0}.MissionValues-module__CPvB1W__statBox{z-index:2;background-color:var(--accent);border-radius:12px;flex-direction:column;align-items:flex-start;gap:5rem;width:min(400px,100%);padding:2.5rem;display:flex;position:relative}.MissionValues-module__CPvB1W__statNumber{color:var(--black);letter-spacing:-3px;font-size:6rem;font-weight:900;line-height:1}.MissionValues-module__CPvB1W__subheading{color:var(--black)}.MissionValues-module__CPvB1W__copy{color:var(--black);opacity:.5;font-weight:700;line-height:1.4}@media screen and (max-width:1268px){.MissionValues-module__CPvB1W__top{grid-gap:2rem;grid-template-columns:repeat(1,1fr)}.MissionValues-module__CPvB1W__card:last-child{padding-bottom:2rem}}@media screen and (max-width:768px){.MissionValues-module__CPvB1W__bottom{grid-template-columns:repeat(2,1fr)}.MissionValues-module__CPvB1W__card:last-child{border-right:none;grid-column:span 2}}
.DriverEditProfileForm-module__ey0YUq__form{border-radius:10px;flex-direction:column;gap:2rem;transition:border-color .3s,background .3s;display:flex}.DriverEditProfileForm-module__ey0YUq__lockedWrapper{flex-direction:column;gap:2rem;display:flex}.DriverEditProfileForm-module__ey0YUq__fields{gap:1.5rem;display:grid}.DriverEditProfileForm-module__ey0YUq__field{gap:.8rem;display:grid}.DriverEditProfileForm-module__ey0YUq__label{text-transform:uppercase;letter-spacing:.06em;opacity:.5;font-size:1.2rem;font-weight:700}.DriverEditProfileForm-module__ey0YUq__input{width:100%;font-size:1.5rem;font-weight:500}.DriverEditProfileForm-module__ey0YUq__input:disabled{opacity:.6;cursor:not-allowed;background:#00000004}.DriverEditProfileForm-module__ey0YUq__sectionEditing{background:var(--lighterBlue);border:2px solid var(--lightBlue);padding:1.5rem}.DriverEditProfileForm-module__ey0YUq__sectionSaved{background:#16a34a04;border:2px solid #22c55e;padding:1.5rem}.DriverEditProfileForm-module__ey0YUq__sectionActionsRow{border-top:1px solid var(--stroke);flex-wrap:wrap;align-items:center;gap:1rem;padding-top:1rem;display:flex}@media screen and (max-width:568px){.DriverEditProfileForm-module__ey0YUq__sectionActionsRow{flex-direction:column;align-items:stretch}}
.LocationCityIntro-module__8YrRja__container{background-color:var(--cream);padding:10rem 0 0}.LocationCityIntro-module__8YrRja__content{width:100%}.LocationCityIntro-module__8YrRja__top{grid-gap:10rem;z-index:2;grid-template-columns:2fr 1fr;display:grid;position:relative}.LocationCityIntro-module__8YrRja__left{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2rem;display:flex}.LocationCityIntro-module__8YrRja__right{z-index:2;position:relative}.LocationCityIntro-module__8YrRja__statBox{background-color:var(--accent);max-width:360px;color:var(--black);z-index:4;border-radius:10px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:3rem;padding:2rem;display:flex;position:relative}.LocationCityIntro-module__8YrRja__stat{color:var(--cream);line-height:1.2em}.LocationCityIntro-module__8YrRja__statiii{justify-content:flex-start;align-items:flex-start;gap:2rem;width:100%;display:flex}.LocationCityIntro-module__8YrRja__imgSmall{object-fit:cover;border:1px solid var(--cream);border-radius:50%;padding:.5rem}.LocationCityIntro-module__8YrRja__statiiiText{color:var(--cream);font-size:1.4rem}.LocationCityIntro-module__8YrRja__bottom{z-index:1;margin-top:-12rem;position:relative}.LocationCityIntro-module__8YrRja__imgContainer{z-index:1;width:100%;height:550px;position:relative}.LocationCityIntro-module__8YrRja__img{object-fit:cover}.LocationCityIntro-module__8YrRja__right .LocationCityIntro-module__8YrRja__imgContainer{display:none}@media screen and (max-width:1268px){.LocationCityIntro-module__8YrRja__top{grid-gap:5rem;grid-template-columns:1fr}.LocationCityIntro-module__8YrRja__heading{width:80%}.LocationCityIntro-module__8YrRja__right{grid-gap:2rem;grid-template-columns:2fr 4fr;display:grid}.LocationCityIntro-module__8YrRja__imgContainer{height:100%}.LocationCityIntro-module__8YrRja__right .LocationCityIntro-module__8YrRja__imgContainer{z-index:1;display:block;position:relative}.LocationCityIntro-module__8YrRja__bottom .LocationCityIntro-module__8YrRja__imgContainer{display:none}.LocationCityIntro-module__8YrRja__statBox{min-width:100%;margin-left:auto;margin-right:auto;top:0}.LocationCityIntro-module__8YrRja__bottom{margin-top:0}}@media screen and (max-width:768px){.LocationCityIntro-module__8YrRja__container{padding-top:10rem}.LocationCityIntro-module__8YrRja__right{grid-template-columns:repeat(2,1fr)}.LocationCityIntro-module__8YrRja__left{text-align:center;align-items:center}.LocationCityIntro-module__8YrRja__heading{text-align:center;width:100%}}@media screen and (max-width:568px){.LocationCityIntro-module__8YrRja__right{grid-template-columns:repeat(1,1fr);width:100%}.LocationCityIntro-module__8YrRja__imgContainer{height:300px}.LocationCityIntro-module__8YrRja__br{display:none}}
.ServiceCityCTA-module__0zyuoW__container{background-image:linear-gradient(#040000,#210000);padding:10rem 0}.ServiceCityCTA-module__0zyuoW__content{grid-gap:7rem;grid-template-columns:repeat(1,1fr);display:grid}.ServiceCityCTA-module__0zyuoW__top{grid-gap:2rem;grid-template-columns:repeat(1,1fr);display:grid}.ServiceCityCTA-module__0zyuoW__heading{color:var(--cream);letter-spacing:-3px;text-transform:uppercase;-webkit-font-smoothing:antialiased;font-size:15rem;font-weight:900;line-height:1}.ServiceCityCTA-module__0zyuoW__bottom{grid-gap:15rem;grid-template-columns:repeat(2,1fr);display:grid}.ServiceCityCTA-module__0zyuoW__bottomRight{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:3rem;display:flex}.ServiceCityCTA-module__0zyuoW__copy1{color:var(--accent);letter-spacing:normal;max-width:600px;font-size:1.6rem;font-weight:700}.ServiceCityCTA-module__0zyuoW__copy2{color:var(--cream)}.ServiceCityCTA-module__0zyuoW__btnContainer{display:flex}@media screen and (max-width:1468px){.ServiceCityCTA-module__0zyuoW__heading{font-size:12rem}}@media screen and (max-width:1268px){.ServiceCityCTA-module__0zyuoW__heading{font-size:10rem}}@media screen and (max-width:1068px){.ServiceCityCTA-module__0zyuoW__heading{letter-spacing:-2px;font-size:8rem}.ServiceCityCTA-module__0zyuoW__bottom{grid-gap:5rem}}@media screen and (max-width:768px){.ServiceCityCTA-module__0zyuoW__content,.ServiceCityCTA-module__0zyuoW__bottom{grid-gap:4rem;grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:568px){.ServiceCityCTA-module__0zyuoW__heading{letter-spacing:-1px;font-size:4.6rem}}
.TripGroupCard-module__0oeRWa__card{border:1px solid var(--stroke);background:linear-gradient(135deg,#3b82f614 0%,#2563eb1f 100%);border:2px solid #3b82f64d;border-radius:12px;overflow:hidden}.TripGroupCard-module__0oeRWa__header{background-color:var(--cream);border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;gap:1rem;padding:14px 18px;display:flex}.TripGroupCard-module__0oeRWa__headerLeft{align-items:center;gap:1rem;display:flex}.TripGroupCard-module__0oeRWa__icon{font-size:18px}.TripGroupCard-module__0oeRWa__title{letter-spacing:normal;color:var(--black);font-size:1.4rem;font-weight:700}.TripGroupCard-module__0oeRWa__label{color:var(--paragraph);font-size:1.4rem;font-style:italic}.TripGroupCard-module__0oeRWa__legs{gap:0;display:grid}.TripGroupCard-module__0oeRWa__leg{border-bottom:1px solid var(--stroke);align-items:flex-start;gap:1rem;padding:14px 18px;transition:background .15s;display:flex}.TripGroupCard-module__0oeRWa__leg:last-child{border-bottom:none}.TripGroupCard-module__0oeRWa__leg:hover{background:#00000004}.TripGroupCard-module__0oeRWa__legCurrent{border-left:3px solid var(--black);background:#0000000a}.TripGroupCard-module__0oeRWa__legNumber{background:var(--black);color:#fff;letter-spacing:normal;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:1rem;font-size:1.4rem;font-weight:700;display:flex}.TripGroupCard-module__0oeRWa__legContent{flex:1;gap:1rem;min-width:0;display:grid}.TripGroupCard-module__0oeRWa__legTop{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.TripGroupCard-module__0oeRWa__legService{color:var(--black);font-size:1.4rem;font-weight:600}.TripGroupCard-module__0oeRWa__legDate{color:var(--paragraph);white-space:nowrap;font-size:1.4rem}.TripGroupCard-module__0oeRWa__legRoute{color:var(--paragraph);text-overflow:ellipsis;white-space:nowrap;font-size:1.4rem;line-height:1.4;overflow:hidden}.TripGroupCard-module__0oeRWa__legMeta{flex-wrap:wrap;align-items:center;gap:10px;margin-top:1rem;display:flex}.TripGroupCard-module__0oeRWa__priceApproved{color:#065f46;font-size:1.4rem;font-weight:600}.TripGroupCard-module__0oeRWa__pricePending{color:#92400e;font-size:1.4rem;font-weight:600}.TripGroupCard-module__0oeRWa__driver{color:var(--paragraph);font-size:1.4rem}.TripGroupCard-module__0oeRWa__legAction{flex-shrink:0;align-items:center;display:flex}.TripGroupCard-module__0oeRWa__currentBadge{color:var(--paragraph);background:#0000000f;border-radius:4px;padding:3px 10px;font-size:1.4rem;font-weight:600}.TripGroupCard-module__0oeRWa__viewLink{color:var(--black);border-radius:4px;padding:3px 10px;font-size:1.4rem;font-weight:600;text-decoration:none;transition:background .15s}.TripGroupCard-module__0oeRWa__viewLink:hover{background:#0000000f}.TripGroupCard-module__0oeRWa__footer{background:#00000008;border-top:1px solid #00000014;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.TripGroupCard-module__0oeRWa__footerLeft{align-items:baseline;gap:8px;display:flex}.TripGroupCard-module__0oeRWa__footerLabel{color:var(--paragraph);font-size:1.4rem;font-weight:600}.TripGroupCard-module__0oeRWa__footerAmount{letter-spacing:normal;color:var(--black);font-size:1.6rem;font-weight:700}.TripGroupCard-module__0oeRWa__footerRight{align-items:center;display:flex}.TripGroupCard-module__0oeRWa__pill{border:1px solid var(--strokeii)}@media (max-width:640px){.TripGroupCard-module__0oeRWa__leg{padding:12px 14px}.TripGroupCard-module__0oeRWa__legTop{flex-direction:column;gap:2px}.TripGroupCard-module__0oeRWa__footer{flex-direction:column;align-items:flex-start;gap:8px}.TripGroupCard-module__0oeRWa__legRoute{white-space:normal}}
.CharterPricing-module___BItSG__container{background-color:var(--cream);padding:10rem 0}.CharterPricing-module___BItSG__content{grid-gap:10rem;grid-template-columns:1fr 2fr;align-items:start;display:grid}.CharterPricing-module___BItSG__left{flex-direction:column;gap:2rem;display:flex}.CharterPricing-module___BItSG__heading{width:90%}.CharterPricing-module___BItSG__copy1{background:var(--lighterBlue);border:2px solid var(--lightBlue);border-radius:10px;padding:2rem;font-weight:600}.CharterPricing-module___BItSG__copy{color:var(--paragraph)}.CharterPricing-module___BItSG__trustItems{flex-direction:column;width:100%;margin-top:2rem;display:flex}.CharterPricing-module___BItSG__trustItem{border-top:2px solid var(--stroke);flex-direction:column;gap:1rem;padding:2rem 0;display:flex}.CharterPricing-module___BItSG__trustItem:last-child{padding-bottom:0}.CharterPricing-module___BItSG__trustLabel{letter-spacing:normal;color:var(--accent);font-weight:700}.CharterPricing-module___BItSG__trustDesc{color:var(--paragraph);font-size:1.4rem}.CharterPricing-module___BItSG__right{flex-direction:column;gap:2rem;display:flex}.CharterPricing-module___BItSG__ratesGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.CharterPricing-module___BItSG__rateCard{background-color:var(--white);border:1px solid var(--stroke);border-radius:7px;flex-direction:column;gap:1rem;padding:2rem;transition:border-color .2s;display:flex}.CharterPricing-module___BItSG__rateCard:hover{border-color:var(--accent)}.CharterPricing-module___BItSG__rateCardTop{border-bottom:1px solid var(--stroke);flex-direction:column;gap:1rem;padding-bottom:2rem;display:flex}.CharterPricing-module___BItSG__vehicleSeats{color:var(--paragraph);font-size:1.4rem}.CharterPricing-module___BItSG__rateCardRates{flex-direction:column;gap:1rem;display:flex}.CharterPricing-module___BItSG__rateRow{justify-content:space-between;align-items:center;display:flex}.CharterPricing-module___BItSG__rateLabel{color:var(--paragraph);font-size:1.4rem}.CharterPricing-module___BItSG__rateValue{letter-spacing:normal;color:var(--text-primary);font-size:2rem;font-weight:700}.CharterPricing-module___BItSG__rateUnit{color:var(--paragraph);font-size:1.4rem;font-weight:500}.CharterPricing-module___BItSG__disclaimer{color:var(--paragraph);font-size:1.4rem;font-style:italic}@media screen and (max-width:1268px){.CharterPricing-module___BItSG__content{grid-gap:5rem;grid-template-columns:1fr}}@media screen and (max-width:568px){.CharterPricing-module___BItSG__ratesGrid{grid-template-columns:repeat(1,1fr)}.CharterPricing-module___BItSG__heading{width:100%}}
.LoadingPulse-module__vWzq6q__container{justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.LoadingPulse-module__vWzq6q__thunderIcon{width:150px;height:150px;color:var(--black);animation:1.5s ease-in-out infinite LoadingPulse-module__vWzq6q__pulse}.LoadingPulse-module__vWzq6q__headingContainer{justify-content:center;align-items:center;gap:1rem;display:flex}.LoadingPulse-module__vWzq6q__heading{text-align:center}.LoadingPulse-module__vWzq6q__thunder{width:100px;height:100px;color:var(--black)}@keyframes LoadingPulse-module__vWzq6q__pulse{0%{opacity:.7;transform:scale(.95)}50%{opacity:1;transform:scale(1.05)}to{opacity:.7;transform:scale(.95)}}@media screen and (max-width:768px){.LoadingPulse-module__vWzq6q__headingContainer{flex-direction:column}}@media screen and (max-width:568px){.LoadingPulse-module__vWzq6q__thunder{width:75px;height:75px}}
.PushNotificationToggle-module__uBC73a__wrapper{flex-direction:column;gap:24px;display:flex}.PushNotificationToggle-module__uBC73a__subscribeRow{grid-gap:2rem;border:1px solid var(--stroke);border-radius:10px;grid-template-columns:repeat(1,1fr);padding:2rem;display:grid}.PushNotificationToggle-module__uBC73a__checkboxWrap{cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0;align-items:center;gap:1rem;display:flex}.PushNotificationToggle-module__uBC73a__checkboxDisabled{opacity:.5;cursor:not-allowed}.PushNotificationToggle-module__uBC73a__checkboxInput{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.PushNotificationToggle-module__uBC73a__checkboxCustom{border:2px solid var(--stroke);background-color:var(--white);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:background-color .2s,border-color .2s;display:flex}.PushNotificationToggle-module__uBC73a__checkboxInput:checked+.PushNotificationToggle-module__uBC73a__checkboxCustom{background-color:var(--black);border-color:var(--black)}.PushNotificationToggle-module__uBC73a__checkmark{opacity:0;width:12px;height:10px;transition:opacity .15s}.PushNotificationToggle-module__uBC73a__checkboxInput:checked+.PushNotificationToggle-module__uBC73a__checkboxCustom .PushNotificationToggle-module__uBC73a__checkmark{opacity:1}.PushNotificationToggle-module__uBC73a__checkboxLabel{color:var(--paragraph);white-space:nowrap;font-size:14px}.PushNotificationToggle-module__uBC73a__prefsCard{border:1px solid var(--stroke);border-radius:10px;flex-direction:column;gap:1.4rem;padding:20px;display:flex}.PushNotificationToggle-module__uBC73a__masterRow{justify-content:space-between;align-items:center;gap:2rem;display:flex}@media (max-width:600px){.PushNotificationToggle-module__uBC73a__masterRow{flex-direction:column;align-items:flex-start}}.PushNotificationToggle-module__uBC73a__divider{background-color:var(--stroke);height:1px}.PushNotificationToggle-module__uBC73a__prefList{flex-direction:column;gap:0;display:flex}.PushNotificationToggle-module__uBC73a__prefRow{border-bottom:1px solid var(--stroke);justify-content:space-between;align-items:center;gap:2rem;padding:14px 0;transition:opacity .2s;display:flex}.PushNotificationToggle-module__uBC73a__prefRow:last-child{border-bottom:none;padding-bottom:0}.PushNotificationToggle-module__uBC73a__prefRow:first-child{padding-top:0}.PushNotificationToggle-module__uBC73a__prefRowDisabled{opacity:.4;pointer-events:none}.PushNotificationToggle-module__uBC73a__prefLabel{color:var(--paragraph);font-size:14px}.PushNotificationToggle-module__uBC73a__toggleWrap{flex-shrink:0;align-items:center;gap:1.2rem;display:flex}.PushNotificationToggle-module__uBC73a__toggle{cursor:pointer;border:none;border-radius:999px;flex-shrink:0;width:52px;height:28px;padding:0;transition:background-color .25s;position:relative}.PushNotificationToggle-module__uBC73a__toggle:disabled{opacity:.5;cursor:not-allowed}.PushNotificationToggle-module__uBC73a__toggleOn{background-color:#16a34a}.PushNotificationToggle-module__uBC73a__toggleOff{background-color:#d1d5db}.PushNotificationToggle-module__uBC73a__toggleThumb{background-color:#fff;border-radius:50%;width:22px;height:22px;transition:transform .25s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #0003}.PushNotificationToggle-module__uBC73a__toggleOn .PushNotificationToggle-module__uBC73a__toggleThumb{transform:translate(24px)}.PushNotificationToggle-module__uBC73a__toggleOff .PushNotificationToggle-module__uBC73a__toggleThumb{transform:translate(0)}.PushNotificationToggle-module__uBC73a__toggleLabel{color:var(--paragraph);white-space:nowrap;font-size:14px}.PushNotificationToggle-module__uBC73a__unsupported,.PushNotificationToggle-module__uBC73a__denied{background-color:var(--cream);border:1px solid var(--stroke);border-radius:12px;flex-direction:column;gap:6px;padding:16px 20px;display:flex}
.Stats-module__lzNtXq__bottom{border-top:1px solid var(--stroke);width:100%;padding-top:2rem}.Stats-module__lzNtXq__mapDataContainer{grid-gap:2rem;grid-template-columns:repeat(4,1fr);display:grid}.Stats-module__lzNtXq__card{border-right:1px solid var(--gray);padding-left:1rem}.Stats-module__lzNtXq__card:last-child{border-right:none}.Stats-module__lzNtXq__number{width:fit-content;margin-bottom:1.2rem;font-weight:700;position:relative}.Stats-module__lzNtXq__count,.Stats-module__lzNtXq__suffix{color:var(--accent);letter-spacing:-3px;font-size:6rem;font-weight:900;line-height:1em}.Stats-module__lzNtXq__detail{color:var(--paragraph)}@media screen and (max-width:1068px){.Stats-module__lzNtXq__heading{width:90%}.Stats-module__lzNtXq__mapDataContainer{grid-template-columns:repeat(2,1fr)}.Stats-module__lzNtXq__card{background-color:var(--cream);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.Stats-module__lzNtXq__card:nth-child(2n){border-right:none}}@media screen and (max-width:568px){.Stats-module__lzNtXq__mapDataContainer{grid-row-gap:2rem;grid-template-columns:repeat(1,1fr)}.Stats-module__lzNtXq__card{background-color:var(--cream);border-radius:10px;padding:2rem}.Stats-module__lzNtXq__bottom{margin-top:5rem}}
.Story-module__K51t3q__container{background-color:var(--cream);padding:10rem 0}.Story-module__K51t3q__top{grid-gap:10rem;grid-template-columns:repeat(3,1fr);display:grid}.Story-module__K51t3q__left,.Story-module__K51t3q__leftii{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2rem;display:flex}.Story-module__K51t3q__leftii{display:none}.Story-module__K51t3q__headingMain{background:var(--lighterBlue);border:1px solid var(--blue);border-radius:10px;padding:2rem}.Story-module__K51t3q__right{flex-direction:column;grid-column:span 2;justify-content:flex-start;align-items:flex-start;gap:5rem;display:flex}.Story-module__K51t3q__heading{width:90%}.Story-module__K51t3q__copy{max-width:700px;font-size:1.6rem}.Story-module__K51t3q__bottom{grid-gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:3rem;display:grid}.Story-module__K51t3q__card{border-right:1px solid var(--stroke);flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1rem;padding-right:2rem;display:flex}.Story-module__K51t3q__idTitleBox{justify-content:flex-start;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.Story-module__K51t3q__idBox{background-color:var(--accent);border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.Story-module__K51t3q__id{color:var(--cream);font-size:1.6rem}.Story-module__K51t3q__desc{color:var(--paragraph);text-overflow:ellipsis;font-size:1.4rem}.Story-module__K51t3q__imgContainer{width:100%;height:300px;margin-top:2rem;position:relative}.Story-module__K51t3q__img{object-fit:cover;border-radius:10px}.Story-module__K51t3q__card:nth-child(3) .Story-module__K51t3q__img{object-position:top}@media screen and (max-width:1268px){.Story-module__K51t3q__top{grid-gap:2rem;grid-template-columns:repeat(1,1fr)}.Story-module__K51t3q__left{display:none}.Story-module__K51t3q__leftii{display:flex}.Story-module__K51t3q__right{order:-1}.Story-module__K51t3q__heading{width:100%}}@media screen and (max-width:768px){.Story-module__K51t3q__bottom{grid-template-columns:repeat(2,1fr)}.Story-module__K51t3q__card:last-child{border-right:none;grid-column:span 2}.Story-module__K51t3q__card:nth-child(3) .Story-module__K51t3q__imgContainer{height:550px}}@media screen and (max-width:568px){.Story-module__K51t3q__bottom{grid-template-columns:repeat(1,1fr)}.Story-module__K51t3q__card:last-child{grid-column:span 1}.Story-module__K51t3q__imgContainer{height:215px}}
.MoreInsights-module___ksB8q__container{background-color:var(--tan)}.MoreInsights-module___ksB8q__top{border-top:1px solid var(--gray);padding-top:2rem}.MoreInsights-module___ksB8q__bottom{grid-gap:4rem;grid-template-columns:repeat(3,1fr);margin-top:5rem;display:grid}.MoreInsights-module___ksB8q__btnContainer{justify-content:center;align-items:center;margin-top:5rem;display:flex}@media screen and (max-width:768px){.MoreInsights-module___ksB8q__bottom{grid-template-columns:1fr 1fr}.MoreInsights-module___ksB8q__btnContainer{grid-template-columns:repeat(1,1fr);width:100%;display:grid}.MoreInsights-module___ksB8q__bottom{grid-gap:2rem;grid-template-columns:1fr}}
.DashboardSideNav-module__qq3wWq__container{background-color:var(--cream);border-radius:10px;flex-direction:column;display:flex}.DashboardSideNav-module__qq3wWq__nav{flex-direction:column;flex:1;justify-content:space-between;align-items:flex-start;gap:3rem;height:100%;display:flex}.DashboardSideNav-module__qq3wWq__hamburgerContainer{display:none}.DashboardSideNav-module__qq3wWq__navLinks{flex-direction:column;gap:1rem;width:100%;padding:1rem;list-style:none;transition:max-height .3s,opacity .3s;display:flex;position:relative}.DashboardSideNav-module__qq3wWq__linksWrapper{flex-direction:column;gap:1rem;display:flex}.DashboardSideNav-module__qq3wWq__closeWrapper{display:none;position:absolute;top:1rem;right:1rem}.DashboardSideNav-module__qq3wWq__navLink,.DashboardSideNav-module__qq3wWq__signOutBtn,.DashboardSideNav-module__qq3wWq__homeBtn{color:var(--black);background-color:var(--stroke);white-space:nowrap;border-radius:5px;justify-content:flex-start;align-items:center;gap:2rem;width:100%;padding:1rem 2rem;font-size:1.6rem;font-weight:600;text-decoration:none;transition:all .2s ease-in;display:flex}.DashboardSideNav-module__qq3wWq__title{color:inherit}.DashboardSideNav-module__qq3wWq__navLink.DashboardSideNav-module__qq3wWq__navLinkActive{background-color:var(--accent);color:var(--white)}.DashboardSideNav-module__qq3wWq__signOutBtn,.DashboardSideNav-module__qq3wWq__homeBtn{cursor:pointer;background-color:var(--black);color:var(--cream);justify-content:space-between;align-items:center;line-height:1;display:flex}.DashboardSideNav-module__qq3wWq__homeBtn{background-color:var(--paragraph)}.DashboardSideNav-module__qq3wWq__compactMenuBtn{display:none}.DashboardSideNav-module__qq3wWq__moreBtn{background-color:var(--stroke);cursor:pointer;border:none;border-radius:5px;justify-content:center;align-items:center;gap:5px;width:100%;padding:1rem;transition:background-color .2s ease-in;display:flex}.DashboardSideNav-module__qq3wWq__moreBtnDot{background-color:var(--black);border-radius:50%;width:6px;height:6px;display:block}.DashboardSideNav-module__qq3wWq__modalContent{flex-direction:column;gap:2rem;display:flex}.DashboardSideNav-module__qq3wWq__modalTitle{margin:0}.DashboardSideNav-module__qq3wWq__modalNav{flex-direction:column;gap:1rem;display:flex}.DashboardSideNav-module__qq3wWq__modalNavLink{background-color:var(--lightGray);border:1px solid var(--strokeii);color:var(--black);border-radius:5px;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem 2rem;font-size:1.6rem;font-weight:600;text-decoration:none;transition:background-color .2s ease-in;display:flex}.DashboardSideNav-module__qq3wWq__modalArrow{flex-shrink:0;transform:rotate(90deg)}.DashboardSideNav-module__qq3wWq__modalActions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.DashboardSideNav-module__qq3wWq__btnContainer{grid-template-columns:repeat(1,1fr);gap:1rem;width:100%;display:grid}.DashboardSideNav-module__qq3wWq__navLink,.DashboardSideNav-module__qq3wWq__signOutBtn,.DashboardSideNav-module__qq3wWq__dshbrdBtn,.DashboardSideNav-module__qq3wWq__drvrDshbrdBtn{color:var(--black);background-color:var(--stroke);white-space:nowrap;border-radius:5px;justify-content:flex-start;align-items:center;gap:2rem;width:100%;padding:1rem 2rem;font-size:1.6rem;font-weight:600;text-decoration:none;transition:all .2s ease-in;display:flex}.DashboardSideNav-module__qq3wWq__signOutBtn,.DashboardSideNav-module__qq3wWq__dshbrdBtn,.DashboardSideNav-module__qq3wWq__drvrDshbrdBtn{cursor:pointer;background-color:var(--black);color:var(--cream);justify-content:space-between;align-items:center;line-height:1;display:flex}.DashboardSideNav-module__qq3wWq__dshbrdBtn{background-color:var(--lightGray);border:1px solid var(--strokeii);color:var(--black)}.DashboardSideNav-module__qq3wWq__drvrDshbrdBtn{background-color:var(--black400);border:1px solid var(--black400)}.DashboardSideNav-module__qq3wWq__arrow{transform:rotate(90deg)}.DashboardSideNav-module__qq3wWq__signOutLogo{color:var(--cream)}.DashboardSideNav-module__qq3wWq__actionBtns{flex-direction:column;gap:1rem;width:100%;display:flex}@media (hover:hover){.DashboardSideNav-module__qq3wWq__navLink:hover{background-color:var(--accent);color:var(--white)}.DashboardSideNav-module__qq3wWq__signOutBtn:hover{background-color:var(--black400)}.DashboardSideNav-module__qq3wWq__homeBtn:hover{background-color:var(--black300)}.DashboardSideNav-module__qq3wWq__moreBtn:hover{background-color:var(--accent)}.DashboardSideNav-module__qq3wWq__moreBtn:hover .DashboardSideNav-module__qq3wWq__moreBtnDot{background-color:var(--white)}.DashboardSideNav-module__qq3wWq__modalNavLink:hover{background-color:var(--black300)}}@media screen and (max-width:968px){.DashboardSideNav-module__qq3wWq__linksWrapper{grid-template-columns:repeat(1,1fr);display:grid}.DashboardSideNav-module__qq3wWq__navLink{text-overflow:ellipsis;word-break:break-all;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:1rem}.DashboardSideNav-module__qq3wWq__title{display:none}.DashboardSideNav-module__qq3wWq__actionBtns{grid-column:span 3;display:none}.DashboardSideNav-module__qq3wWq__compactMenuBtn{display:block}}@media screen and (max-width:568px){.DashboardSideNav-module__qq3wWq__linksWrapper{flex-flow:wrap;align-items:stretch;width:100%;display:flex;overflow:hidden}.DashboardSideNav-module__qq3wWq__linksWrapper>li{flex:1;display:flex}.DashboardSideNav-module__qq3wWq__navLink{flex:1;width:100%}.DashboardSideNav-module__qq3wWq__compactMenuBtn{flex:1;display:flex}.DashboardSideNav-module__qq3wWq__moreBtn{flex:1;width:100%}}
.DriverSideNav-module__gyTlmq__container{background-color:var(--cream);border-radius:10px;flex-direction:column;display:flex}.DriverSideNav-module__gyTlmq__nav{flex-direction:column;flex:1;justify-content:space-between;align-items:flex-start;gap:3rem;height:100%;display:flex}.DriverSideNav-module__gyTlmq__hamburgerContainer{display:none}.DriverSideNav-module__gyTlmq__navLinks{flex-direction:column;gap:1rem;width:100%;padding:1rem;list-style:none;transition:max-height .3s,opacity .3s;display:flex;position:relative}.DriverSideNav-module__gyTlmq__linksWrapper{flex-direction:column;gap:1rem;display:flex}.DriverSideNav-module__gyTlmq__closeWrapper{display:none;position:absolute;top:1rem;right:1rem}.DriverSideNav-module__gyTlmq__navLink,.DriverSideNav-module__gyTlmq__signOutBtn,.DriverSideNav-module__gyTlmq__homeBtn{color:var(--black);background-color:var(--stroke);white-space:nowrap;border-radius:5px;justify-content:flex-start;align-items:center;gap:2rem;width:100%;padding:1rem 2rem;font-size:1.6rem;font-weight:600;text-decoration:none;transition:all .2s ease-in;display:flex}.DriverSideNav-module__gyTlmq__title{color:inherit}.DriverSideNav-module__gyTlmq__navLinkActive{background-color:var(--accent);color:var(--white)}.DriverSideNav-module__gyTlmq__btnContainer{grid-template-columns:repeat(1,1fr);gap:1rem;width:100%;display:grid}.DriverSideNav-module__gyTlmq__signOutBtn,.DriverSideNav-module__gyTlmq__homeBtn{cursor:pointer;background-color:var(--black);color:var(--cream);justify-content:space-between;align-items:center;line-height:1;display:flex}.DriverSideNav-module__gyTlmq__homeBtn{background-color:var(--paragraph)}.DriverSideNav-module__gyTlmq__arrow{transform:rotate(90deg)}.DriverSideNav-module__gyTlmq__actionBtns{flex-direction:column;gap:1rem;width:100%;display:flex}.DriverSideNav-module__gyTlmq__compactMenuBtn{display:none}.DriverSideNav-module__gyTlmq__moreBtn{background-color:var(--stroke);cursor:pointer;border:none;border-radius:5px;justify-content:center;align-items:center;gap:5px;width:100%;padding:1rem;transition:background-color .2s ease-in;display:flex}.DriverSideNav-module__gyTlmq__moreBtnDot{background-color:var(--black);border-radius:50%;width:6px;height:6px;display:block}.DriverSideNav-module__gyTlmq__modalContent{flex-direction:column;gap:2rem;display:flex}.DriverSideNav-module__gyTlmq__modalTitle{margin:0}.DriverSideNav-module__gyTlmq__modalNav{flex-direction:column;gap:1rem;display:flex}.DriverSideNav-module__gyTlmq__modalNavLink{background-color:var(--lightGray);border:1px solid var(--strokeii);color:var(--black);border-radius:5px;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem 2rem;font-size:1.6rem;font-weight:600;text-decoration:none;transition:background-color .2s ease-in;display:flex}.DriverSideNav-module__gyTlmq__modalArrow{flex-shrink:0;transform:rotate(90deg)}.DriverSideNav-module__gyTlmq__modalActions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}@media (hover:hover){.DriverSideNav-module__gyTlmq__navLink:hover{background-color:var(--accent);color:var(--white)}.DriverSideNav-module__gyTlmq__signOutBtn:hover{background-color:var(--black400)}.DriverSideNav-module__gyTlmq__homeBtn:hover{background-color:var(--black300)}.DriverSideNav-module__gyTlmq__moreBtn:hover{background-color:var(--accent)}.DriverSideNav-module__gyTlmq__moreBtn:hover .DriverSideNav-module__gyTlmq__moreBtnDot{background-color:var(--white)}.DriverSideNav-module__gyTlmq__modalNavLink:hover{background-color:var(--black300)}}@media screen and (max-width:968px){.DriverSideNav-module__gyTlmq__linksWrapper{grid-template-columns:repeat(1,1fr);display:grid}.DriverSideNav-module__gyTlmq__navLink{text-overflow:ellipsis;word-break:break-all;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:1rem}.DriverSideNav-module__gyTlmq__title{display:none}.DriverSideNav-module__gyTlmq__actionBtns{grid-column:span 3;display:none}.DriverSideNav-module__gyTlmq__compactMenuBtn{display:block}}@media screen and (max-width:568px){.DriverSideNav-module__gyTlmq__linksWrapper{flex-flow:wrap;align-items:stretch;width:100%;display:flex;overflow:hidden}.DriverSideNav-module__gyTlmq__linksWrapper>li{flex:1;display:flex}.DriverSideNav-module__gyTlmq__navLink{flex:1;width:100%}.DriverSideNav-module__gyTlmq__compactMenuBtn{flex:1;display:flex}.DriverSideNav-module__gyTlmq__moreBtn{flex:1;width:100%}}
.LocationCityMission-module__LVZh7W__container{background-color:var(--white);background-image:repeating-linear-gradient(to right,var(--stroke),var(--stroke)1px,transparent 1px,transparent);background-size:500px 500px;padding:10rem 0}.LocationCityMission-module__LVZh7W__content{flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex}.LocationCityMission-module__LVZh7W__heading{text-align:center;max-width:1200px}.LocationCityMission-module__LVZh7W__copy{color:var(--paragraph);text-align:center;max-width:700px}.LocationCityMission-module__LVZh7W__btnContainer{margin-top:1rem}@media screen and (max-width:1268px){.LocationCityMission-module__LVZh7W__container{background-size:300px 300px}}@media screen and (max-width:1068px){.LocationCityMission-module__LVZh7W__container{background-size:250px 250px}}@media screen and (max-width:568px){.LocationCityMission-module__LVZh7W__container{background-size:75px 75px}.LocationCityMission-module__LVZh7W__content{justify-content:flex-start;align-items:flex-start}.LocationCityMission-module__LVZh7W__heading,.LocationCityMission-module__LVZh7W__copy{text-align:left}.LocationCityMission-module__LVZh7W__btnContainer{width:100%;display:grid}}
.ServiceCityNearby-module__L4H_ia__container{background-color:var(--white);padding:10rem 0}.ServiceCityNearby-module__L4H_ia__header{border-bottom:2px solid var(--stroke);flex-direction:column;gap:2rem;margin-bottom:3rem;padding-bottom:2rem;display:flex}.ServiceCityNearby-module__L4H_ia__subheading{color:var(--paragraph)}.ServiceCityNearby-module__L4H_ia__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.ServiceCityNearby-module__L4H_ia__card{background-color:var(--white);border:2px solid var(--stroke);border-radius:12px;flex-direction:column;gap:1rem;padding:2rem;text-decoration:none;transition:border-color .2s;display:flex}.ServiceCityNearby-module__L4H_ia__card:hover{border-color:var(--accent)}.ServiceCityNearby-module__L4H_ia__cityNote{color:var(--paragraph);flex:1}.ServiceCityNearby-module__L4H_ia__card:hover .ServiceCityNearby-module__L4H_ia__cta{opacity:.7}.ServiceCityNearby-module__L4H_ia__imgContainer{border-radius:10px;width:100%;height:220px;margin-top:2rem;position:relative}.ServiceCityNearby-module__L4H_ia__img{object-fit:cover;position:absolute;border-radius:10px!important}@media screen and (max-width:1268px){.ServiceCityNearby-module__L4H_ia__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.ServiceCityNearby-module__L4H_ia__grid{grid-template-columns:repeat(1,1fr)}}
.WhyCharter-module__UAaB6q__container{background-color:var(--cream);background-image:repeating-linear-gradient(to right,var(--stroke),var(--stroke)1px,transparent 1px,transparent);background-size:500px 500px;padding:10rem 0}.WhyCharter-module__UAaB6q__content{flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex}.WhyCharter-module__UAaB6q__top{border-bottom:2px solid var(--stroke);flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;padding-bottom:2rem;display:flex}.WhyCharter-module__UAaB6q__heading{text-align:center}.WhyCharter-module__UAaB6q__copy1{background:var(--lighterBlue);border:2px solid var(--lightBlue);border-radius:10px;padding:2rem;font-weight:600}.WhyCharter-module__UAaB6q__bottom{grid-gap:5rem;grid-template-columns:repeat(2,1fr);display:grid}.WhyCharter-module__UAaB6q__bottomLeft{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2rem;display:flex}.WhyCharter-module__UAaB6q__imgContainer{width:100%;height:100%;position:relative}.WhyCharter-module__UAaB6q__img{object-fit:cover;border-radius:10px}@media screen and (max-width:1268px){.WhyCharter-module__UAaB6q__container{background-size:300px 300px}}@media screen and (max-width:1068px){.WhyCharter-module__UAaB6q__container{background-size:250px 250px}.WhyCharter-module__UAaB6q__bottom{grid-template-columns:repeat(1,1fr)}.WhyCharter-module__UAaB6q__imgContainer{width:100%;height:500px}}@media screen and (max-width:568px){.WhyCharter-module__UAaB6q__container{background-size:75px 75px}.WhyCharter-module__UAaB6q__bottom{gap:3rem}.WhyCharter-module__UAaB6q__imgContainer{width:100%;height:300px}}
.PastClients-module__14VIVq__container{flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex}
.WhatHappensNext-module___-Fc0G__container{background:#f5f7f8;border:1px solid #95c0f7;border-radius:12px;margin-top:1.5rem;padding:1.5rem}.WhatHappensNext-module___-Fc0G__title{letter-spacing:normal;text-transform:uppercase;letter-spacing:.5px;color:var(--black);margin:0 0 2rem;font-size:1.4rem;font-weight:700}.WhatHappensNext-module___-Fc0G__steps{flex-direction:column;gap:2rem;margin-top:3rem;display:flex}.WhatHappensNext-module___-Fc0G__step{align-items:flex-start;gap:1rem;padding-bottom:1rem;display:flex;position:relative}.WhatHappensNext-module___-Fc0G__step:last-child{padding-bottom:0}.WhatHappensNext-module___-Fc0G__stepNumber{letter-spacing:normal;z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.4rem;font-weight:700;display:flex;position:relative}.WhatHappensNext-module___-Fc0G__stepNumber.WhatHappensNext-module___-Fc0G__complete{color:#fff;background:#22c55e}.WhatHappensNext-module___-Fc0G__stepNumber.WhatHappensNext-module___-Fc0G__current{color:#fff;background:#2563eb}.WhatHappensNext-module___-Fc0G__stepNumber.WhatHappensNext-module___-Fc0G__upcoming{color:#fff;background:#94a3b8}.WhatHappensNext-module___-Fc0G__connector{z-index:1;background:#e2e8f0;width:2px;position:absolute;top:32px;bottom:4px;left:13px}.WhatHappensNext-module___-Fc0G__stepContent{flex:1;padding-top:2px}.WhatHappensNext-module___-Fc0G__stepTitle{color:var(--black);margin-bottom:2px;font-size:1.4rem;font-weight:600}.WhatHappensNext-module___-Fc0G__stepDescription{color:var(--paragraph);font-size:1.4rem;line-height:1.4}.WhatHappensNext-module___-Fc0G__notice{color:#92400e;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;align-items:flex-start;gap:1rem;margin-top:3rem;padding:1rem;font-size:1.4rem;line-height:1.4;display:flex}.WhatHappensNext-module___-Fc0G__noticeIcon{flex-shrink:0;font-size:1.4rem}.WhatHappensNext-module___-Fc0G__notice strong{font-weight:600}@media screen and (max-width:480px){.WhatHappensNext-module___-Fc0G__container{padding:1.25rem}.WhatHappensNext-module___-Fc0G__step{gap:1rem}.WhatHappensNext-module___-Fc0G__stepNumber{width:24px;height:24px;font-size:1.4rem}.WhatHappensNext-module___-Fc0G__connector{top:28px;left:11px}.WhatHappensNext-module___-Fc0G__stepTitle,.WhatHappensNext-module___-Fc0G__stepDescription{font-size:1.4rem}}
.SetPasswordForm-module__oYhn9a__wrapper{background-color:var(--cream,#eae9e6);justify-content:center;align-items:flex-start;min-height:calc(100vh - 80px);margin-top:10rem;padding:80px 20px 60px;display:flex}.SetPasswordForm-module__oYhn9a__card{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:440px;padding:40px 36px;box-shadow:0 4px 24px #00000014}.SetPasswordForm-module__oYhn9a__iconCircle{background:var(--cream,#eae9e6);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex}.SetPasswordForm-module__oYhn9a__iconEmoji{font-size:28px;line-height:1}.SetPasswordForm-module__oYhn9a__title{letter-spacing:-.5px;color:var(--black,#000);margin:0 0 8px;font-size:24px;font-weight:600}.SetPasswordForm-module__oYhn9a__subtitle{color:var(--paragraph,#676767);margin:0 0 28px;font-size:15px;line-height:1.5}.SetPasswordForm-module__oYhn9a__subtitle strong{color:var(--blue);letter-spacing:normal;border-bottom:1px solid var(--blue)}.SetPasswordForm-module__oYhn9a__form{text-align:left}.SetPasswordForm-module__oYhn9a__field{margin-bottom:16px}.SetPasswordForm-module__oYhn9a__label{color:var(--black,#000);margin-bottom:6px;font-size:1.4rem;font-weight:600;display:block}.SetPasswordForm-module__oYhn9a__input{border:1px solid var(--stroke,#d8d6d2);width:100%;color:var(--black,#000);box-sizing:border-box;background:#fff;border-radius:8px;outline:none;padding:12px 14px;font-size:15px;transition:border-color .15s}.SetPasswordForm-module__oYhn9a__input:focus{border-color:var(--black,#000)}.SetPasswordForm-module__oYhn9a__input:disabled{opacity:.6;cursor:not-allowed}.SetPasswordForm-module__oYhn9a__input::placeholder{color:#aaa}.SetPasswordForm-module__oYhn9a__requirements{flex-direction:column;gap:6px;margin:4px 0 24px;display:flex}.SetPasswordForm-module__oYhn9a__req{color:var(--paragraph,#676767);align-items:center;gap:8px;font-size:1.4rem;transition:color .15s;display:flex}.SetPasswordForm-module__oYhn9a__reqIcon{text-align:center;flex-shrink:0;width:16px;font-size:1.4rem}.SetPasswordForm-module__oYhn9a__reqMet,.SetPasswordForm-module__oYhn9a__reqMet .SetPasswordForm-module__oYhn9a__reqIcon{color:#16a34a}.SetPasswordForm-module__oYhn9a__reqFail,.SetPasswordForm-module__oYhn9a__reqFail .SetPasswordForm-module__oYhn9a__reqIcon{color:#ef4444}.SetPasswordForm-module__oYhn9a__error{color:#dc2626;background:#ef444414;border:1px solid #ef444440;border-radius:8px;margin-bottom:20px;padding:12px 16px;font-size:14px;line-height:1.4}.SetPasswordForm-module__oYhn9a__btn{letter-spacing:-.3px;color:#fff;background:var(--black,#000);cursor:pointer;text-align:center;border:none;border-radius:8px;width:100%;padding:14px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .15s;display:block}.SetPasswordForm-module__oYhn9a__btn:hover{opacity:.85}.SetPasswordForm-module__oYhn9a__btn:disabled{opacity:.4;cursor:not-allowed}@media (max-width:480px){.SetPasswordForm-module__oYhn9a__wrapper{padding:40px 16px}.SetPasswordForm-module__oYhn9a__card{padding:32px 24px}.SetPasswordForm-module__oYhn9a__title{font-size:22px}}
.FleetCityPage-module__3NTUea__intro{background-color:var(--accent);padding:10rem 0}.FleetCityPage-module__3NTUea__introContent{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2rem;display:flex}.FleetCityPage-module__3NTUea__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);font-size:.8rem;font-weight:600}.FleetCityPage-module__3NTUea__heading{color:var(--white)}.FleetCityPage-module__3NTUea__lead{color:#ffffffb3;max-width:620px}.FleetCityPage-module__3NTUea__ctas{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:5rem;display:flex}.FleetCityPage-module__3NTUea__overview{background-color:var(--white);padding:10rem 0}.FleetCityPage-module__3NTUea__overviewGrid{grid-gap:15rem;grid-template-columns:1fr 1fr;align-items:start;display:grid}.FleetCityPage-module__3NTUea__overviewLeft{flex-direction:column;gap:20px;display:flex}.FleetCityPage-module__3NTUea__desc{color:var(--paragraph)}.FleetCityPage-module__3NTUea__specs{background-color:var(--cream);border-radius:10px;flex-direction:column;gap:1rem;padding:2rem;display:flex}.FleetCityPage-module__3NTUea__specItem{justify-content:space-between;align-items:center;display:flex}.FleetCityPage-module__3NTUea__specLabel{color:var(--paragraph);font-weight:500}.FleetCityPage-module__3NTUea__specValue{font-weight:700}.FleetCityPage-module__3NTUea__overviewRight{flex-direction:column;gap:3rem;display:flex}.FleetCityPage-module__3NTUea__amenities{background-color:var(--cream);border-radius:10px;flex-direction:column;gap:2rem;padding:2rem;display:flex}.FleetCityPage-module__3NTUea__amenitiesList{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.FleetCityPage-module__3NTUea__amenityItem{color:var(--paragraph);padding-left:16px;position:relative}.FleetCityPage-module__3NTUea__amenityItem:before{content:"·";color:var(--accent);font-weight:700;position:absolute;left:0}.FleetCityPage-module__3NTUea__bookCard{background-color:var(--black);border-radius:12px;flex-direction:column;gap:20px;padding:28px;display:flex}.FleetCityPage-module__3NTUea__bookCardCopy{color:var(--strokeii)}@media screen and (max-width:1268px){.FleetCityPage-module__3NTUea__overviewGrid{grid-gap:5rem}}@media screen and (max-width:768px){.FleetCityPage-module__3NTUea__overviewGrid{grid-template-columns:repeat(1,1fr)}}
.NotFoundPageIntro-module__i1fI7q__container{background-color:var(--white);padding:10rem 0}.NotFoundPageIntro-module__i1fI7q__content{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex}.NotFoundPageIntro-module__i1fI7q__copy{color:var(--paragraph);max-width:500px}.NotFoundPageIntro-module__i1fI7q__mapDataContainer{grid-gap:2rem;border-top:1px solid var(--darkGrayii);grid-template-columns:repeat(1,1fr);width:50vw;margin-top:2rem;display:grid}.NotFoundPageIntro-module__i1fI7q__card{border-bottom:2px solid var(--stroke);justify-content:flex-start;align-items:center;gap:2rem;padding-bottom:1rem;display:flex}.NotFoundPageIntro-module__i1fI7q__icon{background-color:var(--accent);color:var(--cream);border-radius:5px;padding:.8rem;font-size:4rem}.NotFoundPageIntro-module__i1fI7q__title{word-break:break-all;text-align:left;font-weight:500}.NotFoundPageIntro-module__i1fI7q__imgContainer{width:100%;height:300px;margin-top:5rem;position:relative}.NotFoundPageIntro-module__i1fI7q__img{object-fit:contain}.NotFoundPageIntro-module__i1fI7q__btnContainer{grid-gap:2rem;grid-template-columns:repeat(2,1fr);width:50vw;display:grid}@media screen and (max-width:968px){.NotFoundPageIntro-module__i1fI7q__mapDataContainer,.NotFoundPageIntro-module__i1fI7q__btnContainer{width:70vw}}@media screen and (max-width:568px){.NotFoundPageIntro-module__i1fI7q__mapDataContainer,.NotFoundPageIntro-module__i1fI7q__btnContainer{grid-template-columns:repeat(1,1fr);width:100%}}
