html {
    scroll-behavior: smooth;
}

.mh-text-gold:not(li.menu-item) {
    background: linear-gradient(214deg, #7c5b2e 0.61%, #8c6d38 15.05%, #b69c52 42.97%, #efdd76 75.71%, #90772d 95.92%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

li.menu-item.mh-text-gold a {
    background: linear-gradient(214deg, #7c5b2e 0.61%, #8c6d38 15.05%, #b69c52 42.97%, #efdd76 75.71%, #90772d 95.92%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

body .elementor-widget-button .elementor-button {
    background: linear-gradient(214deg, #7c5b2e 0.61%, #8c6d38 15.05%, #b69c52 42.97%, #efdd76 75.71%, #90772d 95.92%);
    color: #000;
    transition: none;
}
body .elementor-widget-button .elementor-button:hover, body .elementor-widget-button .elementor-button:focus {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding-bottom: 8px;
    padding-top: 8px;
}
body .elementor-widget-button.elementor-button-info .elementor-button {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding-bottom: 8px;
    padding-top: 8px;
}
body .elementor-widget-button.elementor-button-info .elementor-button:hover, body .elementor-widget-button.elementor-button-info .elementor-button:focus {
    background: linear-gradient(214deg, #7c5b2e 0.61%, #8c6d38 15.05%, #b69c52 42.97%, #efdd76 75.71%, #90772d 95.92%);
    border: none;
    color: #000;
    padding-bottom: 10px;
    padding-top: 10px;
}

@media screen and (min-width: 1025px) {
    .hide-elementor-desktop {
        display: none !important;
    }
}

.page-content ul,
.page-content ol {
    margin-block-end: 0.9rem;
}
.page-content ul:last-child,
.page-content ol:last-child {
    margin-block-end: 0;
}
/*# sourceMappingURL=style.css.map */
