.button {
    border: 0.7px solid #000000;
    border-radius: 33px;
    padding: 14px 40px;
    font-family: "NeueHaasGrotText-55Roman";
    font-weight: 400;
    font-size: 13px;
    line-height: 15.9px !important;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    transition-duration: 0.5s;
    transition-property: background;
    cursor: pointer;
}

@media(max-width:768px) {
    .button {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.button:hover,
.button.is-checked {
    background-color: #000000;
    color: #ffffff !important;
}

.button--transparent {
    border-color: #ffffff;
}

.elementor-button {
    font-family: "NeueHaasGrotText-55Roman";
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 15.9px !important;
    padding: 14px 40px 14px 40px;
    border: 2px solid #fff;
    border-radius: 33px;
    text-align: center;
    transition-duration: 0.5s;
    transition-property: background;
}

.elementor-button:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.button.button--small {
    padding: 8px 24px 8px 24px;
}

.button.border-none {
    border: none;
}

.button.background-transparent {
    background-color: transparent;
}

.button.background-transparent:hover {
    background-color: #000000;
    color: #ffffff !important;
}

.background-transparent.is-checked {
    background-color: #000000;
    color: #ffffff !important;
}

.button.disabled {
    background-color: #c7c7c7 !important;
    color: #000000 !important;
    user-select: none !important;
}

.submit-btn {
    font-family: 'NeueHaasGrotText-55Roman' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 16px !important;
    color: #000 !important;
}

.button.round-close {
    border-radius: 50%;
    line-height: 0 !important;
    padding: 8px;
    flex: none;
}

.button.round-close:hover img {
    filter: invert(1);
}

.round-close.active img {
    filter: invert(1);
}

.button.active {
    background-color: #000000;
    color: #ffffff !important;
}

.button.button--white {
    background-color: #ffffff !important;
}

.button.button--white:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.button--white.is-checked {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.button--white.disabled {
    background-color: #c7c7c7 !important;
    color: #000000 !important;
    user-select: none !important;
}

[type=submit]:focus {
    background: transparent;
}

.button.round-close.is-checked {
    background-color: transparent;
}

.button.round-close:hover {
    background-color: #000000;
}

.asr_category h2:hover,
.asr_category:hover h2,
.asr_category.active h2 {
    color: #ffffff;
}