input {
    font-family: Fira Sans !important;
}

#rec252547853 .tn-elem a.tn-atom:hover {
    color: #00c7b1;
}

#rec250385260 .tn-elem a.tn-atom:after {
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 0.5pt;
    opacity: 0.5;
    margin-top: 2px;
    background-color: #007CD4;
    content: "";
    transition: width 0.0s ease-out;
}

#rec250385260 .tn-elem a.tn-atom:hover:after,
#rec250385260 .tn-elem a.tn-atom:focus:after {
    width:100%;
}