:root{--color-blue: #3A86FF;--color-red: #fe0048;--color-yellow: #ffbb38;--color-green: #2ec4b6;--color-purple: #7209b7;--color-pink: #ff006e;--color-orange: #f77f00}.text-blue{color:var(--color-blue)}.text-red{color:var(--color-red)}.text-yellow{color:var(--color-yellow)}.text-green{color:var(--color-green)}.text-purple{color:var(--color-purple)}.text-pink{color:var(--color-pink)}.text-orange{color:var(--color-orange)}.card-scroller{background:#fff;overflow:visible}.card-scroller .card-scroller-inner{display:flex;flex-direction:column;gap:3rem}@media(min-width: 1200px){.card-scroller .card-scroller-inner{flex-direction:row;gap:4rem;align-items:flex-start}}@media(min-width: 1200px){.card-scroller .card-scroller-intro{width:40%;flex-shrink:0;padding-top:20vh}}.card-scroller .card-scroller-intro .subtitle{margin-bottom:1.5rem}.card-scroller .card-scroller-heading{font-size:clamp(2rem,1.5rem + 1.5vw,3.25rem);line-height:1.1;font-weight:600;letter-spacing:-0.02em;margin-bottom:1.25rem}.card-scroller .card-scroller-desc{color:rgba(0,0,0,.35);line-height:1.6;margin-bottom:2rem}@media(min-width: 1200px){.card-scroller .card-scroller-desc{max-width:90%}}.card-scroller .card-scroller-cta{margin-top:.5rem}.card-scroller .card-scroller-cards{display:flex;flex-direction:column;perspective:1000px}@media(min-width: 1200px){.card-scroller .card-scroller-cards{flex:1}}.card-scroller .card-scroller-cards{gap:1rem}.card-scroller .cs-card{display:flex;align-items:center;gap:1.5rem;padding:1.75rem;border-radius:.75rem;text-decoration:none;color:inherit;position:relative;transform-style:preserve-3d;will-change:transform;overflow:hidden;background:none;border:none}.card-scroller .cs-card:hover .cs-card-fill{transform:translate(-50%, -50%) scale(1);transition:transform .9s ease}.card-scroller .cs-card:hover .cs-card-title,.card-scroller .cs-card:hover .cs-card-desc{color:#fff}.card-scroller .cs-card:hover .cs-card-dot{color:#fff}.card-scroller .cs-card:hover .cs-card-arrow{transform:translate(2px, -2px);color:#fff}.card-scroller .cs-card:hover .cs-card-pill{background:none;color:hsla(0,0%,100%,.6);border-color:hsla(0,0%,100%,.25)}@media(max-width: 767px){.card-scroller .cs-card{flex-wrap:wrap;gap:1rem;padding:1.25rem}}.card-scroller .cs-card-fill{position:absolute;left:var(--dot-x, 50%);top:var(--dot-y, 50%);width:250%;aspect-ratio:1;border-radius:50%;background:var(--color-red);transform:translate(-50%, -50%) scale(0);transition:transform .8s ease-in;pointer-events:none;z-index:0}.card-scroller .cs-card-dot{color:var(--color-red);font-weight:700;transition:color .3s ease}.card-scroller .cs-card-thumb{width:5.5rem;height:5.5rem;flex-shrink:0;border-radius:.75rem;overflow:hidden;background:#151717;position:relative;z-index:1;display:grid;place-items:center}.card-scroller .cs-card-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.card-scroller .cs-card-thumb img[src$=".svg"]{-o-object-fit:contain;object-fit:contain;padding:1rem}@media(min-width: 1200px){.card-scroller .cs-card-thumb{width:6.5rem;height:6.5rem}}.card-scroller .cs-card-logo{position:absolute;top:.35rem;right:.35rem;width:1.5rem;height:1.5rem;border-radius:4px;overflow:hidden}.card-scroller .cs-card-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:brightness(0) invert(1)}.card-scroller .cs-card-body{flex:1;min-width:0;position:relative;z-index:1}.card-scroller .cs-card-title{font-size:clamp(1.2rem,1rem + .6vw,1.65rem);font-weight:600;line-height:1.2;letter-spacing:-0.01em;margin-bottom:.4rem;transition:color .3s ease}.card-scroller .cs-card-pills{position:absolute;top:.75rem;right:.75rem;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.35rem;z-index:2;max-width:55%}@media(max-width: 767px){.card-scroller .cs-card-pills{top:.65rem;right:.65rem;max-width:60%}}.card-scroller .cs-card-desc{font-size:.9rem;color:rgba(0,0,0,.55);line-height:1.5;transition:color .3s ease}@media(max-width: 767px){.card-scroller .cs-card-desc{width:100%}}@media(min-width: 1200px){.card-scroller .cs-card-desc{max-width:85%}}.card-scroller .cs-card-pill{font-size:.6rem;padding:.25rem .6rem;border-radius:100px;background:none;color:rgba(0,0,0,.5);border:1px solid rgba(0,0,0,.15);font-weight:500;letter-spacing:.01em;line-height:1.3;white-space:nowrap;transition:background .3s ease,color .3s ease,border-color .3s ease}.card-scroller .cs-card-arrow{flex-shrink:0;width:2.5rem;height:2.5rem;display:grid;place-items:center;border-radius:.5rem;transition:transform .3s ease,color .3s ease;color:#151717;position:relative;z-index:1}.card-scroller .cs-card-arrow svg{width:14px;height:14px}@media(max-width: 767px){.card-scroller .cs-card-arrow{position:absolute;right:0;top:1.25rem}}