:root{--glow-primary:rgba(46,139,87,.1);--surface:#fff;--surface-border:rgba(0,0,0,.08);--surface-border-hover:rgba(46,139,87,.35);--surface-shadow:0 1px 3px rgba(0,0,0,.06),0 0 0 1px rgba(0,0,0,.04);--surface-shadow-hover:0 6px 20px rgba(0,0,0,.1),0 0 0 1px rgba(46,139,87,.18);--section-divider:rgba(0,0,0,.07);--dot-color:rgba(0,0,0,.035);--dot-size:1px;--dot-spacing:24px}.main .content .interest,.main .content .introduction{background-image:radial-gradient(circle,var(--dot-color) var(--dot-size),transparent var(--dot-size));background-size:var(--dot-spacing) var(--dot-spacing)}.main .content .ai-features .ai-feature-card,.main .content .ai-features .ai-features-complement,.main .content .demo .demo-container .demo-wrapper,.main .content .how-it-works .step,.main .content .metrics-strip .metrics-container,.main .content .statbot-demo .statbot-demo-container,.main .content .who-its-for .persona-card{background:var(--surface);border:1px solid var(--surface-border);border-radius:.875rem;box-shadow:var(--surface-shadow);transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease;cursor:pointer}.main .content .ai-features .ai-feature-card:hover,.main .content .ai-features .ai-features-complement:hover,.main .content .demo .demo-container .demo-wrapper:hover,.main .content .how-it-works .step:hover,.main .content .metrics-strip .metrics-container:hover,.main .content .statbot-demo .statbot-demo-container:hover,.main .content .who-its-for .persona-card:hover{border-color:var(--surface-border-hover);box-shadow:var(--surface-shadow-hover)}.main .content .ai-features .ai-features-intro .section-eyebrow,.main .content .assessments .text-wrapper .section-eyebrow,.main .content .how-it-works .section-eyebrow,.main .content .who-its-for .section-eyebrow{font-family:monospace;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#2e8b57;display:block}.scroll-fade{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}.scroll-fade.visible{opacity:1;transform:translateY(0)}.demo-container.scroll-fade{transition-duration:.7s}@media(prefers-reduced-motion:reduce){.scroll-fade{opacity:0;transform:none;transition:opacity .3s ease}}.main{height:100%;width:100%;font-family:Poppins,sans-serif;min-height:100vh;background:#fbfbfb}.main .content{color:#000;background:#fbfbfb}.main .content .introduction{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:12rem 2rem 6rem;overflow:hidden}.main .content .introduction:before{content:"";position:absolute;top:-4rem;left:50%;transform:translateX(-50%);width:70%;height:65%;background:radial-gradient(ellipse at 50% 0,var(--glow-primary),transparent 72%);pointer-events:none}.main .content .introduction:after{content:"";position:absolute;bottom:0;left:0;right:0;height:6rem;background:linear-gradient(180deg,transparent,#fbfbfb);pointer-events:none}.main .content .introduction>*{position:relative;z-index:1}@media only screen and (max-width:768px){.main .content .introduction{align-items:flex-start;padding-top:7.5rem;padding-bottom:3rem}}.main .content .introduction .product-hunt-link{background:var(--surface);border:1px solid var(--surface-border);box-shadow:var(--surface-shadow);color:#000;font-family:monospace;align-items:center;gap:.5rem;font-weight:600;font-size:.68rem;letter-spacing:.07em;padding:.4rem .75rem;text-transform:uppercase;white-space:nowrap;border-radius:60rem;text-decoration:none;display:inline-flex;cursor:pointer;margin-bottom:1.5rem;transition:border-color .2s,color .2s,box-shadow .2s,transform .2s}.main .content .introduction .product-hunt-link .alert-icon{height:.45rem;width:.45rem;background:#2e8b57;border-radius:60rem;flex-shrink:0;display:block;box-shadow:0 0 5px rgba(46,139,87,.5);animation:pulse-dot 2.4s ease-in-out infinite}.main .content .introduction .product-hunt-link:hover{border-color:#2e8b57;color:#2e8b57;box-shadow:0 2px 10px rgba(46,139,87,.15);transform:translateY(-2px)}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.35}}.main .content .introduction .title{font-size:clamp(2rem,5vw,3.25rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;text-align:center;max-width:46rem;margin-bottom:.75rem;color:#000}@media only screen and (max-width:768px){.main .content .introduction .title{font-size:1.65rem;text-align:left}}.main .content .introduction .description{color:#5c5e62;font-size:1rem;text-align:center;max-width:-moz-fit-content;max-width:fit-content;line-height:1.65}@media only screen and (max-width:768px){.main .content .introduction .description{text-align:left}}.main .content .introduction .text-gradient{background:linear-gradient(-45deg,red,#2e8b57,orange,#2e8b57);background-size:300% 300%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradient 5s ease infinite}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.main .content .introduction .get-started-btn{background:#151515;padding:.75rem 1.75rem;border-radius:6rem;color:#fff;font-size:.875rem;font-weight:600;margin-top:1.5rem;text-decoration:none;transition:box-shadow .2s,transform .2s,opacity .2s}.main .content .introduction .get-started-btn:hover{box-shadow:0 4px 16px rgba(0,0,0,.25);transform:translateY(-2px);opacity:.9}.main .content .metrics-strip{display:flex;justify-content:center;padding:0 2rem;margin-bottom:3rem}.main .content .metrics-strip .metrics-container{display:flex;align-items:center;justify-content:center;width:100%;max-width:70rem;border-radius:.875rem;overflow:hidden}.main .content .metrics-strip .metrics-container:hover{border-color:var(--surface-border);box-shadow:var(--surface-shadow);transform:none}@media only screen and (max-width:768px){.main .content .metrics-strip .metrics-container{display:grid;grid-template-columns:1fr 1fr}.main .content .metrics-strip .metrics-container .metric-divider{display:none}}.main .content .metrics-strip .metric{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:1.5rem 2rem;flex:1 1;text-align:center;border-radius:0;transition:background .18s;cursor:pointer}.main .content .metrics-strip .metric:hover{background:rgba(46,139,87,.03)}@media only screen and (max-width:768px){.main .content .metrics-strip .metric{padding:1.25rem 1rem;border-bottom:1px solid var(--section-divider)}.main .content .metrics-strip .metric:nth-last-child(-n+2){border-bottom:none}}.main .content .metrics-strip .metric-value{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:#000;line-height:1}.main .content .metrics-strip .metric-label{font-family:monospace;font-size:.68rem;color:#5c5e62;letter-spacing:.06em;text-transform:uppercase}.main .content .metrics-strip .metric-divider{width:1px;height:2.25rem;background:var(--section-divider);flex-shrink:0}.main .content .statbot-demo{display:flex;justify-content:center;padding:0 2rem 5rem}.main .content .statbot-demo .statbot-demo-container{width:100%;max-width:70rem;overflow:hidden}.main .content .ai-features{display:flex;justify-content:center;padding:6rem 2rem;border-top:1px solid var(--section-divider)}.main .content .ai-features .ai-features-container{width:100%;max-width:70rem;display:flex;flex-direction:column;gap:3rem}.main .content .ai-features .ai-features-header{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:start}@media only screen and (max-width:1024px){.main .content .ai-features .ai-features-header{grid-template-columns:1fr;gap:1.5rem}}.main .content .ai-features .ai-features-intro{display:flex;flex-direction:column;gap:.75rem}.main .content .ai-features .ai-features-intro h2{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;margin:0}.main .content .ai-features .ai-features-intro p{font-size:.9rem;color:#5c5e62;line-height:1.7;margin:0;max-width:28rem}.main .content .ai-features .ai-features-complement{padding:1.75rem;background:rgba(46,139,87,.03);border-color:rgba(46,139,87,.18);cursor:default}.main .content .ai-features .ai-features-complement:hover{transform:none;border-color:rgba(46,139,87,.3)}.main .content .ai-features .ai-features-complement h3{font-size:1rem;font-weight:700;letter-spacing:-.01em;margin:0 0 .75rem;color:#000}.main .content .ai-features .ai-features-complement p{font-size:.875rem;color:#5c5e62;line-height:1.7;margin:0}.main .content .ai-features .ai-features-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:1rem;gap:1rem}@media only screen and (max-width:1024px){.main .content .ai-features .ai-features-grid{grid-template-columns:1fr}}.main .content .ai-features .ai-feature-card{grid-column:span 2;display:flex;flex-direction:column;gap:.75rem;padding:1.75rem}.main .content .ai-features .ai-feature-card:nth-child(4){grid-column:2/span 2}.main .content .ai-features .ai-feature-card:nth-child(5){grid-column:4/span 2}@media only screen and (max-width:1024px){.main .content .ai-features .ai-feature-card{grid-column:1!important}.main .content .ai-features .ai-feature-card:hover{transform:none}}.main .content .ai-features .ai-feature-card:hover{transform:translateY(-3px)}.main .content .ai-features .ai-feature-card .ai-feature-icon{color:#2e8b57;flex-shrink:0}.main .content .ai-features .ai-feature-card h3{font-size:.95rem;font-weight:700;letter-spacing:-.01em;margin:0;color:#000}.main .content .ai-features .ai-feature-card p{font-size:.875rem;color:#5c5e62;line-height:1.65;margin:0}.main .content .ai-features .ai-feature-card p em{color:#000;font-style:italic}.main .content .demo{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 2rem}.main .content .demo .demo-container{border-top:1px solid var(--section-divider)}.main .content .demo .demo-container:first-child{border-top:none}.main .content .demo .demo-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4rem;width:100%;max-width:70rem;padding:5rem 0}@media only screen and (max-width:1024px){.main .content .demo .demo-container{flex-direction:column!important;gap:2rem;align-items:normal;padding:3rem 0}}.main .content .demo .demo-container.reversed{flex-direction:row-reverse}.main .content .demo .demo-container .text-wrapper{width:40%;display:flex;flex-direction:column;gap:.75rem}@media only screen and (max-width:1024px){.main .content .demo .demo-container .text-wrapper{width:100%}}.main .content .demo .demo-container .text-wrapper h2{font-size:clamp(1.25rem,2.5vw,1.65rem);font-weight:700;letter-spacing:-.02em;line-height:1.25;margin:0}.main .content .demo .demo-container .text-wrapper .description{color:#5c5e62;font-size:.9rem;line-height:1.7}.main .content .demo .demo-container .text-wrapper .break{display:none}.main .content .demo .demo-container .demo-wrapper{width:60%;overflow:hidden}@media only screen and (max-width:1024px){.main .content .demo .demo-container .demo-wrapper{width:100%}}.main .content .demo .available-sports-container{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:70rem;border-top:1px solid var(--section-divider);padding:5rem 0}.main .content .demo .available-sports-container h2{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:600;letter-spacing:-.02em;line-height:1.3;color:#5c5e62;margin:0}@media only screen and (max-width:1024px){.main .content .demo .available-sports-container{padding:3rem 0}}.main .content .who-its-for{display:flex;justify-content:center;padding:6rem 2rem;border-top:1px solid var(--section-divider)}.main .content .who-its-for .who-its-for-container{width:100%;max-width:70rem;display:flex;flex-direction:column}.main .content .who-its-for h2{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;margin:0}.main .content .who-its-for .persona-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-top:1rem}@media only screen and (max-width:1024px){.main .content .who-its-for .persona-grid{grid-template-columns:1fr}}.main .content .who-its-for .persona-card{display:flex;flex-direction:column;gap:.75rem;padding:2rem}.main .content .who-its-for .persona-card:hover{transform:translateY(-3px)}.main .content .who-its-for .persona-card .persona-icon{font-size:1.75rem;line-height:1;display:block}.main .content .who-its-for .persona-card h3{font-size:1rem;font-weight:700;letter-spacing:-.01em;margin:0;color:#000}.main .content .who-its-for .persona-card p{font-size:.875rem;color:#5c5e62;line-height:1.65;margin:0}.main .content .how-it-works{display:flex;justify-content:center;padding:2rem 2rem 6rem}.main .content .how-it-works .how-it-works-container{width:100%;max-width:70rem;display:flex;flex-direction:column}.main .content .how-it-works h2{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;margin:0}.main .content .how-it-works .steps{display:flex;flex-direction:row;align-items:stretch;margin-top:1rem}@media only screen and (max-width:1024px){.main .content .how-it-works .steps{flex-direction:column}}.main .content .how-it-works .step{flex:1 1;display:flex;flex-direction:column;gap:.75rem;padding:2rem}.main .content .how-it-works .step:hover{transform:translateY(-3px)}@media only screen and (max-width:1024px){.main .content .how-it-works .step{padding:1.5rem}}.main .content .how-it-works .step .step-number{font-family:monospace;font-size:.7rem;font-weight:700;letter-spacing:.1em;color:#2e8b57;display:block}.main .content .how-it-works .step h3{font-size:1rem;font-weight:700;letter-spacing:-.01em;margin:0;color:#000}.main .content .how-it-works .step p{font-size:.875rem;color:#5c5e62;line-height:1.65;margin:0}.main .content .how-it-works .step-connector{flex-shrink:0;width:1.5rem;align-self:center;border-top:1px dashed rgba(0,0,0,.15);margin:0 -1px}@media only screen and (max-width:1024px){.main .content .how-it-works .step-connector{width:1px;height:1.25rem;border-top:none;border-left:1px dashed rgba(0,0,0,.15);align-self:flex-start;margin:-1px 2rem}}.main .content .assessments{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:6rem 2rem;border-top:1px solid var(--section-divider)}.main .content .assessments .text-wrapper{max-width:70rem;width:100%;display:flex;flex-direction:column;gap:.5rem}.main .content .assessments .text-wrapper h2{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;margin:0}.main .content .assessments .assessments-wrapper{max-width:70rem;width:100%}.main .content .interest{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:55vh;padding:8rem 2rem;overflow:hidden;background:linear-gradient(175deg,#fbfbfb,rgba(46,139,87,.12) 60%,rgba(46,139,87,.28))}.main .content .interest:before{content:"";position:absolute;top:0;left:0;right:0;height:6rem;background:linear-gradient(180deg,#fbfbfb,transparent);pointer-events:none}.main .content .interest>*{position:relative;z-index:1}.main .content .interest h1{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;text-align:center;margin:0 0 .5rem}.main .content .interest .description{color:#5c5e62;text-align:center;font-size:1rem;margin:0}.main .content .interest .get-started-btn{background:#151515;padding:.75rem 1.75rem;border-radius:6rem;color:#fff;font-size:.875rem;font-weight:600;margin-top:1.5rem;text-decoration:none;transition:box-shadow .2s,transform .2s,opacity .2s}.main .content .interest .get-started-btn:hover{box-shadow:0 4px 16px rgba(0,0,0,.25);transform:translateY(-2px);opacity:.9}@media only screen and (max-width:768px){.main .content .interest{align-items:flex-start;padding:5rem 2rem}.main .content .interest .description,.main .content .interest h1{text-align:left}}.footer{height:100%;width:100%;font-family:Poppins,sans-serif;background:#151515;color:#fff;padding:1rem 2rem}.footer .footer-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.footer .footer-content .logo-link-wrapper{width:70rem;max-width:100%;padding:2rem 0}@media only screen and (max-width:480px){.footer .footer-content .logo-link-wrapper{padding-bottom:0}}.footer .footer-content .logo-link-wrapper .logo-link{display:flex;align-items:center;max-width:-moz-fit-content;max-width:fit-content;text-decoration:none}.footer .footer-content .logo-link-wrapper .logo-link .logo-name{margin-left:.5rem;color:#fff;font-size:2rem}.footer .footer-content .categories{display:flex;align-items:flex-start;flex-wrap:nowrap;justify-content:space-between;padding:2rem 0;width:70rem;max-width:100%}@media only screen and (max-width:768px){.footer .footer-content .categories{flex-wrap:wrap;gap:1.5rem}}@media only screen and (max-width:480px){.footer .footer-content .categories{align-items:flex-start;justify-content:flex-start;flex-direction:column}}.footer .footer-content .categories .category{display:flex;flex-direction:column}.footer .footer-content .categories .category .category-name{font-size:1rem}.footer .footer-content .categories .category ul{list-style:none;margin-top:.5rem}@media only screen and (max-width:768px){.footer .footer-content .categories .category ul{margin-top:0}}.footer .footer-content .categories .category ul li{margin-top:.5rem;font-size:.85rem}@media only screen and (max-width:768px){.footer .footer-content .categories .category ul li{margin-top:.25rem}}.footer .footer-content .categories .category ul li a{color:#8c8c8c;text-decoration:none}.footer .footer-content .categories .category ul li a:hover{color:#c3c3c3}.footer .footer-content .divider{background-color:#262626;width:70rem;max-width:100%}@media only screen and (max-width:480px){.footer .footer-content .divider{display:none}}.footer .footer-content .credits{padding:2rem 0;color:#8c8c8c;width:70rem;max-width:100%}.footer .footer-content .credits .copyright-info{font-size:.85rem}.navbar{background:#fcfdfd;width:100%;position:fixed;z-index:9999;top:0;left:0;display:flex;justify-content:center;align-items:center;border-color:#e6e6e6;border-style:solid;border-width:1px 0;padding:1rem 2rem}.navbar .navbar-content{display:flex;flex-direction:row;flex:1 0;flex-wrap:nowrap;justify-content:space-between;align-items:center;max-width:70rem}@media only screen and (max-width:1024px){.navbar .navbar-content{max-width:100%}}.navbar .navbar-content .left,.navbar .navbar-content .right{display:flex;flex-direction:row;align-items:center;gap:1rem}.navbar .navbar-content .logo-link-wrapper .logo-link{display:flex;align-items:center;max-width:-moz-fit-content;max-width:fit-content;text-decoration:none}.navbar .navbar-content .logo-link-wrapper .logo-link .logo-name{margin-left:.5rem;color:#000;font-size:1.5rem}.navbar .navbar-content .navbar-link{text-decoration:none;font-size:1rem;opacity:50%;color:#000;background:transparent;border:none;font-family:Poppins,sans-serif;cursor:pointer}@media only screen and (max-width:1024px){.navbar .navbar-content .navbar-link{display:none}}.navbar .navbar-content .navbar-link:hover{opacity:100%}.navbar .navbar-content .desktop-dropdown-wrapper{display:flex;flex-direction:row;align-items:center;gap:1rem}@media only screen and (max-width:1024px){.navbar .navbar-content .desktop-dropdown-wrapper{display:none}}.navbar .navbar-content .desktop-dropdown-wrapper .desktop-dropdown-item-container{position:static;display:inline-block}.navbar .navbar-content .desktop-dropdown-wrapper .desktop-dropdown-item-container .desktop-dropdown-item-header{text-decoration:none;font-size:1rem;opacity:50%;color:#000;cursor:pointer}.navbar .navbar-content .desktop-dropdown-wrapper .desktop-dropdown-item-container .desktop-dropdown-item-header:hover{opacity:100%}.navbar .navbar-content .desktop-dropdown-wrapper .desktop-dropdown-item-container .desktop-dropdown-item-content{display:none;position:absolute;justify-content:center;flex-direction:row;width:100vw;padding:2rem;top:calc(100% + 0rem);left:0;box-shadow:0 8px 24px rgba(0,0,0,.12);background:#fff;color:#000}.navbar .navbar-content .desktop-dropdown-wrapper .desktop-dropdown-item-container .desktop-dropdown-item-content.show{display:flex}.navbar .navbar-content .desktop-dropdown-wrapper .desktop-dropdown-item-container .desktop-dropdown-item-content .desktop-dropdown-item-content-inner{display:flex;width:100%;max-width:70rem;gap:2rem}.navbar .navbar-content .desktop-dropdown-wrapper .desktop-dropdown-item-container .desktop-dropdown-item-content .desktop-dropdown-item-content-inner .desktop-dropdown-item-content-split-container{display:flex;flex-direction:column;gap:1rem}.navbar .navbar-content .desktop-dropdown-wrapper .desktop-dropdown-item-container .desktop-dropdown-item-content .desktop-dropdown-item-content-inner .desktop-dropdown-item-content-split-container.split-container-left{width:30%}.navbar .navbar-content .desktop-dropdown-wrapper .desktop-dropdown-item-container .desktop-dropdown-item-content .desktop-dropdown-item-content-inner .desktop-dropdown-item-content-split-container.split-container-right{width:70%}.navbar .navbar-content .desktop-dropdown-wrapper .desktop-dropdown-item-container .desktop-dropdown-item-content .desktop-dropdown-item-content-inner .desktop-dropdown-item-content-split-container .split-list-container{display:flex;flex-direction:column;flex-wrap:wrap}.navbar .navbar-content .desktop-dropdown-wrapper .desktop-dropdown-item-container .desktop-dropdown-item-content .desktop-dropdown-item-content-inner .desktop-dropdown-item-content-split-container .split-list-container .split-list-item-container{display:flex;flex-direction:row;gap:.5rem;padding:1rem;cursor:pointer;transition:background .3s ease}.navbar .navbar-content .desktop-dropdown-wrapper .desktop-dropdown-item-container .desktop-dropdown-item-content .desktop-dropdown-item-content-inner .desktop-dropdown-item-content-split-container .split-list-container .split-list-item-container:hover{background:#f0f2f5}.navbar .navbar-content .desktop-dropdown-wrapper .desktop-dropdown-item-container .desktop-dropdown-item-content .desktop-dropdown-item-content-inner .desktop-dropdown-item-content-split-container .split-gallery-container .split-gallery-item-img{width:100%;height:25rem;object-fit:cover}.navbar .navbar-content .desktop-dropdown-wrapper .desktop-dropdown-item-container .desktop-dropdown-item-content .desktop-dropdown-item-content-inner .desktop-dropdown-item-content-split-container .split-gallery-container .split-gallery-actions{display:flex;flex-direction:row;margin-top:.5rem}.navbar .navbar-content .desktop-dropdown-wrapper .desktop-dropdown-item-container .desktop-dropdown-item-content .desktop-dropdown-item-content-inner .desktop-dropdown-item-content-split-container .split-gallery-container .split-gallery-actions .split-gallery-btn{background:#fff;border:2px solid #000;padding:.5rem;cursor:pointer}.navbar .navbar-content .desktop-dropdown-wrapper .desktop-dropdown-item-container .desktop-dropdown-item-content .desktop-dropdown-item-content-inner .desktop-dropdown-item-content-split-container .split-gallery-container .split-gallery-actions .split-gallery-btn.right{margin-left:.75rem}.navbar .navbar-content .desktop-dropdown-wrapper .desktop-dropdown-item-container .desktop-dropdown-item-content .desktop-dropdown-item-content-inner .desktop-dropdown-item-content-split-container .split-gallery-container .split-gallery-actions .split-gallery-btn svg{fill:#000}.navbar .navbar-content .desktop-dropdown-wrapper .desktop-dropdown-item-container .desktop-dropdown-item-content .desktop-dropdown-item-content-inner .desktop-dropdown-item-content-split-container .split-gallery-container .split-gallery-actions .split-gallery-btn:hover{opacity:50%}.navbar .navbar-content .desktop-dropdown-wrapper .desktop-dropdown-item-container .desktop-dropdown-item-content .desktop-dropdown-item-content-inner .desktop-dropdown-item-content-full-container{display:flex;flex-direction:column;gap:1rem;width:100%}.navbar .navbar-content .desktop-dropdown-wrapper .desktop-dropdown-item-container .desktop-dropdown-item-content .desktop-dropdown-item-content-inner .desktop-dropdown-item-content-full-container .full-list-container{display:flex;flex-direction:column;gap:1rem;flex-wrap:wrap}.navbar .navbar-content .desktop-dropdown-wrapper .desktop-dropdown-item-container .desktop-dropdown-item-content .desktop-dropdown-item-content-inner .desktop-dropdown-item-content-full-container .full-list-container .full-list-item-container{display:flex;flex-direction:row;align-items:center;gap:.5rem}.navbar .navbar-content .desktop-dropdown-wrapper .desktop-dropdown-item-container .desktop-dropdown-item-content .desktop-dropdown-item-content-inner .desktop-dropdown-item-content-full-container .full-list-container .full-list-item-container .full-list-item-link{text-decoration:none;opacity:100%;color:#000}.navbar .navbar-content .desktop-dropdown-wrapper .desktop-dropdown-item-container .desktop-dropdown-item-content .desktop-dropdown-item-content-inner .desktop-dropdown-item-content-full-container .full-list-container .full-list-item-container .full-list-item-link:hover{opacity:75%}.navbar .navbar-content .mobile-drawer-wrapper{display:none}@media only screen and (max-width:1024px){.navbar .navbar-content .mobile-drawer-wrapper{display:block}}.navbar .navbar-content .mobile-drawer-wrapper .mobile-drawer-btn{padding:0;min-width:-moz-fit-content;min-width:fit-content}.navbar .navbar-content .mobile-drawer-wrapper .mobile-drawer-btn .mobile-drawer-icon{fill:#000}.mobile-drawer{width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:space-between;padding-top:4rem}.mobile-drawer .MuiListItemText-primary,.mobile-drawer .mobile-drawer-dropdown-items{font-family:Poppins,sans-serif}.mobile-drawer .mobile-drawer-dropdown-items .mobile-drawer-dropdown-item{border-top:1px solid #e6e8e8;padding:.5rem 1rem;flex-direction:column;align-items:flex-start}.mobile-drawer .mobile-drawer-dropdown-items .mobile-drawer-dropdown-item:last-child{border-bottom:1px solid #e6e8e8}.mobile-drawer .mobile-drawer-dropdown-items .mobile-drawer-dropdown-item .mobile-drawer-dropdown-item-btn{width:100%}.mobile-drawer .mobile-drawer-dropdown-items .mobile-drawer-dropdown-item .mobile-drawer-dropdown-item-content{background:#fff;padding:1rem;color:#000;width:100%}.mobile-drawer .mobile-drawer-dropdown-items .mobile-drawer-dropdown-item .mobile-drawer-dropdown-item-content .mobile-drawer-dropdown-item-content-inner{display:flex;gap:2rem}@media only screen and (max-width:768px){.mobile-drawer .mobile-drawer-dropdown-items .mobile-drawer-dropdown-item .mobile-drawer-dropdown-item-content .mobile-drawer-dropdown-item-content-inner{flex-direction:column}}.mobile-drawer .mobile-drawer-dropdown-items .mobile-drawer-dropdown-item .mobile-drawer-dropdown-item-content .mobile-drawer-dropdown-item-content-inner .mobile-drawer-dropdown-item-content-split-container{display:flex;flex-direction:column;gap:1rem}@media only screen and (max-width:768px){.mobile-drawer .mobile-drawer-dropdown-items .mobile-drawer-dropdown-item .mobile-drawer-dropdown-item-content .mobile-drawer-dropdown-item-content-inner .mobile-drawer-dropdown-item-content-split-container{gap:.25rem;width:100%!important}}.mobile-drawer .mobile-drawer-dropdown-items .mobile-drawer-dropdown-item .mobile-drawer-dropdown-item-content .mobile-drawer-dropdown-item-content-inner .mobile-drawer-dropdown-item-content-split-container.split-container-left{width:30%}.mobile-drawer .mobile-drawer-dropdown-items .mobile-drawer-dropdown-item .mobile-drawer-dropdown-item-content .mobile-drawer-dropdown-item-content-inner .mobile-drawer-dropdown-item-content-split-container.split-container-right{width:70%}.mobile-drawer .mobile-drawer-dropdown-items .mobile-drawer-dropdown-item .mobile-drawer-dropdown-item-content .mobile-drawer-dropdown-item-content-inner .mobile-drawer-dropdown-item-content-split-container .split-list-container{display:flex;flex-direction:column;flex-wrap:wrap}.mobile-drawer .mobile-drawer-dropdown-items .mobile-drawer-dropdown-item .mobile-drawer-dropdown-item-content .mobile-drawer-dropdown-item-content-inner .mobile-drawer-dropdown-item-content-split-container .split-list-container .split-list-item-container{display:flex;flex-direction:row;gap:.5rem;padding:1rem;cursor:pointer;transition:background .3s ease}.mobile-drawer .mobile-drawer-dropdown-items .mobile-drawer-dropdown-item .mobile-drawer-dropdown-item-content .mobile-drawer-dropdown-item-content-inner .mobile-drawer-dropdown-item-content-split-container .split-list-container .split-list-item-container:hover{background:#f0f2f5}.mobile-drawer .mobile-drawer-dropdown-items .mobile-drawer-dropdown-item .mobile-drawer-dropdown-item-content .mobile-drawer-dropdown-item-content-inner .mobile-drawer-dropdown-item-content-split-container .split-gallery-container .split-gallery-item-img{width:100%;height:25rem;object-fit:cover}.mobile-drawer .mobile-drawer-dropdown-items .mobile-drawer-dropdown-item .mobile-drawer-dropdown-item-content .mobile-drawer-dropdown-item-content-inner .mobile-drawer-dropdown-item-content-split-container .split-gallery-container .split-gallery-actions{display:flex;flex-direction:row;margin-top:.5rem}.mobile-drawer .mobile-drawer-dropdown-items .mobile-drawer-dropdown-item .mobile-drawer-dropdown-item-content .mobile-drawer-dropdown-item-content-inner .mobile-drawer-dropdown-item-content-split-container .split-gallery-container .split-gallery-actions .split-gallery-btn{background:#fff;border:2px solid #000;padding:.5rem;cursor:pointer}.mobile-drawer .mobile-drawer-dropdown-items .mobile-drawer-dropdown-item .mobile-drawer-dropdown-item-content .mobile-drawer-dropdown-item-content-inner .mobile-drawer-dropdown-item-content-split-container .split-gallery-container .split-gallery-actions .split-gallery-btn.right{margin-left:.75rem}.mobile-drawer .mobile-drawer-dropdown-items .mobile-drawer-dropdown-item .mobile-drawer-dropdown-item-content .mobile-drawer-dropdown-item-content-inner .mobile-drawer-dropdown-item-content-split-container .split-gallery-container .split-gallery-actions .split-gallery-btn svg{fill:#000}.mobile-drawer .mobile-drawer-dropdown-items .mobile-drawer-dropdown-item .mobile-drawer-dropdown-item-content .mobile-drawer-dropdown-item-content-inner .mobile-drawer-dropdown-item-content-split-container .split-gallery-container .split-gallery-actions .split-gallery-btn:hover{opacity:50%}.mobile-drawer .mobile-drawer-dropdown-items .mobile-drawer-dropdown-item .mobile-drawer-dropdown-item-content .mobile-drawer-dropdown-item-content-inner .mobile-drawer-dropdown-item-content-full-container{display:flex;flex-direction:column;gap:.5rem;width:100%}.mobile-drawer .mobile-drawer-dropdown-items .mobile-drawer-dropdown-item .mobile-drawer-dropdown-item-content .mobile-drawer-dropdown-item-content-inner .mobile-drawer-dropdown-item-content-full-container .full-list-container{display:flex;flex-direction:column;gap:1rem;flex-wrap:wrap}.mobile-drawer .mobile-drawer-dropdown-items .mobile-drawer-dropdown-item .mobile-drawer-dropdown-item-content .mobile-drawer-dropdown-item-content-inner .mobile-drawer-dropdown-item-content-full-container .full-list-container .full-list-item-container{display:flex;flex-direction:row;align-items:center;gap:.5rem}.mobile-drawer .mobile-drawer-dropdown-items .mobile-drawer-dropdown-item .mobile-drawer-dropdown-item-content .mobile-drawer-dropdown-item-content-inner .mobile-drawer-dropdown-item-content-full-container .full-list-container .full-list-item-container .full-list-item-link{text-decoration:none;opacity:100%;color:#000}.mobile-drawer .mobile-drawer-dropdown-items .mobile-drawer-dropdown-item .mobile-drawer-dropdown-item-content .mobile-drawer-dropdown-item-content-inner .mobile-drawer-dropdown-item-content-full-container .full-list-container .full-list-item-container .full-list-item-link:hover{opacity:75%}.mobile-drawer .mobile-drawer-action-items{display:flex;flex-direction:row;justify-content:center;gap:1rem;padding:1rem 2rem}.mobile-drawer .mobile-drawer-action-items .mobile-drawer-action-item{border:1px solid #000;border-radius:.5rem}.mobile-drawer .mobile-drawer-action-items .mobile-drawer-action-item .mobile-drawer-action-item-link .mobile-drawer-action-item-text-wrapper .MuiListItemText-primary{color:#000;font-size:.875rem;text-align:center}.demo-player-game-log{height:100%;width:100%;font-family:Poppins,sans-serif;background:#fbfbfb;border-radius:1rem}.demo-player-game-log .demo-player-game-log-content{border-radius:1rem}.demo-player-game-log .demo-player-game-log-content .ant-card-head{padding:0 1rem}.demo-player-game-log .demo-player-game-log-content .ant-card-head .ant-card-head-wrapper .ant-card-head-title{font-size:.875rem;font-weight:400;font-family:Poppins,sans-serif}.demo-player-game-log .demo-player-game-log-content .ant-card-body{padding:0!important}.demo-player-game-log .demo-player-game-log-content .demo-player-game-log-container .demo-player-game-log-table{overflow:auto}.demo-player-game-log .demo-player-game-log-content .demo-player-game-log-container .demo-player-game-log-table .ant-spin-nested-loading>.ant-spin-container>.ant-table .ant-table-container>.ant-table-content>table>tbody>tr>td,.demo-player-game-log .demo-player-game-log-content .demo-player-game-log-container .demo-player-game-log-table .ant-spin-nested-loading>.ant-spin-container>.ant-table .ant-table-container>.ant-table-content>table>thead>tr>th{font-family:Poppins,sans-serif!important}.demo-player-game-log .demo-player-game-log-content .demo-player-game-log-container .demo-player-game-log-table .ant-spin-nested-loading>.ant-spin-container>.ant-pagination{justify-content:unset}.demo-player-game-log .demo-player-game-log-content .demo-player-game-log-container .demo-player-game-log-table .ant-spin-nested-loading>.ant-spin-container>.ant-pagination .ant-pagination-item{font-family:Poppins,sans-serif!important}.demo-player-game-log .demo-player-game-log-content .demo-player-game-log-container .demo-player-game-log-table .ant-spin-nested-loading>.ant-spin-container>.ant-pagination .ant-pagination-item-active{border-color:#2e8b57}.demo-player-game-log .demo-player-game-log-content .demo-player-game-log-container .demo-player-game-log-table .ant-spin-nested-loading>.ant-spin-container>.ant-pagination .ant-pagination-item-active a{border-color:#2e8b57!important;color:#2e8b57!important}.demo-player-prediction-model{height:100%;width:100%;font-family:Poppins,sans-serif}.demo-player-prediction-model .demo-player-prediction-model-content{border-radius:1rem}.demo-player-prediction-model .demo-player-prediction-model-content .ant-card-head{padding:0 1rem}.demo-player-prediction-model .demo-player-prediction-model-content .ant-card-head .ant-card-head-wrapper .ant-card-head-title{font-size:.875rem;font-weight:400;font-family:Poppins,sans-serif}.demo-player-prediction-model .demo-player-prediction-model-content .ant-card-body{padding:1rem}.demo-player-prediction-model .demo-player-prediction-model-content .demo-player-prediction-model-options{margin-bottom:.5rem}@media only screen and (max-width:768px){.demo-player-prediction-model .demo-player-prediction-model-content .demo-player-prediction-model-options{display:inline-block}}.demo-player-prediction-model .demo-player-prediction-model-content .demo-player-prediction-model-options .demo-player-prediction-model-options-dropdown{font-family:Poppins,sans-serif}.demo-player-prediction-model .demo-player-prediction-model-content .demo-player-prediction-model-options .demo-player-prediction-model-options-dropdown:hover{color:#2e8b57;border-color:#2e8b57}.demo-player-prediction-model .demo-player-prediction-model-content .demo-player-prediction-model-stats-wrapper{display:flex;flex-direction:row;align-items:stretch;gap:2rem;flex-wrap:wrap}@media only screen and (max-width:768px){.demo-player-prediction-model .demo-player-prediction-model-content .demo-player-prediction-model-stats-wrapper{gap:1rem}}.demo-player-prediction-model .demo-player-prediction-model-content .demo-player-prediction-model-stats-wrapper .demo-player-prediction-model-stat-card{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 1rem);text-align:center;height:100%;display:flex;flex-direction:column;width:100%}@media only screen and (max-width:480px){.demo-player-prediction-model .demo-player-prediction-model-content .demo-player-prediction-model-stats-wrapper .demo-player-prediction-model-stat-card{flex:none}}.demo-player-prediction-model .demo-player-prediction-model-content .demo-player-prediction-model-stats-wrapper .demo-player-prediction-model-stat-card.prediction>.ant-card-body{display:flex;align-items:center;justify-content:center}.demo-player-prediction-model .demo-player-prediction-model-content .demo-player-prediction-model-stats-wrapper .demo-player-prediction-model-stat-card.prediction>.ant-card-body .trending-icon{margin-bottom:.2em;height:.5em;width:.75em}.demo-player-prediction-model .demo-player-prediction-model-content .demo-player-prediction-model-stats-wrapper .demo-player-prediction-model-stat-card.prediction>.ant-card-body .trending-icon.up-direction{fill:#2e8b57}.demo-player-prediction-model .demo-player-prediction-model-content .demo-player-prediction-model-stats-wrapper .demo-player-prediction-model-stat-card.prediction>.ant-card-body .trending-icon.down-direction{fill:red}.ant-tooltip-inner,.demo-player-prediction-model .demo-player-prediction-model-content .demo-player-prediction-model-stats-wrapper .demo-player-prediction-model-stat-card .ant-card-body>.ant-typography{font-family:Poppins,sans-serif!important}.demo-dashboard{height:100%;width:100%;font-family:Poppins,sans-serif}.demo-dashboard .demo-dashboard-content{display:flex;align-items:center}.demo-dashboard .demo-dashboard-content .demo-dashboard-sports-cards-container{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:.75rem;gap:.75rem;width:80%}@media only screen and (max-width:1024px){.demo-dashboard .demo-dashboard-content .demo-dashboard-sports-cards-container{grid-template-columns:repeat(3,1fr);width:100%}}@media only screen and (max-width:768px){.demo-dashboard .demo-dashboard-content .demo-dashboard-sports-cards-container{grid-template-columns:repeat(2,1fr)}}.demo-dashboard .demo-dashboard-content .demo-dashboard-sports-cards-container .demo-dashboard-sport-card{border:1px solid rgba(0,0,0,.08);border-radius:.75rem;height:5.5rem;display:flex;align-items:center;width:100%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.06);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.demo-dashboard .demo-dashboard-content .demo-dashboard-sports-cards-container .demo-dashboard-sport-card .MuiCardActionArea-focusHighlight{background:transparent}.demo-dashboard .demo-dashboard-content .demo-dashboard-sports-cards-container .demo-dashboard-sport-card .demo-dashboard-sport-card-content{display:flex;flex-direction:column;align-items:center;width:100%}.demo-dashboard .demo-dashboard-content .demo-dashboard-sports-cards-container .demo-dashboard-sport-card .demo-dashboard-sport-card-content .demo-dashboard-sport-card-name{font-size:.9rem;font-weight:700;font-family:Poppins,sans-serif;letter-spacing:.04em;color:#000}.demo-dashboard .demo-dashboard-content .demo-dashboard-sports-cards-container .demo-dashboard-sport-card:hover{cursor:pointer;border-color:rgba(46,139,87,.35);box-shadow:0 4px 14px rgba(0,0,0,.1),0 0 0 1px rgba(46,139,87,.15);transform:translateY(-3px)}.demo-player-props-analyzer{height:100%;width:100%;font-family:Poppins,sans-serif}.demo-player-props-analyzer .demo-player-props-analyzer-content{border-radius:1rem}.demo-player-props-analyzer .demo-player-props-analyzer-content .ant-card-head{padding:0 1rem}.demo-player-props-analyzer .demo-player-props-analyzer-content .ant-card-head .ant-card-head-wrapper .ant-card-head-title{font-size:.875rem;font-weight:400;font-family:Poppins,sans-serif}.demo-player-props-analyzer .demo-player-props-analyzer-content .ant-card-body{padding:1rem}.demo-player-props-analyzer .demo-player-props-analyzer-content .demo-player-props-analyzer-plot-options{margin-bottom:1rem}@media only screen and (max-width:768px){.demo-player-props-analyzer .demo-player-props-analyzer-content .demo-player-props-analyzer-plot-options{display:inline-block}}.demo-player-props-analyzer .demo-player-props-analyzer-content .demo-player-props-analyzer-plot-options .demo-player-props-analyzer-plot-options-dropdown{font-family:Poppins,sans-serif}.demo-player-props-analyzer .demo-player-props-analyzer-content .demo-player-props-analyzer-plot-options .demo-player-props-analyzer-plot-options-dropdown:hover{color:#2e8b57;border-color:#2e8b57}.demo-player-props-analyzer .demo-player-props-analyzer-content .demo-player-props-analyzer-plot-options .demo-player-props-analyzer-target-line-container .demo-player-props-analyzer-target-select-dropdown .ant-select-item{background-color:transparent}.demo-player-props-analyzer .demo-player-props-analyzer-content .demo-player-props-analyzer-plot-options .demo-player-props-analyzer-target-line-container .demo-player-props-analyzer-target-select-dropdown .ant-select-item:hover{background-color:rgba(46,139,87,.1)!important}.demo-player-props-analyzer .demo-player-props-analyzer-content .demo-player-props-analyzer-plot-options .demo-player-props-analyzer-target-line-container .demo-player-props-analyzer-target-select-dropdown .ant-select-item.ant-select-item-option-selected{background-color:rgba(46,139,87,.2)!important}.demo-player-props-analyzer .demo-player-props-analyzer-content .demo-player-props-analyzer-plot-options .demo-player-props-analyzer-target-line-container .ant-select{font-family:Poppins,sans-serif!important}.demo-player-props-analyzer .demo-player-props-analyzer-content .demo-player-props-analyzer-plot-options .demo-player-props-analyzer-target-line-container .ant-select .ant-select-focused,.demo-player-props-analyzer .demo-player-props-analyzer-content .demo-player-props-analyzer-plot-options .demo-player-props-analyzer-target-line-container .ant-select .ant-select-selector:hover{color:#2e8b57!important;border-color:#2e8b57!important}.demo-player-props-analyzer .demo-player-props-analyzer-content .demo-player-props-analyzer-plot-options .demo-player-props-analyzer-target-line-container .ant-select-focused:where(.ant-select):not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector{border-color:#2e8b57!important;box-shadow:0 0 0 2px rgba(46,139,87,.1)!important}.demo-player-props-analyzer .demo-player-props-analyzer-content .demo-player-props-analyzer-plot-options .demo-player-props-analyzer-target-line-container .demo-player-props-analyzer-target-line-search .ant-input-wrapper .ant-input-outlined{width:7rem}@media only screen and (max-width:768px){.demo-player-props-analyzer .demo-player-props-analyzer-content .demo-player-props-analyzer-plot-options .demo-player-props-analyzer-target-line-container .demo-player-props-analyzer-target-line-search .ant-input-wrapper .ant-input-outlined{width:100%}}.demo-player-props-analyzer .demo-player-props-analyzer-content .demo-player-props-analyzer-plot-options .demo-player-props-analyzer-target-line-container .demo-player-props-analyzer-target-line-search .ant-input-wrapper .ant-input-outlined .ant-input{font-family:Poppins,sans-serif!important}.demo-player-props-analyzer .demo-player-props-analyzer-content .demo-player-props-analyzer-plot-options .demo-player-props-analyzer-target-line-container .demo-player-props-analyzer-target-line-search .ant-input-wrapper .ant-input-outlined .ant-input:focus,.demo-player-props-analyzer .demo-player-props-analyzer-content .demo-player-props-analyzer-plot-options .demo-player-props-analyzer-target-line-container .demo-player-props-analyzer-target-line-search .ant-input-wrapper .ant-input-outlined .ant-input:hover{border-color:#2e8b57!important}.demo-player-props-analyzer .demo-player-props-analyzer-content .demo-player-props-analyzer-plot-options .demo-player-props-analyzer-target-line-container .demo-player-props-analyzer-target-line-search .ant-input-wrapper .ant-input-outlined:hover{color:#2e8b57!important;border-color:#2e8b57!important}.demo-player-props-analyzer .demo-player-props-analyzer-content .demo-player-props-analyzer-plot-options .demo-player-props-analyzer-target-line-container .demo-player-props-analyzer-target-line-search .ant-input-wrapper .ant-input-outlined:focus,.demo-player-props-analyzer .demo-player-props-analyzer-content .demo-player-props-analyzer-plot-options .demo-player-props-analyzer-target-line-container .demo-player-props-analyzer-target-line-search .ant-input-wrapper .ant-input-outlined:focus-within{border-color:#2e8b57!important;box-shadow:0 0 0 2px rgba(46,139,87,.1)!important}.demo-player-props-analyzer .demo-player-props-analyzer-content .demo-player-props-analyzer-plot-options .demo-player-props-analyzer-target-line-container .demo-player-props-analyzer-target-line-search .ant-input-wrapper .ant-input-group-addon .ant-input-search-button{background:#2e8b57!important;font-family:Poppins,sans-serif!important}.demo-player-props-analyzer .demo-player-props-analyzer-content .demo-player-props-analyzer-chart-table-wrapper .demo-player-props-analyzer-chart-wrapper{height:25rem;width:100%}.demo-player-props-analyzer .demo-player-props-analyzer-content .demo-player-props-analyzer-chart-table-wrapper .demo-player-props-analyzer-chart-wrapper .demo-player-props-analyzer-responsive-container{height:100%;width:100%;font-family:Poppins,sans-serif!important}.ant-dropdown-menu-title-content,.ant-select-dropdown{font-family:Poppins,sans-serif!important}.reviews .reviews-content .reviews-swiper{height:auto;width:100%;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:1rem;box-shadow:0 1px 3px rgba(0,0,0,.06),0 0 0 1px rgba(0,0,0,.04);overflow:hidden}.reviews .reviews-content .reviews-swiper .review-swiper-slide{background:#fff;min-height:22rem;display:flex;flex-direction:column;justify-content:space-between;color:#000;padding:2.5rem 3rem 4rem;cursor:pointer}@media only screen and (max-width:768px){.reviews .reviews-content .reviews-swiper .review-swiper-slide{padding:2rem 1.75rem 4rem;min-height:24rem}}.reviews .reviews-content .reviews-swiper .review-swiper-slide .reviewer-credentials{display:flex;flex-direction:row;align-items:center;gap:.75rem;margin-bottom:2rem}.reviews .reviews-content .reviews-swiper .review-swiper-slide .reviewer-credentials:before{content:"";display:block;width:2.25rem;height:2.25rem;border-radius:50%;background:rgba(46,139,87,.1);border:1px solid rgba(46,139,87,.2);flex-shrink:0}.reviews .reviews-content .reviews-swiper .review-swiper-slide .reviewer-credentials .reviewer-name{font-size:.875rem;font-weight:700;color:#000;letter-spacing:-.01em;display:block}.reviews .reviews-content .reviews-swiper .review-swiper-slide .reviewer-credentials .reviewer-position{font-size:.75rem;color:#5c5e62;display:block;letter-spacing:.01em}.reviews .reviews-content .reviews-swiper .review-swiper-slide .reviewer-credentials span:last-child{margin-left:auto;font-size:.75rem;letter-spacing:.1em;color:#2e8b57;align-self:flex-start}.reviews .reviews-content .reviews-swiper .review-swiper-slide .reviewer-quote{font-size:clamp(1.1rem,2.5vw,1.6rem);font-style:italic;line-height:1.5;letter-spacing:-.02em;font-weight:400;color:#000;border-left:3px solid #2e8b57;padding-left:1.25rem}@media only screen and (max-width:768px){.reviews .reviews-content .reviews-swiper .review-swiper-slide .reviewer-quote{font-size:1rem;line-height:1.55;letter-spacing:normal}}@media only screen and (max-width:480px){.reviews .reviews-content .reviews-swiper .review-swiper-slide .reviewer-quote{font-size:.9rem}}.reviews .reviews-content .reviews-swiper .divider{margin-bottom:3rem}.reviews .reviews-content .reviews-swiper .swiper-pagination{bottom:1.25rem}.reviews .reviews-content .reviews-swiper .swiper-pagination .swiper-pagination-bullet{background:rgba(0,0,0,.2);opacity:1;transition:background .2s,transform .2s}.reviews .reviews-content .reviews-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#2e8b57;transform:scale(1.25)}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-slides-offset-before);margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{-webkit-margin-end:var(--swiper-slides-offset-after);margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-slides-offset-before);margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{-webkit-margin-after:var(--swiper-slides-offset-after);margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));&.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}&.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled &{display:none!important}::slotted(svg),svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-button-prev,~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0;.swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);button&{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}}.swiper-pagination-lock{display:none}*{box-sizing:border-box;padding:0;margin:0}.statbot{font-family:Poppins,sans-serif;background:#fbfbfb}.statbot .statbot-content{border-radius:1rem}.statbot .statbot-content .ant-card-head{padding:0 1rem}.statbot .statbot-content .ant-card-head .ant-card-head-wrapper .ant-card-head-title{font-size:.875rem;font-weight:400;font-family:Poppins,sans-serif}.statbot .statbot-content .ant-card-body{padding:0!important}.statbot .statbot-content .statbot-container{display:flex;align-items:flex-start;gap:1rem;padding:2rem 1rem}.statbot .statbot-content .statbot-container .statbot-avatar-wrapper{flex-shrink:0}.statbot .statbot-content .statbot-container .statbot-avatar-wrapper .statbot-avatar-img{width:2.5rem;height:2.5rem;object-fit:contain}.statbot .statbot-content .statbot-container .statbot-summary-wrapper{flex-grow:1;background-color:#f0f2f5;padding:.75rem 1rem;border-radius:0 12px 12px 12px}.statbot .statbot-content .statbot-container .statbot-summary-wrapper .statbot-summary-text{font-family:Poppins,sans-serif;color:#000!important;font-size:.875rem;line-height:1.8;overflow:hidden;scrollbar-width:none;-ms-overflow-style:none;white-space:pre-line}.statbot .statbot-content .statbot-container .statbot-summary-wrapper .statbot-summary-text::-webkit-scrollbar{display:none}