#a3e36eb8 svg {
    fill: var(--color_1);
}

#a3e36eb8 {
    width: 30px;
    height: 30px;
}

#fc9552b3 {
    flex-direction: row;
    align-items: center;
    width: 78.22261904761905%;
    min-width: 4%;
    min-height: 8px;
    column-gap: 4%;
    row-gap: 24px;
    padding: 5px 16px 5px 16px;
    margin-bottom: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    justify-content: end;
}


#b65daf46 {
    min-height: 8px;
    column-gap: 4%;
    row-gap: 24px;
    flex-direction: row;
    width: 10%;
    justify-content: flex-end;
    align-items: center;
    min-width: 4%;
    padding: 16px 16px 16px 16px;
    margin-bottom: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
}


@media (max-width: 767px) {

    #\37 acc6c3f {
        width: 50%;
        align-items: center;
        min-height: 8px;
        justify-content: center;
    }

    #a30c8ff6 {
        flex-direction: row;
        padding-left: 4%;
        padding-right: 4%;
        flex-wrap: nowrap;
        min-height: 5px;
    }

    #b65daf46 {
        align-items: center;
        width: 50%;
        min-height: 8px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    #\37 acc6c3f {
        width: 50%;
        padding-top: 4px;
        padding-bottom: 4px;
        min-height: 8px;
        justify-content: center;
    }

    #a30c8ff6 {
        padding-left: 2%;
        padding-right: 2%;
        min-height: 19px;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    #b65daf46 {
        padding-top: 5px;
        padding-bottom: 5px;
        width: 50%;
        min-height: 8px;
    }
}

#ab880fa2 svg {
    fill: rgba(120, 120, 120, 1);
}

#ab880fa2 .hamburgerButton {
    background-color: rgba(0, 0, 0, 0);
}

#ab880fa2 {
    width: 30px;
    height: 30px;
}

button#btnMenuMobile {
    cursor: pointer;
}

button#btnMenuMobile:hover {
    background: rgba(245, 245, 245, 1);
}

body div.mobile-menu-backdrop {
    background: rgba(55, 55, 55, 1);
    z-index: 1050;
    overflow: hidden;
    height: 100vh;
    position: fixed;
    width: 100vw;
    display: block;
    inset: 0;
}

.xolva-mobile-menu {
    z-index: 1060;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    flex-direction: column;
    gap: 20px;
    align-content: center;
    padding: 25px 25px;
}

.xolva-mobile-menu .close-wrapper {
    text-align: end;
}

.xolva-mobile-menu .menu-item {
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: white;
}

.xolva-mobile-menu .menu-item a {
    text-decoration: none;
    color: black;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-style: normal;
    font-family: Barlow, "Barlow Fallback";
}