p {
    margin: 0;
}
body {
    margin: 0;
    padding: 0;
}

/* HEADER - DESKTOP */
.header {
    display: flex;
    flex-direction: column;
    padding: 0;
    /* min-width: 916px; */
    /* min-width: 800px; */
}

.header-bar-1 {
    align-items: center;
    height: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
/* .header-bar-1 div{
    margin: 0 12px 0;
} */
.header-bar-2 {
    align-items: center;
    height: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.header-bar-3 {
    display: flex;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
}

.social-links {
    display: flex;
    gap: 1rem;
}
.social-links a {
    margin-top: -6px;
}
.geo-link {
    text-decoration: none;
    padding: 8px 16px;
    margin-bottom: -4px;
}
.geo-page {
    color: #FFFFFF;
}
.geo-page:hover {
    color: #E30A17;
}
.geo-page-active {
    color: #E30A17;
    font-weight: bold;
}
.geo-page-active:hover {
    color: #E30A17;
}
.header-spacing-mobile {
    height: 100px;
}
.header-spacing {
    height: 194px;
}

.no-wrap {
    white-space: nowrap;
}
.indices-block {
    align-items: center;
    white-space: nowrap;
}

.indices-block div {
    margin: 0 12px 0;
}

.progress-wrapper {
    padding: 0;
    z-index: 1;
}
.progress-bar {
    position: absolute;
    height: 0.25rem;
    background-color: #E30A17;
}

/* HEADER - MOBILE */
.header-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 3px 6px #00000029;
    z-index: 4;
}

.mobile-header-bar-1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 2rem;
    /* gap: 2rem; */
}

.mobile-header-bar-2 {
    display: flex;
    align-items: center;
    height: 2.5rem;
    padding: 0 1rem;
}

.menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    padding: 3px;
}
.menu-icon-bar {
    width: 1.188rem;
    height: 0px;
    margin: 1px;
    background-color: #000000;
    border: 1.5px solid #000000;
    border-radius: 1rem;
}

.mobile-menu {
    position: sticky;
    margin-top: -20px;
    width: 100%;
    height: 100%;
    z-index: 3; 
}

.accordion-button {
    text-decoration: none;
    font-weight: bold;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #E30A17;
    background-color: white;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button-2 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
}