/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--hw-navy:#0b1f3a;--hw-navy-soft:#14365f;--hw-blue:#2563eb;--hw-blue-dark:#1d4ed8;--hw-teal:#0f9f8f;--hw-teal-dark:#087f73;--hw-ink:#142033;--hw-muted:#667085;--hw-border:#d9e1ea;--hw-surface:#ffffff;--hw-surface-soft:#f5f8fb;--hw-surface-blue:#edf5ff;--hw-shadow:0 18px 45px rgba(11,31,58,0.10);--hw-radius-sm:8px;--hw-radius:14px;--hw-radius-lg:22px;--hw-container:1180px;}*,*::before,*::after{box-sizing:border-box;}html{scroll-behavior:smooth;}body{margin:0;background:var(--hw-surface);color:var(--hw-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;}body.hw-nav-open{overflow:hidden;}a{color:var(--hw-blue-dark);}a:hover,a:focus-visible{color:var(--hw-navy);}img,svg{display:block;max-width:100%;}button,input,select,textarea{font:inherit;}.hw-container{width:min(calc(100% - 40px),var(--hw-container));margin-inline:auto;}.hw-skip-link{position:fixed;top:12px;left:12px;z-index:10000;padding:10px 16px;border-radius:var(--hw-radius-sm);background:var(--hw-navy);color:#ffffff;font-weight:700;text-decoration:none;transform:translateY(-150%);}.hw-skip-link:focus{color:#ffffff;transform:translateY(0);}.hw-site{min-height:100vh;display:flex;flex-direction:column;}.hw-header{position:relative;z-index:100;border-bottom:1px solid rgba(11,31,58,0.08);background:rgba(255,255,255,0.98);}.hw-header__inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:32px;}.hw-brand{display:inline-flex;align-items:center;gap:11px;color:var(--hw-navy);text-decoration:none;}.hw-brand:hover,.hw-brand:focus-visible{color:var(--hw-navy);}.hw-brand__mark{width:43px;height:43px;flex:0 0 43px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(145deg,var(--hw-blue),var(--hw-teal));color:#ffffff;font-size:15px;font-weight:850;letter-spacing:-0.03em;box-shadow:0 8px 20px rgba(37,99,235,0.18);}.hw-brand__copy{display:flex;flex-direction:column;line-height:1.1;}.hw-brand__copy strong{font-size:19px;letter-spacing:-0.025em;}.hw-brand__copy small{margin-top:5px;color:var(--hw-muted);font-size:10px;font-weight:700;letter-spacing:0.055em;text-transform:uppercase;}.hw-nav{display:flex;align-items:center;gap:25px;}.hw-nav > a:not(.hw-button){position:relative;padding:8px 0;color:#334155;font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap;}.hw-nav > a:not(.hw-button)::after{content:"";position:absolute;right:0;bottom:2px;left:0;height:2px;border-radius:2px;background:var(--hw-teal);transform:scaleX(0);transform-origin:center;transition:transform 160ms ease;}.hw-nav > a:not(.hw-button):hover::after,.hw-nav > a:not(.hw-button):focus-visible::after{transform:scaleX(1);}.hw-button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:8px;padding:11px 20px;border:0;border-radius:10px;background:var(--hw-blue);color:#ffffff;font-weight:800;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer;transition:transform 150ms ease,background 150ms ease,box-shadow 150ms ease;}.hw-button:hover,.hw-button:focus-visible{background:var(--hw-blue-dark);color:#ffffff;transform:translateY(-1px);box-shadow:0 10px 24px rgba(37,99,235,0.20);}.hw-button--header{min-height:43px;padding-inline:18px;font-size:14px;}.hw-nav-toggle{display:none;align-items:center;gap:9px;padding:9px 11px;border:1px solid var(--hw-border);border-radius:9px;background:#ffffff;color:var(--hw-navy);font-size:13px;font-weight:800;cursor:pointer;}.hw-nav-toggle__icon{width:21px;display:grid;gap:4px;}.hw-nav-toggle__icon span{width:100%;height:2px;display:block;border-radius:2px;background:currentColor;}.hw-main{flex:1 0 auto;min-width:0;}.hw-main:focus{outline:0;}.hw-main > .messages-list,.hw-main .messages{width:min(calc(100% - 40px),var(--hw-container));margin:24px auto;}.hw-main > .region,.hw-main > div:not([class]){width:100%;}.hw-footer{margin-top:auto;background:var(--hw-navy);color:rgba(255,255,255,0.78);}.hw-footer__top{display:grid;grid-template-columns:minmax(240px,1.1fr)
    minmax(440px,1.6fr);gap:80px;padding:70px 0 55px;}.hw-brand--footer{color:#ffffff;}.hw-brand--footer:hover,.hw-brand--footer:focus-visible{color:#ffffff;}.hw-brand--footer .hw-brand__copy small{color:rgba(255,255,255,0.62);}.hw-footer__brand > p{max-width:380px;margin:22px 0 0;font-size:14px;}.hw-footer__nav{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;}.hw-footer__nav > div{display:flex;flex-direction:column;gap:9px;}.hw-footer__nav h2{margin:0 0 8px;color:#ffffff;font-size:13px;letter-spacing:0.065em;text-transform:uppercase;}.hw-footer__nav a{color:rgba(255,255,255,0.72);font-size:14px;text-decoration:none;}.hw-footer__nav a:hover,.hw-footer__nav a:focus-visible{color:#ffffff;}.hw-footer__bottom{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid rgba(255,255,255,0.12);font-size:12px;}.hw-footer__bottom p{margin:0;}@media (max-width:1040px){.hw-nav{gap:17px;}.hw-nav > a:not(.hw-button){font-size:13px;}}@media (max-width:900px){.hw-header__inner{min-height:74px;}.hw-nav-toggle{display:inline-flex;}.hw-nav{position:absolute;top:100%;right:0;left:0;display:none;max-height:calc(100vh - 74px);overflow-y:auto;padding:18px 20px 24px;border-top:1px solid var(--hw-border);border-bottom:1px solid var(--hw-border);background:#ffffff;box-shadow:var(--hw-shadow);}.hw-nav.is-open{display:flex;flex-direction:column;align-items:stretch;gap:2px;}.hw-nav > a:not(.hw-button){padding:12px 4px;font-size:15px;}.hw-nav > a:not(.hw-button)::after{display:none;}.hw-button--header{margin-top:10px;}.hw-footer__top{grid-template-columns:1fr;gap:48px;}}@media (max-width:640px){.hw-container{width:min(calc(100% - 30px),var(--hw-container));}.hw-brand__mark{width:39px;height:39px;flex-basis:39px;}.hw-brand__copy strong{font-size:17px;}.hw-brand__copy small{display:none;}.hw-nav-toggle__label{display:none;}.hw-footer__top{padding:52px 0 42px;}.hw-footer__nav{grid-template-columns:1fr 1fr;gap:36px 26px;}.hw-footer__bottom{align-items:flex-start;flex-direction:column;justify-content:center;padding:22px 0;}}@media (max-width:430px){.hw-footer__nav{grid-template-columns:1fr;}}:root{--hw-navy:#00274c;--hw-navy-soft:#123a60;--hw-blue:#00274c;--hw-blue-dark:#001f3d;--hw-teal:#ffcb05;--hw-teal-dark:#806600;--hw-container:1320px;--hw-container-wide:1480px;--hw-gutter:clamp(18px,3vw,48px);}.hw-container{width:min(calc(100% -
        (var(--hw-gutter) * 2)),var(--hw-container));margin-inline:auto;}.hw-skip-link{position:fixed;top:-100px;left:18px;z-index:100000;padding:10px 14px;border-radius:6px;background:#00274c;color:#ffffff;font-size:14px;font-weight:800;text-decoration:none;box-shadow:0 6px 18px
    rgba(0,0,0,0.22);transition:top 0.15s ease;}.hw-skip-link:focus,.hw-skip-link:focus-visible{top:12px;outline:3px solid #ffcb05;outline-offset:3px;}
:root{--hw-home-navy:#082c56;--hw-home-navy-soft:#123f71;--hw-home-green:#4f8b4b;--hw-home-green-soft:#e8f2e6;--hw-home-green-light:#9ed49a;--hw-home-blue-soft:#edf4fb;--hw-home-border:#dde4ec;--hw-home-bg:#f6f8fb;}.hw-site--front .hw-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,0.985);box-shadow:0 1px 0 rgba(11,31,58,0.05);}.hw-site--front .hw-header__inner{min-height:80px;}.hw-brand--home{gap:10px;}.hw-brand-logo{width:59px;height:47px;flex:0 0 59px;color:var(--hw-home-green);}.hw-brand-logo svg{width:100%;height:100%;overflow:visible;}.hw-brand-logo circle{fill:currentColor;}.hw-brand-logo__tree,.hw-brand-logo__roof,.hw-brand-logo__house{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;}.hw-brand-logo__tree{stroke-width:5;}.hw-brand-logo__roof{stroke-width:4;}.hw-brand-logo__house{stroke-width:3;}.hw-brand--home .hw-brand__copy strong{color:var(--hw-home-navy);font-size:29px;font-weight:800;letter-spacing:-0.045em;}.hw-brand--home .hw-brand__copy small{margin-top:1px;color:var(--hw-home-green);font-size:10px;font-weight:700;letter-spacing:0;text-transform:none;}.hw-nav--home{gap:28px;}.hw-nav--home > a:not(.hw-button){color:#101828;font-size:14px;font-weight:650;}.hw-nav--home > a.is-active::after{background:var(--hw-home-green);transform:scaleX(1);}.hw-nav--home .hw-button--header{min-width:150px;background:var(--hw-home-navy);}.hw-nav--home .hw-button--header:hover,.hw-nav--home .hw-button--header:focus-visible{background:var(--hw-home-navy-soft);}.hw-hero{position:relative;isolation:isolate;min-height:510px;display:flex;align-items:center;overflow:hidden;background:#173450
    url(/themes/custom/hoawebs_theme/images/hoawebs-hero.webp)
    center center / cover no-repeat;}.hw-hero__shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(3,18,35,0.92) 0%,rgba(3,18,35,0.82) 31%,rgba(3,18,35,0.48) 58%,rgba(3,18,35,0.14) 100%);}.hw-hero__inner{width:100%;padding-top:64px;padding-bottom:68px;}.hw-hero__content{max-width:720px;}.hw-hero__eyebrow,.hw-kicker{margin:0 0 13px;color:var(--hw-home-green);font-size:12px;font-weight:850;letter-spacing:0.09em;line-height:1.4;text-transform:uppercase;}.hw-hero__eyebrow{color:#c5ebc1;}.hw-hero h1{margin:0;color:#ffffff;font-size:clamp(46px,5vw,71px);font-weight:850;letter-spacing:-0.047em;line-height:1.02;text-shadow:0 3px 22px rgba(0,0,0,0.28);}.hw-hero__lead{max-width:670px;margin:23px 0 0;color:rgba(255,255,255,0.96);font-size:clamp(17px,1.5vw,21px);line-height:1.55;text-shadow:0 2px 14px rgba(0,0,0,0.27);}.hw-hero__actions,.hw-section-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:30px;}.hw-button--hero{min-width:174px;background:var(--hw-home-navy);box-shadow:0 12px 30px rgba(0,0,0,0.22);}.hw-button--hero:hover,.hw-button--hero:focus-visible{background:var(--hw-home-navy-soft);}.hw-button--hero-secondary{min-width:156px;border:1px solid rgba(255,255,255,0.65);background:#ffffff;color:var(--hw-home-navy);}.hw-button--hero-secondary:hover,.hw-button--hero-secondary:focus-visible{background:#f8fafc;color:var(--hw-home-navy);}.hw-demo-summary{position:relative;z-index:3;padding:24px 0 0;background:#ffffff;}.hw-notice-strip{display:grid;grid-template-columns:minmax(370px,2.25fr)
    repeat(4,minmax(125px,1fr));overflow:hidden;border:1px solid var(--hw-home-border);border-radius:12px;background:#ffffff;box-shadow:0 12px 34px rgba(11,31,58,0.055);}.hw-notice-strip__primary,.hw-notice-item{min-width:0;padding:18px 20px;}.hw-notice-strip__primary{display:flex;gap:14px;align-items:flex-start;}.hw-notice-icon{width:40px;height:40px;flex:0 0 40px;display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--hw-home-navy);border-radius:50%;color:var(--hw-home-navy);font-size:22px;font-weight:900;}.hw-notice-strip__primary strong,.hw-notice-item strong{display:block;margin-bottom:2px;color:var(--hw-home-navy);font-size:13px;font-weight:800;}.hw-notice-strip__primary span,.hw-notice-item span{display:block;color:#475467;font-size:12px;line-height:1.45;}.hw-notice-strip__primary a{display:inline-block;margin-top:4px;color:var(--hw-home-navy);font-size:12px;font-weight:750;text-decoration:none;}.hw-notice-item{display:flex;flex-direction:column;justify-content:center;border-left:1px solid #e4e9ef;}.hw-section-intro{max-width:760px;margin:0 auto 44px;text-align:center;}.hw-section-intro--split{max-width:none;display:grid;grid-template-columns:1.08fr 0.92fr;align-items:end;gap:72px;text-align:left;}.hw-section-intro h2,.hw-audience-copy h2,.hw-final-cta h2{margin:0;color:var(--hw-home-navy);font-size:clamp(32px,4vw,51px);font-weight:800;letter-spacing:-0.042em;line-height:1.08;}.hw-section-intro > p:not(.hw-kicker),.hw-section-intro--split > p,.hw-audience-copy > p,.hw-final-cta p{margin:18px 0 0;color:#667085;font-size:16px;line-height:1.7;}.hw-section-intro--split > p{margin:0 0 4px;}.hw-text-link{color:var(--hw-home-navy);font-weight:800;text-decoration:none;}.hw-text-link:hover,.hw-text-link:focus-visible{color:var(--hw-blue-dark);}.hw-portal-section{padding:62px 0 96px;background:linear-gradient(180deg,#ffffff 0%,#ffffff 70%,var(--hw-home-bg) 100%);}.hw-portal{display:grid;grid-template-columns:minmax(220px,0.82fr)
    minmax(370px,1.22fr)
    minmax(260px,0.96fr);gap:16px;}.hw-portal__left,.hw-portal__center,.hw-portal__right{min-width:0;display:grid;align-content:start;gap:16px;}.hw-demo-card{overflow:hidden;border:1px solid var(--hw-home-border);border-radius:12px;background:#ffffff;box-shadow:0 8px 28px rgba(11,31,58,0.035);}.hw-demo-card > h3,.hw-demo-card__heading{padding:18px 20px 13px;}.hw-demo-card > h3,.hw-demo-card__heading h3{margin:0;color:var(--hw-home-navy);font-size:16px;font-weight:800;line-height:1.3;}.hw-demo-card__heading{display:flex;align-items:center;justify-content:space-between;gap:12px;}.hw-demo-card__heading a{color:var(--hw-home-navy);font-size:11px;font-weight:750;text-decoration:none;white-space:nowrap;}.hw-quick-link{min-height:50px;display:grid;grid-template-columns:31px 1fr auto;align-items:center;gap:11px;padding:9px 17px;border-top:1px solid #e7ebf0;color:var(--hw-home-navy);font-size:12px;font-weight:650;text-decoration:none;}.hw-quick-link:hover,.hw-quick-link:focus-visible{background:#f3f7fb;color:var(--hw-home-navy);}.hw-quick-link__icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;background:var(--hw-home-blue-soft);color:var(--hw-home-navy);font-size:8px;font-weight:900;letter-spacing:0.04em;}.hw-amenities-card{padding-bottom:10px;}.hw-amenity{display:flex;flex-direction:column;padding:7px 20px 10px;}.hw-amenity strong{color:var(--hw-home-navy);font-size:12px;}.hw-amenity span{color:#667085;font-size:11px;}.hw-update{display:grid;grid-template-columns:145px 1fr;gap:14px;padding:10px 18px 14px;}.hw-update__image{min-height:91px;display:flex;align-items:flex-end;padding:11px;border-radius:8px;color:#ffffff;font-size:10px;font-weight:850;letter-spacing:0.07em;text-transform:uppercase;}.hw-update__image--clubhouse{background:linear-gradient(145deg,#345c41,#7d9d70);}.hw-update__image--meeting{background:linear-gradient(145deg,#334155,#64748b);}.hw-update__image--service{background:linear-gradient(145deg,#23566a,#5b8c9d);}.hw-update__tag{display:inline-flex;padding:3px 8px;border-radius:999px;background:var(--hw-home-green-soft);color:#3f713e;font-size:8px;font-weight:850;letter-spacing:0.04em;text-transform:uppercase;}.hw-update h4{margin:5px 0 2px;color:var(--hw-home-navy);font-size:13px;line-height:1.3;}.hw-update p{margin:0;color:#475467;font-size:11px;line-height:1.45;}.hw-update small{display:block;margin-top:4px;color:#667085;font-size:9px;}.hw-management-card{padding-bottom:15px;}.hw-management-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:3px 20px 15px;color:#475467;font-size:11px;}.hw-management-row > div{display:flex;flex-direction:column;}.hw-management-row strong{color:var(--hw-home-navy);}.hw-management-row a{color:var(--hw-home-navy);font-weight:650;text-decoration:none;}.hw-event{display:grid;grid-template-columns:48px 1fr;gap:13px;padding:9px 18px 14px;}.hw-event time{min-height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--hw-home-border);border-radius:8px;color:var(--hw-home-navy);line-height:1;}.hw-event time span{font-size:8px;font-weight:850;}.hw-event time strong{margin-top:4px;font-size:20px;}.hw-event > div{display:flex;flex-direction:column;justify-content:center;color:#475467;font-size:10px;line-height:1.45;}.hw-event > div strong{color:var(--hw-home-navy);font-size:12px;}.hw-event small{color:#667085;}.hw-document{display:grid;grid-template-columns:40px 1fr;align-items:center;gap:11px;margin:0 18px;padding:13px 0;border-top:1px solid #e7ebf0;color:var(--hw-home-navy);text-decoration:none;}.hw-document__icon{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dce3eb;border-radius:7px;background:#f7f9fb;color:var(--hw-home-navy);font-size:8px;font-weight:900;}.hw-document > span:last-child{display:flex;flex-direction:column;}.hw-document strong{font-size:11px;}.hw-document small{color:#667085;font-size:9px;}.hw-features-section{padding:96px 0;background:var(--hw-home-bg);}.hw-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}.hw-feature-card{min-height:244px;padding:28px;border:1px solid var(--hw-home-border);border-radius:14px;background:#ffffff;box-shadow:0 10px 30px rgba(11,31,58,0.03);transition:transform 160ms ease,box-shadow 160ms ease;}.hw-feature-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(11,31,58,0.08);}.hw-feature-card__number{display:inline-flex;margin-bottom:34px;color:var(--hw-home-green);font-size:11px;font-weight:900;letter-spacing:0.08em;}.hw-feature-card h3{margin:0 0 10px;color:var(--hw-home-navy);font-size:19px;line-height:1.3;}.hw-feature-card p{margin:0;color:#667085;font-size:13px;line-height:1.65;}.hw-features-section .hw-section-actions{justify-content:center;}.hw-audience-section{padding:100px 0;background:#ffffff;}.hw-audience-grid{display:grid;grid-template-columns:0.95fr 1.05fr;align-items:center;gap:76px;}.hw-audience-image{overflow:hidden;border-radius:22px;background:#e9eef2;box-shadow:0 22px 52px rgba(11,31,58,0.13);}.hw-audience-image img{width:100%;min-height:430px;display:block;object-fit:cover;}.hw-audience-copy > p{margin-top:20px;}.hw-audience-list{display:grid;gap:17px;margin-top:30px;}.hw-audience-list > div{display:flex;flex-direction:column;gap:3px;padding-left:18px;border-left:3px solid var(--hw-home-green);}.hw-audience-list strong{color:var(--hw-home-navy);font-size:14px;}.hw-audience-list span{color:#667085;font-size:13px;line-height:1.55;}.hw-platform-section{padding:96px 0;background:#edf4f9;}.hw-platform-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}.hw-platform-grid article{min-height:225px;padding:27px;border:1px solid #d8e2ea;border-radius:14px;background:rgba(255,255,255,0.82);}.hw-platform-grid article > span{width:43px;height:43px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:28px;border-radius:10px;background:var(--hw-home-green-soft);color:#477845;font-size:9px;font-weight:900;letter-spacing:0.05em;}.hw-platform-grid h3{margin:0 0 9px;color:var(--hw-home-navy);font-size:18px;}.hw-platform-grid p{margin:0;color:#667085;font-size:13px;line-height:1.65;}.hw-process-section{padding:96px 0;background:var(--hw-home-navy);}.hw-section-intro--light h2{color:#ffffff;}.hw-section-intro--light .hw-kicker{color:var(--hw-home-green-light);}.hw-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:21px;}.hw-process-grid article{padding:30px;border:1px solid rgba(255,255,255,0.13);border-radius:14px;background:rgba(255,255,255,0.055);}.hw-process-grid article > span{display:inline-flex;margin-bottom:38px;color:var(--hw-home-green-light);font-size:12px;font-weight:900;}.hw-process-grid h3{margin:0 0 10px;color:#ffffff;font-size:20px;}.hw-process-grid p{margin:0;color:rgba(255,255,255,0.72);font-size:13px;line-height:1.65;}.hw-final-cta{padding:88px 0;background:#ffffff;}.hw-final-cta__box{display:grid;grid-template-columns:1fr auto;align-items:center;gap:70px;padding:54px 58px;border-radius:22px;background:linear-gradient(135deg,#eef5fb,#edf6eb);}.hw-final-cta__box > div:first-child{max-width:780px;}.hw-final-cta h2{font-size:clamp(30px,3.6vw,46px);}.hw-final-cta__actions{min-width:190px;display:flex;flex-direction:column;gap:13px;}.hw-final-cta__actions > a:not(.hw-button){color:var(--hw-home-navy);font-size:12px;font-weight:800;text-align:center;text-decoration:none;}.hw-button--cta{background:var(--hw-home-navy);}.hw-button--cta:hover,.hw-button--cta:focus-visible{background:var(--hw-home-navy-soft);}.hw-footer .hw-brand--home .hw-brand__copy strong{color:#ffffff;}.hw-footer .hw-brand--home .hw-brand__copy small{color:rgba(255,255,255,0.64);}.hw-footer .hw-brand-logo{color:var(--hw-home-green-light);}@media (max-width:1120px){.hw-nav--home{gap:17px;}.hw-nav--home > a:not(.hw-button){font-size:12px;}.hw-brand--home .hw-brand__copy strong{font-size:25px;}.hw-notice-strip{grid-template-columns:minmax(330px,2fr)
      repeat(2,1fr);}.hw-notice-item:nth-last-child(-n + 2){display:none;}.hw-portal{grid-template-columns:minmax(220px,0.8fr)
      minmax(390px,1.2fr);}.hw-portal__right{grid-column:1 / -1;grid-template-columns:1fr 1fr;}}@media (max-width:900px){.hw-brand--home .hw-brand__copy strong{font-size:24px;}.hw-nav--home{gap:2px;}.hw-nav--home > a:not(.hw-button){font-size:15px;}.hw-hero{min-height:480px;background-position:60% center;}.hw-hero__shade{background:linear-gradient(90deg,rgba(3,18,35,0.92) 0%,rgba(3,18,35,0.80) 58%,rgba(3,18,35,0.35) 100%);}.hw-section-intro--split,.hw-audience-grid{grid-template-columns:1fr;gap:30px;}.hw-section-intro--split > p{margin:0;}.hw-feature-grid,.hw-platform-grid{grid-template-columns:1fr 1fr;}.hw-audience-image{max-width:720px;}.hw-audience-image img{min-height:360px;}.hw-process-grid{grid-template-columns:1fr;}.hw-final-cta__box{grid-template-columns:1fr;gap:34px;}.hw-final-cta__actions{min-width:0;flex-direction:row;flex-wrap:wrap;align-items:center;}}@media (max-width:720px){.hw-brand-logo{width:49px;height:40px;flex-basis:49px;}.hw-brand--home .hw-brand__copy strong{font-size:22px;}.hw-brand--home .hw-brand__copy small{font-size:9px;}.hw-hero{min-height:520px;background-position:67% center;}.hw-hero__inner{padding-top:55px;padding-bottom:58px;}.hw-hero__shade{background:linear-gradient(90deg,rgba(3,18,35,0.93) 0%,rgba(3,18,35,0.85) 72%,rgba(3,18,35,0.60) 100%);}.hw-notice-strip{grid-template-columns:1fr 1fr;}.hw-notice-strip__primary{grid-column:1 / -1;}.hw-notice-item{display:flex !important;border-top:1px solid #e4e9ef;}.hw-portal{grid-template-columns:1fr;}.hw-portal__right{grid-column:auto;grid-template-columns:1fr;}.hw-feature-grid,.hw-platform-grid{grid-template-columns:1fr;}.hw-update{grid-template-columns:120px 1fr;}.hw-final-cta__box{padding:38px 30px;}}@media (max-width:520px){.hw-brand--home .hw-brand__copy small{display:none;}.hw-hero h1{font-size:41px;}.hw-hero__lead{font-size:16px;}.hw-hero__actions,.hw-section-actions,.hw-final-cta__actions{align-items:stretch;flex-direction:column;}.hw-hero__actions .hw-button,.hw-section-actions .hw-button,.hw-final-cta__actions .hw-button{width:100%;}.hw-notice-strip{grid-template-columns:1fr;}.hw-notice-strip__primary{grid-column:auto;}.hw-notice-item{border-left:0;}.hw-update{grid-template-columns:1fr;}.hw-update__image{min-height:108px;}.hw-management-row{align-items:flex-start;flex-direction:column;}.hw-audience-image img{min-height:280px;}.hw-final-cta__box{padding:32px 22px;}}.hw-site--front .hw-header__inner{min-height:80px;}.hw-hero__inner{width:min(calc(100% - 40px),var(--hw-container));margin-inline:auto;padding-top:44px;padding-bottom:48px;}.hw-hero{min-height:400px;}.hw-hero__eyebrow{display:none;}.hw-hero__content{max-width:820px;}.hw-hero h1{max-width:820px;font-size:clamp(44px,4vw,62px);line-height:1.04;letter-spacing:-0.042em;}.hw-hero__lead{max-width:690px;margin-top:15px;font-size:clamp(16px,1.35vw,19px);line-height:1.48;}.hw-hero__actions{margin-top:22px;}.hw-button--hero,.hw-button--hero-secondary{min-height:47px;padding:11px 24px;}.hw-hero__shade{background:linear-gradient(90deg,rgba(3,18,35,0.87) 0%,rgba(3,18,35,0.72) 34%,rgba(3,18,35,0.34) 62%,rgba(3,18,35,0.06) 100%);}.hw-demo-summary{padding-top:18px;}.hw-portal-section .hw-section-intro--split{display:none;}.hw-portal-section{padding-top:18px;}.hw-portal{gap:16px;}.hw-demo-card > h3,.hw-demo-card__heading h3{font-size:17px;}.hw-quick-link{min-height:55px;font-size:13px;}.hw-quick-link__icon{width:31px;height:31px;}@media (min-width:901px){.hw-hero{min-height:400px;}.hw-hero__inner{padding-top:45px;padding-bottom:48px;}}@media (max-width:900px){.hw-hero{min-height:470px;}.hw-hero__inner{width:min(calc(100% - 40px),var(--hw-container));padding-top:50px;padding-bottom:52px;}.hw-hero h1{font-size:clamp(42px,7vw,58px);}.hw-portal-section{padding-top:32px;}}@media (max-width:520px){.hw-hero{min-height:500px;}.hw-hero__inner{width:min(calc(100% - 30px),var(--hw-container));}.hw-hero h1{font-size:40px;}}@media (min-width:901px){.hw-hero{min-height:340px;}.hw-hero__inner{padding-top:38px;padding-bottom:40px;}.hw-hero__content{max-width:790px;}.hw-hero h1{max-width:790px;font-size:clamp(44px,3.35vw,56px);line-height:1.04;}.hw-hero__lead{max-width:700px;margin-top:14px;font-size:17px;line-height:1.45;}.hw-hero__actions{margin-top:20px;}.hw-button--hero,.hw-button--hero-secondary{min-height:45px;padding:10px 22px;}}.hw-section-intro{max-width:820px;}.hw-section-intro h2,.hw-audience-copy h2,.hw-final-cta h2{font-size:clamp(38px,3.6vw,52px);}.hw-section-intro > p:not(.hw-kicker),.hw-audience-copy > p,.hw-final-cta p{font-size:18px;line-height:1.68;}.hw-kicker{font-size:13px;}.hw-value-section{padding:92px 0 100px;background:#ffffff;}.hw-value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}.hw-value-card{min-height:310px;padding:34px;border:1px solid var(--hw-home-border);border-radius:18px;background:#ffffff;box-shadow:0 16px 38px rgba(11,31,58,0.055);}.hw-value-card__icon{width:62px;height:62px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:40px;border-radius:16px;background:var(--hw-home-green-soft);color:var(--hw-home-green);}.hw-value-card__icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;}.hw-value-card h3{margin:0 0 13px;color:var(--hw-home-navy);font-size:22px;line-height:1.25;}.hw-value-card p{margin:0;color:#5c6879;font-size:16px;line-height:1.7;}.hw-managed-section{padding:104px 0;background:#f4f7fa;}.hw-managed-grid{display:grid;grid-template-columns:minmax(0,1fr)
    minmax(420px,0.82fr);align-items:center;gap:78px;}.hw-managed-copy h2{max-width:690px;margin:0;color:var(--hw-home-navy);font-size:clamp(38px,3.8vw,54px);font-weight:800;letter-spacing:-0.044em;line-height:1.06;}.hw-managed-copy > p:not(.hw-kicker){max-width:700px;margin:22px 0 0;color:#5c6879;font-size:18px;line-height:1.7;}.hw-managed-panel{overflow:hidden;border:1px solid var(--hw-home-border);border-radius:18px;background:#ffffff;box-shadow:0 20px 48px rgba(11,31,58,0.08);}.hw-managed-panel__label{margin:0;padding:24px 28px;background:var(--hw-home-navy);color:#ffffff;font-size:15px;font-weight:800;letter-spacing:0.02em;}.hw-managed-item{display:grid;grid-template-columns:43px 1fr;gap:18px;padding:24px 28px;border-top:1px solid #e6ebf0;}.hw-managed-item:first-of-type{border-top:0;}.hw-managed-item > span{width:39px;height:39px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:var(--hw-home-green-soft);color:#477845;font-size:10px;font-weight:900;}.hw-managed-item strong{display:block;margin-bottom:5px;color:var(--hw-home-navy);font-size:17px;}.hw-managed-item p{margin:0;color:#667085;font-size:15px;line-height:1.58;}.hw-product-demo-section{padding:105px 0;background:#ffffff;}.hw-product-demo{overflow:hidden;border:1px solid #d9e2eb;border-radius:20px;background:#ffffff;box-shadow:0 24px 60px rgba(11,31,58,0.10);}.hw-product-demo__top{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 26px;border-bottom:1px solid #e2e8ef;background:#fbfcfd;}.hw-product-demo__top > div{display:flex;align-items:center;gap:13px;}.hw-product-demo__mark{width:45px;height:45px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;background:var(--hw-home-navy);color:#ffffff;font-size:12px;font-weight:900;}.hw-product-demo__top strong{display:block;color:var(--hw-home-navy);font-size:18px;}.hw-product-demo__top small{display:block;margin-top:2px;color:#667085;font-size:13px;}.hw-product-demo__sample{padding:7px 12px;border-radius:999px;background:var(--hw-home-green-soft);color:#477845;font-size:11px;font-weight:850;letter-spacing:0.035em;text-transform:uppercase;text-decoration:none;}.hw-product-demo__grid{display:grid;grid-template-columns:0.78fr
    1.4fr
    0.92fr;}.hw-product-demo__grid > div{min-width:0;padding:28px;}.hw-product-demo__grid > div + div{border-left:1px solid #e2e8ef;}.hw-product-demo h3{margin:0 0 20px;color:var(--hw-home-navy);font-size:20px;}.hw-product-demo__links a{min-height:57px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid #e5eaf0;color:var(--hw-home-navy);font-size:15px;font-weight:700;text-decoration:none;}.hw-product-demo__links a:first-of-type{border-top:0;}.hw-product-demo__links a:hover,.hw-product-demo__links a:focus-visible{color:var(--hw-blue-dark);}.hw-product-demo__update img{width:100%;height:210px;display:block;margin-bottom:20px;border-radius:12px;object-fit:cover;}.hw-demo-label{display:inline-flex;padding:5px 9px;border-radius:999px;background:var(--hw-home-green-soft);color:#477845;font-size:10px;font-weight:850;letter-spacing:0.035em;text-transform:uppercase;}.hw-product-demo__update h4{margin:10px 0 8px;color:var(--hw-home-navy);font-size:21px;line-height:1.3;}.hw-product-demo__update p{margin:0;color:#5c6879;font-size:15px;line-height:1.62;}.hw-product-demo__update > a{display:inline-block;margin-top:14px;color:var(--hw-home-navy);font-size:14px;font-weight:800;text-decoration:none;}.hw-product-demo__side{display:grid;align-content:start;gap:27px;}.hw-product-demo__event,.hw-product-demo__documents{padding-bottom:27px;border-bottom:1px solid #e2e8ef;}.hw-product-demo__documents{padding-bottom:0;border-bottom:0;}.hw-product-demo__event > p,.hw-product-demo__documents > p{margin:0 0 17px;color:var(--hw-home-navy);font-size:17px;font-weight:800;}.hw-product-demo__event > div{display:grid;grid-template-columns:63px 1fr;align-items:center;gap:15px;}.hw-product-demo__event time{width:60px;min-height:68px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #d8e1ea;border-radius:10px;color:var(--hw-home-navy);line-height:1;}.hw-product-demo__event time span{font-size:9px;font-weight:850;}.hw-product-demo__event time strong{margin-top:5px;font-size:25px;}.hw-product-demo__event > div > div{display:flex;flex-direction:column;}.hw-product-demo__event strong{color:var(--hw-home-navy);font-size:16px;}.hw-product-demo__event div span{margin-top:4px;color:#667085;font-size:14px;}.hw-product-demo__documents a{display:grid;grid-template-columns:44px 1fr;align-items:center;gap:13px;padding:14px 0;border-top:1px solid #e5eaf0;color:var(--hw-home-navy);text-decoration:none;}.hw-product-demo__documents a:first-of-type{border-top:0;}.hw-product-demo__documents a > span{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;background:var(--hw-home-blue-soft);color:var(--hw-home-navy);font-size:9px;font-weight:900;}.hw-product-demo__documents a > div{display:flex;flex-direction:column;}.hw-product-demo__documents strong{font-size:14px;}.hw-product-demo__documents small{margin-top:2px;color:#667085;font-size:12px;}.hw-product-demo__footer{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:20px 28px;border-top:1px solid #e2e8ef;background:#f8fafc;}.hw-product-demo__footer p{max-width:720px;margin:0;color:#5c6879;font-size:14px;line-height:1.55;}.hw-audience-list strong{font-size:17px;}.hw-audience-list span{font-size:15px;line-height:1.65;}.hw-platform-grid h3{font-size:20px;}.hw-platform-grid p{font-size:15px;line-height:1.68;}.hw-process-grid h3{font-size:21px;}.hw-process-grid p{font-size:15px;line-height:1.68;}.hw-final-cta__actions > a:not(.hw-button){font-size:14px;}@media (max-width:1000px){.hw-managed-grid{grid-template-columns:1fr;gap:48px;}.hw-managed-panel{max-width:760px;}.hw-product-demo__grid{grid-template-columns:0.82fr
      1.18fr;}.hw-product-demo__side{grid-column:1 / -1;grid-template-columns:1fr 1fr;border-top:1px solid #e2e8ef;border-left:0 !important;}.hw-product-demo__event,.hw-product-demo__documents{padding-bottom:0;border-bottom:0;}}@media (max-width:820px){.hw-value-grid{grid-template-columns:1fr;}.hw-value-card{min-height:0;}.hw-value-card__icon{margin-bottom:25px;}.hw-product-demo__grid{grid-template-columns:1fr;}.hw-product-demo__grid > div + div{border-top:1px solid #e2e8ef;border-left:0;}.hw-product-demo__side{grid-column:auto;grid-template-columns:1fr;}.hw-product-demo__footer{align-items:flex-start;flex-direction:column;}}@media (max-width:600px){.hw-value-section,.hw-managed-section,.hw-product-demo-section{padding-top:72px;padding-bottom:72px;}.hw-section-intro h2,.hw-managed-copy h2{font-size:36px;}.hw-section-intro > p:not(.hw-kicker),.hw-managed-copy > p:not(.hw-kicker),.hw-audience-copy > p,.hw-final-cta p{font-size:16px;}.hw-value-card{padding:26px;}.hw-managed-item{padding:20px;}.hw-product-demo__top{align-items:flex-start;flex-direction:column;}.hw-product-demo__grid > div{padding:22px;}.hw-product-demo__update img{height:190px;}}.hw-pine-hero{position:relative;min-height:285px;overflow:hidden;border-bottom:1px solid #e2e8ef;background:var(--hw-home-navy);}.hw-pine-hero > img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center 52%;}.hw-pine-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,28,55,0.88) 0%,rgba(4,28,55,0.70) 37%,rgba(4,28,55,0.18) 72%,rgba(4,28,55,0.08) 100%);}.hw-pine-hero__content{position:relative;z-index:2;max-width:610px;padding:55px 48px 58px;color:#ffffff;}.hw-pine-hero__content p{margin:0 0 6px;color:#c7ebc4;font-size:13px;font-weight:850;letter-spacing:0.09em;text-transform:uppercase;}.hw-pine-hero__content h3{margin:0;color:#ffffff;font-size:clamp(34px,3.2vw,48px);font-weight:800;letter-spacing:-0.04em;line-height:1.05;}.hw-pine-hero__content > span{max-width:520px;display:block;margin-top:14px;color:rgba(255,255,255,0.93);font-size:17px;line-height:1.55;}.hw-pine-hero__quick{position:absolute;right:28px;bottom:24px;z-index:3;width:min(310px,30%);padding:16px 18px;border:1px solid rgba(255,255,255,0.28);border-radius:12px;background:rgba(4,28,55,0.78);backdrop-filter:blur(8px);color:#ffffff;}.hw-pine-hero__quick span{display:block;margin-bottom:4px;color:#bce5b8;font-size:10px;font-weight:850;letter-spacing:0.08em;text-transform:uppercase;}.hw-pine-hero__quick strong{display:block;font-size:14px;line-height:1.4;}@media (max-width:900px){.hw-pine-hero{min-height:330px;}.hw-pine-hero__content{max-width:590px;padding:46px
      34px
      120px;}.hw-pine-hero__quick{right:24px;bottom:22px;left:34px;width:auto;}}@media (max-width:600px){.hw-pine-hero{min-height:390px;}.hw-pine-hero > img{object-position:58% center;}.hw-pine-hero__overlay{background:linear-gradient(90deg,rgba(4,28,55,0.91) 0%,rgba(4,28,55,0.76) 70%,rgba(4,28,55,0.48) 100%);}.hw-pine-hero__content{padding:40px
      24px
      132px;}.hw-pine-hero__content h3{font-size:36px;}.hw-pine-hero__content > span{font-size:16px;}.hw-pine-hero__quick{right:20px;bottom:20px;left:20px;}}:root{--hw-home-blue:#00274c;--hw-home-blue-mid:#123a60;--hw-home-blue-deep:#001f3d;--hw-home-maize:#ffcb05;--hw-home-maize-soft:#fff5bf;--hw-home-maize-light:#ffe36e;--hw-home-maize-dark:#6d5700;--hw-home-navy:var(--hw-home-blue);--hw-home-navy-soft:var(--hw-home-blue-mid);--hw-home-green:var(--hw-home-maize);--hw-home-green-soft:var(--hw-home-maize-soft);--hw-home-green-light:var(--hw-home-maize-light);}.hw-site--front .hw-header .hw-container,.hw-site--front .hw-footer .hw-container{width:min(calc(100% -
        (var(--hw-gutter) * 2)),var(--hw-container-wide));margin-inline:auto;}.hw-site--front .hw-header__inner{min-height:84px;}.hw-nav--home{gap:clamp(17px,1.6vw,31px);}.hw-hero__inner{width:min(calc(100% -
        (var(--hw-gutter) * 2)),var(--hw-container));margin-inline:auto;}.hw-brand-logo{color:var(--hw-home-blue);}.hw-brand-logo circle{fill:var(--hw-home-maize);}.hw-brand-logo__tree,.hw-brand-logo__roof,.hw-brand-logo__house{stroke:var(--hw-home-blue);}.hw-brand--home .hw-brand__copy strong{color:var(--hw-home-blue);}.hw-brand--home .hw-brand__copy small{color:var(--hw-home-maize-dark);}.hw-nav--home > a:not(.hw-button){color:#172338;}.hw-nav > a:not(.hw-button)::after,.hw-nav--home > a.is-active::after{background:var(--hw-home-maize);}.hw-nav--home .hw-button--header{background:var(--hw-home-blue);color:#ffffff;}.hw-nav--home .hw-button--header:hover,.hw-nav--home .hw-button--header:focus-visible{background:var(--hw-home-blue-mid);}.hw-hero__shade{background:linear-gradient(90deg,rgba(0,39,76,0.93) 0%,rgba(0,39,76,0.76) 34%,rgba(0,39,76,0.35) 62%,rgba(0,39,76,0.07) 100%);}.hw-button--hero{background:var(--hw-home-blue);}.hw-button--hero:hover,.hw-button--hero:focus-visible{background:var(--hw-home-blue-mid);}.hw-home .hw-button--hero-secondary{border-color:rgba(255,255,255,0.72);background:#ffffff;color:var(--hw-home-blue);}.hw-home .hw-button--hero-secondary:hover,.hw-home .hw-button--hero-secondary:focus-visible{background:#f7f8fa;color:var(--hw-home-blue);}.hw-kicker{color:var(--hw-home-blue);}.hw-kicker::before{content:"";width:24px;height:4px;display:inline-block;margin-right:9px;border-radius:999px;background:var(--hw-home-maize);vertical-align:0.18em;}.hw-section-intro h2,.hw-managed-copy h2,.hw-audience-copy h2,.hw-final-cta h2{color:var(--hw-home-blue);}.hw-home .hw-button{background:var(--hw-home-blue);color:#ffffff;}.hw-home .hw-button:hover,.hw-home .hw-button:focus-visible{background:var(--hw-home-blue-mid);color:#ffffff;}.hw-home .hw-button--hero-secondary{background:#ffffff;color:var(--hw-home-blue);}.hw-notice-icon{border-color:var(--hw-home-blue);color:var(--hw-home-blue);}.hw-notice-strip__primary strong,.hw-notice-item strong{color:var(--hw-home-blue);}.hw-value-card__icon{background:var(--hw-home-maize-soft);color:var(--hw-home-blue);}.hw-value-card h3{color:var(--hw-home-blue);}.hw-value-card:hover{border-color:rgba(0,39,76,0.24);}.hw-managed-panel__label{background:var(--hw-home-blue);}.hw-managed-item > span{background:var(--hw-home-maize);color:var(--hw-home-blue);}.hw-managed-item strong{color:var(--hw-home-blue);}.hw-product-demo{--hw-pine-green:#557a50;--hw-pine-green-soft:#edf4ea;--hw-pine-green-light:#c7e2c2;}.hw-product-demo__mark{background:var(--hw-pine-green);}.hw-product-demo__sample{background:var(--hw-pine-green-soft);color:#3f633b;}.hw-product-demo .hw-demo-label{background:var(--hw-pine-green-soft);color:#3f633b;}.hw-pine-hero__content p{color:var(--hw-pine-green-light);}.hw-pine-hero__quick span{color:var(--hw-pine-green-light);}.hw-pine-hero__overlay{background:linear-gradient(90deg,rgba(17,50,55,0.91) 0%,rgba(17,50,55,0.72) 38%,rgba(17,50,55,0.23) 72%,rgba(17,50,55,0.08) 100%);}.hw-audience-list > div{border-left-color:var(--hw-home-maize);}.hw-platform-grid article > span{background:var(--hw-home-maize-soft);color:var(--hw-home-blue);}.hw-process-section{background:var(--hw-home-blue);}.hw-section-intro--light .hw-kicker{color:var(--hw-home-maize);}.hw-section-intro--light .hw-kicker::before{background:var(--hw-home-maize);}.hw-process-grid article > span{color:var(--hw-home-maize);}.hw-final-cta__box{background:linear-gradient(135deg,#fff3ad 0%,#fff8d6 45%,#f5f7fa 100%);}.hw-button--cta{background:var(--hw-home-blue);}.hw-footer{background:var(--hw-home-blue);}.hw-footer .hw-brand-logo{color:#ffffff;}.hw-footer .hw-brand-logo circle{fill:var(--hw-home-maize);}.hw-footer .hw-brand-logo__tree,.hw-footer .hw-brand-logo__roof,.hw-footer .hw-brand-logo__house{stroke:#ffffff;}.hw-footer .hw-brand--home .hw-brand__copy strong{color:#ffffff;}.hw-footer .hw-brand--home .hw-brand__copy small{color:var(--hw-home-maize);}.hw-footer__top{gap:clamp(58px,7vw,120px);}@media (min-width:1500px){.hw-site--front .hw-header .hw-container,.hw-site--front .hw-footer .hw-container{width:min(calc(100% - 64px),var(--hw-container-wide));}}@media (max-width:900px){.hw-site--front .hw-header .hw-container,.hw-site--front .hw-footer .hw-container,.hw-hero__inner{width:min(calc(100% - 40px),var(--hw-container));}}@media (max-width:520px){.hw-site--front .hw-header .hw-container,.hw-site--front .hw-footer .hw-container,.hw-hero__inner{width:min(calc(100% - 30px),var(--hw-container));}}.hw-notice-strip__primary,.hw-notice-item{min-height:104px;}.hw-notice-icon{width:44px;height:44px;flex:0 0 44px;border:0;border-radius:12px;background:var(--hw-home-maize-soft);color:var(--hw-home-blue);}.hw-notice-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round;}.hw-notice-strip__primary strong,.hw-notice-item strong{margin-bottom:4px;font-size:14px;line-height:1.3;}.hw-notice-strip__primary span,.hw-notice-item span{font-size:13px;line-height:1.5;}.hw-notice-strip__primary a{margin-top:6px;font-size:13px;}.hw-notice-item{display:grid;grid-template-columns:38px
    minmax(0,1fr);align-items:center;gap:12px;}.hw-notice-item__icon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:var(--hw-home-maize-soft);color:var(--hw-home-blue);}.hw-notice-item__icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;}.hw-notice-item__copy{min-width:0;}.hw-brand--home .hw-brand__copy small{font-size:12px;line-height:1.25;}.hw-managed-item p{font-size:16px;line-height:1.65;}.hw-audience-list span{font-size:16px;line-height:1.65;}.hw-platform-grid p{font-size:16px;line-height:1.65;}.hw-process-grid p{font-size:16px;line-height:1.65;}.hw-product-demo__footer p{font-size:15px;line-height:1.6;}@media (max-width:1000px){.hw-notice-strip{grid-template-columns:1.7fr
      1fr
      1fr;}.hw-notice-strip__primary{grid-column:1 / -1;border-bottom:1px solid #e4e9ef;}.hw-notice-item{border-left:1px solid #e4e9ef;}.hw-notice-item:nth-of-type(2){border-left:0;}}@media (max-width:700px){.hw-notice-strip{grid-template-columns:1fr
      1fr;}.hw-notice-strip__primary{grid-column:1 / -1;}.hw-notice-item{min-height:94px;}}@media (max-width:480px){.hw-notice-strip{grid-template-columns:1fr;}.hw-notice-item{border-left:0;border-top:1px solid #e4e9ef;}}.hw-notice-icon,.hw-notice-item__icon{display:inline-flex;align-items:center;justify-content:center;margin:0;background:var(--hw-home-blue);color:var(--hw-home-maize);border:0;}.hw-notice-icon{width:44px;height:44px;flex:0 0 44px;border-radius:12px;}.hw-notice-item__icon{width:40px;height:40px;border-radius:11px;align-self:center;justify-self:center;}.hw-notice-icon svg,.hw-notice-item__icon svg{display:block;margin:auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;}.hw-notice-icon svg{width:27px;height:27px;stroke-width:2.3;}.hw-notice-item__icon svg{width:22px;height:22px;stroke-width:2.3;}.hw-notice-item{grid-template-columns:42px
    minmax(0,1fr);align-items:center;}.hw-notice-item__copy{align-self:center;}.hw-notice-strip__primary{position:relative;border-left:4px solid
    var(--hw-alert-accent);transition:border-color 0.28s ease,background-color 0.28s ease,opacity 0.18s ease;}.hw-notice-strip__primary[
  data-alert-state="general"
]{--hw-alert-accent:#2e7d32;--hw-alert-soft:#edf7ee;}.hw-notice-strip__primary[
  data-alert-state="advisory"
]{--hw-alert-accent:#c48700;--hw-alert-soft:#fff7d6;}.hw-notice-strip__primary[
  data-alert-state="urgent"
]{--hw-alert-accent:#c62828;--hw-alert-soft:#fdecec;}.hw-alert-copy{min-width:0;}.hw-alert-status{width:fit-content;display:inline-flex !important;align-items:center;margin:0 0 5px;padding:3px
    8px;border-radius:999px;background:var(--hw-alert-soft);color:var(--hw-alert-accent) !important;font-size:10px !important;font-weight:900;line-height:1.25 !important;letter-spacing:0.055em;text-transform:uppercase;}.hw-notice-strip__primary[
  data-alert-state="general"
] .hw-notice-icon{box-shadow:0 0 0 3px
    rgba(46,125,50,0.10);}.hw-notice-strip__primary[
  data-alert-state="advisory"
] .hw-notice-icon{box-shadow:0 0 0 3px
    rgba(196,135,0,0.11);}.hw-notice-strip__primary[
  data-alert-state="urgent"
] .hw-notice-icon{box-shadow:0 0 0 3px
    rgba(198,40,40,0.10);}.hw-notice-strip__primary.is-changing{opacity:0.68;}@media (prefers-reduced-motion:reduce){.hw-notice-strip__primary{transition:none;}}@media (max-width:480px){.hw-notice-item{grid-template-columns:42px
      minmax(0,1fr);}}.hw-notice-strip .hw-notice-icon,.hw-notice-strip .hw-notice-item__icon{background:var(--hw-home-blue);color:var(--hw-home-maize);}.hw-notice-strip .hw-notice-icon svg,.hw-notice-strip .hw-notice-item__icon svg{color:var(--hw-home-maize);fill:none;stroke:var(--hw-home-maize);}.hw-notice-strip .hw-notice-icon svg *,.hw-notice-strip .hw-notice-item__icon svg *{stroke:var(--hw-home-maize);}.hw-notice-strip
.hw-notice-strip__primary
> .hw-notice-icon,.hw-notice-strip
.hw-notice-item
> .hw-notice-item__icon{display:flex;align-items:center;justify-content:center;padding:0;margin:0;line-height:0;box-sizing:border-box;}.hw-notice-strip
.hw-notice-strip__primary
> .hw-notice-icon{width:44px;height:44px;flex:0 0 44px;align-self:center;}.hw-notice-strip
.hw-notice-item
> .hw-notice-item__icon{width:40px;height:40px;align-self:center;justify-self:center;}.hw-notice-strip
.hw-notice-icon
> svg,.hw-notice-strip
.hw-notice-item__icon
> svg{display:block;flex:0 0 auto;margin:0;position:static;transform:none;}.hw-notice-strip
.hw-notice-icon
> svg{width:27px;height:27px;}.hw-notice-strip
.hw-notice-item__icon
> svg{width:22px;height:22px;}.hw-notice-strip{box-shadow:0 2px 8px rgba(0,39,76,0.05),0 18px 42px rgba(0,39,76,0.09);}
