@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap);:root{--fg-bg:#f4f4f2;--fg-foreground:#1c1c1b;--fg-accent:#b5e000;--fg-accent-dark:#8ab500;--fg-secondary:#e8e8e5;--fg-text-sec:#5a5a57;--fg-border:#e8e8e5;--ff--display:"DM Sans",sans-serif;--ff--body:"DM Sans",sans-serif;--color-030C29:#273042;--color-FBCB24:#f4c95d;--color-28273E:#3f4758;--color-222222:#1f2530;--color-white:#fff;--color-black:#000;--color-D3D3EF:#d8e0ea;--color-F7F7FC:#f7f4ef;--color-C0C7DB:#8e97a8;--color-030816:#17202d;--color-6761B2:#2f8fcb;--color-E3E4EA:#e9e5dc;--color-060C1F:#111a28;--color-1F2536:#273042;--color-B2B8CA:#aeb7c6;--color-A8AFC5:#97a0b2;--color-3A329A:#74b62d;--color-555555:#4c5565;--color-6058BD:#f5742d;--color-bg:#fbf8f2;--color-surface:#fff;--color-surface-soft:#f6f1e8;--color-text:#344155;--color-text-strong:#1f2632;--color-primary:#f4c95d;--color-primary-strong:#e8b73c;--color-accent-blue:#4ea0d7;--color-accent-green:#7ab628;--color-accent-orange:#f57a2a;--shadow-soft:0 24px 60px rgba(31,38,50,.08);--shadow-card:0 16px 42px rgba(31,38,50,.1);--radius-xl:32px;--radius-lg:24px;--radius-md:18px;--radius-sm:14px;--fs-14:14px;--fs-16:16px;--fs-18:18px;--fs-21:21px;--fs-22:22px;--fs-23:23px;--fs-24:24px;--fs-28:28px;--fs-30:30px;--fs-32:32px;--fs-36:36px;--fs-38:38px;--fs-42:42px;--fs-56:56px;--fs-58:58px;--fs-66:66px;--fs-90:90px}.f-12,.f-14{font-family:var(--ff--qr);font-style:normal;font-weight:400}.big.f-12,.big.f-14{text-transform:uppercase}.f-12{font-size:12px;line-height:16.8px}.f-14{font-size:14px;line-height:19.6px}.fseohero{background:#fff;padding:5rem 0 7rem}.fseohero__container{margin:0 auto;max-width:72rem;padding:0 1.5rem}.fseohero__heading{color:#1c1c1b;font-size:clamp(1.75rem,4vw,3rem);font-weight:700;line-height:1.2;margin:0 0 2rem;text-align:center}.fseohero__copy{display:flex;flex-direction:column;gap:1rem;margin:0 auto 4rem;max-width:56rem}.fseohero__copy p{color:#5a5a57;font-size:1.0625rem;line-height:1.75;margin:0;text-align:center}.fseohero__cards{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}@media(max-width:767px){.fseohero__cards{grid-template-columns:1fr}}.fseohero__card{align-items:center;background:#f4f4f2;border:1px solid #e8e8e5;border-radius:.75rem;display:flex;flex-direction:column;gap:.25rem;padding:2rem;text-align:center;transition:border-color .22s ease}.fseohero__card--link{cursor:pointer;text-decoration:none}.fseohero__card--link:hover{border-color:#b5e000}.fseohero__card--link:hover .fseohero__icon{background:rgba(181,224,0,.2)}.fseohero__icon{align-items:center;background:rgba(181,224,0,.1);border-radius:50%;display:flex;height:3.5rem;justify-content:center;margin-bottom:1rem;transition:background .22s ease;width:3.5rem}.fseohero__icon svg{color:#b5e000;height:1.75rem;width:1.75rem}.fseohero__card-title{color:#1c1c1b;font-size:1.125rem;font-weight:700;margin:0 0 .5rem}.fseohero__card-value{color:#1c1c1b;font-size:1.0625rem;font-weight:600;line-height:1.35;margin:0}.fseohero__card-sub{color:#5a5a57;font-size:.9375rem;margin:.125rem 0 0}.fseohero__card-sub--sm{font-size:.8125rem}.fseohero__card-cta{color:#b5e000;display:inline-block;font-size:.875rem;font-weight:500;margin-top:.75rem}