@charset "UTF-8";
 .page-numbers.dots {
display: none;
}
.scroll-text {
transition: color 0.5s ease, transform 0.5s ease;
color: black;
transform: translateY(0px);
}
.scroll-text.active {
color: red;
transform: translateY(-10px);
}
.menu-link:hover .menu-badge {
text-decoration: none !important;
border-bottom: none !important;
}
.menu-item {
position: relative; }
.menu-badge {
position: absolute;
top: 4px; right: -5px; background: #e41c29;
color: #fff;
font-size: 10px; padding: 2px 6px; border-radius: 10px;
line-height: 1;
white-space: nowrap;
}
.grecaptcha-badge {
visibility: hidden;
}