@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700&display=swap";:root{--vet-navy: #1B2847;--vet-navy-light: #2D3E5F;--vet-olive: #3A4A3A;--vet-gold: #C9A94E;--vet-gold-light: #D4BC6A;--vet-gold-dark: #B8942E;--vet-warm-red: #C44536;--vet-light-bg: #FAFAF7;--vet-warm-bg: #F3F1EC;--vet-card-bg: #FFFFFF;--vet-text-soft: rgba(27, 40, 71, .72);--vet-border-soft: rgba(27, 40, 71, .08);--vet-ease: cubic-bezier(.16, 1, .3, 1)}html{scroll-behavior:smooth;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;color-adjust:exact!important}.vet-section{position:relative;overflow:hidden;font-family:Outfit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.vet-section--light{background:var(--vet-light-bg);color:var(--vet-navy)}.vet-section--warm{background:var(--vet-warm-bg);color:var(--vet-navy)}.vet-section--dark{background:linear-gradient(135deg,var(--vet-navy) 0%,#1a1a3e 50%,var(--vet-navy-light) 100%);color:#fff}.vet-container{position:relative;width:min(1280px,calc(100% - 40px));margin-inline:auto;padding:0 20px}@media(min-width:640px){.vet-container{width:min(1280px,calc(100% - 64px));padding:0 32px}}.vet-pad{padding-top:64px;padding-bottom:64px}@media(min-width:640px){.vet-pad{padding-top:96px;padding-bottom:96px}}@media(min-width:768px){.vet-pad{padding-top:128px;padding-bottom:128px}}.vet-kicker{font-size:12px;line-height:1rem;letter-spacing:.3em;text-transform:uppercase;font-weight:600;margin-bottom:24px}.vet-kicker--gold{color:var(--vet-gold)}.vet-kicker--red{color:var(--vet-warm-red)}.vet-display{font-weight:100;letter-spacing:-.03em;margin:0 0 24px;font-size:2.25rem;line-height:2.5rem}@media(min-width:640px){.vet-display{font-size:3rem;line-height:1}}@media(min-width:1024px){.vet-display{font-size:4.5rem;line-height:1}}.vet-heading{font-weight:100;letter-spacing:-.02em;margin:0 0 16px;font-size:2.25rem;line-height:2.5rem}@media(min-width:1024px){.vet-heading{font-size:3rem;line-height:1}}.vet-subheading{font-weight:100;letter-spacing:-.02em;line-height:2.25rem;margin:0 0 16px;font-size:2.25rem}@media(min-width:1024px){.vet-subheading{font-size:3rem;line-height:1}}.vet-body{font-weight:300;line-height:1.8;letter-spacing:.01em}.vet-body-lg{font-weight:300;line-height:1.8;font-size:18px;max-width:768px;margin:0 auto}.vet-text-gold{color:var(--vet-gold)}.vet-text-navy{color:var(--vet-navy)}.vet-text-white{color:#fff;font-size:1.875rem;line-height:2.25rem}.vet-text-soft-dark{color:#1b2847b3;max-width:768px;margin:0 auto}.vet-text-soft-light{color:#ffffffb3}.vet-text-muted-light{color:#fff9}.vet-text-muted-dark{color:#1b284765}@media(min-width:1024px){.vet-text-white{font-size:3rem;line-height:1}}.vet-btn-row{display:flex;flex-wrap:wrap;gap:16px}.vet-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:20px 44px;text-decoration:none;line-height:1;font-size:12px;letter-spacing:.15em;text-transform:uppercase;transition:transform .3s ease,box-shadow .3s ease,background .3s ease,border-color .3s ease;white-space:nowrap}.vet-btn:hover{transform:scale(1.03)}.vet-btn-gold{background:linear-gradient(135deg,var(--vet-gold-dark) 0%,var(--vet-gold) 100%);box-shadow:0 20px 40px #c9a94e66;color:var(--vet-navy);font-weight:600}.vet-btn-outline{padding-left:40px;padding-right:40px;border:2px solid rgba(255,255,255,.4);color:#fff;font-weight:500;background:transparent}.vet-btn-outline:hover{background:#ffffff1a;border-color:#ffffffb8}.vet-btn-outline-dark{border:2px solid rgba(27,40,71,.2);color:var(--vet-navy);background:transparent}.vet-btn-outline-dark:hover{background:#1b28470f}@media(max-width:640px){.vet-btn{width:100%}}.vet-icon-14{width:14px;height:14px}.vet-icon-16{width:16px;height:16px}.vet-icon-18{width:18px;height:18px}.vet-icon-20{width:20px;height:20px}.vet-icon-24{width:24px;height:24px}.vet-grid-2,.vet-grid-3,.vet-grid-4,.vet-grid-main{display:grid;gap:24px}@media(min-width:768px){.vet-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.vet-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.vet-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.vet-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.vet-grid-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:64px;align-items:center}}.vet-card{border-radius:24px;background:var(--vet-card-bg);border:1px solid var(--vet-border-soft);transition:box-shadow .3s ease,transform .3s ease,background .3s ease}.vet-card:hover{box-shadow:0 16px 40px #1b284714}.vet-card__pad{padding:32px}.vet-icon-wrap{width:48px;height:48px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;transition:transform .3s ease}.vet-icon-wrap--red{background:#c445361a;color:var(--vet-warm-red)}.vet-icon-wrap--gold{background:#c9a94e1a;color:var(--vet-gold)}.vet-card:hover .vet-icon-wrap{transform:scale(1.1)}.vet-media,.vet-media img{display:block;width:100%;height:100%}.vet-media img{object-fit:cover}.vet-rounded-2xl{border-radius:16px;overflow:hidden}.vet-rounded-3xl{border-radius:30px;overflow:hidden}.vet-placeholder{min-height:220px;border-radius:24px;border:2px dashed rgba(201,169,78,.3);background:#c9a94e0f;display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;padding:24px;text-align:center;color:#1b284766}.vet-placeholder--dark{color:#ffffff73;background:#c9a94e14;border-color:#c9a94e38}[data-vet-animate]{opacity:0;transform:translateY(30px);transition:opacity .85s var(--vet-ease),transform .85s var(--vet-ease);transition-delay:var(--vet-delay, 0s);will-change:opacity,transform}[data-vet-animate].is-visible{opacity:1;transform:translateY(0)}.vet-hero{min-height:80vh;display:flex;align-items:center}@media(min-width:640px){.vet-hero{min-height:92vh}}.vet-hero__bg,.vet-hero__bg img,.vet-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.vet-hero__bg img{width:100%;height:100%;object-fit:cover}.vet-hero__overlay{background:linear-gradient(to right,#1b2847f2,#1b2847d9,#1b284780)}.vet-hero__content{position:relative;max-width:768px}.vet-hero__lead{font-size:22px;line-height:1.75rem;margin-bottom:12px;color:#ffffffe6;font-weight:400}.vet-hero__copy{max-width:576px;margin-bottom:40px;font-size:18px;color:#ffffffb3;font-weight:300;line-height:1.8}.vet-stat-list{display:flex;flex-wrap:wrap;gap:24px 32px}@media(min-width:1024px){.vet-stat-list{gap:24px 48px}}.vet-stat__value{color:var(--vet-gold);font-weight:200;font-size:1.5rem;line-height:2rem}@media(min-width:1024px){.vet-stat__value{font-size:1.875rem;line-height:2.25rem}}.vet-stat__label{margin-top:4px;color:#ffffff80;font-size:12px;line-height:1rem;font-weight:300}.vet-intro{text-align:center;max-width:900px;margin-inline:auto;margin-bottom:64px}.vet-approach-card{text-align:center;position:relative}.vet-approach-card__num{font-size:60px;color:#c9a94e15;font-weight:100;line-height:1;margin-bottom:24px}.vet-approach-arrow{display:none;position:absolute;top:50%;right:-24px;transform:translateY(-50%);color:#fff3}@media(min-width:768px){.vet-approach-arrow{display:block}}.vet-blockquote{border-left:4px solid var(--vet-gold);padding-left:24px;margin:0 0 32px}.vet-blockquote p{font-size:18px;font-style:italic;color:#1b284790;font-weight:300;line-height:1.7;margin:0 0 16px}.vet-person{display:flex;align-items:center;gap:16px}.vet-person__icon{width:56px;height:56px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#c9a94e26;color:var(--vet-gold)}.vet-quote-card{border-radius:16px;padding:32px;background:#fff;border:1px solid rgba(201,169,78,.1)}.vet-roadmap{border-radius:30px;overflow:hidden;border:1px solid rgba(27,40,71,.1)}.vet-roadmap__head{padding:24px 32px;background:var(--vet-navy)}.vet-roadmap__head h3{margin:0;font-weight:300;color:#fff;font-size:1.25rem;line-height:1.75rem}.vet-roadmap__head p{margin:4px 0 0;color:#fff9;font-size:.875rem;line-height:1.25rem;font-weight:300}.vet-roadmap__row{padding:24px 32px;display:flex;flex-wrap:wrap;align-items:center;gap:24px 48px}.vet-roadmap__row:nth-child(odd){background:#fff}.vet-roadmap__row:nth-child(2n){background:var(--vet-warm-bg)}.vet-roadmap__phase{min-width:100px;color:var(--vet-navy);font-weight:500}.vet-roadmap__metrics{display:flex;gap:24px;flex-wrap:wrap}.vet-roadmap__metric-value{font-size:1.5rem;line-height:2rem;font-weight:200}.vet-roadmap__metric-value--gold{color:var(--vet-gold)}.vet-roadmap__metric-value--navy{color:var(--vet-navy)}.vet-roadmap__metric-label{font-size:12px;color:#1b284780;font-weight:300;margin-top:4px}.vet-roadmap__note{flex:1 1 240px;font-size:14px;line-height:1.25rem;color:#1b284760;font-weight:300}.vet-roadmap__note-star{display:inline-flex;align-items:center;gap:6px;margin-right:4px;color:var(--vet-gold)}.vet-program-card{position:relative;overflow:hidden}.vet-program-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--vet-gold-dark),var(--vet-gold))}.vet-outcomes-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.vet-outcome-card{border-radius:24px;padding:24px;background:#fff;border:1px solid rgba(201,169,78,.1)}.vet-outcome-card__value{color:var(--vet-gold);font-weight:200;font-size:1.875rem;line-height:1;margin-bottom:8px}@media(min-width:1024px){.vet-outcome-card__value{font-size:2.25rem;line-height:2.5rem}}.vet-tag-row{display:flex;flex-wrap:wrap;gap:12px}.vet-tag{display:inline-flex;border:1px solid rgba(201,169,78,.25);color:var(--vet-gold);padding:8px 16px;border-radius:999px;font-size:12px;line-height:1rem;font-weight:500}.vet-cta-wrap{padding-top:16px;padding-bottom:16px}.vet-cta-banner{padding:64px 32px;border-radius:30px;text-align:center;background:linear-gradient(135deg,var(--vet-navy) 0%,#1a1a3e 50%,var(--vet-navy-light) 100%)}@media(min-width:768px){.vet-cta-banner{padding:64px}}.vet-cta-banner h3{margin:0 0 16px;color:#fff;font-weight:200;letter-spacing:-.02em;font-size:clamp(30px,4vw,48px)}.vet-cta-banner p{max-width:760px;margin:0 auto 32px;color:#ffffffb3;font-size:18px;font-weight:300}.vet-product{background:linear-gradient(180deg,var(--vet-navy) 0%,#1a1a3e 100%);color:#fff}.vet-product-grid-top,.vet-product-grid-bottom{display:grid;gap:24px;margin-bottom:24px}@media(min-width:1024px){.vet-product-grid-top{grid-template-columns:2fr 1fr}.vet-product-grid-bottom{grid-template-columns:1fr 1fr 1fr}}.vet-feature-panel{border-radius:30px;padding:40px;background:#c9a94e14;border:1px solid rgba(201,169,78,.2);display:flex;flex-direction:column;justify-content:space-between;min-height:100%}.vet-feature-panel__line{width:48px;height:1px;margin-bottom:32px;background:#c9a94e99}.vet-feature-panel__title{color:#fff;font-weight:100;white-space:pre-line;line-height:1;font-size:2.25rem;line-height:2.25rem;margin:0 0 24px}.vet-feature-panel__copy{color:#fff9;line-height:1.7;font-weight:300;font-size:16px}.vet-feature-panel__num{margin-top:32px;color:#ffffff0d;font-size:72px;line-height:1;font-weight:100}.vet-feature-image{position:relative;overflow:hidden;border-radius:30px}.vet-feature-image img{width:100%;height:100%;object-fit:cover;transition:transform 1s ease}.vet-feature-image:hover img{transform:scale(1.08)}.vet-feature-image__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.2),transparent)}.vet-feature-image__content{position:absolute;left:24px;right:24px;bottom:24px}.vet-feature-image__content h3{margin:0 0 8px;color:#fff;font-weight:200;font-size:1.5rem;line-height:2rem}@media(min-width:1024px){.vet-feature-image__content h3{font-size:1.875rem;line-height:2.25rem}}.vet-feature-image__content p{margin:0;color:#ffffffb3;font-size:14px;font-weight:300}.vet-square-image img{aspect-ratio:1 / 1;height:100%;width:100%;border-radius:30px;object-fit:cover}.vet-sticky{position:sticky;top:96px}.vet-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.vet-bullet-list{display:grid;gap:16px;margin-bottom:40px}.vet-bullet{display:flex;gap:12px;align-items:flex-start}.vet-populations__bg,.vet-populations__bg img,.vet-populations__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.vet-populations__bg img{width:100%;height:100%;object-fit:cover}.vet-populations__overlay{background:linear-gradient(180deg,#fafaf7f7,#fafaf7ed)}.vet-study-card{border-radius:30px;padding:40px;background:#ffffffe6;border:1px solid rgba(201,169,78,.1);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.vet-final{text-align:center;max-width:900px;margin-inline:auto}.vet-final__small{margin-top:32px;font-size:14px;color:#1b284780;font-weight:300}.vet-disclaimer{border-radius:24px;padding:32px;background:#fff;border:1px solid rgba(27,40,71,.08)}.vet-disclaimer h3{margin:0 0 12px;color:var(--vet-navy);font-weight:400;font-size:24px}.vet-disclaimer p{margin:0 0 14px;color:#1b2847b8;font-weight:300;line-height:1.8}.vet-disclaimer__crisis{margin-top:20px;padding-top:20px;border-top:1px solid rgba(27,40,71,.08)}@media(max-width:1023px){.vet-sticky{position:static;top:auto}}@media print{*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;color-adjust:exact!important}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/veterans-page.css.map */
