* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#header_k9x2m {
    background: #fff;
    position: relative;
    z-index: 1000;
}
.header-wrapper_n5v9b {
    background: #fff;
    position: relative;
}

.header-wrapper_n5v9b.stuck {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
}

#masthead_k4h8m {
    background: #1a1a1a;
    padding: 20px 0 0px 0;
}

.header-inner_f6r2t {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.header-inner_f6r2t .flex-row_j3k8l {
    display: flex;
    align-items: center;
    width: 100%;
}

#logo_k7p3m {
    margin-right: 40px;
}

#logo_k7p3m .flex-col_h4s9n {
    display: flex;
    flex-direction: column;
}

#logo_k7p3m a {
    display: block;
    text-decoration: none;
}

#logo_k7p3m img {
    height: 60px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}

@media (max-width: 768px) {

    #logo_k7p3m,
    #logo_k7p3m * {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    #logo_k7p3m {
        margin-right: 0;
        margin-bottom: 10px;
        flex: 1;
        justify-content: flex-start;
        min-height: 50px !important;
        width: 100% !important;
    }

    #logo_k7p3m a {
        display: block !important;
        width: 100% !important;
    }

    #logo_k7p3m img {
        height: 40px;
        max-width: 120px;
        object-fit: contain;
        display: block !important;
        visibility: visible !important;
    }

    #logo_k7p3m .flex-col_h4s9n {
        display: flex !important;
        align-items: center;
    }
}

.flex-col_r5n8k.show-for-medium_h3w9v {
    display: none;
}

@media (max-width: 768px) {
    .flex-col_r5n8k.show-for-medium_h3w9v {
        display: block;
    }
}

.mobile-nav_t6g3h {
    list-style: none;
    display: flex;
    align-items: center;
}

.nav-icon_h8j4k.has-icon_s5t9n {
    margin: 0 10px;
}

.mobile-menu-toggle_d4w8e {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #2a2a2a;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    transition: background 0.3s;
}

.mobile-menu-toggle_d4w8e:hover {
    background: #3a3a3a;
}

.flex-col_j9m5k {
    flex: 1;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .flex-col_j9m5k.hide-for-medium_p8l6w {
        display: none;
    }
}

.header-nav_q3w7e {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.header-search-form_f8k5t {
    margin-right: 20px;
}

.header-search-form_f8k5t .relative_m9n8v {
    position: relative;
}

.header-search-form-wrapper_p2l6k {
    display: flex;
    align-items: center;
}

.searchform-wrapper_q8m3n {
    position: relative;
}

.searchform-wrapper_q8m3n .relative_m9n8v {
    position: relative;
}

.searchform_k7r3m {
    display: flex;
    align-items: center;
    background: #2a2a2a;
    border-radius: 4px;
    padding: 5px 15px;
    width: 250px;
}

.flex-row_y6n9k {
    display: flex;
    align-items: center;
}

.flex-row_y6n9k .relative_p8m2v {
    position: relative;
}

.flex-col_g4h8k {
    flex: 1;
}

.flex-col_g4h8k .flex-grow_s7t3n {
    flex-grow: 1;
}

.search-field_m9v5k {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    outline: none;
    width: 100%;
}

.search-field_m9v5k.mb-0_n8r2k {
    margin-bottom: 0;
}

.search-field_m9v5k::placeholder {
    color: #aaa;
}

.flex-col_b2j7k {
    display: flex;
    align-items: center;
}

.ux-search-submit_m4h8w {
    background: none;
    border: none;
    color: #fff;
    padding: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: color 0.3s;
}

.ux-search-submit_m4h8w:hover {
    color: #007cba;
}

.ux-search-submit_m4h8w .mb-0_n8r2k {
    margin-bottom: 0;
}

.live-search-results_f6t9k {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 1002;
    display: none;
}

.live-search-results_f6t9k .text-left_z8p3m {
    text-align: left;
}

.live-search-results_f6t9k .z-top_k7w2e {
    z-index: 9999;
}

.autocomplete-suggestions_h9p4m {
    max-height: 300px;
    overflow-y: auto;
}

.flex-col_r5n8k.hide-for-medium_h3w9v.flex-right_j9m5k {
    display: flex;
    align-items: center;
    margin-left: auto;
}

@media (max-width: 768px) {
    .flex-col_r5n8k.hide-for-medium_h3w9v.flex-right_j9m5k {
        display: none;
    }
}

.header-nav_q3w7e .nav-right_c8x2k {
    display: flex;
    align-items: center;
    gap: 15px;
}

.html_b3t6m.header-button-1_k2w9v {
    margin-right: 10px;
}

.header-button_p9k6k {
    display: block;
}

.header-button_p9k6k a {
    display: inline-block;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 99px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}

.header-button_p9k6k a.primary_f2h9w {
    background: #007cba;
    color: #fff;
}

.header-button_p9k6k a.primary_f2h9w:hover {
    background: #005a8a;
}

.header-button_p9k6k a.alert_h7v3k {
    background: #dc3545;
    color: #fff;
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
}

.header-button_p9k6k a.alert_h7v3k:hover {
    background: #c82333;
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
}

.html_b3t6m.header-button-2_k3x8m {
    margin-left: 10px;
}

.flex-col_r5n8k.show-for-medium_h3w9v.flex-right_j9m5k {
    display: flex;
    align-items: center;
    margin-left: auto;
}

@media (min-width: 769px) {
    .flex-col_r5n8k.show-for-medium_h3w9v.flex-right_j9m5k {
        display: none;
    }
}

.header-search-lightbox_k7w9e {
    position: relative;
}

.header-button_p9k6k a.icon_h3w9v {
    background: #007cba;
    color: #fff;
    text-decoration: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: background 0.3s;
}

.header-button_p9k6k a.icon_h3w9v:hover {
    background: #005a8a;
}

#search-lightbox_m3h8k {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #1a1a1a;
    padding: 40px;
    border-radius: 8px;
    z-index: 1003;
    display: none;
    min-width: 400px;
}

