.carousel-container{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:16px 16px 12px;--outer-r:24px;--p-distance:12px;background:rgba(255,255,255,.03);display:flex;flex-direction:column}.carousel-track{display:flex;flex:1;min-height:0;align-items:stretch}.carousel-item{position:relative;display:flex;flex-shrink:0;flex-direction:column;align-items:flex-start;justify-content:flex-start;border:1px solid rgba(255,255,255,.08);border-radius:calc(var(--outer-r) - var(--p-distance));background:linear-gradient(150deg,rgba(14,36,104,.6),rgba(6,15,54,.8));overflow:hidden;cursor:grab}.carousel-item:active{cursor:grabbing}.carousel-container.round,.carousel-item.round{border:1px solid rgba(255,255,255,.1)}.carousel-item.round{background:rgba(13,7,22,.9);position:relative;bottom:.1em;justify-content:center;align-items:center;text-align:center}.carousel-item-header.round{padding:0;margin:0}.carousel-indicators-container.round{position:absolute;z-index:2;bottom:3em;left:50%;transform:translateX(-50%)}.carousel-item-accent{height:2px;width:100%;flex-shrink:0;background:linear-gradient(90deg,#7DC828,rgba(125,200,40,.2) 60%,transparent)}.carousel-item-body{display:flex;flex-direction:column;padding:32px;width:100%;flex:1;min-height:0;position:relative}.carousel-item-ghost{position:absolute;bottom:24px;right:24px;opacity:.04;pointer-events:none}.carousel-item-ghost svg{width:120px;height:120px;stroke:#7DC828}.carousel-icon-container{display:flex;height:44px;width:44px;align-items:center;justify-content:center;border-radius:12px;background:rgba(125,200,40,.12);border:1px solid rgba(125,200,40,.25);margin-bottom:24px;flex-shrink:0}.carousel-icon-container svg{width:20px;height:20px}.carousel-item-title{font-weight:800;font-size:36px;color:#fff;letter-spacing:-.04em;line-height:1.1;margin-bottom:20px}.carousel-item-divider{width:36px;height:2px;border-radius:2px;background:rgba(125,200,40,.45);margin-bottom:20px;flex-shrink:0}.carousel-item-description{font-size:15px;color:rgba(255,255,255,.5);line-height:1.65;flex:1}.carousel-indicators-container{display:flex;width:100%;justify-content:center;padding-top:12px;flex-shrink:0}.carousel-indicators{display:flex;align-items:center;gap:6px}.carousel-indicator{height:6px;width:6px;border-radius:50%;cursor:pointer;transition:all .2s ease}.carousel-indicator.active{background-color:#7DC828;width:18px;border-radius:3px}.carousel-indicator.inactive{background-color:rgba(255,255,255,.2)}.text-rotate{display:flex;flex-wrap:wrap;white-space:pre-wrap;position:relative}.text-rotate-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-rotate-word{display:inline-flex}.text-rotate-lines{display:flex;flex-direction:column;width:100%}.text-rotate-element{display:inline-block}.text-rotate-space{white-space:pre}.card-swap-container{position:absolute;bottom:0;right:0;transform:translate(5%,8%);transform-origin:bottom right;perspective:900px;overflow:visible}.card{position:absolute;top:50%;left:50%;border-radius:1.75rem;border:1px solid rgba(255,255,255,.08);background:linear-gradient(150deg,#0e2468,#060f36);overflow:hidden;transform-style:preserve-3d;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden;cursor:pointer}@media (max-width:768px){.card-swap-container{transform:scale(.75) translate(25%,25%)}}@media (max-width:480px){.card-swap-container{transform:scale(.55) translate(25%,25%)}}