*{box-sizing:border-box;margin:0;padding:0}:root{--font-poppins:"Poppins",sans-serif}html,body{font-family:var(--font-poppins),sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.hero{text-align:center;background:linear-gradient(135deg,#1a1832 0%,#0f1222 100%);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:4rem 2rem;display:flex;position:relative;overflow:hidden}.hero-content{max-width:800px}.hero-title{background:linear-gradient(90deg,#00b4d8,#7209b7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3rem;line-height:1.2}.hero-title span{color:#00b4d8}.hero-subtitle{color:#b3b3b3;margin-top:1rem;margin-bottom:2rem;font-size:1.25rem}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1.2rem;display:flex}.btn{border:2px solid #0000;border-radius:50px;padding:.9rem 2rem;font-weight:600;transition:all .3s}.btn.primary{color:#fff;background:linear-gradient(135deg,#00b4d8,#7209b7)}.btn.secondary{color:#00b4d8;border:2px solid #00b4d8}.hero-image{border-radius:20px;width:100%;max-width:400px;margin-top:3rem;box-shadow:0 0 40px #00b4d84d}@media (max-width:768px){.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1rem}.hero-image{width:90%}}.about{background:#0f1222;justify-content:center;align-items:center;padding:6rem 2rem;display:flex}.about-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:3rem;width:100%;max-width:1100px;display:flex}.about-text{flex:1;min-width:280px}.about-text h2{background:linear-gradient(90deg,#00b4d8,#7209b7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.4rem}.about-text h2 span{color:#00b4d8}.about-text p{color:#b3b3b3;margin-bottom:1rem;font-size:1.1rem;line-height:1.7}.about-image{flex:1;justify-content:center;align-items:center;display:flex}.about-image img{border-radius:20px;width:90%;max-width:450px;box-shadow:0 0 40px #7209b74d}@media (max-width:900px){.about-container{text-align:center;flex-direction:column}.about-image img{width:80%}.about-text h2{font-size:2rem}.about-text p{font-size:1rem}}.features{text-align:center;background:linear-gradient(135deg,#101327,#0f1222);padding:6rem 2rem}.features-container{max-width:1200px;margin:0 auto}.features h2{background:linear-gradient(90deg,#00b4d8,#a00ffa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:3rem;font-size:2.4rem}.features h2 span{color:#00b4d8}.features-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:2rem;transition:all .4s;box-shadow:0 0 20px #0000004d}.feature-card:hover{transform:translateY(-5px);box-shadow:0 0 30px #00b4d84d}.feature-card img{width:60px;height:60px;margin-bottom:1.2rem}.feature-card h3{color:#fff;margin-bottom:.8rem;font-size:1.3rem}.feature-card p{color:#b3b3b3;font-size:1rem;line-height:1.6}@media (max-width:1000px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.features-grid{grid-template-columns:1fr}}.howitworks{text-align:center;background:#0f1222;padding:6rem 2rem;position:relative;overflow:hidden}.howitworks h2{background:linear-gradient(90deg,#00b4d8,#a00ffa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:3rem;font-size:2.4rem}.howitworks h2 span{color:#00b4d8}.steps-container{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:2rem;max-width:1100px;margin:0 auto;display:flex}.step-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;flex:1;min-width:280px;padding:2rem;transition:all .3s}.step-card:hover{transform:translateY(-5px);box-shadow:0 0 25px #00b4d84d}.step-card img{width:70px;height:70px;margin-bottom:1.2rem}.step-card h3{color:#fff;margin-bottom:1rem;font-size:1.4rem}.step-card p{color:#b3b3b3;font-size:1rem;line-height:1.6}@media (max-width:900px){.steps-container{flex-direction:column;align-items:center}}.ai-insight{color:#fff;background:#0f1222;flex-direction:column;align-items:center;gap:3rem;padding:6rem 2rem;display:flex}.ai-insight-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:1200px;display:flex}.ai-insight-text{flex:500px}.ai-insight-text h2{background:linear-gradient(90deg,#a00ffa,#7209b7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem}.ai-insight-text p{color:#c7c7c7;margin-bottom:1rem;font-size:1.05rem;line-height:1.6}.ai-insight-image{flex:400px;justify-content:center;display:flex}.ai-insight-image img{border-radius:18px;width:90%;max-width:450px;box-shadow:0 0 40px #a00ffa4d}.ai-insight-stats{scroll-behavior:smooth;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;background:#ffffff08;border-top:1px solid #a00ffa33;border-bottom:1px solid #a00ffa33;width:100%;margin-top:3rem;padding:1.2rem 0;display:flex;overflow-x:scroll}.ai-insight-stats::-webkit-scrollbar{display:none}.ai-stat-item{color:#fff;text-shadow:0 0 12px #a00ffa40;flex:none;margin:0 2.5rem;font-size:1.2rem;font-weight:500;transition:color .3s}.ai-stat-item:hover{color:#a00ffa}@media (max-width:900px){.ai-insight-content{text-align:center;flex-direction:column-reverse}.ai-insight-text h2{font-size:2rem}.ai-stat-item{margin:0 1.5rem;font-size:1rem}}@media (max-width:480px){.ai-stat-item{margin:0 1rem;font-size:.9rem}}.testimonials{text-align:center;background:linear-gradient(135deg,#0f1222,#1a1832);padding:6rem 2rem}.testimonials h2{background:linear-gradient(90deg,#00b4d8,#a00ffa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:3rem;font-size:2.4rem}.testimonials h2 span{color:#a00ffa}.testimonial-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.testimonial-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:2rem;transition:all .4s}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 0 30px #00b4d840}.testimonial-img{object-fit:cover;border:2px solid #a600d880;border-radius:50%;width:70px;height:70px;margin-bottom:1.2rem}.testimonial-text{color:#b3b3b3;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.testimonial-card h4{color:#fff;margin-bottom:.3rem;font-size:1.1rem}.testimonial-card span{color:#a00ffa;font-size:.9rem}@media (max-width:900px){.testimonial-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.testimonial-grid{grid-template-columns:1fr}}.cta{text-align:center;color:#fff;background:radial-gradient(circle,#1a1832,#0f1222);justify-content:center;align-items:center;padding:6rem 2rem;display:flex}.cta-content{max-width:800px}.cta h2{background:linear-gradient(90deg,#00b4d8,#a00ffa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.6rem}.cta h2 span{color:#00b4d8}.cta p{color:#b3b3b3;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1.2rem;display:flex}@media (max-width:768px){.cta h2{font-size:2rem}.cta p{font-size:1rem}}.footer{text-align:center;color:#b3b3b3;background:#0f1222;border-top:1px solid #ffffff0d;padding:4rem 2rem}.footer-content{max-width:1000px;margin:0 auto}.footer-logo{justify-content:center;align-items:center;gap:.6rem;margin-bottom:1.5rem;display:flex}.footer-logo img{width:40px;height:40px}.footer-logo h3{color:#fff;font-size:1.4rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:1.5rem;list-style:none;display:flex}.footer-links a{color:#b3b3b3;font-size:.95rem;transition:all .3s}.footer-links a:hover{color:#a00ffa}.footer-bottom{color:#888;font-size:.85rem}.footer-bottom span{color:#00b4d8}@media (max-width:600px){.footer-links{flex-direction:column;gap:1rem}}.header{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f1222cc;border-bottom:1px solid #ffffff14;width:100%;position:fixed;top:0}.header-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.logo{align-items:center;gap:.6rem;display:flex}.logo img{width:32px;height:32px}.logo h3{color:#fff;font-size:1.3rem;font-weight:700}.nav{align-items:center;gap:2rem;display:flex}.nav ul{gap:1.5rem;list-style:none;display:flex}.nav a{color:#b3b3b3;font-size:.95rem;transition:all .3s}.nav a:hover{color:#a00ffa}.nav-buttons{align-items:center;gap:.8rem;display:flex}.btn.small{padding:.6rem 1.2rem;font-size:.9rem}.btn.primary{color:#fff;background:linear-gradient(135deg,#a00ffa,#7209b7);border:none}.btn.primary:hover{filter:brightness(1.2)}.btn.secondary{color:#a00ffa;background:0 0;border:2px solid #a00ffa}.btn.secondary:hover{background:#a00ffa1a}.menu-toggle{cursor:pointer;flex-direction:column;justify-content:space-between;width:24px;height:18px;display:none}.menu-toggle span{background:#fff;border-radius:3px;height:3px;transition:all .3s}.menu-toggle.active span:first-child{transform:rotate(45deg)translateY(6px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg)translateY(-6px)}@media (max-width:900px){.nav{background:#0f1222f2;border-left:1px solid #ffffff0d;flex-direction:column;align-items:flex-start;width:220px;padding:1.5rem 2rem;transition:transform .4s;position:absolute;top:70px;right:0;transform:translate(100%)}.nav.open{transform:translate(0)}.nav ul{flex-direction:column;gap:1rem;width:100%}.nav-buttons{flex-direction:column;width:100%;margin-top:1rem}.menu-toggle{display:flex}}.banner-loop-wrapper{justify-content:center;align-items:center;width:100%;margin:2rem auto 3rem;display:flex;position:relative;overflow:hidden}.banner-loop-track{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;display:flex;overflow-x:scroll}.banner-loop-track::-webkit-scrollbar{display:none}.banner-loop-item{border-radius:20px;flex:none;margin:0 1rem;transition:transform .4s;overflow:hidden;box-shadow:0 0 25px #a00ffa40}.banner-loop-image{object-fit:cover;border-radius:20px;width:100%;max-width:420px;height:auto}@media (max-width:1024px){.banner-loop-item{margin:0 .8rem}.banner-loop-image{max-width:340px}.fade-left,.fade-right{width:70px}}@media (max-width:768px){.banner-loop-item{margin:0 .6rem}.banner-loop-image{border-radius:16px;max-width:280px}.fade-left,.fade-right{width:50px}}@media (max-width:480px){.banner-loop-item{margin:0 .4rem}.banner-loop-image{border-radius:14px;max-width:230px}.fade-left,.fade-right{width:35px}}.stats-loop-section{background:#ffffff08;border-top:1px solid #a00ffa33;border-bottom:1px solid #a00ffa33;width:100%;padding:1rem 0;overflow:hidden}.stats-loop-track{white-space:nowrap;gap:3rem;display:flex}.stats-item{color:#fff;text-shadow:0 0 12px #a00ffa4d;flex:none;font-size:1.1rem;font-weight:500}@media (max-width:768px){.stats-item{gap:1.5rem;font-size:.95rem}}.stats-loop-container{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;display:flex;overflow-x:scroll}.stats-loop-container::-webkit-scrollbar{display:none}.stats-item:hover{color:#a00ffa}@media (max-width:768px){.stats-item{margin:0 1.2rem;font-size:1rem}}@media (max-width:480px){.stats-item{margin:0 .8rem;font-size:.9rem}}.floating-agent-btn{z-index:9999;color:#fff;cursor:pointer;background:#a00ffa;border:none;border-radius:50px;padding:.9rem 1.8rem;font-weight:600;transition:background .3s,box-shadow .3s;position:fixed;bottom:1.4rem;right:1.4rem;box-shadow:0 8px 25px #a00ffa66}.floating-agent-btn:hover{background:#8d00e0;box-shadow:0 6px 18px #a00ffa99}.discord-link{color:#fff;background:#a00ffa;border-radius:10px;padding:.8rem 1.4rem;font-weight:600;text-decoration:none;transition:background .3s;display:inline-block}.close-modal{color:#999;cursor:pointer;background:0 0;border:none;margin-top:1rem}@media (max-width:600px){.floating-agent-btn{text-align:center;border-radius:50px;width:calc(100% - 2rem);bottom:1.2rem;left:1rem;right:1rem}}.agent-bubble{z-index:9999;color:#fff;cursor:pointer;background:#a00ffa;border:none;border-radius:50px;align-items:center;padding:.8rem;font-weight:600;transition:width .3s,background .3s,box-shadow .3s;display:flex;position:fixed;bottom:1.4rem;right:1.4rem;overflow:hidden;box-shadow:0 8px 25px #a00ffa66}.agent-bubble:hover{background:#8d00e0;box-shadow:0 6px 18px #a00ffa99}.agent-icon{justify-content:center;align-items:center;font-size:1.4rem;display:flex}.agent-text{white-space:nowrap;margin-left:.6rem;font-size:.95rem}.agent-bubble.expanded{padding:.8rem 1.4rem .8rem .8rem}@media (max-width:600px){.agent-bubble{border-radius:50%;justify-content:center;width:55px;height:55px;padding:.9rem;bottom:1rem;right:1rem}.agent-bubble.expanded{border-radius:50px;width:auto;padding:.8rem 1.4rem .8rem .8rem}.agent-text{font-size:.85rem;display:inline-block}}.agent-modal-overlay{z-index:10000;background:#000000a6;justify-content:center;align-items:flex-end;padding-bottom:5vh;display:flex;position:fixed;inset:0}.agent-modal{color:#fff;text-align:center;background:#181828;border-radius:20px;width:90%;max-width:420px;padding:2rem;box-shadow:0 0 30px #a00ffa4d}.agent-modal h2{margin-bottom:1rem;font-size:1.4rem}.agent-modal p{color:#ccc;margin-bottom:1.5rem;font-size:.95rem}.discord-link{color:#fff;background:#a00ffa;padding:.8rem 1.4rem;font-weight:600;text-decoration:none;transition:background .3s;display:inline-block}.discord-link:hover{background:#a00ffa}.close-modal{color:#fff;cursor:pointer;background:#2a2a3b;border:none;border-radius:10px;margin-top:1rem;padding:.8rem 1.4rem;font-weight:600;transition:background .3s,transform .2s;display:inline-block}.close-modal:hover{background:#3a3a4c;transform:translateY(-2px)}.agent-icon{justify-content:center;align-items:center;display:flex}.agent-icon img{object-fit:contain;width:24px;height:24px}.blog-section{text-align:center;color:#fff;background:linear-gradient(135deg,#0f1222,#1a1832);padding:6rem 2rem}.blog-section h1{background:linear-gradient(90deg,#00b4d8,#a00ffa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:2.4rem}.blog-section .subtitle{color:#b3b3b3;max-width:700px;margin:0 auto 4rem;font-size:1.1rem;line-height:1.6}.blog-list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.blog-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:left;background:#ffffff0d;border:1px solid #ffffff14;border-radius:20px;padding:2rem;transition:all .4s;position:relative;overflow:hidden}.blog-card:hover{transform:translateY(-5px);box-shadow:0 0 30px #a00ffa40}.blog-card h2{color:#fff;margin-bottom:1rem;font-size:1.4rem}.blog-card p{color:#b3b3b3;font-size:1rem;line-height:1.6}.blog-card .date{color:#888;margin-top:1rem;font-size:.85rem}.blog-card .btn{color:#fff;background:0 0;border:1px solid #ffffff40;border-radius:50px;margin-top:1.5rem;padding:.7rem 1.4rem;font-weight:500;transition:all .3s;display:inline-block}.blog-card .btn:hover{color:#fff;background:linear-gradient(90deg,#a00ffa,#00b4d8);border-color:#0000}.view-all{margin-top:3rem}.view-all .btn{color:#fff;background:linear-gradient(90deg,#a00ffa,#00b4d8);border:none;border-radius:50px;padding:.9rem 1.8rem;font-weight:600;transition:all .3s;box-shadow:0 0 20px #a00ffa4d}.view-all .btn:hover{transform:translateY(-2px)}.blog-post{color:#fff;background:linear-gradient(135deg,#0f1222,#1a1832);padding:6rem 2rem}.blog-post .container{max-width:800px;margin:0 auto}.blog-post h1{background:linear-gradient(90deg,#00b4d8,#a00ffa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:2.3rem}.blog-post .date{color:#999;margin-bottom:2rem;font-size:.9rem}.blog-post p{color:#b3b3b3;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.blog-post a{color:#a00ffa;text-decoration:underline;transition:color .3s}.blog-post a:hover{color:#00b4d8}@media (max-width:900px){.blog-section h1{font-size:2rem}.blog-list{grid-template-columns:1fr}.blog-post h1{font-size:2rem}.blog-post p{font-size:1rem}}
@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(../media/7e832ad540183e91-s.a2f18b1a.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(../media/2094fb60fd9c8287-s.3ed55436.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(../media/c875c6f5d3e977ac-s.p.80fc2c9e.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/41e95f694c5c4549-s.666bad7d.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6c55a692938ebbbc-s.0a77efb4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a218039a3287bcfd-s.p.4a23d71b.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/bdc7e24a509eb931-s.43b0b13e.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/0da9c7f357bd9d4d-s.b2288445.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/8e6fa89aa22d24ec-s.p.3aec397d.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/0a7740363b4d4863-s.95e4158a.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5f9d24ebef5d5292-s.bd593fbe.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e2334d715941921e-s.p.d82a9aff.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b53057dbf91a7acf-s.c55744ae.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/798ea22d9983e047-s.b460e02c.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/47fe1b7cd6e6ed85-s.p.855a563b.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins Fallback;src:local(Arial);ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.poppins_2024bc9-module__OvfM1W__className{font-family:Poppins,Poppins Fallback;font-style:normal}.poppins_2024bc9-module__OvfM1W__variable{--font-poppins:"Poppins","Poppins Fallback"}
