:root{--primary:#0C3351;--secondary:#99C340;--white:#fff;--text:var(--primary);--muted:rgba(12,51,81,.66);--line:rgba(12,51,81,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--white);overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{display:block;max-width:100%;height:auto}.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.7,.2,1)}.reveal.is-visible{opacity:1;transform:none}.lead-form{background:var(--white);border:1px solid rgba(255,255,255,.16);border-radius:28px;padding:30px;box-shadow:0 40px 100px rgba(12,51,81,.3);color:var(--primary)}.form-title{display:flex;gap:13px;align-items:center;margin-bottom:28px}.form-title>span{width:54px;height:54px;border-radius:16px;background:rgba(153,195,64,.14);color:var(--secondary);display:grid;place-items:center;flex:0 0 auto}.form-title svg{width:20px}.form-title h3{margin:0;color:var(--primary);font-size:27px;line-height:1.08}.form-title p{margin:6px 0 0;color:rgba(12,51,81,.62);font-size:14px;line-height:1.55}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px 16px;gap:18px 16px}.form-grid label{display:grid;grid-gap:9px;gap:9px;color:var(--primary);font-size:13px;line-height:1.3;font-weight:800}.form-grid label>span{font-size:12px;font-weight:500;color:rgba(12,51,81,.52)}.span-2{grid-column:1/-1}.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid rgba(12,51,81,.14);border-radius:14px;background:var(--white);padding:16px;outline:0;color:var(--primary);transition:.18s;font-size:14px;line-height:1.4}.form-grid input::placeholder,.form-grid textarea::placeholder{font-size:14px;color:rgba(12,51,81,.48)}.form-grid textarea{resize:vertical;min-height:132px}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:var(--secondary);box-shadow:0 0 0 4px rgba(153,195,64,.12)}.module-fieldset{grid-column:1/-1;border:0;padding:0;margin:0;display:grid;grid-gap:10px;gap:10px}.module-fieldset legend{padding:0;color:var(--primary);font-size:13px;line-height:1.3;font-weight:800}.module-fieldset-help{margin:0;color:rgba(12,51,81,.52);font-size:12px;font-weight:500}.module-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.module-option{position:relative;display:flex!important;align-items:flex-start;gap:10px;padding:14px 16px;border:1px solid rgba(12,51,81,.14);border-radius:14px;background:var(--white);cursor:pointer;transition:.18s}.module-option:hover{border-color:rgba(153,195,64,.55);box-shadow:0 0 0 4px rgba(153,195,64,.08)}.module-option input{width:18px;height:18px;flex:0 0 18px;margin-top:1px;accent-color:var(--secondary)}.module-option span{font-size:13px;font-weight:700;color:var(--primary);line-height:1.45}.module-option:has(input:checked){border-color:var(--secondary);background:rgba(153,195,64,.08);box-shadow:0 0 0 4px rgba(153,195,64,.1)}.consent{display:flex;align-items:flex-start;gap:11px;margin:20px 0;color:rgba(12,51,81,.64);font-size:11.5px;line-height:1.5}.consent input{width:17px;height:17px;flex:0 0 17px;margin-top:2px}.consent i{display:none}.form-submit{width:100%;height:58px;border:0;border-radius:13px;background:var(--secondary);color:var(--primary);font-size:16px;font-weight:900;display:flex;align-items:center;justify-content:center;gap:9px;cursor:pointer}.form-submit svg{width:17px}.form-submit:disabled{opacity:.6;cursor:wait}.form-status{font-size:12px;line-height:1.45;margin:10px 0 0}.form-status.success{color:var(--secondary)}.form-status.error{color:var(--primary)}.form-foot{display:block;text-align:center;color:rgba(12,51,81,.5);margin-top:12px;font-size:10px;line-height:1.45}@media(max-width:620px){.form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.module-options{grid-template-columns:1fr}.lead-form{padding:20px}.form-title h3{font-size:24px}.form-title p{font-size:13px}.form-grid label{font-size:12.5px}.form-grid input,.form-grid select,.form-grid textarea{font-size:14px;padding:15px}.consent{font-size:11px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}.hr-container{width:min(1440px,calc(100% - 64px));margin:0 auto}.hr-header{position:fixed;z-index:5000;top:0;left:0;right:0;background:rgba(12,51,81,.88);border-bottom:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:.25s ease}.hr-header.is-scrolled{background:rgba(12,51,81,.97);box-shadow:0 12px 38px rgba(12,51,81,.22)}.hr-nav{height:88px;display:grid;grid-template-columns:auto 1fr auto auto;grid-gap:28px;gap:28px}.hr-brand,.hr-nav{align-items:center}.hr-brand{display:flex}.hr-brand-logo{display:block;width:154px;height:auto;object-fit:contain}.hr-links{display:flex;align-items:center;justify-content:center;gap:30px}.hr-links a{font-size:12px;font-weight:800;color:rgba(255,255,255,.68);transition:.2s ease}.hr-links a:hover{color:#fff}.hr-btn,.hr-nav-cta{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:900;border-radius:13px;transition:.2s ease}.hr-nav-cta{padding:13px 17px;background:#99c340;color:#0c3351;font-size:12px}.hr-btn svg,.hr-nav-cta svg{width:17px}.hr-btn-primary:hover,.hr-nav-cta:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(153,195,64,.2)}.hr-menu{display:none;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.06);color:#fff;width:44px;height:44px;border-radius:12px;place-items:center;cursor:pointer}.hr-menu svg{width:20px}.hr-mobile-cta{display:none}.hr-hero{position:relative;overflow:hidden;min-height:900px;padding:172px 0 120px;background:#0c3351;color:#fff}.hr-hero-grid-bg{position:absolute;inset:0;opacity:.14;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 0);background-size:72px 72px;-webkit-mask-image:linear-gradient(180deg,#000,transparent 90%);mask-image:linear-gradient(180deg,#000,transparent 90%)}.hr-glow{position:absolute;width:720px;height:720px;border-radius:50%;filter:blur(100px);background:#99c340;opacity:.11;pointer-events:none}.hr-glow-a{right:-300px;top:-260px}.hr-glow-b{left:20%;bottom:-560px;opacity:.08}.hr-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:.82fr 1.18fr;grid-gap:80px;gap:80px;align-items:center}.hr-hero-copy{max-width:670px}.hr-pill{display:inline-flex;align-items:center;gap:9px;padding:8px 13px 8px 9px;border:1px solid rgba(153,195,64,.4);background:rgba(153,195,64,.1);border-radius:999px;color:#99c340;font-size:10px;font-weight:950;letter-spacing:.12em}.hr-pill span{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:rgba(153,195,64,.16)}.hr-pill svg{width:13px}.hr-hero h1{margin:30px 0 26px;font-size:clamp(62px,6vw,96px);line-height:1;letter-spacing:-.065em;color:#fff;font-weight:850}.hr-hero h1 em{display:block;font-style:normal;color:#99c340;margin-top:.08em}.hr-hero h1 em span{display:block;margin-top:.02em}.hr-hero-copy>p{margin:0;max-width:650px;font-size:18px;line-height:1.8;color:rgba(255,255,255,.72)}.hr-hero-copy>p strong{color:#fff}.hr-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.hr-btn{height:56px;padding:0 21px;font-size:13px}.hr-btn-primary{background:#99c340;color:#0c3351}.hr-btn-ghost{border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.055);color:#fff}.hr-proof-line{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px;font-size:11px;color:rgba(255,255,255,.68);font-weight:700}.hr-proof-line span{display:flex;align-items:center;gap:7px}.hr-proof-line i{width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:rgba(153,195,64,.14);color:#99c340}.hr-proof-line svg{width:11px}.hr-hero-visual{position:relative;min-height:610px}.hr-hero-screen{position:absolute}.hr-hero-screen-main{width:92%;right:0;top:10px;z-index:2}.hr-hero-screen-float{width:63%;left:-4%;bottom:8px;z-index:4}.hr-hero-screen-main .hr-screen{transform:perspective(1600px) rotateY(-5deg) rotateX(1.5deg)}.hr-hero-screen-float .hr-screen{transform:perspective(1400px) rotateY(5deg) rotateX(-1deg)}.hr-hero-mini-card{position:absolute;z-index:6;right:4%;bottom:3%;display:flex;align-items:center;gap:12px;padding:14px 17px;border:1px solid rgba(153,195,64,.34);background:rgba(12,51,81,.92);border-radius:17px;box-shadow:0 20px 50px rgba(12,51,81,.35)}.hr-hero-mini-card>span{width:42px;height:42px;border-radius:12px;background:#99c340;color:#0c3351;display:grid;place-items:center}.hr-hero-mini-card svg{width:20px}.hr-hero-mini-card div{display:grid;grid-gap:2px;gap:2px}.hr-hero-mini-card small{font-size:8px;letter-spacing:.12em;color:rgba(255,255,255,.55)}.hr-hero-mini-card strong{font-size:13px;color:#fff}.hr-screen{overflow:hidden;border-radius:24px;background:#fff;border:1px solid rgba(255,255,255,.15);box-shadow:0 34px 90px rgba(12,51,81,.28)}.hr-screen-bar{height:38px;background:#0c3351;display:flex;align-items:center;gap:6px;padding:0 13px}.hr-screen-bar>span{width:7px;height:7px;border-radius:50%;background:#99c340}.hr-screen-bar>span:nth-child(2),.hr-screen-bar>span:nth-child(3){opacity:.45}.hr-screen-bar em{margin-left:auto;font-size:8px;font-style:normal;color:rgba(255,255,255,.58);letter-spacing:.12em;font-weight:850}.hr-screen>img{width:100%;height:auto;background:#fff}.hr-pillars-section{position:relative;z-index:5;margin-top:-38px;padding-bottom:76px}.hr-pillars-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.hr-pillar{min-height:148px;display:flex;gap:14px;padding:23px;border-radius:22px;background:#fff;border:1px solid rgba(12,51,81,.12);box-shadow:0 22px 65px rgba(12,51,81,.08)}.hr-pillar>span{width:46px;height:46px;border-radius:13px;background:rgba(153,195,64,.15);color:#0c3351;display:grid;place-items:center;flex:0 0 auto}.hr-pillar svg{width:21px}.hr-pillar h3{margin:2px 0 7px;font-size:18px;color:#0c3351}.hr-pillar p{margin:0;color:rgba(12,51,81,.65);font-size:12px;line-height:1.65}.hr-section{padding:122px 0;position:relative;background:#fff}.hr-section-heading{max-width:950px;margin-bottom:52px}.hr-kicker{font-size:10px;font-weight:950;letter-spacing:.18em;color:rgba(12,51,81,.64)}.hr-contact-copy h2,.hr-reference-heading h2,.hr-section-heading h2{margin:13px 0 18px;font-size:clamp(44px,4.5vw,70px);line-height:.98;letter-spacing:-.055em;color:#0c3351}.hr-contact-copy h2 em,.hr-reference-heading h2 em,.hr-section-heading h2 em{font-style:normal;color:#99c340}.hr-section-heading>p{max-width:850px;margin:0;color:rgba(12,51,81,.67);font-size:17px;line-height:1.8}.hr-feature-row{display:grid;grid-template-columns:.72fr 1.28fr;grid-gap:48px;gap:48px;align-items:center;margin-top:46px}.hr-feature-row-wide{grid-template-columns:.58fr 1.42fr}.hr-feature-row-reverse{grid-template-columns:1.32fr .68fr}.hr-copy-card{padding:34px;border:1px solid rgba(12,51,81,.12);background:rgba(12,51,81,.025);border-radius:28px}.hr-copy-card-light{background:#fff;box-shadow:0 24px 65px rgba(12,51,81,.07)}.hr-number{width:44px;height:44px;border-radius:13px;background:#0c3351;color:#99c340;display:grid;place-items:center;font-weight:950;font-size:12px;margin-bottom:24px}.hr-copy-card h3{margin:0 0 13px;font-size:31px;letter-spacing:-.035em;color:#0c3351}.hr-copy-card>p{margin:0;color:rgba(12,51,81,.66);font-size:15px;line-height:1.75}.hr-copy-card ul{list-style:none;padding:0;margin:25px 0 0;display:grid;grid-gap:11px;gap:11px}.hr-copy-card li{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:800;color:#0c3351}.hr-copy-card li svg{width:16px;color:#99c340}.hr-callout{margin-top:25px;padding:17px;border-radius:17px;background:#0c3351;color:#fff;display:grid;grid-gap:5px;gap:5px}.hr-callout strong{font-size:12px}.hr-callout small{font-size:10px;line-height:1.55;color:rgba(255,255,255,.62)}.hr-screen-stack{position:relative;min-height:670px}.hr-screen-stack>.hr-screen:first-child{width:88%;margin-left:auto}.hr-screen-stack>.hr-screen-offset{position:absolute;width:63%;left:0;bottom:0;z-index:3;box-shadow:0 30px 80px rgba(12,51,81,.23)}.hr-portal-frame{position:relative;padding:15px;background:#0c3351;border-radius:28px;box-shadow:0 32px 85px rgba(12,51,81,.16)}.hr-portal-frame img{width:100%;height:auto;border-radius:18px}.hr-portal-label{position:absolute;z-index:3;left:28px;top:28px;display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;background:#99c340;color:#0c3351;font-size:10px;font-weight:900}.hr-portal-label svg{width:15px}.hr-dark-section{background:#0c3351;color:#fff;overflow:hidden}.hr-dark-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 10%,rgba(153,195,64,.15),transparent 30%),radial-gradient(circle at 10% 85%,rgba(153,195,64,.08),transparent 28%);pointer-events:none}.hr-dark-section>.hr-container{position:relative;z-index:2}.hr-kicker-light{color:#99c340}.hr-section-heading-light h2{color:#fff}.hr-section-heading-light>p{color:rgba(255,255,255,.68)}.hr-dual-screens{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px}.hr-dual-screens .hr-screen{border-color:rgba(255,255,255,.14)}.hr-dark-features{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:15px;gap:15px;margin-top:24px}.hr-dark-features article{padding:25px;border-radius:21px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055)}.hr-dark-features article>span{width:42px;height:42px;border-radius:12px;background:rgba(153,195,64,.14);color:#99c340;display:grid;place-items:center}.hr-dark-features svg{width:20px}.hr-dark-features h3{margin:18px 0 8px;font-size:19px;color:#fff}.hr-dark-features p{margin:0;color:rgba(255,255,255,.63);font-size:12px;line-height:1.65}.hr-training{background:rgba(12,51,81,.025)}.hr-training-grid{display:grid;grid-template-columns:1.4fr .6fr;grid-gap:22px;gap:22px;align-items:start}.hr-training-main .hr-screen{box-shadow:0 30px 80px rgba(12,51,81,.12)}.hr-training-side{overflow:hidden;border-radius:28px;border:1px solid rgba(12,51,81,.12);background:#fff;box-shadow:0 24px 65px rgba(12,51,81,.08)}.hr-training-side img{width:100%;height:auto;border-top:1px solid rgba(12,51,81,.08)}.hr-mini-copy{padding:28px}.hr-mini-copy>span{font-size:9px;letter-spacing:.16em;color:#99c340;font-weight:950}.hr-mini-copy h3{margin:9px 0 8px;color:#0c3351;font-size:25px;letter-spacing:-.035em}.hr-mini-copy p{margin:0;color:rgba(12,51,81,.62);font-size:12px;line-height:1.65}.hr-training-requests{margin-top:38px}.hr-whistle{background:#fff}.hr-whistle-admin{display:grid;grid-template-columns:.58fr 1.42fr;grid-gap:38px;gap:38px;align-items:center}.hr-whistle-admin .hr-screen{box-shadow:0 30px 85px rgba(12,51,81,.12)}.hr-public-portal-block{margin-top:78px;padding:34px;border-radius:34px;background:#0c3351;display:grid;grid-template-columns:.42fr 1.58fr;grid-gap:30px;gap:30px;align-items:center;overflow:hidden;position:relative}.hr-public-portal-block:before{content:"";position:absolute;width:480px;height:480px;border-radius:50%;background:#99c340;filter:blur(95px);opacity:.1;left:-180px;top:-200px}.hr-public-portal-copy{position:relative;z-index:2;color:#fff}.hr-public-portal-copy>span{width:54px;height:54px;border-radius:16px;background:#99c340;color:#0c3351;display:grid;place-items:center}.hr-public-portal-copy svg{width:25px}.hr-public-portal-copy small{display:block;margin-top:22px;font-size:9px;letter-spacing:.16em;color:#99c340;font-weight:950}.hr-public-portal-copy h3{margin:9px 0 12px;font-size:34px;letter-spacing:-.04em}.hr-public-portal-copy p{margin:0;color:rgba(255,255,255,.66);font-size:13px;line-height:1.7}.hr-public-portal-main{position:relative;z-index:2;padding:11px;border-radius:22px;background:#fff}.hr-public-portal-main img{width:100%;height:auto;border-radius:14px}.hr-whistle-lower{display:grid;grid-template-columns:.42fr 1.58fr;grid-gap:22px;gap:22px;margin-top:22px}.hr-whistle-form,.hr-whistle-track{overflow:hidden;border-radius:26px;border:1px solid rgba(12,51,81,.12);background:#fff;box-shadow:0 22px 62px rgba(12,51,81,.08)}.hr-whistle-form img,.hr-whistle-track img{width:100%;height:auto}.hr-shot-caption{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid rgba(12,51,81,.09)}.hr-shot-caption strong{font-size:13px;color:#0c3351}.hr-shot-caption span{font-size:10px;color:rgba(12,51,81,.56)}.hr-whistle-badges{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:13px;margin-top:34px}.hr-whistle-badge{display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:12px 17px;border:1px solid rgba(12,51,81,.12);border-radius:999px;background:rgba(12,51,81,.025);color:#0c3351;box-shadow:0 12px 30px rgba(12,51,81,.045)}.hr-whistle-badge svg{width:18px;height:18px;flex:0 0 18px;color:#99c340}.hr-whistle-badge span{font-size:12px;line-height:1.35;font-weight:850}.hr-communications{background:rgba(12,51,81,.025)}.hr-communications-grid{display:grid;grid-gap:34px;gap:34px}.hr-communications-feature{display:grid;grid-template-columns:.5fr 1.5fr;grid-gap:32px;gap:32px;align-items:center;padding:30px;border:1px solid rgba(12,51,81,.1);border-radius:30px;background:#fff;box-shadow:0 28px 75px rgba(12,51,81,.07)}.hr-communications-feature-reverse{grid-template-columns:1.5fr .5fr}.hr-communications-feature-reverse .hr-communications-copy{order:2}.hr-communications-feature-reverse .hr-screen{order:1}.hr-communications-copy{padding:10px 6px}.hr-communications-copy h3{margin:14px 0 10px;color:#0C3351;font-size:30px;letter-spacing:-.04em}.hr-communications-copy p{margin:0;color:rgba(12,51,81,.64);font-size:13px;line-height:1.72}.hr-communications-copy ul{list-style:none;padding:0;margin:22px 0 0;display:grid;grid-gap:10px;gap:10px}.hr-communications-copy li{display:flex;align-items:center;gap:9px;color:#0C3351;font-size:12px;font-weight:750}.hr-communications-copy li svg{width:16px;color:#99c340;flex:0 0 auto}.hr-communications-feature .hr-screen{box-shadow:0 24px 70px rgba(12,51,81,.1)}.hr-reference-section{padding:100px 0;background:rgba(12,51,81,.025)}.hr-reference-heading{text-align:center;max-width:880px;margin:0 auto 40px}.hr-reference-heading h2{font-size:clamp(40px,4vw,64px)}.hr-reference-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.hr-reference-card{height:160px;border:1px solid rgba(12,51,81,.1);border-radius:22px;background:#fff;display:flex;align-items:center;justify-content:center;padding:24px;box-shadow:0 18px 45px rgba(12,51,81,.045)}.hr-reference-card img{width:auto;height:auto;max-width:84%;max-height:92px;object-fit:contain}.hr-reference-card .client-logo-square{max-height:110px}.hr-reference-card .client-logo-espano{max-width:82%;transform:scale(1.14)}.hr-reference-card .client-logo-maja{transform:scale(3)}.hr-reference-card .client-logo-ams{max-height:110px}.hr-contact{position:relative;overflow:hidden;padding:120px 0;background:#0c3351;color:#fff}.hr-contact-glow{position:absolute;width:700px;height:700px;right:-300px;top:-260px;border-radius:50%;filter:blur(100px);background:#99c340;opacity:.1}.hr-contact-grid{position:relative;z-index:2;display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:70px;gap:70px;align-items:center}.hr-contact-copy h2{color:#fff}.hr-contact-copy>p{margin:0;color:rgba(255,255,255,.68);font-size:16px;line-height:1.8}.hr-contact-points{margin-top:35px;display:grid;grid-template-columns:1fr 1fr;grid-gap:13px;gap:13px}.hr-contact-points>div{display:flex;gap:11px;align-items:center;padding:13px;border:1px solid rgba(255,255,255,.1);border-radius:15px;background:rgba(255,255,255,.045)}.hr-contact-points>div>span{width:38px;height:38px;border-radius:11px;background:rgba(153,195,64,.14);color:#99c340;display:grid;place-items:center}.hr-contact-points svg{width:18px}.hr-contact-points>div>div{display:grid}.hr-contact-points b{font-size:11px}.hr-contact-points small{font-size:9px;color:rgba(255,255,255,.52)}.hr-contact-form{max-width:760px;margin-left:auto;width:100%}.hr-lead-form{margin:0}.hr-lead-form .form-title p{max-width:520px}.hr-lead-form .form-submit{background:#99c340;color:#0c3351}.hr-footer{background:#0c3351;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.58);font-size:10px}.hr-footer>.hr-container{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}@media (max-width:1180px){.hr-container{width:min(100% - 40px,1200px)}.hr-links{gap:18px}.hr-links a{font-size:11px}.hr-hero-grid{grid-template-columns:1fr;gap:50px}.hr-hero{padding-top:150px}.hr-hero-copy{max-width:820px}.hr-hero-visual{min-height:700px}.hr-hero-screen-main{width:86%}.hr-hero-screen-float{width:58%}.hr-pillars-grid{grid-template-columns:1fr 1fr}.hr-feature-row,.hr-feature-row-reverse,.hr-feature-row-wide,.hr-whistle-admin{grid-template-columns:1fr}.hr-screen-stack{min-height:720px;max-width:1050px;margin:0 auto}.hr-feature-row-reverse .hr-portal-frame{order:2}.hr-training-grid{grid-template-columns:1fr}.hr-training-side{display:grid;grid-template-columns:.42fr .58fr;align-items:center}.hr-training-side img{border-top:0;border-left:1px solid rgba(12,51,81,.08)}.hr-public-portal-block{grid-template-columns:1fr}.hr-public-portal-copy{max-width:700px}.hr-whistle-lower{grid-template-columns:.5fr 1.5fr}.hr-contact-grid{grid-template-columns:1fr;gap:45px}.hr-contact-form{max-width:850px;margin:0}}@media (max-width:900px){.hr-nav{grid-template-columns:auto 1fr auto}.hr-links{position:absolute;top:88px;left:20px;right:20px;display:none;flex-direction:column;align-items:stretch;padding:18px;background:#0c3351;border:1px solid rgba(255,255,255,.12);border-radius:18px;box-shadow:0 18px 50px rgba(12,51,81,.3)}.hr-links.is-open{display:flex}.hr-links a{padding:10px 8px}.hr-mobile-cta{display:block!important;background:#99c340!important;color:#0c3351!important;border-radius:10px;text-align:center}.hr-nav-cta{display:none}.hr-menu{display:grid}.hr-hero{min-height:auto;padding-bottom:85px}.hr-hero-visual{min-height:570px}.hr-hero-screen-main{width:94%}.hr-hero-screen-float{width:68%;left:0}.hr-hero-mini-card{right:0}.hr-section{padding:90px 0}.hr-dual-screens{grid-template-columns:1fr}.hr-dark-features{grid-template-columns:1fr 1fr}.hr-training-side{display:block}.hr-training-side img{border-left:0;border-top:1px solid rgba(12,51,81,.08)}.hr-public-portal-block{padding:24px}.hr-whistle-lower{grid-template-columns:1fr}.hr-whistle-form{max-width:560px;margin:0 auto;width:100%}.hr-reference-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.hr-whistle-badges{display:grid;grid-template-columns:1fr}.hr-whistle-badge{width:100%;justify-content:flex-start;border-radius:16px}.hr-container{width:calc(100% - 28px)}.hr-nav{height:76px}.hr-links{top:76px}.hr-brand-logo{width:176px}.hr-hero{padding:126px 0 68px}.hr-hero h1{font-size:52px}.hr-hero-copy>p{font-size:15px}.hr-hero-actions{display:grid}.hr-btn{width:100%}.hr-proof-line{display:grid;grid-gap:10px;gap:10px}.hr-hero-visual{min-height:430px}.hr-hero-screen-main{width:100%;top:0}.hr-hero-screen-float{width:72%;bottom:14px}.hr-hero-mini-card{display:none}.hr-screen-bar{height:30px}.hr-screen{border-radius:16px}.hr-pillars-section{margin-top:0;padding:24px 0 55px}.hr-pillars-grid{grid-template-columns:1fr}.hr-pillar{min-height:unset}.hr-section-heading{margin-bottom:35px}.hr-contact-copy h2,.hr-reference-heading h2,.hr-section-heading h2{font-size:40px}.hr-section-heading>p{font-size:14px}.hr-feature-row{gap:25px;margin-top:30px}.hr-copy-card{padding:24px}.hr-copy-card h3{font-size:27px}.hr-screen-stack{min-height:420px}.hr-screen-stack>.hr-screen:first-child{width:100%}.hr-screen-stack>.hr-screen-offset{width:70%}.hr-dark-features{grid-template-columns:1fr}.hr-public-portal-block{margin-top:48px}.hr-public-portal-copy h3{font-size:29px}.hr-reference-grid{grid-template-columns:1fr 1fr;gap:10px}.hr-reference-card{height:125px;padding:14px}.hr-contact{padding:85px 0}.hr-contact-points{grid-template-columns:1fr}.hr-footer>.hr-container{padding:20px 0;flex-direction:column;justify-content:center;text-align:center}}.hr-home-hero{position:relative;overflow:hidden;padding:176px 0 112px;background:#0C3351;color:#fff}.hr-home-hero-glow{position:absolute;width:760px;height:760px;right:-320px;top:-390px;border-radius:50%;background:#99C340;filter:blur(120px);opacity:.12;pointer-events:none}.hr-home-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.08fr .92fr;grid-gap:92px;gap:92px;align-items:center}.hr-home-copy{max-width:760px}.hr-home-copy h1{margin:30px 0 24px;font-size:clamp(64px,6vw,100px);line-height:.94;letter-spacing:-.065em;color:#fff;font-weight:850}.hr-home-copy h1 em{display:block;font-style:normal;color:#99C340;margin-top:.09em}.hr-home-copy>p{margin:0;max-width:720px;color:rgba(255,255,255,.74);font-size:18px;line-height:1.75}.hr-home-summary{padding:32px;border:1px solid rgba(255,255,255,.13);border-radius:28px;background:rgba(255,255,255,.055);box-shadow:0 30px 90px rgba(0,0,0,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hr-home-summary-label{display:block;color:#99C340;font-size:10px;letter-spacing:.17em;font-weight:950}.hr-home-summary>strong{display:block;margin-top:10px;color:#fff;font-size:30px;line-height:1.1;letter-spacing:-.035em}.hr-home-summary>p{margin:12px 0 24px;color:rgba(255,255,255,.62);font-size:13px;line-height:1.65}.hr-home-summary-list{display:grid;grid-gap:9px;gap:9px}.hr-home-summary-list>div{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:14px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08)}.hr-home-summary-list>div>span{width:35px;height:35px;flex:0 0 35px;border-radius:10px;display:grid;place-items:center;background:rgba(153,195,64,.14);color:#99C340}.hr-home-summary-list svg{width:17px}.hr-home-summary-list b{font-size:12px;color:#fff}.hr-home-intro{padding:105px 0 110px;background:#fff}.hr-home-intro-heading{max-width:900px;margin-bottom:46px}.hr-home-intro-heading h2{margin:10px 0 14px;font-size:clamp(40px,4.3vw,66px);line-height:1;letter-spacing:-.05em;color:#0C3351}.hr-home-intro-heading>p{max-width:790px;margin:0;color:rgba(12,51,81,.65);font-size:15px;line-height:1.75}.hr-module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.hr-module-card{min-height:355px;padding:30px;border:1px solid rgba(12,51,81,.11);border-radius:24px;background:#fff;box-shadow:0 20px 55px rgba(12,51,81,.055);display:flex;flex-direction:column;transition:.22s ease}.hr-module-card:hover{transform:translateY(-4px);box-shadow:0 28px 70px rgba(12,51,81,.09);border-color:rgba(153,195,64,.42)}.hr-module-card:nth-child(5){grid-column:1/-1;min-height:300px}.hr-module-card-top{display:flex;align-items:center;justify-content:space-between;gap:18px}.hr-module-icon{width:50px;height:50px;border-radius:15px;background:rgba(153,195,64,.13);color:#0C3351;display:grid;place-items:center}.hr-module-icon svg{width:23px}.hr-module-card-top small{font-size:9px;letter-spacing:.15em;font-weight:950;color:#99C340}.hr-module-card h3{margin:24px 0 10px;font-size:27px;line-height:1.08;letter-spacing:-.035em;color:#0C3351}.hr-module-card>p{margin:0;color:rgba(12,51,81,.62);font-size:13px;line-height:1.7;max-width:620px}.hr-module-card ul{list-style:none;padding:0;margin:22px 0;display:grid;grid-gap:9px;gap:9px}.hr-module-card li{display:flex;align-items:center;gap:8px;color:rgba(12,51,81,.76);font-size:12px;font-weight:700}.hr-module-card li svg{width:16px;color:#99C340}.hr-module-link{margin-top:auto;display:inline-flex;align-items:center;gap:8px;color:#0C3351;font-size:12px;font-weight:950;width:max-content}.hr-module-link svg{width:16px;transition:.2s}.hr-module-link:hover svg{transform:translateX(4px)}.hr-home-benefits{padding:90px 0;background:rgba(12,51,81,.035)}.hr-home-benefits-grid{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:75px;gap:75px;align-items:start}.hr-home-benefits h2{margin:10px 0 0;color:#0C3351;font-size:clamp(36px,3.6vw,58px);line-height:1.05;letter-spacing:-.045em}.hr-home-benefit-list{display:grid;grid-gap:10px;gap:10px}.hr-home-benefit-list>.reveal{display:flex;gap:18px;align-items:flex-start;padding:19px 20px;border:1px solid rgba(12,51,81,.1);border-radius:17px;background:#fff}.hr-home-benefit-list>.reveal>span{width:38px;height:38px;border-radius:10px;background:rgba(153,195,64,.14);display:grid;place-items:center;color:#0C3351;font-size:10px;font-weight:950;flex:0 0 38px}.hr-home-benefit-list b{display:block;font-size:14px;color:#0C3351}.hr-home-benefit-list p{margin:5px 0 0;color:rgba(12,51,81,.58);font-size:12px;line-height:1.55}.hr-module-hero{position:relative;padding:160px 0 80px;background:#fff;border-bottom:1px solid rgba(12,51,81,.08)}.hr-module-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 88% 5%,rgba(153,195,64,.12),transparent 30%),linear-gradient(180deg,rgba(12,51,81,.02),transparent);pointer-events:none}.hr-module-hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;grid-gap:80px;gap:80px;align-items:end}.hr-module-back{display:inline-flex;margin-bottom:24px;color:rgba(12,51,81,.6);font-size:11px;font-weight:800}.hr-module-hero h1{margin:12px 0 18px;max-width:850px;font-size:clamp(48px,5vw,76px);line-height:.98;letter-spacing:-.055em;color:#0C3351}.hr-module-hero p{max-width:760px;margin:0 0 27px;color:rgba(12,51,81,.64);font-size:16px;line-height:1.75}.hr-module-hero-points{display:grid;grid-gap:10px;gap:10px}.hr-module-hero-points>div{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:17px;border:1px solid rgba(12,51,81,.11);background:#fff;box-shadow:0 16px 40px rgba(12,51,81,.045)}.hr-module-hero-points>div>svg{width:22px;color:#99C340;flex:0 0 22px}.hr-module-hero-points>div>span{display:grid;grid-gap:2px;gap:2px}.hr-module-hero-points b{font-size:12px;color:#0C3351}.hr-module-hero-points small{font-size:10px;color:rgba(12,51,81,.55)}.hr-module-cta{padding:82px 0;background:rgba(12,51,81,.035);text-align:center}.hr-module-cta .reveal{max-width:760px;margin:0 auto}.hr-module-cta h2{margin:0;color:#0C3351;font-size:clamp(34px,3.2vw,52px);letter-spacing:-.045em;line-height:1.05}.hr-module-cta p{margin:12px 0 23px;color:rgba(12,51,81,.62);font-size:14px}.hr-module-dark-detail{padding-top:90px}@media(max-width:1050px){.hr-home-benefits-grid,.hr-home-hero-grid,.hr-module-hero-inner{grid-template-columns:1fr;gap:42px}.hr-home-summary{max-width:760px}}@media(max-width:760px){.hr-home-hero{padding:138px 0 78px}.hr-home-copy h1{font-size:54px}.hr-home-copy>p{font-size:15px}.hr-home-intro{padding:78px 0}.hr-module-grid{grid-template-columns:1fr}.hr-module-card:nth-child(5){grid-column:auto}.hr-module-card{min-height:unset}.hr-home-benefits{padding:72px 0}.hr-module-hero{padding:130px 0 60px}.hr-module-hero h1{font-size:48px}}.hr-evolution-section{padding:104px 0 96px;background:#fff;border-bottom:1px solid rgba(12,51,81,.07)}.hr-evolution-layout{display:grid;grid-template-columns:.82fr 1.18fr;grid-gap:60px;gap:60px;align-items:center}.hr-evolution-copy{max-width:610px}.hr-evolution-kicker{display:flex;align-items:center;gap:18px;color:#99C340;font-size:12px;line-height:1;letter-spacing:.14em;font-weight:950}.hr-evolution-kicker i{width:39px;height:39px;border-radius:50%;display:grid;place-items:center;background:rgba(153,195,64,.12);color:#0C3351;font-style:normal}.hr-evolution-kicker svg{width:21px}.hr-evolution-copy h2{margin:22px 0;color:#0C3351;font-size:clamp(46px,4.6vw,72px);line-height:.98;letter-spacing:-.055em;font-weight:850}.hr-evolution-copy h2 em{color:#99C340;font-style:normal}.hr-evolution-copy>p{margin:0;max-width:590px;color:rgba(12,51,81,.7);font-size:16px;line-height:1.8}.hr-evolution-flow{display:grid;grid-template-columns:minmax(190px,1fr) 42px minmax(210px,1.08fr) 42px minmax(190px,1fr);grid-gap:10px;gap:10px;align-items:center}.hr-evolution-column{min-height:390px;padding:26px 22px;border-radius:22px;border:1px solid rgba(12,51,81,.1);background:#fff;box-shadow:0 18px 55px rgba(12,51,81,.07)}.hr-evolution-column-base{border:2px solid #99c340;background:linear-gradient(180deg,rgba(153,195,64,.06),rgba(255,255,255,.94))}.hr-evolution-column h3{min-height:32px;margin:0 0 19px;display:flex;align-items:center;justify-content:center;gap:8px;color:#0C3351;font-size:20px;letter-spacing:-.025em;text-align:center}.hr-evolution-column-base h3{color:#78a829}.hr-evolution-column h3 svg{width:24px}.hr-evolution-items{display:grid;grid-gap:9px;gap:9px}.hr-evolution-items>div{min-height:49px;padding:9px 11px;display:flex;align-items:center;gap:10px;border-radius:12px;background:rgba(12,51,81,.025);border:1px solid rgba(12,51,81,.035)}.hr-evolution-column-base .hr-evolution-items>div{background:#fff;border-color:rgba(153,195,64,.16);box-shadow:0 5px 18px rgba(12,51,81,.035)}.hr-evolution-items>div>span{width:31px;height:31px;flex:0 0 31px;display:grid;place-items:center;border-radius:9px;background:rgba(153,195,64,.12);color:#78a829}.hr-evolution-items svg{width:17px}.hr-evolution-items b{color:#0C3351;font-size:11.5px;line-height:1.3}.hr-evolution-arrow{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#0C3351;border:1px solid rgba(12,51,81,.1);box-shadow:0 9px 24px rgba(12,51,81,.1)}.hr-evolution-arrow svg{width:19px}.hr-evolution-benefits{margin-top:42px;display:grid;grid-template-columns:1fr 1fr;grid-gap:12px 20px;gap:12px 20px}.hr-evolution-benefit{min-height:94px;padding:18px 22px;display:flex;align-items:center;gap:18px;border-radius:16px;border:1px solid rgba(12,51,81,.09);background:#fff;box-shadow:0 13px 38px rgba(12,51,81,.045)}.hr-evolution-benefit>span{width:54px;height:54px;flex:0 0 54px;display:grid;place-items:center;border-radius:14px;color:#78a829;background:rgba(153,195,64,.12)}.hr-evolution-benefit svg{width:27px}.hr-evolution-benefit b{display:block;color:#0C3351;font-size:16px;line-height:1.25}.hr-evolution-benefit p{margin:5px 0 0;color:rgba(12,51,81,.59);font-size:12.5px;line-height:1.5}@media(max-width:1180px){.hr-evolution-layout{grid-template-columns:1fr;gap:40px}.hr-evolution-copy{max-width:850px}.hr-evolution-flow{max-width:900px;margin:0 auto;width:100%}}@media(max-width:850px){.hr-evolution-section{padding:78px 0 72px}.hr-evolution-flow{grid-template-columns:1fr}.hr-evolution-column{min-height:unset}.hr-evolution-arrow{margin:1px auto;transform:rotate(90deg)}.hr-evolution-benefits{grid-template-columns:1fr}}@media(max-width:640px){.hr-evolution-copy h2{font-size:42px}.hr-evolution-copy>p{font-size:14px}.hr-evolution-kicker{font-size:10px;gap:10px}.hr-evolution-benefit{padding:16px}}.FloatingSupportChat_floatingWidget__q3WHi{--chat-primary:#0c3351;--chat-secondary:#99c340;--chat-white:#ffffff;position:fixed;right:24px;bottom:24px;z-index:99999;font-family:inherit}.FloatingSupportChat_trigger__jlvoJ{position:relative;display:flex;align-items:center;justify-content:center;width:64px;height:64px;padding:6px;border:0;border-radius:50%;background:var(--chat-secondary);color:var(--chat-primary);box-shadow:0 18px 40px rgba(12,51,81,.22);cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.FloatingSupportChat_trigger__jlvoJ:hover{transform:translateY(-3px);box-shadow:0 22px 50px rgba(12,51,81,.28)}.FloatingSupportChat_trigger__jlvoJ:focus-visible{outline:3px solid rgba(153,195,64,.4);outline-offset:3px}.FloatingSupportChat_triggerAvatar__aES2_{display:grid;place-items:center;width:52px;height:52px;flex:0 0 52px;border-radius:50%;color:var(--chat-primary);font-size:12px;font-weight:900;letter-spacing:-.02em}.FloatingSupportChat_triggerText__89o2A{position:absolute;right:calc(100% + 10px);bottom:50%;width:190px;padding:10px 14px;border-radius:999px;background:var(--chat-secondary);color:var(--chat-primary);box-shadow:0 14px 30px rgba(12,51,81,.18);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(50%) translateX(8px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.FloatingSupportChat_triggerText__89o2A strong{font-size:14px;font-weight:800;line-height:1.2}.FloatingSupportChat_trigger__jlvoJ:focus-visible .FloatingSupportChat_triggerText__89o2A,.FloatingSupportChat_trigger__jlvoJ:hover .FloatingSupportChat_triggerText__89o2A{opacity:1;visibility:visible;transform:translateY(50%) translateX(0)}.FloatingSupportChat_panel__b0OwF{box-sizing:border-box;position:fixed;right:24px;bottom:24px;overflow:hidden;border-radius:20px;background:var(--chat-white);box-shadow:0 18px 45px rgba(12,51,81,.24);animation:FloatingSupportChat_panelEnter__41Huk .35s cubic-bezier(.22,1,.36,1)}.FloatingSupportChat_panelHidden__I0lIG{display:none}.FloatingSupportChat_panelIdentification__iGoKJ{width:380px;height:auto}.FloatingSupportChat_panelConversation__sgi9W{width:380px;height:520px}.FloatingSupportChat_panelState__QInt2{width:380px;min-height:220px}.FloatingSupportChat_closeButton__66tw7{position:absolute;top:12px;right:12px;z-index:10;width:30px;height:30px;padding:0;border:0;border-radius:50%;background:transparent;color:rgba(12,51,81,.6);font-size:25px;line-height:1;cursor:pointer;transition:color .2s ease,background .2s ease,transform .2s ease}.FloatingSupportChat_closeButton__66tw7:hover{color:var(--chat-primary);background:rgba(12,51,81,.08);transform:rotate(90deg)}.FloatingSupportChat_panelConversation__sgi9W .FloatingSupportChat_closeButton__66tw7{top:19px;right:16px;color:rgba(255,255,255,.82)}.FloatingSupportChat_panelConversation__sgi9W .FloatingSupportChat_closeButton__66tw7:hover{color:var(--chat-white);background:rgba(255,255,255,.12)}.FloatingSupportChat_identification__gtYrW{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;padding:34px 28px 26px;background:var(--chat-white)}.FloatingSupportChat_identificationIcon__smm5d{width:54px;height:54px;margin-bottom:14px;display:grid;place-items:center;border-radius:50%;background:rgba(153,195,64,.18);color:var(--chat-primary)}.FloatingSupportChat_identificationHeader__0WxIm{width:100%;margin-bottom:22px;text-align:center}.FloatingSupportChat_identificationHeader__0WxIm h3{margin:0 0 7px;color:var(--chat-primary);font-size:18px;font-weight:800}.FloatingSupportChat_identificationHeader__0WxIm p{max-width:290px;margin:0 auto;color:rgba(12,51,81,.62);font-size:13px;line-height:1.5}.FloatingSupportChat_identificationForm__WNQbD{width:100%;display:flex;flex-direction:column;gap:16px}.FloatingSupportChat_field__YfTSr{width:100%;color:var(--chat-primary)}.FloatingSupportChat_field__YfTSr>span{display:block;margin:0 0 6px 4px;font-size:12px;font-weight:700;text-align:left}.FloatingSupportChat_field__YfTSr>small{display:block;margin:6px 0 0 4px;color:var(--chat-primary);font-size:11px;font-weight:700;text-align:left}.FloatingSupportChat_fieldInput__v0e0K{position:relative;width:100%}.FloatingSupportChat_fieldInput__v0e0K>svg{position:absolute;top:50%;left:14px;width:16px;height:16px;transform:translateY(-50%);color:rgba(12,51,81,.48);pointer-events:none}.FloatingSupportChat_fieldInput__v0e0K:focus-within>svg{color:var(--chat-secondary)}.FloatingSupportChat_fieldInput__v0e0K input{box-sizing:border-box;width:100%;height:48px;padding:0 14px 0 40px;border:1px solid rgba(12,51,81,.2);border-radius:12px;outline:none;background:rgba(12,51,81,.035);color:var(--chat-primary);font-size:13px;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.FloatingSupportChat_fieldInput__v0e0K input:focus{border-color:var(--chat-secondary);background:var(--chat-white);box-shadow:0 0 0 4px rgba(153,195,64,.16)}.FloatingSupportChat_fieldInvalid__oYG39 input{border-color:var(--chat-primary);box-shadow:0 0 0 3px rgba(12,51,81,.08)}.FloatingSupportChat_identificationError__acuMo{display:flex;align-items:flex-start;gap:7px;color:var(--chat-primary);font-size:12px;line-height:1.4}.FloatingSupportChat_identificationError__acuMo svg{width:17px;height:17px;flex:0 0 17px;color:var(--chat-secondary)}.FloatingSupportChat_identificationSubmit__3h1cI{width:100%;height:46px;margin-top:2px;display:flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;background:var(--chat-primary);color:var(--chat-white);box-shadow:0 10px 22px rgba(12,51,81,.22);font-size:13px;font-weight:800;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease}.FloatingSupportChat_identificationSubmit__3h1cI:hover{transform:translateY(-2px);background:var(--chat-secondary);color:var(--chat-primary)}.FloatingSupportChat_identificationFooter__Y8mPw{margin-top:18px;display:flex;align-items:center;justify-content:center;gap:5px;color:rgba(12,51,81,.58);font-size:10px;line-height:1.4;text-align:center}.FloatingSupportChat_identificationFooter__Y8mPw svg{width:15px;height:15px;flex:0 0 15px;color:var(--chat-secondary)}.FloatingSupportChat_statePanel__7R7m8{box-sizing:border-box;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:42px 28px 30px;text-align:center;color:var(--chat-primary)}.FloatingSupportChat_statePanel__7R7m8 strong{margin-top:14px;font-size:17px;font-weight:800}.FloatingSupportChat_statePanel__7R7m8 small{max-width:270px;margin-top:6px;color:rgba(12,51,81,.6);font-size:13px;line-height:1.45}.FloatingSupportChat_statePanel__7R7m8>button{margin-top:18px;padding:10px 18px;border:0;border-radius:999px;background:var(--chat-primary);color:var(--chat-white);font-size:13px;font-weight:800;cursor:pointer}.FloatingSupportChat_spinner__DaX87{width:34px;height:34px;border:3px solid rgba(12,51,81,.12);border-top:3px solid var(--chat-secondary);border-radius:50%;animation:FloatingSupportChat_spin__qU__j .8s linear infinite}.FloatingSupportChat_stateIcon__iV8qq{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:rgba(153,195,64,.14);color:var(--chat-primary)}.FloatingSupportChat_stateIcon__iV8qq svg{width:22px;height:22px}.FloatingSupportChat_chatContainer__4P70e{width:100%;height:100%;display:flex;flex-direction:column;background:var(--chat-white)}.FloatingSupportChat_chatHeader__JyNz_{min-height:72px;flex:0 0 72px;display:flex;align-items:center;gap:11px;padding:0 52px 0 18px;background:var(--chat-primary);color:var(--chat-white)}.FloatingSupportChat_chatHeaderIcon__cALMK{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:12px;background:var(--chat-secondary);color:var(--chat-primary)}.FloatingSupportChat_chatHeaderInfo__n36RF{min-width:0;display:grid;grid-gap:3px;gap:3px}.FloatingSupportChat_chatHeaderInfo__n36RF strong{font-size:15px;font-weight:850}.FloatingSupportChat_chatHeaderInfo__n36RF small{display:flex;align-items:center;gap:6px;color:rgba(255,255,255,.7);font-size:10px}.FloatingSupportChat_connectionDot__wMMsd{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.4)}.FloatingSupportChat_connected___MnJm{background:var(--chat-secondary)}.FloatingSupportChat_reconnecting__BOXYc{background:var(--chat-secondary);animation:FloatingSupportChat_pulse__RaN2_ 1.2s ease-in-out infinite}.FloatingSupportChat_feedback__xHJSt{display:flex;align-items:flex-start;gap:7px;padding:8px 12px;border-bottom:1px solid rgba(12,51,81,.08);background:rgba(153,195,64,.09);color:var(--chat-primary);font-size:11px;line-height:1.4}.FloatingSupportChat_feedback__xHJSt svg{width:16px;height:16px;flex:0 0 16px;color:var(--chat-secondary)}.FloatingSupportChat_feedbackClosed__u1K83{background:rgba(12,51,81,.05)}.FloatingSupportChat_messages__TlBlu{flex:1 1 auto;min-height:0;overflow-y:auto;padding:18px 14px;background:rgba(12,51,81,.035);scrollbar-width:thin;scrollbar-color:rgba(12,51,81,.26) transparent}.FloatingSupportChat_message__mCXg6{display:flex;width:100%;margin-bottom:12px}.FloatingSupportChat_messageSupport__PkYfL,.FloatingSupportChat_messageSystem__lf_Z1{justify-content:flex-start}.FloatingSupportChat_messageMe__UDy8v{justify-content:flex-end}.FloatingSupportChat_bubble__Kf8mz{max-width:78%;padding:10px 12px;border-radius:14px;font-size:14px;line-height:1.45;text-align:left;word-break:break-word;box-shadow:0 2px 6px rgba(12,51,81,.06)}.FloatingSupportChat_bubble__Kf8mz>span{display:block}.FloatingSupportChat_bubble__Kf8mz>small{display:block;margin-top:4px;font-size:10px;opacity:.65;text-align:right}.FloatingSupportChat_messageSupport__PkYfL{align-items:flex-end;gap:8px}.FloatingSupportChat_messageSupport__PkYfL .FloatingSupportChat_bubble__Kf8mz{border-bottom-left-radius:4px;background:var(--chat-white);color:var(--chat-primary)}.FloatingSupportChat_messageSystem__lf_Z1 .FloatingSupportChat_bubble__Kf8mz{background:rgba(12,51,81,.08);color:var(--chat-primary);box-shadow:none}.FloatingSupportChat_messageMe__UDy8v .FloatingSupportChat_bubble__Kf8mz{border-bottom-right-radius:4px;background:var(--chat-secondary);color:var(--chat-primary)}.FloatingSupportChat_supportAvatar__G8UhP{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:50%;overflow:hidden;background:var(--chat-primary);color:var(--chat-white);font-size:10px;font-weight:800;letter-spacing:.03em;box-shadow:0 2px 7px rgba(12,51,81,.14)}.FloatingSupportChat_supportAvatar__G8UhP img{width:100%;height:100%;display:block;object-fit:cover}.FloatingSupportChat_supportContent__dkGIu{max-width:calc(78% - 38px);min-width:0}.FloatingSupportChat_supportContent__dkGIu .FloatingSupportChat_bubble__Kf8mz{max-width:100%}.FloatingSupportChat_senderName__zDmyC{display:block;margin:0 0 4px 3px;color:var(--chat-primary);font-size:10px;font-weight:800;line-height:1.2}.FloatingSupportChat_chatInput__aq8Ro{min-height:68px;flex:0 0 68px;display:flex;align-items:center;gap:10px;padding:10px 12px;border-top:1px solid rgba(12,51,81,.08);background:var(--chat-white)}.FloatingSupportChat_chatInput__aq8Ro input{box-sizing:border-box;flex:1 1;min-width:0;height:44px;padding:0 15px;border:1px solid rgba(12,51,81,.2);border-radius:999px;outline:none;background:rgba(12,51,81,.04);color:var(--chat-primary);font-size:14px;transition:border-color .2s ease,box-shadow .2s ease,opacity .2s ease}.FloatingSupportChat_chatInput__aq8Ro input:focus{border-color:var(--chat-secondary);box-shadow:0 0 0 3px rgba(153,195,64,.14)}.FloatingSupportChat_chatInput__aq8Ro input:-moz-read-only{opacity:.55;cursor:not-allowed}.FloatingSupportChat_chatInput__aq8Ro input:read-only{opacity:.55;cursor:not-allowed}.FloatingSupportChat_chatInput__aq8Ro button{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:var(--chat-secondary);color:var(--chat-primary);cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease,opacity .2s ease}.FloatingSupportChat_chatInput__aq8Ro button:hover:not(:disabled){transform:scale(1.05);background:var(--chat-primary);color:var(--chat-white)}.FloatingSupportChat_chatInput__aq8Ro button:disabled{opacity:.45;cursor:default}.FloatingSupportChat_chatInput__aq8Ro button svg{width:18px;height:18px}.FloatingSupportChat_inputSpinner__c0GoM{width:17px;height:17px;border:2px solid rgba(12,51,81,.22);border-top:2px solid var(--chat-primary);border-radius:50%;animation:FloatingSupportChat_spin__qU__j .75s linear infinite}@keyframes FloatingSupportChat_spin__qU__j{to{transform:rotate(1turn)}}@keyframes FloatingSupportChat_pulse__RaN2_{0%,to{opacity:.4}50%{opacity:1}}@keyframes FloatingSupportChat_panelEnter__41Huk{0%{opacity:0;transform:translateX(calc(100% + 40px))}to{opacity:1;transform:translateX(0)}}@media (max-width:576px){.FloatingSupportChat_floatingWidget__q3WHi{right:14px;bottom:14px;left:14px}.FloatingSupportChat_trigger__jlvoJ{margin-left:auto}.FloatingSupportChat_triggerText__89o2A{right:calc(100% + 8px);width:180px}.FloatingSupportChat_panel__b0OwF{right:14px;bottom:14px}.FloatingSupportChat_panelConversation__sgi9W,.FloatingSupportChat_panelIdentification__iGoKJ,.FloatingSupportChat_panelState__QInt2{width:calc(100vw - 28px)}.FloatingSupportChat_panelConversation__sgi9W{height:min(560px,calc(100vh - 28px))}.FloatingSupportChat_identification__gtYrW{padding:32px 22px 24px}}@media (max-width:380px){.FloatingSupportChat_triggerText__89o2A{width:160px;padding:9px 12px}.FloatingSupportChat_triggerText__89o2A strong{font-size:12px}}.FloatingSupportChat_triggerAvatar__aES2_{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;box-sizing:border-box;background:var(--chat-white)}.FloatingSupportChat_triggerAvatar__aES2_ img{position:absolute;left:50%;top:50%;width:125%;height:125%;max-width:none;object-fit:contain;object-position:center;display:block;transform:translate(-50%,-45%)}