@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);
/*
  Design tokens mapped from Webflow site variables (SpringHealth Careers).
  Discovered via Webflow MCP variable_tool / query_variables — site id 69ef88d634d8ed2a6e5cc364.
  Primitives: Color/(Primary), Color/(Secondary); typography: Font Styles/Body.
  Fallbacks match MCP static values so local Vite preview stays on-brand without Webflow.
*/

:host {
  --sh-font: var(
    --_typography---font-styles--body,
    "Proxima Nova",
    "Inter",
    system-ui,
    sans-serif
  );
  --sh-heading: var(--_primitives---color--primary-darker, #0f2e3c);
  --sh-muted: var(--_primitives---color--primary-light, #679db6);
  --sh-active-panel: var(--_primitives---color--primary, #267398);
  --sh-inactive-panel: var(--_primitives---color--secondary, #00a0b3);
  --sh-teal-border: var(--_primitives---color--secondary, #00a0b3);
  --sh-page-bg: var(--_primitives---color--primary-lightest, #e9f1f4);
  --sh-dot-inactive: var(--_primitives---color--primary-lighter, #d3e3ea);
  --sh-arrow-hover-bg: var(--_primitives---color--secondary-light, #4cbcc9);
  --sh-card-title-size: var(
    --_typography---font-size--text-size-large,
    1.75rem
  );
  --sh-card-title-weight: var(
    --_typography---font-weight--text-weight-medium,
    500
  );
  --sh-card-title-line-height: 1.35;
}

.PO46NsnCjy0wV19F8yB5 {
  --bsvp-primary: #1a5fa8;
  --bsvp-primary-dark: #164e8a;
  --bsvp-secondary: #2dbf8c;
}

.epkua7DjAzZ1bxoWW5V7 {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  aspect-ratio: 1 / 1;
  max-width: 250px;
}

.BXf5zuWH4LpG7XCslJ9a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.BQz3FXkLh6KmKg5vRZLR {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.epkua7DjAzZ1bxoWW5V7:hover .BQz3FXkLh6KmKg5vRZLR {
  background: rgba(0, 0, 0, 0.38);
}

.ar7C1RTbbJdiJVVm_XEw {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--bsvp-primary, #1a5fa8);
  border: 3px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s, background 0.18s;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.28);
}

.epkua7DjAzZ1bxoWW5V7:hover .ar7C1RTbbJdiJVVm_XEw {
  transform: scale(1.1);
  background: var(--bsvp-primary-dark, #164e8a);
}

.ar7C1RTbbJdiJVVm_XEw svg {
  margin-left: 5px;
}

.riaJfGAkKUgtIFz5BrdG {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  background: rgba(0, 0, 0, 0.92);
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.svR8dKdgR6OLQFwsDowb {
  display: flex;
}

.jIKbBX00bsaq9NBnqkow {
  position: relative;
  width: 100%;
  max-width: 480px;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  max-height: 90vh;
}

@media (orientation: landscape) {
  .jIKbBX00bsaq9NBnqkow {
    max-width: none;
    width: auto;
    height: 90vh;
    aspect-ratio: 9 / 16;
  }
}

.BcZlqmZWXNxYORwPrgHH {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.swl_alnshfSopTf2Vgft {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background 0.15s;
}

.swl_alnshfSopTf2Vgft:hover {
  background: rgba(0, 0, 0, 0.8);
}

.JaCMVrQSvkZjm6qwJbE7 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 14px 14px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, transparent 100%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: opacity 0.3s;
  opacity: 1;
}

.NsYM4P9ZEv4eBRCZ77J7 {
  opacity: 0;
  pointer-events: none;
}

.G3FUcCjA6jEBVIFSwXwX {
  position: relative;
  height: 5px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  cursor: pointer;
  transition: height 0.12s;
}

.G3FUcCjA6jEBVIFSwXwX:hover {
  height: 7px;
}

.a1NmmQ1hK2QfIfZWKVkT {
  height: 100%;
  background: var(--bsvp-secondary, #2dbf8c);
  border-radius: 4px;
  width: 0%;
  pointer-events: none;
  transition: width 0.1s linear;
}

.LcOMpPnYVjMDSoe3QENN {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  left: 0%;
  pointer-events: none;
  box-shadow: 0 0 0 2.5px var(--bsvp-secondary, #2dbf8c);
  opacity: 0;
  transition: opacity 0.15s;
}

.G3FUcCjA6jEBVIFSwXwX:hover .LcOMpPnYVjMDSoe3QENN {
  opacity: 1;
}

.fz1gG3b7nT0MLckFqHy6 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.Yr6CmW3vgODTVt2hRKqM {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fff;
  opacity: 0.9;
  transition: opacity 0.15s, transform 0.1s;
  flex-shrink: 0;
  outline: none;
}

.Yr6CmW3vgODTVt2hRKqM:hover {
  opacity: 1;
  transform: scale(1.1);
}

.Uga8hyy61NdFHRugzVFf {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.03em;
  white-space: nowrap;
  flex: 1;
  font-variant-numeric: tabular-nums;
}

.MDGRAxgbSapN3yuEU8FH {
  display: flex;
  align-items: center;
  gap: 6px;
}

.osIvCCuuikOevIrpwkVT {
  -webkit-appearance: none;
  appearance: none;
  width: 64px;
  height: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.28);
  outline: none;
  cursor: pointer;
}

.osIvCCuuikOevIrpwkVT::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--bsvp-secondary, #2dbf8c);
  cursor: pointer;
}

.osIvCCuuikOevIrpwkVT::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--bsvp-secondary, #2dbf8c);
  border: none;
  cursor: pointer;
}

