.blur{
    backdrop-filter: blur(40px);
    border-radius: 15px;
}
.blur_round{
    backdrop-filter: blur(40px);
    border-radius: 200px;
}

/*@keyframes spin {
  to {
    transform: translateY(600px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .scroll {
    animation: spin linear;
    animation-timeline: view();
    animation-range: contain;
    animation-delay: calc(var(--scroll) * -1s);
  }
}
*/

.btn-tab,
.btn-tab *,
.btn-tab-active,
.btn-tab-active * { cursor: pointer !important; }


.btn-tab .tn-atom { background-color: #ffa705 !important; }
.btn-tab-active .tn-atom { background-color: #d71f0f !important; }
/*
.btn-tab .tn-atom:hover,
.btn-tab-active .tn-atom:hover { background-color: #282828 !important; }
*/

#form874691653 .tn-form__submit { display: none; }
#form885327079 .tn-form__submit { display: none; }