#funding-products-animated{display:flex;flex-direction:column;align-items:center}#funding-products-animated .feature-title{text-align:center;font-size:48px;line-height:1.2;margin-bottom:40px}@media (max-width:768px){#funding-products-animated .feature-title{font-size:32px;line-height:normal}}#funding-products-animated .feature-title .highlight-wrap{position:relative;display:inline-block;margin-left:6px}#funding-products-animated .feature-title .highlight-text{position:relative}#funding-products-animated .feature-title .highlight-bar{position:absolute;left:0;bottom:0;width:100%;height:6px;background:#2e9c8e;transform-origin:left center;transform:scaleX(0)}.funding-products{padding:120px 0}@media (max-width:768px){.funding-products{padding:0}}.funding-products__grid{max-width:800px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:flex-start}@media (max-width:768px){.funding-products__grid{max-width:100%;grid-template-columns:1fr;gap:0}}.funding-products__content{display:flex;flex-direction:column}.funding-products .product-step{padding:120px 0;display:flex;flex-direction:column;align-items:flex-end}@media (max-width:768px){.funding-products .product-step{padding:20px 0;align-items:center}}.funding-products .product-step a,.funding-products .product-step h3,.funding-products .product-step p{opacity:0;transform:translateX(-60px);will-change:transform,opacity;text-align:right}@media (max-width:768px){.funding-products .product-step a,.funding-products .product-step h3,.funding-products .product-step p{text-align:center}}.funding-products .product-step h3{margin-bottom:12px}.funding-products .product-step p{margin-bottom:16px}.funding-products .product-step a{font-weight:600;text-decoration:underline;width:fit-content}.funding-products .icon-wrap{position:relative;width:86px;height:86px;display:grid;place-items:center;margin-bottom:16px}.funding-products .icon-wrap svg.circle{position:absolute;inset:0;transform:rotate(-90deg)}.funding-products .icon-wrap svg.circle circle{fill:none;stroke-width:2;shape-rendering:geometricPrecision;stroke-linecap:round}.funding-products .icon-wrap img{z-index:2;opacity:0;transform:scale(.85);will-change:transform,opacity}.funding-products .product-step:nth-child(1) .circle circle{stroke:#f8783d}.funding-products .product-step:nth-child(2) .circle circle{stroke:#6e3e9b}.funding-products .product-step:nth-child(3) .circle circle{stroke:#1b6798}.funding-products .product-step:nth-child(4) .circle circle{stroke:#46c8b8}.funding-products__mockups{position:sticky;top:140px;height:520px;display:flex;align-items:center;justify-content:center}@media (max-width:768px){.funding-products__mockups{display:none}}.funding-products .mockup{position:absolute;max-width:300px;opacity:0;transform:scale(.96);transition:opacity .35s ease,transform .35s ease;will-change:opacity,transform}.funding-products .mockup.active{opacity:1;transform:scale(1);z-index:2}