.header{position:sticky;top:0;z-index:999}.header__container{margin:0 auto;max-width:1200px;padding:0 24px}.header__topbar{background:#ff4800;color:#fff}.header__topbar-text{font-size:16px;font-weight:500;padding:14px 0;text-align:center}.header__nav{background:#fafafa;box-shadow:0 2px 12px rgba(0,0,0,.1)}.header__nav-inner{align-items:center;display:flex;justify-content:space-between;min-height:84px}.header__logo img{display:block;height:auto;max-height:36px;width:auto}.header__button{align-items:center;background:var(--color-cta-primary);border-radius:999px;color:#fff;display:inline-flex;font-weight:600;justify-content:center;line-height:130%;padding:14px 28px;text-decoration:none;transition:all .25s ease;white-space:nowrap}.header__button-icon{display:none;height:24px;width:24px}.header__button:hover{opacity:.9}@media (max-width:767px){.header__nav-inner{min-height:72px}.header__button{border-radius:100px;height:48px;min-width:72px;padding:0}.header__button-text{display:none}.header__button-icon{display:block}}