.header-main{grid-template-columns:1fr 1fr;grid-template-areas:"logo primary-cms-items" "menu search";width:min(90rem,100vw - 3rem);margin-inline:auto;padding-top:1rem;padding-bottom:0;display:grid;align-items:center;grid-row-gap:1rem;row-gap:1rem}.header-main__logo{grid-area:logo}.header-main__cms-items--primary{grid-area:primary-cms-items}.header-main__menu{grid-area:menu}.header-main__cms-items--secondary{grid-area:secondary-cms-items}.header-main__search{grid-area:search}@media(min-width:37.563rem){.header-main{grid-template-columns:auto 1fr auto;grid-template-areas:"logo search primary-cms-items" "menu secondary-cms-items -";padding-top:1.5rem;gap:1.25rem;padding-bottom:1.5rem}}.header-main__logo{width:7.188rem;height:3rem}.header-main__bar{display:contents}.header-main__cms-items{display:flex}.header-main__cms-items--primary{justify-self:end;gap:1rem}.header-main__cms-items--secondary{gap:1.25rem}.header-main__menu{justify-self:start;min-width:3.125rem;justify-content:center;display:flex;margin-left:-.625rem}@media(min-width:37.563rem){.header-main__menu{min-width:0;min-width:auto;margin-left:0;display:block}}.header-main__search{grid-column:1/span 2;margin-left:2.5rem}@media(min-width:37.563rem){.header-main__search{grid-column:1/span 2;margin-left:8.75rem}}@media(max-width:37.563rem){.header-main--nav-open .header-main__search{margin-left:3.5rem}}.dialog__header{padding-block:1rem;border-bottom:1px solid var(--color-primary-200);width:100%;display:flex;padding-inline:1.5rem;align-items:center}.dialog__header h5{margin:0 .938rem 0 0}