.hero-glow{position:relative;z-index:2}.hero-glow:before{content:"";position:absolute;top:var(--glow-border-width);left:var(--glow-border-width);right:var(--glow-border-width);bottom:var(--glow-border-width);z-index:-1;background:var(--glow-background-color);border-radius:var(--glow-border-radius);pointer-events:none}.hero-glow:after{content:"";border-radius:var(--glow-border-radius);position:absolute;inset:0;z-index:-2;background:conic-gradient(from var(--angle),#E5E7EA 0%,#8E86EA 22%,#EF45B8 46%,#FFD16A 52%,#E5E7EA 100%);pointer-events:none;background-repeat:no-repeat;animation:rotateGradient var(--glow-duration) linear infinite}@keyframes rotateGradient{0%{--angle: 0deg}to{--angle: 360deg}}@property --angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.wave{display:block;position:relative;overflow:hidden}.wave:before{content:"";position:absolute;top:0;left:-100%;bottom:0;width:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);animation:waveSweep 2s ease-in-out infinite 2s}@keyframes waveSweep{0%{left:-100%}25%{left:100%}to{left:100%}}.hero-act-container{padding:30px;max-width:360px;opacity:0}.hero-act-label{font-family:Inter;font-weight:400;width:fit-content;font-size:11px;line-height:166%;letter-spacing:0px;margin-bottom:16px;padding:0 10px;color:#c8811a;background-color:#fbf2cb;border:1px solid #fde57f;border-radius:67px}.hero-act-title{font-family:Inter;font-weight:600;font-size:30px;line-height:110%;letter-spacing:0px;color:#000;margin-bottom:4px}.hero-act-subtitle{font-family:Inter;font-weight:600;font-size:18px;line-height:110%;letter-spacing:0px;margin-bottom:18px}.hero-act-subtitle span{color:#38bc57}.hero-act-description{font-family:Inter;font-weight:400;font-size:10px;line-height:152%;letter-spacing:0px;margin-bottom:20px}.hero-act-button{--glow-border-radius: 27px;--glow-background-color: black;--glow-border-width: 2px;--glow-duration: 2s;overflow:hidden;font-family:Inter;font-weight:700;font-size:18px;line-height:150%;letter-spacing:0%}@media (max-width: 568px){.hero-act-button{font-family:Inter;font-weight:700;font-size:16px;line-height:150%;letter-spacing:0%}}.hero-act-button{width:100%;color:#fff;border-radius:var(--glow-border-radius)}.hero-act-button:hover,.hero-act-button:active{--glow-border-width: 0px}.hero-act-button{transition:all .1s ease-in-out}.hero-act-button span{width:100%;height:100%;padding:12px 0;display:flex;justify-content:center;align-items:center;gap:10px;text-align:center}.hero-act-button span:before{content:"";position:absolute;top:0;left:-100%;bottom:0;width:100%;background:linear-gradient(-45deg,transparent,rgba(255,255,255,.8),transparent);animation:waveSweep 2s ease-in-out infinite 2s}.hero-progress-container{padding:30px;opacity:0;width:105%}.hero-progress-label{font-family:Inter;font-weight:400;width:fit-content;font-size:11px;line-height:166%;letter-spacing:0px;margin:0 auto 11px;padding:0 10px;color:#c8811a;background-color:#fbf2cb;border:1px solid #fde57f;border-radius:67px}.hero-progress-title{font-family:Inter;font-weight:600;font-size:20px;line-height:110%;letter-spacing:0px;text-align:center;color:#000;margin-bottom:24px}.hero-progress-range{height:8px;border-radius:20px;background-color:#e6e7ea}.hero-progress-range span{display:block;width:0%;height:100%;border-radius:82px;background:linear-gradient(90deg,#8e86ea,#ef45b8,#ffd16a,#82c83c)}.hero-carousel-container{height:100%;position:relative;display:flex;flex-direction:column;gap:13px}@media (max-width: 991px){.hero-carousel-container{gap:12px}}@media (max-width: 767px){.hero-carousel-container{gap:10px}}.hero-carousel-line{display:flex;gap:15px;margin-left:-20px;width:100vw}@media (max-width: 991px){.hero-carousel-line{gap:12px}}@media (max-width: 767px){.hero-carousel-line{gap:10px}}.hero-carousel-line img{width:170px;height:210px;border-radius:20px;flex-shrink:0;position:relative;z-index:100;transition:transform .1s}@media (max-width: 991px){.hero-carousel-line img{width:139px;height:172px;border-radius:20px}}@media (max-width: 767px){.hero-carousel-line img{width:84px;height:104px;border-radius:10px}}.hero-carousel-button{padding:12px 24px;border-radius:100px;left:50%;position:relative;z-index:102;font-family:Inter;font-weight:700;width:fit-content;font-size:18px;line-height:150%;letter-spacing:0px;color:#fff;background:#000;cursor:pointer;border:none;transition:transform .1s ease-in-out;transform:translate(-50%)}.hero-carousel-button:hover{background:linear-gradient(90deg,#8e86ea,#ef45b8,#ffd16a,#82c83c);transform:translate(-50%) scale(1.1)!important}.hero-carousel-button:active{background:linear-gradient(90deg,#8e86ea,#ef45b8,#ffd16a,#82c83c);transform:translate(-50%) scale(.9)!important}@media (max-width: 991px){.hero-carousel-button{font-size:16px;padding:10px 20px}}@media (max-width: 767px){.hero-carousel-button{font-size:14px;padding:8px 16px}}
