html {
scroll-behavior: smooth;
scroll-padding-top: 5rem;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
-webkit-hyphenate-limit-before: 3; -webkit-hyphenate-limit-after: 4; -ms-hyphenate-limit-chars: 10 3 4;
hyphenate-limit-chars: 10 3 4;
} .btn-accent {
background-color: #3263bc !important;
border-color: #3263bc !important;
}
.btn-accent:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(
.btn-text-skin
):hover {
color: #3263bc !important;
}
.btn-accent:not(.btn-hover-nobg):not(.icon-animated):hover {
border-color: #3263bc !important;
}
.wpcf7-inline-wrapper .wpcf7-inline-field input:not([type="checkbox"]):not([type="number"]):not([type="text"]):not([type="date"]):not([type="tel"]) {
width: auto !important;
}