body {
    letter-spacing: -0.5px;
}

.menu-desktop {
    letter-spacing: -0.03em;
}

.menu-desktop a {
    position: relative;
}

.menu-desktop a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    bottom: -6px;
    left: 0;
    background: #FA2C8D;
    transition: all .3s ease;
}

.menu-desktop a:hover:before {
    width: 100%;
}


.contact-btn {
    letter-spacing: -0.03em;
}


.gradient .tn-atom span {
    animation: gradient 5s ease infinite;
    background: linear-gradient(-45deg, #BCB2FF, #F893EB, #FF8ABE, #FFA8F4);
    background: -moz-linear-gradient(-45deg, #BCB2FF, #F893EB, #FF8ABE, #FFA8F4);
    background: -webkit-linear-gradient(-45deg, #BCB2FF, #F893EB, #FF8ABE, #FFA8F4);
    background: -o-linear-gradient(-45deg, #BCB2FF, #F893EB, #FF8ABE, #FFA8F4);
    background: -ms-linear-gradient(-45deg, #BCB2FF, #F893EB, #FF8ABE, #FFA8F4);
    background: linear-gradient(-45deg, #BCB2FF, #F893EB, #FF8ABE, #FFA8F4);
    background-size: 400% 400%;
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    pointer-events: none;
}

.gradient h1.tn-atom,
.gradient h2.tn-atom {
    line-height: .9 !important;
}


.uc-about {
    z-index: 10;
}


.t702__title {
    letter-spacing: -1px;
}

.t450__logowrapper {
    margin-bottom: 72px !important;
}




@media screen and (max-width: 640px) {
  
   .t702 .t-popup__block-close, .t756 .t-popup__block-close {
        background: #f7f7f7;
   }
   
    .t450__logo {
        font-size: 36px;
    }
}

@keyframes gradient {
    @0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
}
}