:root{--header-bg: #333333;--header-text: #ffffff;--header-link-hover: #f0b95e;--header-cta-bg: #f0b95e;--header-cta-text: #ffffff;--header-cta-hover-bg: #e0a943}.global-header{position:relative;z-index:var(--z-header);width:100%;background-color:var(--header-bg)}.global-header--sticky{position:sticky;top:0}.global-header__inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-width);margin-inline:auto;padding:0 clamp(1.25rem,-1.8928571429rem + 6.5476190476vw,4rem);height:4.5rem;gap:2rem}.global-header__logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none}.global-header__logo img{display:block;height:2.5rem;width:auto}.global-header__nav{display:flex;align-items:center;gap:.25rem;flex:1}.global-header__nav-link{font-size:1rem;font-weight:500;letter-spacing:.0625rem;text-transform:uppercase;line-height:normal;text-decoration:none;display:inline-block;padding:.5rem .875rem;color:var(--header-text);border-radius:.25rem;transition:color .3s ease-in-out,background-color .3s ease-in-out}.global-header__nav-link:hover,.global-header__nav-link:focus-visible{color:var(--header-link-hover);background-color:#f0b95e1f}.global-header__cta{display:inline-block;font-family:Montserrat,sans-serif;font-size:1.125rem;font-weight:500;line-height:1.75rem;min-width:2.75rem;min-height:2.75rem;text-align:center;text-decoration:none;border:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out}.global-header__cta:disabled{cursor:not-allowed;opacity:.6}@media (max-width: 35.98rem){.global-header__cta{width:100%;max-width:100%}}.global-header__cta{padding:.625rem 2.3125rem;color:#000;background-color:#f0b95e}.global-header__cta:hover,.global-header__cta:focus-visible{background-color:#e0a943}.global-header__cta{flex-shrink:0}@media (max-width: 74.98rem){.global-header__inner{flex-wrap:wrap;height:auto;padding:1rem 1.25rem;gap:1rem}.global-header__nav{order:3;width:100%;flex-wrap:wrap;gap:.25rem;padding-bottom:.5rem}.global-header__nav-link{font-size:.875rem;padding:.4375rem .75rem;letter-spacing:.125rem}.global-header__cta{margin-left:auto}}
