:root{--hb-teal: #3d8d7a;--hb-teal-dark: #2d6b5e;--hb-teal-deep: #245a4f;--hb-yellow: #fff597;--hb-yellow-dark: #ddd47d;--hb-ink: #121212;--hb-muted: #525252;--hb-muted-2: #737373;--hb-border: #ebebeb;--hb-surface: #f9fbf9;--hb-surface-2: #f7f7f5;--hb-radius: 1rem;--hb-container: 72rem;--hb-container-wide: 80rem;--hb-font: "Sora", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--hb-font);color:var(--hb-ink);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,p{margin:0}ul{margin:0;padding:0;list-style:none}.hb-visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hb-skip-link{position:absolute;left:-999px;top:0;z-index:200;background:#fff;color:var(--hb-ink);padding:.75rem 1.25rem;border-radius:0 0 .5rem}.hb-skip-link:focus{left:0}.hb-container{width:100%;max-width:var(--hb-container);margin:0 auto;padding:0 1.25rem}.hb-container--wide{max-width:var(--hb-container-wide)}@media(min-width:640px){.hb-container{padding:0 2rem}}@media(min-width:1024px){.hb-container{padding:0 2.5rem}}.hb-section{padding:4rem 0}@media(min-width:768px){.hb-section{padding:5rem 0}}.hb-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;font-size:.875rem;padding:.75rem 1.5rem;border-radius:9999px;border:1px solid transparent;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;white-space:nowrap}.hb-btn svg{width:1rem;height:1rem}.hb-btn--yellow{background:var(--hb-yellow);color:var(--hb-teal-dark)}.hb-btn--yellow:hover{background:var(--hb-yellow-dark)}.hb-btn--teal{background:var(--hb-teal);color:#fff}.hb-btn--teal:hover{background:var(--hb-teal-dark)}.hb-btn--ghost{background:transparent;color:#fff;border-color:#fff3}.hb-btn--ghost:hover{border-color:#ffffff80}.hb-btn--outline{background:#fff;color:var(--hb-muted);border-color:#c4c4c4;box-shadow:0 1px 2px #0000000a}.hb-btn--outline:hover{border-color:var(--hb-teal);color:var(--hb-teal-dark)}.hb-btn--block{width:100%}.hb-header{position:relative;z-index:30}.hb-header--teal{background:var(--hb-teal)}.hb-header--dark{background:var(--hb-teal-dark)}.hb-header--transparent{position:absolute;top:0;left:0;right:0;background:transparent}.hb-header__bar{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;height:4rem}.hb-header__logo img{height:2rem;width:auto}@media(min-width:640px){.hb-header__logo img{height:2.5rem}}.hb-header__nav{display:none;align-items:center;gap:2rem}.hb-header__nav a{font-size:.8125rem;font-weight:500;color:#fffc;transition:color .2s ease;white-space:nowrap}.hb-header__nav a:hover,.hb-header__nav a[aria-current=page]{color:#fff}.hb-header__actions{display:none;align-items:center;gap:1rem}.hb-header__signin{font-size:.8125rem;font-weight:500;color:#fffc;transition:color .2s ease}.hb-header__signin:hover{color:#fff}.hb-header__menu-btn{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background:transparent;border:0;color:#fff}.hb-header__menu-btn svg{width:1.5rem;height:1.5rem}@media(min-width:768px){.hb-header__nav,.hb-header__actions{display:flex}.hb-header__menu-btn{display:none}}.hb-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0006;opacity:0;pointer-events:none;transition:opacity .3s ease}.hb-drawer{position:fixed;top:0;right:0;z-index:101;height:100%;width:85%;max-width:400px;background:#fff;box-shadow:-8px 0 40px #00000040;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.hb-drawer[data-open=true]{transform:translate(0)}.hb-drawer-overlay[data-open=true]{opacity:1;pointer-events:auto}.hb-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:1rem}.hb-drawer__head img{height:1.75rem}.hb-drawer__close{width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;color:#1f2937}.hb-drawer__close svg{width:1.5rem;height:1.5rem}.hb-drawer__links{display:flex;flex-direction:column;padding:.5rem 1.5rem 0;flex:1;overflow-y:auto}.hb-drawer__link{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;border-bottom:1px solid #f3f4f6}.hb-drawer__link p:first-child{font-size:1.125rem;font-weight:600;color:#111827}.hb-drawer__link p:last-child{font-size:.875rem;color:#6b7280;margin-top:.125rem}.hb-drawer__link svg{width:1.25rem;height:1.25rem;color:#9ca3af;flex-shrink:0;margin-left:1rem}.hb-drawer__foot{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;border-top:1px solid #f3f4f6}@media(min-width:768px){.hb-drawer,.hb-drawer-overlay{display:none}}.hb-hero{position:relative;overflow:hidden;background:var(--hb-teal);padding-bottom:6rem}@media(min-width:1024px){.hb-hero{padding-bottom:11rem}}.hb-hero__text{position:relative;z-index:20;max-width:var(--hb-container-wide);margin:0 auto;padding:2rem 1.25rem 2.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}.hb-hero__title{font-size:clamp(2.4rem,6vw,3.75rem);font-weight:800;color:#fff;line-height:1.08;letter-spacing:-.02em}.hb-hero__subtitle{color:#ffffffb3;max-width:34rem;font-size:1rem}.hb-collage-wrap{position:relative;z-index:10;margin-top:-5rem;padding:0 1rem 2.5rem}@media(min-width:1024px){.hb-collage-wrap{margin-top:-10rem}}.hb-collage{position:relative;max-width:var(--hb-container-wide);margin:0 auto;height:340px}@media(min-width:640px){.hb-collage{height:440px}}@media(min-width:1024px){.hb-collage{height:560px}}.hb-collage__img{position:absolute;overflow:hidden;border-radius:1.25rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 40px #00000040}.hb-collage__img img{width:100%;height:100%;object-fit:cover}.hb-collage__stats{position:absolute;z-index:40;left:50%;top:50%;transform:translate(-50%,-50%);background:#3d8d7a59;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:1rem;padding:1.25rem;max-width:280px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000004d,inset 0 1px #fff3}@media(min-width:640px){.hb-collage__stats{padding:1.75rem;max-width:24rem}}.hb-collage__stats-label{font-size:.625rem;color:#fff9;text-transform:uppercase;letter-spacing:.15em;font-weight:500;margin-bottom:.5rem}.hb-collage__stats-value{font-size:1.75rem;font-weight:700;color:var(--hb-yellow);letter-spacing:-.02em;margin-bottom:.5rem}@media(min-width:640px){.hb-collage__stats-value{font-size:2.25rem}}.hb-collage__stats-meta{font-size:.8125rem;color:#fffc;font-weight:500}.hb-band{position:relative;background:var(--hb-teal);padding:4rem 0 8rem;border-radius:3rem 3rem 0 0}@media(min-width:1024px){.hb-band{border-radius:5rem 5rem 0 0;padding:6rem 0 12rem}}.hb-band__title{font-size:clamp(1.875rem,4vw,3rem);font-weight:800;color:#fff;text-align:center;letter-spacing:-.02em}.hb-band__title em{color:var(--hb-yellow);font-style:normal}.hb-band__subtitle{margin:1rem auto 0;color:#fff9;max-width:36rem;text-align:center}.hb-band__curve{position:absolute;bottom:0;left:0;right:0;transform:translateY(1px);overflow:hidden;line-height:0}.hb-band__curve svg{width:100%;height:50px}@media(min-width:1024px){.hb-band__curve svg{height:100px}}.hb-steps{position:relative;background:var(--hb-surface);padding:2rem 0 4rem}@media(min-width:1024px){.hb-steps{padding:4rem 0 8rem}}.hb-steps__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.hb-steps__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.hb-step{background:#fff;border-radius:1.5rem;padding:1.25rem;height:100%;display:flex;gap:1rem;border:1px solid #e5f0e8;box-shadow:0 1px 3px #0000000f;transition:box-shadow .5s ease}.hb-step:hover{box-shadow:0 20px 40px #0000001a}@media(min-width:640px){.hb-step{flex-direction:column;align-items:center;text-align:center;padding:2rem}}.hb-step__icon{position:relative;width:3rem;height:3rem;flex-shrink:0;border-radius:.75rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px #00000014}@media(min-width:640px){.hb-step__icon{width:4rem;height:4rem;border-radius:1rem;margin-bottom:1.5rem}}.hb-step__icon svg{width:1.75rem;height:1.75rem;color:var(--hb-teal-dark)}.hb-step__num{position:absolute;top:-.5rem;right:-.5rem;width:1.5rem;height:1.5rem;border-radius:9999px;background:var(--hb-teal);color:#fff;font-size:.625rem;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0003}.hb-step__eyebrow{font-size:.625rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--hb-teal);display:block;margin-bottom:.5rem}.hb-step__title{font-size:1.125rem;font-weight:700;color:var(--hb-ink);margin-bottom:.75rem;letter-spacing:-.01em}.hb-step__desc{color:var(--hb-muted);font-size:.875rem}.hb-steps__cta{text-align:center;margin-top:3rem}.hb-steps__cta a{display:inline-flex;align-items:center;gap:.5rem;color:var(--hb-teal-dark);font-weight:600;font-size:.875rem}.hb-cta{position:relative;overflow:hidden;background:var(--hb-teal);padding:4rem 0;text-align:center}@media(min-width:1024px){.hb-cta{padding:7rem 0}}.hb-cta__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;border-radius:9999px;background:#ffffff0d;filter:blur(60px);pointer-events:none}.hb-cta__inner{position:relative;z-index:10;max-width:48rem;margin:0 auto}.hb-cta__eyebrow{display:inline-block;color:var(--hb-teal-dark);font-size:.625rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;margin-bottom:.75rem}.hb-cta__title{font-size:clamp(1.9rem,4vw,3rem);font-weight:800;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.hb-cta__text{color:#fff9;max-width:28rem;margin:0 auto 2rem}.hb-cta__actions{display:flex;flex-direction:column;gap:.75rem;align-items:stretch;justify-content:center}@media(min-width:640px){.hb-cta__actions{flex-direction:row;align-items:center}}.hb-page-hero{position:relative;overflow:hidden;background:var(--hb-teal);min-height:420px;display:flex;align-items:center}.hb-page-hero--tall{min-height:520px}.hb-page-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.hb-page-hero__bg img{width:100%;height:100%;object-fit:cover}.hb-page-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0009,#0006 50%,#000000bf)}.hb-page-hero__content{position:relative;z-index:20;width:100%;padding-top:4rem;padding-bottom:3rem}.hb-page-hero__eyebrow{display:inline-block;color:var(--hb-yellow);font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;margin-bottom:.75rem}.hb-page-hero__title{font-size:clamp(2rem,5vw,3.25rem);font-weight:700;color:#fff;line-height:1.1;letter-spacing:-.02em;margin-bottom:1rem;max-width:40rem}.hb-page-hero__title.hb-center{margin-left:auto;margin-right:auto;text-align:center}.hb-page-hero__text{color:#ffffffb3;max-width:32rem;font-size:1rem}.hb-page-hero__text.hb-center{margin-left:auto;margin-right:auto;text-align:center}.hb-prose{color:var(--hb-muted);font-size:1rem;line-height:1.75}.hb-prose h2{font-size:1.5rem;font-weight:700;color:var(--hb-ink);margin:2.5rem 0 1rem;letter-spacing:-.01em}.hb-prose h3{font-size:1.25rem;font-weight:700;color:var(--hb-ink);margin:2rem 0 .75rem}.hb-prose p{margin:0 0 1.25rem}.hb-prose ul{list-style:disc;padding-left:1.5rem;margin:0 0 1.25rem}.hb-prose ul li{margin-bottom:.5rem}.hb-prose a{color:var(--hb-teal-dark);text-decoration:underline}.hb-section-heading{text-align:center;margin-bottom:3rem}.hb-section-heading__eyebrow{display:inline-block;color:var(--hb-teal);font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;margin-bottom:.75rem}.hb-section-heading h2{font-size:clamp(1.875rem,3.5vw,2.5rem);font-weight:700;color:var(--hb-ink);letter-spacing:-.02em}.hb-section-heading p{margin-top:1rem;color:var(--hb-muted);max-width:36rem;margin-left:auto;margin-right:auto}.hb-values-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.hb-values-grid{grid-template-columns:repeat(2,1fr)}}.hb-value-card{background:var(--hb-teal);border-radius:1rem;padding:1.75rem;transition:background-color .3s ease}.hb-value-card:hover{background:var(--hb-teal-dark)}.hb-value-card__icon{width:2.5rem;height:2.5rem;border-radius:.75rem;background:#ffffff26;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:#fff}.hb-value-card__icon svg{width:1.25rem;height:1.25rem}.hb-value-card h3{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.5rem;letter-spacing:-.01em}.hb-value-card p{font-size:.8125rem;color:#fff9;line-height:1.6}.hb-stats{padding:4rem 0;background:#fff;border-top:1px solid #f0f0f0}.hb-stats__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(min-width:1024px){.hb-stats__grid{grid-template-columns:repeat(4,1fr)}}.hb-stat{text-align:center}.hb-stat__value{font-size:clamp(1.875rem,3.5vw,2.75rem);font-weight:700;color:var(--hb-ink);letter-spacing:-.02em;margin-bottom:.375rem}.hb-stat__value span{color:var(--hb-teal-dark)}.hb-stat__label{font-size:.75rem;color:var(--hb-muted-2);text-transform:uppercase;letter-spacing:.12em;font-weight:600}.hb-campaigns{background:var(--hb-surface-2);padding:3rem 0}.hb-campaigns__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.hb-campaigns__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.hb-campaigns__grid{grid-template-columns:repeat(3,1fr)}}.hb-campaign-card{background:#fff;border-radius:1rem;overflow:hidden;border:1px solid var(--hb-border);display:flex;flex-direction:column;transition:box-shadow .3s ease,transform .3s ease}.hb-campaign-card:hover{box-shadow:0 20px 40px #0000001f;transform:translateY(-6px)}.hb-campaign-card__media{position:relative;height:13rem;overflow:hidden;background:var(--hb-teal)}.hb-campaign-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hb-campaign-card:hover .hb-campaign-card__media img{transform:scale(1.05)}.hb-campaign-card__badges{position:absolute;top:.75rem;left:.75rem;display:flex;gap:.375rem;flex-wrap:wrap}.hb-badge{font-size:.5625rem;font-weight:700;padding:.25rem .625rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.hb-badge--featured{background:var(--hb-teal);color:#fff}.hb-badge--cat{background:#00000080;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hb-campaign-card__pct{position:absolute;bottom:.75rem;right:.75rem;background:#0009;color:#fff;font-size:.625rem;font-weight:700;padding:.25rem .625rem;border-radius:9999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hb-campaign-card__body{padding:1.5rem;display:flex;flex-direction:column;flex:1}.hb-campaign-card__title{font-size:1rem;font-weight:700;color:var(--hb-ink);margin-bottom:.5rem;line-height:1.35;letter-spacing:-.01em}.hb-campaign-card__desc{font-size:.8125rem;color:var(--hb-muted);margin-bottom:1.25rem;flex:1}.hb-progress{height:.375rem;background:#f3f4f6;border-radius:9999px;overflow:hidden;margin-bottom:.625rem}.hb-progress__bar{height:100%;background:linear-gradient(to right,var(--hb-teal),var(--hb-teal-dark));border-radius:9999px}.hb-campaign-card__meta{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:var(--hb-muted);margin-bottom:1.25rem}.hb-campaign-card__meta strong{color:var(--hb-ink)}.hb-faq{max-width:44rem;margin:0 auto}.hb-faq__item{border:1px solid var(--hb-border);border-radius:.75rem;margin-bottom:.75rem;overflow:hidden;background:#fff}.hb-faq__item summary{list-style:none;cursor:pointer;padding:1.125rem 1.25rem;font-weight:600;color:var(--hb-ink);display:flex;align-items:center;justify-content:space-between;gap:1rem}.hb-faq__item summary::-webkit-details-marker{display:none}.hb-faq__item summary:after{content:"+";font-size:1.25rem;color:var(--hb-teal);flex-shrink:0}.hb-faq__item[open] summary:after{content:"\2212"}.hb-faq__answer{padding:0 1.25rem 1.25rem;color:var(--hb-muted);font-size:.9375rem}.hb-cards-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.hb-cards-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.hb-cards-grid{grid-template-columns:repeat(3,1fr)}}.hb-info-card{background:#fff;border:1px solid var(--hb-border);border-radius:1rem;padding:1.75rem;transition:box-shadow .3s ease,border-color .3s ease}.hb-info-card:hover{box-shadow:0 12px 30px #00000014;border-color:var(--hb-teal)}.hb-info-card__icon{width:3rem;height:3rem;border-radius:.75rem;background:#e8f5f1;color:var(--hb-teal-dark);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.hb-info-card__icon svg{width:1.5rem;height:1.5rem}.hb-info-card h3{font-size:1.0625rem;font-weight:700;color:var(--hb-ink);margin-bottom:.5rem}.hb-info-card p{font-size:.875rem;color:var(--hb-muted)}.hb-form{display:flex;flex-direction:column;gap:1.25rem}.hb-form__row{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.hb-form__row{grid-template-columns:repeat(2,1fr)}}.hb-field{display:flex;flex-direction:column;gap:.5rem}.hb-field label{font-size:.8125rem;font-weight:600;color:var(--hb-ink)}.hb-field input,.hb-field textarea,.hb-field select{width:100%;padding:.75rem 1rem;border:1px solid #d9d9d9;border-radius:.75rem;font-family:inherit;font-size:.9375rem;color:var(--hb-ink);background:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.hb-field input:focus,.hb-field textarea:focus,.hb-field select:focus{border-color:var(--hb-teal);box-shadow:0 0 0 3px #3d8d7a26}.hb-field textarea{min-height:8rem;resize:vertical}.hb-form-note{padding:.875rem 1.125rem;border-radius:.75rem;font-size:.875rem}.hb-form-note--success{background:#e8f5f1;color:var(--hb-teal-deep)}.hb-form-note--error{background:#fdeaea;color:#b42318}.hb-contact-layout{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:900px){.hb-contact-layout{grid-template-columns:1fr 1.2fr}}.hb-contact-info{display:flex;flex-direction:column;gap:1.5rem}.hb-contact-info__item{display:flex;gap:1rem}.hb-contact-info__item .hb-info-card__icon{margin-bottom:0}.hb-contact-info__item h3{font-size:.9375rem;font-weight:700;margin-bottom:.25rem}.hb-contact-info__item p,.hb-contact-info__item a{font-size:.875rem;color:var(--hb-muted)}.hb-panel{background:#fff;border:1px solid var(--hb-border);border-radius:1.25rem;padding:2rem;box-shadow:0 8px 30px #0000000d}.hb-split{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media(min-width:900px){.hb-split{grid-template-columns:1fr 1fr}}.hb-split__media img{width:100%;border-radius:1.25rem;object-fit:cover}.hb-split__title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:var(--hb-ink);letter-spacing:-.02em;margin-bottom:1.25rem}.hb-quote{background:var(--hb-teal);padding:4rem 0;text-align:center}.hb-quote blockquote{margin:0 auto;max-width:44rem;font-size:clamp(1.25rem,3vw,1.875rem);font-weight:600;color:#fff;line-height:1.4;letter-spacing:-.01em}.hb-quote cite{display:block;margin-top:1.5rem;font-style:normal;font-size:.875rem;color:var(--hb-yellow);font-weight:600;letter-spacing:.05em}.hb-footer{background:var(--hb-teal-dark);color:#fff}.hb-footer__inner{padding:3rem 0 2rem}.hb-footer__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}@media(min-width:640px){.hb-footer__grid{grid-template-columns:1.4fr repeat(3,1fr);gap:2rem}}.hb-footer__brand{grid-column:1 / -1;margin-bottom:.5rem}@media(min-width:640px){.hb-footer__brand{grid-column:auto;margin-bottom:0}}.hb-footer__brand img{height:1.75rem;margin-bottom:1rem}.hb-footer__brand p{font-size:.8125rem;color:#ffffff80;max-width:13rem;margin-bottom:1.25rem}.hb-footer__col h4{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem;color:#fff}.hb-footer__col li{margin-bottom:.625rem}.hb-footer__col a{font-size:.8125rem;color:#ffffff80;transition:color .2s ease}.hb-footer__col a:hover{color:#fff}.hb-social{display:flex;align-items:center;gap:.5rem}.hb-social a{width:1.75rem;height:1.75rem;border-radius:.5rem;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff9;transition:background-color .2s ease,color .2s ease}.hb-social a:hover{background:#fff3;color:#fff}.hb-social svg{width:1rem;height:1rem}.hb-footer__divider{height:1px;background:#ffffff1a;margin-bottom:1.5rem}.hb-footer__bottom{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:.5rem;font-size:.6875rem;color:#ffffff59}@media(min-width:640px){.hb-footer__bottom{flex-direction:row}}.hb-footer__bottom span{color:#ffffffb3}.hb-funnel-header{border-bottom:1px solid #cfcfcf;background:#fff;padding:1rem;display:flex;justify-content:center}.hb-funnel-header img{height:2.5rem;width:auto}.hb-cp{background:#fff;color:var(--hb-ink)}.hb-cp__hero{position:relative;background:#000}.hb-cp__hero-media{width:100%;display:block;object-fit:cover;min-height:50vh;max-height:70vh}video.hb-cp__hero-media{height:100%}.hb-cp__video-wrap{position:relative}.hb-cp__hero-embed{aspect-ratio:16 / 9;min-height:50vh}.hb-cp__hero-embed iframe{width:100%;height:100%;border:0}.hb-cp__mute{position:absolute;top:1rem;left:1rem;z-index:3;width:2.5rem;height:2.5rem;border-radius:9999px;border:0;background:#0009;color:#fff;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background-color .2s ease}.hb-cp__mute:hover{background:#000c}.hb-cp__mute svg{width:1.25rem;height:1.25rem}.hb-cp__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.3) 50%,transparent);pointer-events:none}.hb-cp__hero-title{position:absolute;bottom:0;left:0;right:0;z-index:2;padding:0 1.25rem 5rem;pointer-events:none}@media(min-width:768px){.hb-cp__hero-title{padding:0 2rem 8rem}}.hb-cp__hero-title-inner{max-width:1000px;margin:0 auto}.hb-cp__hero-title h1{font-size:1.5rem;font-weight:800;color:#fff;letter-spacing:-.01em;text-shadow:0 2px 8px rgba(0,0,0,.4)}@media(min-width:768px){.hb-cp__hero-title h1{font-size:2.25rem}}.hb-cp__hero-curve{position:absolute;bottom:-1px;left:0;right:0;z-index:1;line-height:0;pointer-events:none}.hb-cp__hero-curve svg{width:100%;height:32px;display:block}@media(min-width:768px){.hb-cp__hero-curve svg{height:48px}}.hb-cp__wrap{max-width:1000px;margin:0 auto;width:100%}.hb-cp__grid{display:flex;flex-direction:column;gap:2rem;padding:1rem 1.25rem 2rem}@media(min-width:768px){.hb-cp__grid{padding:1.5rem 2rem 3rem}}@media(min-width:1024px){.hb-cp__grid{flex-direction:row;gap:3rem}}.hb-cp__col-main{flex:1;min-width:0}.hb-cp__col-aside{display:none}@media(min-width:1024px){.hb-cp__col-aside{display:block;width:380px;flex-shrink:0}}.hb-cp__panel--mobile{margin-bottom:1.5rem}@media(min-width:1024px){.hb-cp__panel--mobile{display:none}}.hb-cp__title-plain{font-size:1.75rem;font-weight:800;letter-spacing:-.01em;margin-bottom:1.25rem}.hb-cp__desc{margin-bottom:2rem}.hb-cp__progress-top{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.hb-ring{position:relative;flex-shrink:0}.hb-ring svg{display:block}.hb-ring__label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:.9375rem;font-weight:700;color:var(--hb-ink)}.hb-cp__amounts{flex:1;min-width:0}.hb-cp__raised{font-size:1.125rem;line-height:1.3}.hb-cp__raised-val{font-weight:700;color:var(--hb-teal-dark)}.hb-cp__raised-goal{color:var(--hb-ink);margin-left:.25rem;text-decoration:underline}.hb-cp__preview{display:flex;align-items:center;gap:.5rem;margin-top:.25rem;color:var(--hb-muted);font-size:.875rem}.hb-cp__preview svg{width:1rem;height:1rem;color:#999;flex-shrink:0}.hb-cp__preview-viewport{position:relative;display:block;flex:1;min-width:0;height:1.25rem;overflow:hidden}.hb-cp__preview-item{position:absolute;left:0;top:0;right:0;opacity:0;transform:translateY(.5rem);transition:opacity .45s ease,transform .45s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-cp__preview-item.is-active{opacity:1;transform:none}.hb-cp__preview-item.is-exit{opacity:0;transform:translateY(-.5rem)}@media(prefers-reduced-motion:reduce){.hb-cp__preview-item{transition:none}}.hb-amounts{border:0;padding:0;margin:1.25rem 0 0}.hb-amounts__legend{padding:0;font-size:.8125rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--hb-ink);margin-bottom:.875rem}.hb-amounts__grid{display:flex;flex-wrap:wrap;gap:.75rem}.hb-amount-pill{flex:0 0 auto;min-width:4.5rem;padding:.75rem 1.5rem;border-radius:9999px;border:1.5px solid #d1d5db;background:#fff;color:var(--hb-ink);font-size:1.0625rem;font-weight:600;line-height:1;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.hb-amount-pill:hover{border-color:#9ca3af}.hb-amount-pill[aria-pressed=true]{background:var(--hb-ink);border-color:var(--hb-ink);color:#fff}.hb-cp__buttons{display:flex;flex-direction:column;gap:.5rem;margin-top:1.25rem}.hb-cp__donate-form{margin:0}.hb-cp__btn{width:100%;height:3rem;border-radius:.5rem;font-size:1rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;border:0;transition:background-color .2s ease}.hb-cp__btn--donate{background:var(--hb-teal);color:#fff}.hb-cp__btn--donate:hover{background:var(--hb-teal-dark)}.hb-cp__btn--share{background:transparent;border:1px solid #c4c4c4;color:var(--hb-muted);font-weight:400}.hb-cp__btn--share:hover{background:#f5f5f5}.hb-cp__guarantee{display:flex;align-items:flex-start;gap:.75rem;padding-top:1.5rem;border-top:1px solid #cfcfcf}.hb-cp__guarantee img{width:2rem;height:2rem;flex-shrink:0;margin-top:.125rem}.hb-cp__guarantee-title{font-size:.875rem;font-weight:600;color:var(--hb-ink)}.hb-cp__guarantee-text{font-size:.75rem;color:var(--hb-muted);margin-top:.125rem;line-height:1.5}.hb-cp__report{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #cfcfcf}.hb-cp__report a{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;color:var(--hb-muted)}.hb-cp__report a:hover{color:var(--hb-ink)}.hb-cp__report svg{width:1rem;height:1rem}.hb-cp__report span{text-decoration:underline}.hb-cp__feed{padding-top:1.5rem;border-top:1px solid #cfcfcf;margin-bottom:2rem}.hb-cp__col-aside .hb-cp__feed{border-top:0;margin-top:1.5rem;padding-top:0}.hb-donations__head{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.hb-donations__head h2{font-size:1.25rem;font-weight:700;color:var(--hb-ink)}.hb-donations__count{font-size:.75rem;font-weight:500;color:var(--hb-muted);background:#f0f0f0;border-radius:9999px;padding:.125rem .625rem}.hb-donations__scroll{position:relative;max-height:15rem;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 8%,#000 90%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 8%,#000 90%,transparent)}.hb-donations__track{display:flex;flex-direction:column;animation:hb-marquee 26s linear infinite;will-change:transform}.hb-donations__scroll:hover .hb-donations__track{animation-play-state:paused}@keyframes hb-marquee{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@media(prefers-reduced-motion:reduce){.hb-donations__track{animation:none}.hb-donations__scroll{max-height:none;overflow:visible;-webkit-mask-image:none;mask-image:none}}.hb-donor-row{display:flex;align-items:center;gap:.75rem;padding:.75rem 0}.hb-donor-avatar{width:2.5rem;height:2.5rem;border-radius:9999px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#525252}.hb-donor-avatar svg{width:1.125rem;height:1.125rem}.hb-donor-avatar span{font-size:.875rem;font-weight:600;color:#333}.hb-donor-name{font-size:.875rem;font-weight:500;color:var(--hb-ink)}.hb-donor-sub{font-size:.875rem;color:var(--hb-muted)}.hb-donor-sub strong{color:var(--hb-ink)}.hb-donations__cta{margin-top:1rem;background:#e8f5f1;border-radius:.75rem;padding:1rem;display:flex;align-items:center;gap:.75rem}.hb-donations__cta p{flex:1;font-size:.875rem;font-weight:600;color:var(--hb-ink)}.hb-donations__cta .hb-btn{padding:.5rem 1.25rem;font-size:.875rem;flex-shrink:0}.hb-404{padding:4rem 0;text-align:center}@media(min-width:768px){.hb-404{padding:6rem 0}}.hb-404__eyebrow{font-size:.6875rem;font-weight:700;color:var(--hb-teal-dark);text-transform:uppercase;letter-spacing:.18em;margin-bottom:.75rem}.hb-404__title{font-size:clamp(1.875rem,5vw,3rem);font-weight:700;color:var(--hb-ink);line-height:1.1;letter-spacing:-.02em;margin-bottom:1rem}.hb-404__text{font-size:1rem;color:#0000008c;max-width:36rem;margin:0 auto 2.5rem}.hb-404__cards{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2.5rem}@media(min-width:640px){.hb-404__cards{grid-template-columns:repeat(3,1fr)}}.hb-404__card{text-align:left;border:1px solid rgba(0,0,0,.1);border-radius:.75rem;padding:1.25rem;transition:border-color .2s ease,background-color .2s ease}.hb-404__card:hover{border-color:#2d6b5e66;background:#3d8d7a08}.hb-404__card-icon{width:2.5rem;height:2.5rem;border-radius:.5rem;background:#3d8d7a1a;color:var(--hb-teal-dark);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.hb-404__card-icon svg{width:1.25rem;height:1.25rem}.hb-404__card h2{font-size:1rem;font-weight:600;color:var(--hb-ink);margin-bottom:.25rem}.hb-404__card p{font-size:.8125rem;color:#0000008c;line-height:1.5}.hb-mt-lg{margin-top:2.5rem}.hb-text-center{text-align:center}
/*# sourceMappingURL=/cdn/shop/t/24/assets/base.css.map */
