.tn-atom.tl-btn {
    color: #F8F3EC !important;
    font-size: 16px;
    font-family: 'Cygre',Arial,sans-serif;
    font-weight: 500;
    border-width: 1px;
    padding: 12px;
    border-radius: 30px;
    background-color: #073863;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.tn-atom.tl-btn:hover {
    background-color: #0A4D88;
    background-image: none;
    border-color: #0A4D88;
    color: #F8F3EC !important;
}