.main_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 96px;
    background-color: white;
    z-index: 1000;
}

.main-header {
    display: flex;
    width: 100%;
}

.header-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #E1E1E1;
    padding-left: 16px;
}

.logo-container {
    width: 219.17px;
    transition: width 0.3s ease;
}

.logo {
    width: 100%;
    height: auto;
    display: block;
}

.logo-placeholder {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.desktop-logo {
    display: block;
}

.mobile-logo {
    display: none;
}

.header-nav {
    display: flex;
    align-items: center;
    height: 96px;
}

.nav-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 1rem;
}

.nav-section-1 {
    width: 98px;
    background-color: #F3EFED;
    color: white;
    cursor: pointer;
}

.nav-section-2 {
    width: 206px;
    background-color: #32476F;
    color: white;
}

.nav-section-3 {
    width: 185px;
    background-color: #3A0D4F;
    justify-content: flex-start;
    padding-left: 1.5rem;
    cursor: pointer;
}

.nav-height {
    height: 96px;
}

.nav-text-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 8px;
}

.nav-text-small {
    font-size: 14px;
    letter-spacing: -0.08px;
}

.nav-section-2 .nav-text,
.nav-section-3 .nav-text,
.nav-section-3 .nav-text-small {
    color: white;
}

.nav-text {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.08px;
}

.icon-spacer {
    width: 8px;
    display: inline-block;
}

.mobile-only {
    display: none;
}
