.c-form {

}
.c-form > .tn-molecule {
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.21));
    backdrop-filter: blur(135px);
    background-color: rgba(255, 255, 255, 0.7) !important;
}

#rec1599585331 .t-input-group_cb {
    position: absolute;
    bottom: -40px;
    width: 100%;
}

#rec1599585331 .t-input-group_cb .t-checkbox__labeltext {
    color: #898989;
    font-size: 13px;
}

.link {
    transition: 0.3s ease;
}
.link .tn-atom {
    color: inherit !important;
} 

.link:hover {
    color: #FBD438 !important;
}

@media (max-width: 800px) {
    #rec1599585331 .t-input-group_cb {
    position: static;
    }
}