.ancr-multi-button-wrap .elementor-button-content-wrapper {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ancr-multi-button-wrap .elementor-button-content-wrapper .elementor-button-text,
.ancr-multi-button-wrap .elementor-button-content-wrapper .elementor-button-icon {
    display: inline-block;
}

.ancr-multi-button-wrap .ancr-button-wrapper a {
    width: 100%;
}

.ancr-multi-button-wrap,
.ancr-button-halign-justify .ancr-button-wrapper {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.ancr-multi-button-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
}

.ancr-button-stack-desktop .ancr-multi-button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ancr-button-halign-left .ancr-multi-button-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ancr-button-halign-right .ancr-multi-button-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ancr-button-halign-center .ancr-multi-button-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ancr-button-halign-justify .ancr-button-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.ancr-multi-button-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ancr-button-stack-desktop.ancr-button-halign-left .ancr-multi-button-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ancr-button-stack-desktop.ancr-button-halign-right .ancr-multi-button-wrap {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.ancr-button-stack-desktop.ancr-button-halign-center .ancr-multi-button-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ancr-button-stack-desktop.ancr-button-halign-justify .ancr-multi-button-wrap {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.ancr-multi-button-wrap .fa {
    font-family: 'Font Awesome 5 free';
    font-weight: 700;
}

@media only screen and (max-width:1024px) {
    .ancr-button-stack-tablet .ancr-multi-button-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ancr-tablet-button-halign-left .ancr-multi-button-wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .ancr-tablet-button-halign-right .ancr-multi-button-wrap {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .ancr-tablet-button-halign-center .ancr-multi-button-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .ancr-button-stack-tablet.ancr-tablet-button-halign-justify .ancr-multi-button-wrap {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .ancr-button-stack-tablet.ancr-tablet-button-halign-left .ancr-multi-button-wrap {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .ancr-button-stack-tablet.ancr-tablet-button-halign-right .ancr-multi-button-wrap {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .ancr-button-stack-tablet.ancr-tablet-button-halign-center .ancr-multi-button-wrap {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .ancr-tablet-button-halign-justify .ancr-button-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

}

@media only screen and (max-width:767px) {
    .ancr-button-stack-mobile .ancr-multi-button-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ancr-mobile-button-halign-left .ancr-multi-button-wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .ancr-mobile-button-halign-right .ancr-multi-button-wrap {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .ancr-mobile-button-halign-center .ancr-multi-button-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .ancr-button-stack-mobile.ancr-mobile-button-halign-justify .ancr-multi-button-wrap {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .ancr-button-stack-mobile.ancr-mobile-button-halign-left .ancr-multi-button-wrap {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .ancr-button-stack-mobile.ancr-mobile-button-halign-right .ancr-multi-button-wrap {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .ancr-button-stack-mobile.ancr-mobile-button-halign-center .ancr-multi-button-wrap {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .ancr-mobile-button-halign-justify .ancr-button-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

}

.ancr-multi-button-outer-wrap .elementor-button {
    background-color: var(--swm-color-light-1);
}

.ancr-multi-button-outer-wrap a.elementor-button {
    color: var(--swm-color-dark-1);
    border: 1px solid var(--swm-color-dark-1);
    border-radius: 30px;
}

.ancr-multi-button-outer-wrap .elementor-button:hover {
    color: var(--swm-color-light-1);
    background-color: var(--swm-color-dark-2);
}

.ancr-multi-button-wrap a.elementor-button .elementor-button-content-wrapper {
    font-size: calc(var(--body-font-size) - 2px);
    text-transform: uppercase;
    font-weight: 700;
}