.navbar3_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    justify-items: stretch;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    max-width: 1140px;
}

.navbar3_tablet-menu-button {
    color: rgba(0, 0, 0, 0);
    background-color: #000;
    border: 1px solid #000;
    margin-left: 1rem;
    padding: .5rem 1.5rem;
    display: none;
}

.navbar3_menu-button {
    padding: 0;
}

.navbar3_dropdown-toggle {
    align-items: center;
    padding: .5rem 2.5rem .5rem 1rem;
    display: flex;
}

.navbar3_logo-link-menu {
    padding-left: 0;
    display: none;
}

.navbar3_menu-dropdown {
    margin-left: 0;
    margin-right: 0;
}

.navbar3_menu {
    justify-content: flex-start;
    align-items: center;
    margin-left: -1rem;
    display: flex;
    position: static;
}

.navbar3_logo {
    max-height: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar3_link {
    color: #56585c;
    margin-left: 0;
    margin-right: 0;
    padding: .5rem 1rem;
}

.navbar3_link.w--current {
    color: rgba(0, 0, 0, 0);
}

.navbar3_logo-link {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.navbar3_menu-background {
    display: none;
    position: static;
}

.button {
    color: rgba(0, 0, 0, 0);
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    padding: .75rem 1.5rem;
}

.button.is-navbar3-button {
    color: #56585c;
    background-color: #fff;
    border-width: 2px;
    border-radius: 5px;
    margin-left: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 16px;
    font-weight: 400;
    transition: color .3s, background-color .3s;
}

.button.is-navbar3-button:hover {
    color: #fff;
    background-color: #ab8800;
}

.navbar3_dropdown-link {
    padding: .5rem 1rem;
}

.navbar3_dropdown-link.w--current {
    color: rgba(0, 0, 0, 0);
}

.dropdown-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 1rem;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
}

.navbar3_component {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    align-items: center;
    width: 100vw;
    max-width: 100%;
    min-height: 4.5rem;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
}

.navbar3_dropdown-list.w--open {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 8px;
    position: absolute;
}

.heading {
    font-size: 36px;
}

.heading-2 {
    color: #393939;
    font-size: 32px;
    line-height: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    margin-top: 0;
}

@media screen and (max-width: 991px) {
    .navbar3_container {
        grid-auto-columns: 1fr;
        display: grid;
    }

    .navbar3_tablet-menu-button {
        width: 100%;
        margin-top: 1.5rem;
        margin-left: 0;
        margin-right: 0;
        display: inline-block;
    }

    .navbar3_menu-button {
        margin-left: -.5rem;
        padding: 0;
    }

    .navbar3_menu-button.w--open {
        background-color: rgba(0, 0, 0, 0);
    }

    .menu-icon3_line-top,
    .menu-icon3_line-bottom {
        background-color: rgba(0, 0, 0, 0);
        width: 24px;
        height: 2px;
        padding-bottom: 0;
        padding-right: 0;
    }

    .navbar3_dropdown-toggle {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: .75rem 2rem .75rem 0;
        position: relative;
    }

    .navbar3_logo-link-menu {
        float: none;
        margin-top: 2.5rem;
        margin-bottom: 2rem;
        display: flex;
        position: static;
    }

    .navbar3_menu-dropdown {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 1.125rem;
        display: block;
        position: relative;
    }

    .navbar3_menu {
        z-index: 1;
        -webkit-text-fill-color: inherit;
        background-color: rgba(0, 0, 0, 0);
        background-clip: border-box;
        border-right: 1px solid #000;
        flex-direction: column;
        justify-content: center;
        width: 80vw;
        height: 100vh;
        margin-left: 0;
        padding-bottom: 5rem;
        padding-left: 5vw;
        padding-right: 5vw;
        display: block;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: auto;
        overflow: auto;
    }

    .navbar3_link {
        padding: .75rem 0;
        font-size: 1.125rem;
        position: static;
    }

    .navbar3_logo-link {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .navbar3_menu-background {
        z-index: 0;
        background-color: rgba(0, 0, 0, .5);
        width: 100vw;
        height: 100vh;
        padding-bottom: 0;
        padding-right: 0;
        display: none;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .navbar3_dropdown-link {
        padding: .75rem 0 .75rem 5%;
    }

    .dropdown-icon {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        top: auto;
        bottom: auto;
        left: auto;
        right: 0%;
    }

    .menu-icon3 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 48px;
        height: 48px;
        margin-right: -.5px;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
    }

    .menu-icon3_line-middle {
        background-color: rgba(0, 0, 0, 0);
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 2px;
        margin-top: 6px;
        margin-bottom: 6px;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
    }

    .navbar3_dropdown-list {
        position: static;
        overflow: hidden;
    }

    .navbar3_dropdown-list.w--open {
        border-style: none;
        padding: 0;
        position: static;
    }

    .heading-2 {
        margin-top: 0;
        font-size: 30px;
        line-height: 30px;
    }
}

@media screen and (max-width: 767px) {
    .navbar3_menu {
        width: 90vw;
    }

    .navbar3_logo {
        object-fit: contain;
    }

    .button.is-navbar3-button {
        padding: .25rem;
        font-size: 14px;
    }

    .navbar3_component {
        min-height: 4rem;
    }

    .heading-2 {
        margin-left: 0;
        font-size: 24px;
    }
}

@media screen and (max-width: 479px) {
    .navbar3_container {
        flex-direction: column;
        grid-template-columns: 1fr;
        align-content: center;
        justify-content: center;
        justify-items: center;
        display: flex;
    }

    .navbar3_menu-button {
        object-fit: fill;
        display: none;
    }

    .button.is-navbar3-button {
        border-width: 1px;
        width: 100%;
        margin-bottom: 10px;
        font-size: 18px;
    }
}

#w-node-_41471741-6e5f-3858-9f8f-d785ed812e1c-4aa56e9b {
    justify-self: end;
    background-color: #000000;
    color: #ffffff;
    font-family: Arial;
    border-radius: 100px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}


