a {
    /* color: #3e3f5e !important; */
    text-decoration:none !important;
    background-color: transparent;
}
.dropdown-navigation-link {
  color: #3e3f5e;
}

.dropdown-navigation-link:hover {
    color: #337FFF !important;
}

p {
    margin-bottom: 0 !important;
}
.button {
    /* color: #fff !important; */
}
.menu .menu-item .menu-item-link {
    color: #3e3f5e;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
}

figure {
    margin: inherit !important;
}

label {
    margin: 0 !important;
}

input {
    height: 54px;
    padding: 0 18px;
}

input, select, textarea {
    width: 100%;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #dedeea;
    color: #3e3f5e;
    transition: border-color .2s ease-in-out;
}

.button.secondary:hover {
    background-color: rgba(97, 93, 250, 1);
}