#search-lightbox_m3h8k .text-center_p8m2v {
    text-align: center;
}

.container_k7p3m {
    margin-top: 20px;
}

.top-divider_k8w9l {
    height: 1px;
    background: #333;
    width: 100%;
}

.top-divider_k8w9l .full-width_h6n3v {
    width: 100%;
}

#wide-nav_k9x2m {
    background: #1a1a1a;
    padding: 15px 0;
    border-top: 1px solid #333;
}

.flex-row_y6n9k.container_s9m5p {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.flex-col_g4h8k.hide-for-medium_p8l6w.flex-center_b9k4m {
    flex: 1;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .flex-col_g4h8k.hide-for-medium_p8l6w.flex-center_b9k4m {
        display: none;
    }

    #wide-nav_k9x2m {
        display: none !important;
    }
}

.header-nav_q3w7e.header-bottom-nav_k8w9l {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.menu-item_k2w9v {
    margin: 0;
}

.menu-item_k2w9v a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    transition: color 0.3s;
    position: relative;
}

.menu-item_k2w9v a:hover {
    color: #007cba;
}

.menu-item_k2w9v a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #007cba;
    transition: width 0.3s;
}

.menu-item_k2w9v a:hover::after {
    width: 100%;
}

.flex-col_r5n8k.show-for-medium_h3w9v.flex-grow_s7t3n {
    flex: 1;
    display: flex;
    justify-content: center;
}

@media (min-width: 769px) {
    .flex-col_r5n8k.show-for-medium_h3w9v.flex-grow_s7t3n {
        display: none;
    }
}

#mobile-menu_k8w9v {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1004;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

#mobile-menu_k8w9v.mobile-menu-open_k7r2q {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-container_h9p4m {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #1a1a1a;
    transition: left 0.3s;
    z-index: 1005;
}

#mobile-menu_k8w9v.mobile-menu-open_k7r2q .mobile-menu-container_h9p4m {
    left: 0;
}

.mobile-menu-header_k3x8m {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #333;
}

.mobile-menu-header_k3x8m h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.mobile-menu-close_k4y9e {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 5px;
    transition: color 0.3s;
}

.mobile-menu-close_k4y9e:hover {
    color: #007cba;
}

.mobile-main-nav_k7w2e {
    list-style: none;
    margin: 0;
    padding: 20px 0;
}

.mobile-menu-item_k8t2q {
    margin: 0;
}

.mobile-menu-item_k8t2q a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.3s;
}

.mobile-menu-item_k8t2q a:hover {
    background: #2a2a2a;
}

.mobile-menu-actions_k3x8m {
    padding: 20px;
    border-top: 1px solid #333;
}

.mobile-action-btn_k4h8k {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.mobile-action-btn_k4h8k:last-child {
    margin-bottom: 0;
}

.header-bg-container_k7p3m {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.header-bg-container_k7p3m .fill_n8r2k {
    width: 100%;
    height: 100%;
}

.header-bg-image_m8t2v {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    background-size: cover;
}

.header-bg-color_k9z4l {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
}

@media (max-width: 768px) {
    #header_k9x2m {
        height: auto;
    }

    .header-inner_f6r2t {
        flex-wrap: wrap;
        padding: 15px;
    }

    #logo_k7p3m {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .flex-col_j9m5k.hide-for-medium_p8l6w.flex-left_r7t3b.flex-grow_n2q8m {
        order: 3;
        flex-basis: 100%;
        margin-top: 15px;
    }

    .searchform_k7r3m {
        width: 100%;
    }

    .header-nav_q3w7e {
        flex-wrap: wrap;
        gap: 10px;
    }

    .html_b3t6m.header-button-1_k2w9v,
    .html_b3t6m.header-button-2_k3x8m {
        margin: 5px 0;
    }

    .flex-col_r5n8k.show-for-medium_h3w9v.flex-grow_s7t3n .header-nav_q3w7e {
        flex-direction: column;
        gap: 15px;
    }

    .header-button_p9k6k a {
        width: 100%;
        text-align: center;
    }
}

body.mobile-menu-active_k2w9v {
    overflow: hidden;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.mobile-menu-open {
    display: block;
    opacity: 1;
    visibility: visible;
}

.mobile-menu-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.mobile-menu-overlay.mobile-menu-open .mobile-menu-container {
    transform: translateX(0);
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #333;
    color: white;
}

.mobile-menu-header h3 {
    margin: 0;
    font-size: 18px;
}

.mobile-menu-close {
    color: white;
    font-size: 20px;
    text-decoration: none;
}

.mobile-main-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu-item {
    border-bottom: 1px solid #eee;
}

.mobile-menu-link {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.mobile-menu-link:hover {
    background-color: #f5f5f5;
}

.mobile-menu-actions {
    padding: 20px;
    border-top: 1px solid #eee;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.mobile-action-btn {
    display: block;
    text-align: center;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.mobile-action-btn.primary {
    background: #007cba;
    color: white;
}

.mobile-action-btn.secondary {
    background: #f5f5f5;
    color: #333;
}

.mobile-action-btn:hover {
    opacity: 0.9;
}

body.mobile-menu-active {
    overflow: hidden;
}

.mobile-nav .nav-icon {
    display: block;
}

.icon-menu {
    font-size: 18px;
}

.icon-close {
    font-size: 18px;
}