.t-body {
    font-variant-ligatures: no-discretionary-ligatures;
    font-feature-settings: "liga" 0;
}

.t-submit {
    font-feature-settings: "liga" 0;
}

.t395__title {
    font-feature-settings: "liga" 0;
}    
    
buton {
    font-feature-settings: "liga" 0;
}



.arrow-button .tn-atom:after {
        content: '';
        background-image: url(https://static.tildacdn.com/tild3633-3338-4562-b365-373630393330/arrow.svg);
        width: 24px;
        height: 24px;
        margin-left: 20px;
        display: inline-block;
        background-size: cover;
        background-repeat: no-repeat;
        vertical-align: middle;
        position: relative;
        top: -1px;
    }
    
.arrow-button2 .tn-atom:after {
    content: '';
    background-image: url(https://static.tildacdn.com/tild6466-3434-4866-b530-396161383232/arrow.svg);
    width: 24px;
    height: 24px;
    margin-left: 20px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
    
.arrow-button-w .tn-atom:after {
    content: '';
    background-image: url(https://static.tildacdn.com/tild3733-3033-4930-a165-336339366139/white-arrow.svg);
    width: 24px;
    height: 24px;
    margin-left: 20px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    top: -1px;
}