.custom-global-header-596f8365 {
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    padding: 10px 0;
}
.header-container-596f8365 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo-596f8365 a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.site-logo-img-596f8365 {
    max-height: 50px;
    width: auto;
    object-fit: contain;
}
.header-nav-596f8365 {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}
.header-menu-596f8365 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
}
.header-menu-596f8365 li a {
    text-decoration: none;
    color: #0A2540;
    font-weight: 600;
    transition: color 0.3s ease;
    font-size: 16px;
}
.header-menu-596f8365 li a:hover {
    color: #D4AF37;
}
.header-cta-596f8365 {
    margin-left: 20px;
}
.cta-button-596f8365 {
    display: inline-block;
    background-color: #0A2540;
    color: #D4AF37;
    padding: 10px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    border: 2px solid #0A2540;
}
.cta-button-596f8365:hover {
    background-color: #ffffff;
    color: #0A2540;
}