:root{--purple-950:#1e0b35;--purple-900:#280f44;--purple-700:#4e2379;--purple-600:#5e2c91;--lilac-400:#c169ff;--lilac-200:#e3c8ff;--red-500:#ff3136;--red-600:#e22026;--ink-900:#212529;--ink-600:#575656;--gray-100:#f5f7f9;--gray-200:#e9edf1;--gray-300:#c4c4c4;--white:#fff;--grad-purple:linear-gradient(270deg,var(--purple-700) 0%,var(--purple-900) 100%);--grad-purple-soft:linear-gradient(135deg,#35155c 0%,var(--purple-900) 70%);--font-body:"Poppins",system-ui,-apple-system,sans-serif;--font-display-stack:"D-DIN","Poppins",sans-serif;--shadow-card:0 10px 30px rgba(40,15,68,.1);--shadow-card-hover:0 18px 42px rgba(40,15,68,.18);--radius-card:16px;--radius-btn:4px;--header-h:84px}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body,html{margin:0;padding:0}body{color:var(--ink-900);background:var(--white);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}.app-shell,body{font-family:var(--font-body)}.app-shell{--font-body:var(--font-poppins),"Poppins",system-ui,-apple-system,sans-serif;--font-display-stack:var(--font-display),var(--font-poppins),"Poppins",sans-serif}img{max-width:100%;display:block}a{color:inherit}button{font-family:inherit}::selection{background:var(--lilac-400);color:var(--purple-950)}:focus-visible{outline:3px solid var(--lilac-400);outline-offset:2px;border-radius:4px}.container{width:min(1180px,100% - 3rem);margin-inline:auto}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:.8rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase}.eyebrow:before{content:"";width:34px;height:3px;background:var(--red-500);border-radius:2px}.display{font-family:var(--font-display-stack);font-weight:700;text-transform:uppercase;line-height:.98;letter-spacing:.01em;margin:0}.section{padding:clamp(4rem,9vw,7rem) 0}.section-head{max-width:720px;margin-bottom:clamp(2.2rem,5vw,3.6rem)}.section-head .display{font-size:clamp(2rem,4.6vw,3.4rem);margin-top:.9rem;color:var(--purple-900)}.section-head p{margin:1rem 0 0;font-size:1.05rem;line-height:1.7;color:var(--ink-600)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:1.05rem 1.9rem;border-radius:var(--radius-btn);border:2px solid transparent;font-family:var(--font-body);font-size:.95rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.btn:active{transform:translateY(1px)}.btn-red{background:var(--red-500);color:var(--white);box-shadow:0 10px 24px rgba(255,49,54,.32)}.btn-red:hover{background:var(--red-600);box-shadow:0 14px 30px rgba(255,49,54,.4);transform:translateY(-2px)}.btn-ghost-light{background:transparent;color:var(--white);border-color:hsla(0,0%,100%,.55)}.btn-ghost-light:hover{border-color:var(--white);background:hsla(0,0%,100%,.08);transform:translateY(-2px)}.btn-ghost-purple{background:transparent;color:var(--purple-700);border-color:var(--purple-700)}.btn-ghost-purple:hover{background:var(--purple-700);color:var(--white);transform:translateY(-2px)}.btn[disabled]{opacity:.6;cursor:not-allowed;transform:none}.site-header{position:fixed;inset:0 0 auto 0;z-index:60;height:var(--header-h);display:flex;align-items:center;transition:background-color .35s ease,box-shadow .35s ease,-webkit-backdrop-filter .35s ease;transition:background-color .35s ease,box-shadow .35s ease,backdrop-filter .35s ease;transition:background-color .35s ease,box-shadow .35s ease,backdrop-filter .35s ease,-webkit-backdrop-filter .35s ease}.site-header.is-solid{background:rgba(30,11,53,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 30px rgba(20,6,40,.35)}.site-header .container{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.header-logo{display:inline-flex;align-items:center;gap:12px}.header-logo img{height:48px;width:auto}.header-nav{display:flex;align-items:center;gap:2rem}.header-nav a{color:hsla(0,0%,100%,.85);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s ease}.header-nav a:hover{color:var(--white)}.header-cta{padding:.7rem 1.3rem;font-size:.8rem}@media (max-width:760px){.header-nav .nav-link{display:none}}.hero{position:relative;min-height:100svh;display:flex;align-items:center;background:var(--grad-purple);color:var(--white);overflow:hidden;isolation:isolate}.hero-lion{z-index:-2;opacity:.5;will-change:transform}.hero-lion,.hero-veil{position:absolute;inset:0}.hero-veil{z-index:-1;background:linear-gradient(90deg,rgba(40,15,68,.96) 0,rgba(40,15,68,.55) 55%,rgba(40,15,68,.25) 100%),linear-gradient(0deg,var(--purple-950) 0,rgba(30,11,53,0) 34%)}.hero .container{padding-top:calc(var(--header-h) + 2rem);padding-bottom:6rem}.hero-eyebrow{color:var(--lilac-200)}.hero-title{font-size:clamp(2.2rem,7.2vw,5.2rem);margin:1.4rem 0 0}.hero-title .line{display:block;overflow:hidden;padding-bottom:.08em;white-space:nowrap}.hero-title .line>span{display:inline-block;will-change:transform}.hero-title .accent{color:var(--lilac-400)}.hero-sub{max-width:560px;margin:1.6rem 0 0;font-size:1.08rem;font-weight:300;line-height:1.75;color:hsla(0,0%,100%,.88)}.hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.4rem}.hero-scroll{position:absolute;left:50%;bottom:2rem;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:10px;color:hsla(0,0%,100%,.7);font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;text-decoration:none}.hero-scroll .wheel{width:26px;height:42px;border:2px solid hsla(0,0%,100%,.55);border-radius:14px;position:relative}.hero-scroll .wheel:after{content:"";position:absolute;top:7px;left:50%;width:4px;height:9px;margin-left:-2px;border-radius:3px;background:var(--lilac-400);animation:wheel-drop 1.8s ease-in-out infinite}@keyframes wheel-drop{0%{transform:translateY(0);opacity:1}70%{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:0}}@media (prefers-reduced-motion:reduce){.hero-scroll .wheel:after{animation:none}}.marquee{position:relative;background:var(--purple-950);color:hsla(0,0%,100%,.5);padding:1.1rem 0;overflow:hidden;border-top:1px solid rgba(193,105,255,.18);border-bottom:1px solid rgba(193,105,255,.18)}.marquee-track{display:flex;gap:3rem;width:max-content;white-space:nowrap;font-family:var(--font-display-stack);font-size:1rem;letter-spacing:.28em;text-transform:uppercase}.marquee-track .dot{color:var(--red-500)}.stats{background:var(--purple-950);color:var(--white);padding:clamp(3rem,6vw,4.5rem) 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem}.stat-value{font-family:var(--font-display-stack);font-size:clamp(2.4rem,5vw,3.6rem);color:var(--lilac-400);line-height:1}.stat-value.is-text{font-size:clamp(1.7rem,3.4vw,2.6rem);letter-spacing:.04em;padding-top:.35em}.stat-label{margin-top:.5rem;font-size:.92rem;color:hsla(0,0%,100%,.75);font-weight:300;max-width:24ch}.culture{position:relative;background:var(--white);overflow:hidden}.culture-watermark{position:absolute;right:-140px;top:40px;width:520px;opacity:.12;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.culture-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.4rem;gap:1.4rem;position:relative;z-index:1}.culture-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-card);padding:1.8rem;box-shadow:var(--shadow-card);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.culture-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-card-hover);border-color:var(--lilac-200)}.culture-icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;background:var(--grad-purple);color:var(--white);font-size:1.4rem}.culture-card h3{margin:1.1rem 0 .5rem;font-size:1.12rem;color:var(--purple-900)}.culture-card p{margin:0;font-size:.94rem;line-height:1.65;color:var(--ink-600);font-weight:300}.jobs{background:var(--gray-100)}.jobs-filters{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2rem}.chip{border:1.5px solid var(--gray-300);background:var(--white);color:var(--ink-600);border-radius:999px;padding:.5rem 1.1rem;font-size:.86rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.chip:hover{border-color:var(--purple-700);color:var(--purple-700)}.chip.is-active{background:var(--purple-900);border-color:var(--purple-900);color:var(--white)}.jobs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));grid-gap:1.4rem;gap:1.4rem}.job-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-card);padding:1.7rem;display:flex;flex-direction:column;gap:.9rem;text-align:left;cursor:pointer;box-shadow:0 4px 14px rgba(40,15,68,.06);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.job-card:hover{transform:translateY(-5px);border-color:var(--lilac-200);box-shadow:var(--shadow-card-hover)}.job-card-top{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.badge-area{font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--purple-700);background:rgba(193,105,255,.14);border-radius:999px;padding:.32rem .75rem}.job-card h3{margin:0;font-size:1.22rem;line-height:1.35;color:var(--purple-900)}.job-card .job-summary{margin:0;font-size:.92rem;font-weight:300;line-height:1.6;color:var(--ink-600);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.job-meta{display:flex;flex-wrap:wrap;gap:.5rem 1.1rem;font-size:.82rem;color:var(--ink-600)}.job-meta span{display:inline-flex;align-items:center;gap:6px}.job-card-cta,.job-meta svg{color:var(--red-500)}.job-card-cta{margin-top:auto;display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:.9rem;letter-spacing:.04em;text-transform:uppercase}.job-card-cta svg{transition:transform .2s ease}.job-card:hover .job-card-cta svg{transform:translateX(5px)}.job-card.spontaneous{background:var(--grad-purple-soft);border:1px dashed rgba(193,105,255,.5);color:var(--white)}.job-card.spontaneous h3{color:var(--white)}.job-card.spontaneous .job-summary{color:hsla(0,0%,100%,.82)}.job-card.spontaneous .job-card-cta{color:var(--lilac-400)}.jobs-empty{background:var(--white);border:1px dashed var(--gray-300);border-radius:var(--radius-card);padding:3rem 2rem;text-align:center;color:var(--ink-600)}.jobs-empty strong{display:block;font-size:1.15rem;color:var(--purple-900);margin-bottom:.5rem}.process{background:var(--grad-purple);position:relative;overflow:hidden}.process,.process .section-head .display{color:var(--white)}.process .section-head p{color:hsla(0,0%,100%,.8)}.process .eyebrow{color:var(--lilac-200)}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));grid-gap:2rem;gap:2rem;position:relative;margin-top:1rem}.process-line{position:absolute;top:27px;left:0;right:0;height:2px;background:hsla(0,0%,100%,.16)}.process-line-fill{height:100%;width:100%;background:var(--red-500);transform-origin:left center}.process-step{position:relative;z-index:1}.process-num{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--purple-950);border:2px solid var(--lilac-400);font-family:var(--font-display-stack);font-size:1.25rem;color:var(--lilac-400)}.process-step h3{margin:1.1rem 0 .4rem;font-size:1.05rem}.process-step p{margin:0;font-size:.9rem;font-weight:300;line-height:1.6;color:hsla(0,0%,100%,.78)}.final-cta{text-align:center}.final-cta .display{font-size:clamp(2rem,4.6vw,3.2rem);color:var(--purple-900);max-width:22ch;margin-inline:auto}.final-cta p{max-width:520px;margin:1.2rem auto 2.2rem;color:var(--ink-600);line-height:1.7}.site-footer{background:var(--purple-950);color:hsla(0,0%,100%,.78)}.footer-main{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-gap:2.5rem;gap:2.5rem;padding:3.5rem 0}.footer-main img{height:54px;width:auto;margin-bottom:1rem}.footer-main p{margin:.3rem 0;font-size:.88rem;font-weight:300;line-height:1.7}.footer-col h4{color:var(--white);font-size:.85rem;letter-spacing:.14em;text-transform:uppercase;margin:0 0 1rem}.footer-col a{display:block;color:hsla(0,0%,100%,.72);text-decoration:none;font-size:.9rem;margin-bottom:.6rem;transition:color .2s ease}.footer-col a:hover{color:var(--lilac-400)}.footer-social{display:flex;gap:.8rem;margin-top:1rem}.footer-social a{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;border:1px solid hsla(0,0%,100%,.25);color:var(--white);font-size:1rem;transition:background-color .2s ease,border-color .2s ease,transform .2s ease;margin-bottom:0}.footer-social a:hover{background:var(--red-500);border-color:var(--red-500);transform:translateY(-3px);color:var(--white)}.footer-bar{border-top:1px solid hsla(0,0%,100%,.12);padding:1.2rem 0;font-size:.8rem;color:hsla(0,0%,100%,.55)}.footer-bar .container{display:flex;flex-wrap:wrap;gap:.6rem 2rem;justify-content:space-between}@media (max-width:860px){.footer-main{grid-template-columns:1fr;gap:2rem}}.apply-overlay{position:fixed;inset:0;z-index:90;background:rgba(20,8,36,.72);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:flex-end;justify-content:center}@media (min-width:720px){.apply-overlay{align-items:center;padding:2rem}}.apply-panel{background:var(--white);width:100%;max-width:880px;max-height:92svh;overflow-y:auto;border-radius:20px 20px 0 0;position:relative}@media (min-width:720px){.apply-panel{border-radius:20px}}.apply-head{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:var(--grad-purple);color:var(--white);padding:1.6rem 2rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.apply-head h2{margin:0;font-size:1.35rem;line-height:1.3}.apply-head .apply-head-meta{margin-top:.4rem;display:flex;flex-wrap:wrap;gap:.4rem 1rem;font-size:.82rem;color:hsla(0,0%,100%,.82)}.apply-close{flex-shrink:0;width:40px;height:40px;border-radius:50%;border:1px solid hsla(0,0%,100%,.4);background:transparent;color:var(--white);font-size:1.1rem;cursor:pointer;display:grid;place-items:center;transition:background-color .2s ease}.apply-close:hover{background:hsla(0,0%,100%,.14)}.apply-body{padding:2rem}.job-details h4{margin:1.6rem 0 .6rem;font-size:.85rem;letter-spacing:.14em;text-transform:uppercase;color:var(--purple-700)}.job-details p{line-height:1.7;white-space:pre-line}.job-details p,.job-details ul{margin:0;color:var(--ink-600);font-size:.95rem}.job-details ul{padding-left:1.2rem;line-height:1.8}.job-details li::marker{color:var(--red-500)}.apply-divider{height:1px;background:var(--gray-200);margin:2rem 0}.form-title{font-size:1.15rem;color:var(--purple-900);margin:0 0 1.4rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.1rem 1.2rem;gap:1.1rem 1.2rem}@media (max-width:640px){.form-grid{grid-template-columns:1fr}}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:.82rem;font-weight:600;color:var(--ink-900)}.field label .optional{font-weight:400;color:#8b8f97}.field input,.field select,.field textarea{font-family:var(--font-body);font-size:.95rem;color:var(--ink-900);background:var(--gray-100);border:1.5px solid var(--gray-200);border-radius:10px;padding:.8rem 1rem;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--purple-700);background:var(--white);box-shadow:0 0 0 4px rgba(78,35,121,.12)}.field input[aria-invalid=true],.field textarea[aria-invalid=true]{border-color:var(--red-500)}.field .error{font-size:.78rem;color:var(--red-600);min-height:1em}.field textarea{resize:vertical;min-height:110px}.hp-field{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.filedrop{border:2px dashed var(--gray-300);border-radius:12px;background:var(--gray-100);padding:1.6rem;text-align:center;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.filedrop.is-drag,.filedrop:hover{border-color:var(--purple-700);background:rgba(193,105,255,.08)}.filedrop p{margin:.4rem 0 0;font-size:.85rem;color:var(--ink-600)}.filedrop .filedrop-icon{font-size:1.6rem;color:var(--purple-700)}.filedrop strong{color:var(--purple-700)}.file-chip{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:rgba(78,35,121,.08);border:1px solid var(--lilac-200);border-radius:10px;padding:.7rem 1rem;font-size:.88rem;color:var(--purple-900)}.file-chip button{background:none;border:none;color:var(--red-600);font-weight:600;cursor:pointer;font-size:.82rem}.consent-row{display:flex;gap:.7rem;align-items:flex-start;font-size:.85rem;color:var(--ink-600);line-height:1.55}.consent-row input{margin-top:3px;width:18px;height:18px;accent-color:var(--purple-700);flex-shrink:0}.consent-row a{color:var(--purple-700);font-weight:600}.form-feedback{border-radius:10px;padding:.9rem 1.1rem;font-size:.9rem;line-height:1.5}.form-feedback.error{background:rgba(255,49,54,.08);border:1px solid rgba(255,49,54,.35);color:var(--red-600)}.form-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.spinner{width:18px;height:18px;border:2.5px solid hsla(0,0%,100%,.35);border-top:2.5px solid var(--white);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.apply-success{text-align:center;padding:2.5rem 1rem 1.5rem}.success-check{width:84px;height:84px;margin:0 auto 1.4rem;border-radius:50%;display:grid;place-items:center;background:var(--grad-purple);color:var(--white);font-size:2.2rem}.apply-success h3{font-size:1.5rem;color:var(--purple-900);margin:0 0 .6rem}.apply-success p{color:var(--ink-600);line-height:1.7;max-width:420px;margin:0 auto .4rem}.apply-success .protocol{display:inline-block;margin-top:1rem;background:var(--gray-100);border:1px dashed var(--gray-300);border-radius:8px;padding:.5rem 1.2rem;font-weight:600;color:var(--purple-700);letter-spacing:.06em}body.dialog-open{overflow:hidden}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6c177e25b87fd9cd-s.woff2) format("woff2");unicode-range:u+0900-097f,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_51684b;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6c9a125e97d835e1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_51684b;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/4c285fdca692ea22-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:u+0900-097f,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_51684b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_51684b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/db911767852bc875-s.woff2) format("woff2");unicode-range:u+0900-097f,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_51684b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f10b8e9d91f3edcb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_51684b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8888a3826f4a3af4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:u+0900-097f,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_51684b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_51684b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:u+0900-097f,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_51684b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_51684b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,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_51684b;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_51684b{font-family:__Poppins_51684b,__Poppins_Fallback_51684b;font-style:normal}.__variable_51684b{--font-poppins:"__Poppins_51684b","__Poppins_Fallback_51684b"}@font-face{font-family:__dDin_fa577e;src:url(/_next/static/media/e7c7aceb91fc5203-s.p.woff) format("woff");font-display:swap;font-weight:700}@font-face{font-family:__dDin_Fallback_fa577e;src:local("Arial");ascent-override:86.84%;descent-override:17.66%;line-gap-override:8.99%;size-adjust:95.69%}.__className_fa577e{font-family:__dDin_fa577e,__dDin_Fallback_fa577e;font-weight:700}.__variable_fa577e{--font-display:"__dDin_fa577e","__dDin_Fallback_fa577e"}