.road-to-funding-block{position:relative;color:var(--main-text-color)}.road-to-funding-block.background-default{background:linear-gradient(180deg, #FFF 0%, #C4E2FD 32.67%, #3892F3 100%)}.road-to-funding-block.background-light{background:linear-gradient(180deg, var(--background-light) 0%, #C4E2FD 32.67%, #3892F3 100%)}[data-theme=dark] .road-to-funding-block.background-default{background:linear-gradient(180deg, #1a1a1a 0%, #2a4a66 32.67%, #1e3a5f 100%)}[data-theme=dark] .road-to-funding-block.background-light{background:linear-gradient(180deg, var(--background-light) 0%, #2a4a66 32.67%, #1e3a5f 100%)}.road-to-funding-section{position:relative;width:100%}.rating-text,.program-card__description,.program-card__name,[data-layout=layout_2] .step__disclaimer,[data-layout=layout_2] .tool-card__description,[data-layout=layout_2] .tool-card__subtitle,[data-layout=layout_2] .tool-card__name,.step__description,.step__title,.road-to-funding__description,.road-to-funding__title{font-style:normal;line-height:normal;color:var(--main-text-color);margin:0}.road-to-funding__header{text-align:left;margin-bottom:40px}@media(max-width:900px){.road-to-funding__header{margin-bottom:30px}}.road-to-funding__title{font-size:42px;font-weight:700;margin-bottom:40px !important}@media(max-width:900px){.road-to-funding__title{font-size:30px;margin-bottom:16px !important;font-weight:600}}@media(max-width:600px){.road-to-funding__title{font-size:20px;font-weight:500;margin-bottom:12px}}.road-to-funding__description{font-size:24px;font-weight:400}@media(max-width:900px){.road-to-funding__description{font-size:18px}}@media(max-width:600px){.road-to-funding__description{font-size:16px}}.road-to-funding__steps-container{border-radius:20px;background:var(--white);box-shadow:0px 4px 20px 0px rgba(40,40,40,.12);padding:40px;margin-bottom:40px}@media(max-width:900px){.road-to-funding__steps-container{padding:30px;margin-bottom:30px;box-shadow:0px 3px 16px 0px rgba(40,40,40,.08)}}@media(max-width:600px){.road-to-funding__steps-container{padding:20px;margin-bottom:20px;border-radius:16px;box-shadow:0px 2px 12px 0px rgba(40,40,40,.06)}}[data-theme=dark] .road-to-funding__steps-container{background:var(--white);box-shadow:0 4px 20px 0 rgba(0,0,0,.25)}@media(max-width:900px){[data-theme=dark] .road-to-funding__steps-container{box-shadow:0 3px 16px 0 rgba(0,0,0,.18)}}@media(max-width:600px){[data-theme=dark] .road-to-funding__steps-container{box-shadow:0 2px 12px 0 rgba(0,0,0,.15)}}.road-to-funding__step{margin-bottom:80px}.road-to-funding__step:last-of-type{margin-bottom:0}@media(max-width:900px){.road-to-funding__step{margin-bottom:40px}}@media(max-width:600px){.road-to-funding__step{margin-bottom:20px}}.step__header{display:flex;align-items:center;grid-gap:20px;gap:20px;margin-bottom:24px}@media(max-width:900px){.step__header{grid-gap:16px;gap:16px;margin-bottom:20px}}@media(max-width:600px){.step__header{grid-gap:12px;gap:12px;margin-bottom:16px}}.step__number{border:5px solid var(--brand-blue);border-radius:50px;color:var(--brand-blue);padding:10px 35px;font-size:20px;font-weight:500;flex-shrink:0;white-space:nowrap}@media(max-width:900px){.step__number{padding:8px 30px;font-size:18px;border-width:4px}}@media(max-width:600px){.step__number{padding:6px 20px;font-size:14px;border-width:3px}}.step__title{font-size:42px;font-weight:700}@media(max-width:900px){.step__title{font-size:30px}}@media(max-width:600px){.step__title{font-size:18px;font-weight:600}}.step__description{font-size:24px;font-weight:400;margin-bottom:40px}@media(max-width:900px){.step__description{font-size:20px;margin-bottom:25px}}@media(max-width:600px){.step__description{font-size:16px;margin-bottom:20px}}.step__content{display:grid;grid-template-columns:3fr 1fr;grid-gap:20px;gap:20px;align-items:start}@media(max-width:900px){.step__content{grid-template-columns:1fr;grid-gap:10px;gap:10px}}[data-layout=layout_2] .step__content{display:flex;flex-direction:column;grid-gap:30px;gap:30px}@media(max-width:900px){[data-layout=layout_2] .step__content{grid-gap:20px;gap:20px}}.step__text{order:1}.step__image{order:2;text-align:center}.step__image .step-image{width:100%;height:auto;max-width:400px;transition:transform .3s ease}@media(max-width:900px){.step__image .step-image{max-width:320px}}@media(max-width:600px){.step__image .step-image{max-width:280px}}[data-layout=layout_2] .step__tools{order:1}[data-layout=layout_2] .tools-grid{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:24px;gap:24px;margin-bottom:40px}@media(max-width:1200px){[data-layout=layout_2] .tools-grid{grid-template-columns:repeat(2, 1fr);grid-gap:20px;gap:20px;margin-bottom:30px}}@media(max-width:900px){[data-layout=layout_2] .tools-grid{grid-gap:16px;gap:16px;margin-bottom:24px}}@media(max-width:600px){[data-layout=layout_2] .tools-grid{grid-template-columns:1fr;grid-gap:12px;gap:12px;margin-bottom:20px}}[data-layout=layout_2] .tool-card{background:var(--white);border-radius:20px;border:2px solid var(--ast-light-border);padding:24px;transition:transform .3s ease;display:flex;flex-direction:column;align-items:center;text-align:left;min-height:280px}[data-layout=layout_2] .tool-card:hover{transform:translateY(-2px)}@media(max-width:900px){[data-layout=layout_2] .tool-card{padding:20px;min-height:260px}}@media(max-width:600px){[data-layout=layout_2] .tool-card{padding:16px;min-height:240px}}[data-theme=dark] [data-layout=layout_2] .tool-card{background:var(--dark-section-bg);border-color:var(--border-color)}[data-layout=layout_2] .tool-card__content{flex:1;display:flex;flex-direction:column;justify-content:flex-start;width:100%;margin-bottom:20px}@media(max-width:900px){[data-layout=layout_2] .tool-card__content{margin-bottom:16px}}@media(max-width:600px){[data-layout=layout_2] .tool-card__content{margin-bottom:12px}}[data-layout=layout_2] .tool-card__name{font-size:24px;font-weight:600;text-align:left;margin-bottom:8px}@media(max-width:900px){[data-layout=layout_2] .tool-card__name{font-size:20px;margin-bottom:6px}}@media(max-width:600px){[data-layout=layout_2] .tool-card__name{font-size:16px}}[data-layout=layout_2] .tool-card__subtitle{font-size:16px;font-weight:400;text-align:left;margin-bottom:12px}@media(max-width:900px){[data-layout=layout_2] .tool-card__subtitle{font-size:15px;margin-bottom:10px}}@media(max-width:600px){[data-layout=layout_2] .tool-card__subtitle{font-size:14px;margin-bottom:8px}}[data-layout=layout_2] .tool-card__description{font-size:18px;font-weight:400;text-align:left}@media(max-width:900px){[data-layout=layout_2] .tool-card__description{font-size:17px}}@media(max-width:600px){[data-layout=layout_2] .tool-card__description{font-size:16px}}[data-layout=layout_2] .tool-card__image{width:100%;max-width:290px;max-height:170px;display:flex;align-items:center;justify-content:center;margin-top:20px;overflow:hidden}[data-layout=layout_2] .tool-card__image .tool-icon{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media(max-width:900px){[data-layout=layout_2] .tool-card__image{max-width:200px;max-height:200px;margin-top:16px}}@media(max-width:600px){[data-layout=layout_2] .tool-card__image{max-width:100%;max-height:100%;margin-top:12px}}[data-layout=layout_2] .step__disclaimer{font-size:14px;font-weight:400;text-align:left}.programs-grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:30px;gap:30px;margin-top:40px}@media(max-width:1200px){.programs-grid{grid-template-columns:repeat(2, 1fr);grid-gap:25px;gap:25px}}@media(max-width:900px){.programs-grid{grid-template-columns:1fr;grid-gap:20px;gap:20px;max-width:500px;margin:40px auto 0}}@media(max-width:600px){.programs-grid{margin-top:30px;grid-gap:16px;gap:16px}}.program-card{background:var(--body-bg);border-radius:20px;padding:30px;color:var(--main-text-color);transition:transform .3s ease,box-shadow .3s ease;position:relative}.program-card:hover{transform:translateY(-3px);box-shadow:0 2px 2px rgba(0,0,0,.05)}@media(max-width:600px){.program-card{padding:24px}}.program-card:nth-child(1){background:#dcfbff}.program-card:nth-child(1) .program-card__badge{color:#00719f;background:#9beeff}.program-card:nth-child(1) .program-card__rating .iconify{color:#00719f}[data-theme=dark] .program-card:nth-child(1){background:#1a3d42}[data-theme=dark] .program-card:nth-child(1) .program-card__badge{color:#7dd3f0;background:#0f2a30}[data-theme=dark] .program-card:nth-child(1) .program-card__rating .iconify{color:#7dd3f0}.program-card:nth-child(2){background:#edeeff}.program-card:nth-child(2) .program-card__badge{color:#5258e4;background:#d3d5ff}.program-card:nth-child(2) .program-card__rating .iconify{color:#5258e4}[data-theme=dark] .program-card:nth-child(2){background:#2a2442}[data-theme=dark] .program-card:nth-child(2) .program-card__badge{color:#a5a9ff;background:#1a1a35}[data-theme=dark] .program-card:nth-child(2) .program-card__rating .iconify{color:#a5a9ff}.program-card:nth-child(3){background:#cef8e0}.program-card:nth-child(3) .program-card__badge{color:#007a4d;background:#89ecbc}.program-card:nth-child(3) .program-card__rating .iconify{color:#007a4d}[data-theme=dark] .program-card:nth-child(3){background:#1a3d2a}[data-theme=dark] .program-card:nth-child(3) .program-card__badge{color:#7de0a8;background:#0f2a1a}[data-theme=dark] .program-card:nth-child(3) .program-card__rating .iconify{color:#7de0a8}.program-card__icon{width:100px;height:100px;margin-bottom:30px;display:flex;align-items:center;justify-content:center}.program-card__icon .program-icon{width:90px;height:90px;-o-object-fit:contain;object-fit:contain}@media(max-width:900px){.program-card__icon{margin-bottom:25px;width:80px;height:80px}.program-card__icon .program-icon{width:70px;height:70px}}@media(max-width:600px){.program-card__icon{width:50px;height:50px;margin-bottom:10px}.program-card__icon .program-icon{width:40px;height:40px}}.program-card__name{font-size:20px;font-weight:500;margin-bottom:20px}@media(max-width:900px){.program-card__name{font-size:18px;margin-bottom:15px}}@media(max-width:600px){.program-card__name{font-size:16px;margin-bottom:10px}}.program-card__badge{background:var(--highlight);color:var(--text-on-dark);padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;display:inline-block;margin-bottom:16px}@media(max-width:600px){.program-card__badge{margin-bottom:12px}}.program-card__rating{margin-bottom:8px;display:flex;align-items:center;grid-gap:6px;gap:6px}.program-card__rating .iconify{font-size:30px}@media(max-width:600px){.program-card__rating{margin-bottom:6px}.program-card__rating .iconify{font-size:18px}}.rating-text,.program-card__description{font-size:18px;font-weight:500}@media(max-width:600px){.rating-text,.program-card__description{font-size:16px}}.program-card__description{font-weight:400;margin-bottom:4px}.program-card__link{color:var(--brand-blue);text-decoration:none;font-size:18px;font-weight:400;transition:color .3s ease}.program-card__link:hover{color:var(--highlight-darkened);text-decoration:underline}@media(max-width:600px){.program-card__link{font-size:16px}}.road-to-funding__cta{display:flex;justify-content:flex-start;grid-gap:20px;gap:20px}@media(max-width:600px){.road-to-funding__cta{flex-wrap:wrap;grid-gap:12px;gap:12px}}.cta-button{padding:15px 50px;border-radius:50px;font-size:24px;font-weight:600;text-decoration:none;transition:all .3s ease;border:1px solid transparent;min-width:200px;text-align:center}@media(max-width:900px){.cta-button{padding:12px 40px;font-size:20px;min-width:180px}}@media(max-width:600px){.cta-button{padding:10px 20px;font-size:16px;min-width:auto;flex-shrink:0;white-space:nowrap}}.cta-button--primary{background:var(--dark-blue);color:var(--text-on-dark);border-color:var(--dark-blue)}.cta-button--primary:hover{background:var(--dark-blue-darkened);border-color:var(--dark-blue-darkened);transform:translateY(-2px)}.cta-button--secondary{background:var(--white);color:var(--dark-blue);border-color:var(--dark-blue)}.cta-button--secondary:hover{background:var(--bg-brand-weak);color:var(--dark-blue);transform:translateY(-2px)}[data-theme=dark] .program-card:hover{box-shadow:0 2px 2px rgba(0,0,0,.4)}[data-theme=dark] .step__image .step-image,[data-theme=dark] .program-card__icon .program-icon,[data-theme=dark] .tool-card__image .tool-icon{filter:brightness(0.9) contrast(1.1)}[data-theme=dark] .cta-button--primary{background:var(--dark-blue);color:var(--text-on-dark);border-color:var(--dark-blue)}[data-theme=dark] .cta-button--primary:hover{background:var(--highlight-darkened);border-color:var(--highlight-darkened)}[data-theme=dark] .cta-button--secondary{background:rgba(255,255,255,.1);color:var(--highlight);border-color:var(--highlight)}[data-theme=dark] .cta-button--secondary:hover{background:rgba(255,255,255,.3);color:var(--highlight)}[data-theme=dark] [data-layout=layout_2] .tool-card{background:var(--dark-section-bg);border-color:var(--border-color)}@media(prefers-reduced-motion:reduce){.program-card,.cta-button,.step__image .step-image,.tool-card{transition:none}.program-card:hover,.cta-button:hover,.step__image .step-image:hover,.tool-card:hover{transform:none}[data-layout=layout_2] .tool-card:hover{box-shadow:0 4px 20px rgba(40,40,40,.08)}}@media print{.road-to-funding-block{background:var(--white) !important;color:var(--pure-black) !important;padding:40px 0 !important}.road-to-funding-block .road-to-funding__title,.road-to-funding-block .step__title{color:var(--pure-black) !important}.road-to-funding-block .road-to-funding__description,.road-to-funding-block .step__description{color:var(--main-text-color) !important}.road-to-funding-block .step__number{background:var(--pure-black) !important;color:var(--white) !important}.road-to-funding-block .program-card{background:var(--white) !important;border:1px solid var(--pure-black) !important;box-shadow:none !important;page-break-inside:avoid}.road-to-funding-block .program-card:nth-child(1),.road-to-funding-block .program-card:nth-child(2),.road-to-funding-block .program-card:nth-child(3){background:var(--white) !important}.road-to-funding-block .program-card .program-card__name,.road-to-funding-block .program-card .rating-text,.road-to-funding-block .program-card .program-card__description{color:var(--pure-black) !important}.road-to-funding-block .program-card__icon .program-icon,.road-to-funding-block .step__image .step-image,.road-to-funding-block .tool-card__image .tool-icon{filter:none !important}.road-to-funding-block [data-layout=layout_2] .tool-card{background:var(--white) !important;border:1px solid var(--pure-black) !important;box-shadow:none !important;page-break-inside:avoid}.road-to-funding-block [data-layout=layout_2] .tool-card .tool-card__name,.road-to-funding-block [data-layout=layout_2] .tool-card .tool-card__subtitle,.road-to-funding-block [data-layout=layout_2] .tool-card .tool-card__description{color:var(--pure-black) !important}.road-to-funding-block [data-layout=layout_2] .step__disclaimer{color:var(--pure-black) !important}.road-to-funding-block .cta-button{border:2px solid var(--pure-black) !important;color:var(--pure-black) !important;background:var(--white) !important}}@media(prefers-contrast:high){.road-to-funding-block{background:linear-gradient(180deg, #003366 0%, #004499 100%)}.program-card{border:2px solid var(--main-text-color)}.step__number{border:2px solid var(--text-on-dark)}} 