:root{--navy:#082a4c;--blue:#0c4673;--teal:#138b83;--green:#4f7b37;--ink:#10253a;--paper:#f5f8fb;--line:#d9e3ec}*{box-sizing:border-box}.enfl-page{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}.enfl-shell{width:min(1180px,calc(100% - 38px));margin:auto}.enfl-header{background:var(--navy);color:#fff;border-bottom:5px solid #13a39a}.enfl-header__in{height:92px;display:flex;align-items:center;justify-content:space-between}.enfl-brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none}.enfl-brand>b{display:grid;place-items:center;width:49px;height:49px;border-radius:15px;background:#fff;color:#e53935;font:800 30px Georgia;box-shadow:0 0 0 3px #33b9af}.enfl-brand span{display:flex;flex-direction:column}.enfl-brand strong{font-size:21px}.enfl-brand small{margin-top:3px;color:#a9ded9}.enfl-home{color:#fff;text-decoration:none;font-weight:800;padding:11px 15px;border:1px solid #ffffff55;border-radius:12px}.enfl-hero{background:linear-gradient(125deg,#082a4c 0%,#0c4673 58%,#087d78 100%);color:#fff;overflow:hidden}.enfl-hero__in{min-height:310px;display:flex;align-items:center;justify-content:space-between;position:relative}.enfl-kicker{display:inline-block;color:#82e5dc;font-weight:800;letter-spacing:1.5px;font-size:13px;margin-bottom:12px}.enfl-hero h1{font-size:58px;line-height:.97;margin:0 0 18px;letter-spacing:-2px}.enfl-hero h1 em{font-style:normal;color:#90e9df}.enfl-hero p{max-width:650px;font-size:18px;line-height:1.55;margin:0;color:#e2eef6}.enfl-hero__art{width:220px;height:220px;position:relative;flex:0 0 auto}.enfl-hero__art i{position:absolute;inset:14px;border:3px solid #ffffff55;border-radius:50%;box-shadow:0 0 0 23px #ffffff0c,0 0 0 45px #ffffff08}.enfl-hero__art b{position:absolute;left:33px;top:45px;font-size:95px;color:#fff}.enfl-hero__art span{position:absolute;right:27px;bottom:33px;width:72px;height:72px;display:grid;place-items:center;border-radius:24px;background:#94e8df;color:#083757;font-size:42px;font-weight:900}.enfl-content{padding:30px 0 52px}.enfl-alert,.enfl-note{display:flex;gap:10px;padding:16px 18px;border-radius:15px}.enfl-alert{background:#fff6df;border:1px solid #ead8a7;color:#614f1d}.enfl-alert b{white-space:nowrap}.enfl-tools{margin:24px 0 14px;display:grid;gap:15px}.enfl-tools label span{display:block;font-size:13px;font-weight:800;margin:0 0 7px}.enfl-tools input{width:100%;height:54px;border:1px solid #cad8e4;border-radius:15px;background:#fff;padding:0 18px;font-size:16px;outline:none}.enfl-tools input:focus{border-color:#138b83;box-shadow:0 0 0 3px #138b8322}.enfl-filters{display:flex;gap:8px;overflow-x:auto;padding-bottom:5px}.enfl-filters button{border:1px solid #c9d7e3;background:#fff;color:#24435d;border-radius:999px;padding:10px 14px;font-weight:800;white-space:nowrap;cursor:pointer}.enfl-filters button.is-active{background:var(--navy);border-color:var(--navy);color:#fff}.enfl-summary{display:flex;align-items:baseline;gap:7px;margin:17px 2px;color:#5b6f81}.enfl-summary strong{font-size:25px;color:var(--navy)}.enfl-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.enfl-card{position:relative;display:grid;grid-template-columns:58px 1fr;gap:14px;min-height:182px;padding:20px 45px 18px 18px;background:#fff;border:1px solid var(--line);border-radius:20px;color:var(--ink);text-decoration:none;box-shadow:0 8px 24px #12304a0b;transition:.18s transform,.18s box-shadow}.enfl-card:hover{transform:translateY(-3px);box-shadow:0 13px 30px #12304a18}.enfl-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:#e8f5f4;color:#08766f;font-size:17px;font-weight:900}.enfl-card--2 .enfl-icon{background:#e9eff8;color:#174b82}.enfl-card--3 .enfl-icon{background:#edf4e6;color:#4e782e}.enfl-card--4 .enfl-icon{background:#f7eee4;color:#966126}.enfl-card--5 .enfl-icon{background:#f2eafb;color:#70429b}.enfl-card--6 .enfl-icon{background:#e7f3fa;color:#166b9a}.enfl-copy{min-width:0}.enfl-copy>small{display:block;color:#138b83;font-weight:800;text-transform:uppercase;letter-spacing:.6px;font-size:10px;margin:2px 0 6px}.enfl-copy strong{display:block;font-size:18px;line-height:1.18}.enfl-copy p{font-size:13px;line-height:1.45;color:#53687b;margin:8px 0 11px}.enfl-copy i{display:block;overflow:hidden;text-overflow:ellipsis;font-style:normal;font-size:11px;color:#7890a4}.enfl-lang{position:absolute;right:13px;top:13px;font-size:9px;font-weight:900;color:#63798c}.enfl-go{position:absolute;right:16px;bottom:15px;color:#148c84;font-size:22px}.enfl-empty{padding:38px;text-align:center;background:#fff;border-radius:18px}.enfl-empty b,.enfl-empty span{display:block}.enfl-empty span{margin-top:7px;color:#687c8d}.enfl-note{margin-top:22px;background:#e8f2f7;border-left:5px solid var(--blue);line-height:1.45}.enfl-footer{background:var(--navy);color:#fff}.enfl-footer .enfl-shell{min-height:100px;display:flex;align-items:center;justify-content:space-between}.enfl-footer span{color:#a9ded9}.enfl-card[hidden]{display:none!important}
@media(max-width:850px){.enfl-grid{grid-template-columns:repeat(2,1fr)}.enfl-hero__art{width:170px;height:170px}.enfl-hero h1{font-size:48px}}
@media(max-width:560px){.enfl-shell{width:min(100% - 28px,1180px)}.enfl-header__in{height:78px}.enfl-brand>b{width:42px;height:42px;border-radius:13px;font-size:26px}.enfl-brand strong{font-size:17px}.enfl-brand small{font-size:10px}.enfl-home{font-size:12px;padding:9px 10px}.enfl-hero__in{min-height:278px}.enfl-hero h1{font-size:42px;letter-spacing:-1.4px}.enfl-hero p{font-size:15px;max-width:280px}.enfl-hero__art{position:absolute;width:125px;height:125px;right:-32px;top:30px;opacity:.65}.enfl-hero__art b{font-size:58px;left:24px;top:29px}.enfl-hero__art span{width:49px;height:49px;right:10px;bottom:10px;border-radius:16px;font-size:29px}.enfl-content{padding-top:18px}.enfl-alert{display:block;font-size:13px;line-height:1.45}.enfl-alert b{display:block;margin-bottom:4px}.enfl-tools{margin-top:18px}.enfl-grid{grid-template-columns:1fr;gap:12px}.enfl-card{min-height:154px;padding:17px 42px 15px 15px;grid-template-columns:51px 1fr}.enfl-icon{width:51px;height:51px;border-radius:16px;font-size:15px}.enfl-copy strong{font-size:17px}.enfl-copy p{margin:7px 0 9px}.enfl-note{display:block;font-size:13px}.enfl-note b{display:block;margin-bottom:3px}.enfl-footer .enfl-shell{min-height:92px;display:block;padding-top:24px}.enfl-footer strong,.enfl-footer span{display:block}.enfl-footer span{font-size:12px;margin-top:5px}}

