.t-input__vis-ph {
    opacity: 0.75;
}
.bg-border .tn-atom {
    border-radius: 0px 0px 80px 80px;
}
button.t-submit {
    text-transform: uppercase;
}
.arrow-left-1, .arrow-right-1 {
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}
.arrow-left-1:hover, .arrow-right-1:hover {
    transform: scale(1.2);
}
.primary_btn, button.t-submit {
    transition: transform 0.2s ease-in-out;
}
.primary_btn:hover, button.t-submit:hover {
    transform: scale(1.1);
}
.ornament .tn-atom {
    background-position: left!important;
    background-size: contain!important;
}
@media screen and (max-width: 1199px) {
    .bg-border .tn-atom {
        border-radius: 0px 0px 60px 60px;
    }
    .arrow-left-1:hover, .arrow-right-1:hover {
        transform: none;
    }
    .primary_btn:hover, button.t-submit:hover {
        transform: none;
    }    
}
@media screen and (max-width: 639px) {
    .uc-hero .t396__artboard {
        border-radius: 0px 0px 30px 30px;
    }
    .bg-border .tn-atom {
        border-radius: 0px 0px 40px 40px;
    }    
}