.ahb-header,
.ahb-header * {
    box-sizing: border-box;
}
.ahb-header {
    width: 100%;
    line-height: 1.4;
}
.ahb-row {
    width: 100%;
    position: relative;
}
.ahb-container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: 100%;
}
.ahb-area {
    display: flex;
    align-items: center;
    min-width: 0;
}
.ahb-header a {
    text-decoration: none;
    color: inherit;
    transition: color .18s ease, background .18s ease, opacity .18s ease;
}
.ahb-header a:hover {
    opacity: .92;
}
.ahb-logo {
    display: flex;
    align-items: center;
    gap: 14px;
}
.ahb-logo-svg svg,
.ahb-logo-svg {
    display: block;
}
.ahb-brand {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
}
.ahb-search {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 6px 0 14px;
    overflow: hidden;
}
.ahb-search input[type="search"] {
    flex: 1 1 auto;
    border: 0;
    outline: 0;
    background: transparent;
    height: 100%;
    font-size: 15px;
    min-width: 0;
    box-shadow: none;
    padding: 0;
}
.ahb-search button {
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
.ahb-search button svg {
    width: 22px;
    height: 22px;
    display: block;
}
.ahb-menu {
    display: flex;
    width: 100%;
    justify-content: inherit;
}
.ahb-menu-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}
.ahb-menu-list > li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.ahb-menu-list > li > a {
    display: block;
    padding: 6px 0;
    white-space: nowrap;
}
.ahb-socials {
    display: flex;
    align-items: center;
}
.ahb-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
.ahb-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 3px;
    color: #111;
    font-weight: 700;
}
.ahb-spacer {
    display: block;
    width: 100%;
}
.ahb-phone {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.ahb-phone-icon svg,
.ahb-social svg,
.ahb-search-toggle svg {
    display: block;
}
.ahb-burger {
    display: none;
    width: 36px;
    height: 30px;
    border: 0;
    background: transparent;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 0 8px;
}
.ahb-burger-box {
    position: relative;
    display: block;
}
.ahb-burger-box span {
    display: block;
    height: 2px;
    border-radius: 999px;
}
.ahb-burger-label {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.ahb-mpanel {
    display: none;
}
.ahb-search-toggle {
    align-items: center;
}
