.ir-menu-container-e2be53ac {
    display: flex;
    align-items: center;
    min-height: 80vh;
    padding: 2rem;
    position: relative;
    z-index: 10;
}

.ir-menu-list-e2be53ac {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.ir-menu-item {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
    text-transform: uppercase;
    width: fit-content;
}

.ir-menu-item span {
    position: relative;
    display: inline-block;
}

.ir-menu-item span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 3px;
    background-color: currentColor;
    transition: width 0.3s ease;
}

.ir-menu-item:hover span::after {
    width: 100%;
}

.e-container--image-reveal-active,
.e-con.e-container--image-reveal-active {
    transition: background-image 0.5s ease-in-out, background-color 0.5s ease-in-out;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
