.header{justify-content:space-between;padding:0 1.5rem;height:64px;border-bottom:1px solid #d1d1d1;background-color:#fff;box-sizing:border-box;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header,.header__nav-section{display:flex;align-items:center}.header__nav-section{gap:.75rem}.header__logo,.header__nav-item{display:flex;cursor:pointer}.header__nav-item{align-items:center;gap:.25rem;padding:0 .75rem;height:64px;color:#242424;transition:all .2s ease}.header__nav-item--active,.header__nav-item:hover{color:#d3a238;background-color:#f5f5f5}.header__user-controls{display:flex;align-items:center;gap:1rem}.header__icon-button{background-color:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:4px;border-radius:50%}.header__icon-button:hover{background-color:#f5f5f5}.header__popover{max-width:1200px!important;padding:32px;align-items:flex-start;gap:16px}.header__popover,.header__user-popover{display:flex;border-radius:12px;background:hsla(0,0%,100%,.9);box-shadow:0 4px 20px 0 rgba(0,0,0,.25);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.header__user-popover{flex-direction:column}.header__user-menu-item{border:none;padding:8px;cursor:pointer;display:flex;align-items:center;background:hsla(0,0%,100%,.9);min-width:140px;border-radius:5px;gap:8px}.header__user-menu-item:hover{background-color:#f5f5f5}.header__popover-column,.header__popover-column-list{display:flex;flex-direction:column;align-items:flex-start;gap:16px;flex:1 0}.header__airflow-popover{padding:4px 0;min-width:160px;max-width:200px;border-radius:8px;background:hsla(0,0%,100%,.98);box-shadow:0 6px 18px rgba(0,0,0,.12)}.header__airflow-item{font-size:14px;line-height:20px;padding:6px 12px;cursor:pointer;border-radius:6px}.header__airflow-item:hover{background-color:#f5f5f5}.header__airflow-item:active{background-color:#ebebeb}.header__button-holder,.header__contact-us-button{display:flex;align-items:center}.header__contact-us-button{background-color:#fff!important;border:1px solid #14161a!important;color:#14161a!important;font-size:.875rem;font-weight:500;border-radius:21px;justify-content:center;padding:.532rem 1.5rem;height:32px!important}.header__contact-us-button svg{fill:#14161a!important;color:#14161a!important}.announcement-bar{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;height:var(--announcement-bar-height);padding:0 16px;font-family:Avantt,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:13px;font-weight:500;line-height:1.4;text-align:center;box-sizing:border-box;position:fixed;top:0;left:0;right:0;z-index:1001}.announcement-bar-link{color:inherit;font-weight:700;text-decoration:underline;cursor:pointer}.announcement-bar-link:hover{opacity:.85}