.header-header {
    top: 0px;
    left: auto;
    right: auto;
    width: 100%;
    bottom: auto;
    display: flex;
    position: relative;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    justify-content: center;
    background-color: var(--dl-color-primary-700);
    z-index: 10;
}

.header-header1 {
    color: var(--dl-color-blue-500);
    width: 100%;
    display: flex;
    /* max-width: 1800px; */
    align-items: center;
    padding-top: 32px;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 32px;
    justify-content: space-between;
}

.header-image {
    height: 150px;
    margin-right: 3rem;
}

.header-link {
    color: var(--dl-color-blue-500);
    text-decoration: none;
    padding: var(--dl-size-size-unitandahalf);
}

.header-link1 {
    color: var(--dl-color-blue-500);
    text-decoration: none;
}

.header-link1:hover {
    
color: var(--dl-color-secondary-700);
    
text-decoration: underline;
}

.header-nav {
    display: flex;
    color: var(--dl-color-blue-500);
    text-decoration: none;
}

.header-nav1 {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    color: var(--dl-color-blue-500);
    text-decoration: none;
}

.header-btn-group {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    width: 28rem;
}

.header-image1 {
    height: 4rem;
    /* width: 60%; */
    border-radius: var(Round);
    padding-right: var(--dl-size-size-unitandahalf);
}

.header-image1-svg {
    height: 4rem;
    padding-right: 1rem;
}

.header-burger-menu {
    display: none;
    cursor: pointer;
}

.header-icon {
    width: 3rem;
    height: 3rem;
    fill: var(--dl-color-blue-500);
}

.header-mobile-menu {
    top: 0px;
    left: 0px;
    width: 80vw;
    height: 100vh;
    display: none;
    padding: 32px;
    z-index: 100;
    position: fixed;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--dl-color-secondary-700);
    -webkit-box-shadow: 200px 0px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 200px 0px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 200px 0px 0px 0px rgba(0,0,0,0.75);
    transition: all .15s ease-in;
}

.header-nav2 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.header-container {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 48px;
    justify-content: space-between;
    flex-direction: row;
    align-content: center;
}

.header-image2 {
    width: 50vw;
}

.header-menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header-icon2 {
    width: 3rem;
    height: 3rem;
    fill: var(--dl-color-blue-500);
}

.header-nav3 {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.header-text06 {
    margin-left: 32px;
}

.header-text07 {
    margin-left: 32px;
}

.header-text08 {
    margin-left: 32px;
}

.header-text09 {
    margin-left: 32px;
}

.header-btn-group1 {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 5vw;
    margin-bottom: 15vw;
}

.header-image3 {
    height: 4rem;
    object-fit: cover;
    filter: invert(1);
}

.user-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: var(--dl-color-blue-500);
    text-decoration: none;
    flex-wrap: nowrap;
}

.user-info p {
    width: -webkit-fill-available;
    margin-bottom: 0;
    /* padding-left: 1.5rem; */
}

@media(max-width: 1440px) {
    .header-image {
        height: 125px;
    }
}

@media(max-width: 1200px) {
    .header-image1 {
        padding-right: 0px;
    }

    .user-info {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        color: var(--dl-color-blue-500);
        text-decoration: underline;
    }
    .user-info p {
        padding-left: 0;
    }
}

@media(max-width: 1024px) {
    .header-header1 {
        padding-left: 32px;
        padding-right: 32px;
    }

    .header-nav {
        display: none;
    }

    .header-nav1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .header-text {
        margin-bottom: var(--dl-space-space-unit);
    }

    .header-btn-group {
        display: none;
    }

    .header-burger-menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-mobile-menu {
        display: none;
    }

    .header-nav3 {
        align-items: flex-start;
        flex-direction: column;
    }

    .user-info-text {
        display: contents;
    }

    .header-image1-svg {
        padding-right: 0;
    }
}

@media(max-width: 479px) {
    .header-header1 {
        padding: var(--dl-space-space-unit);
    }

    .header-image {
        width: 60vw;
        height: auto;
    }

    .header-icon {
        width: var(--dl-size-size-doubleunit);
        height: var(--dl-size-size-doubleunit);
    }

    .header-mobile-menu {
        padding: 16px;
    }
}