/*V1*/
.title-container {
    flex-direction: column;
    gap: .6rem;
    display: flex;
}

.title-container .text-upper-title {
    padding: 4px 8px;
    /*font-size: 14px;
    font-family: var(--font-tpSans-medium);
    font-weight: var(--fw-medium);*/
    letter-spacing: -0.14px;
    text-transform: uppercase;
    border-radius: 4px;
    background: #ECE8FF;
    color: #5318BF;
}

.title-container .text-title {
    /*font-size: 86px;
    font-family: var(--font-tpSans-exLight);
    font-weight: 275;*/
    margin: 48px 0 40px;
    background: linear-gradient(91.59deg, #000 11.88%, #8051ff 57.91%, #000 88.02%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.title-container .text-description-title,
.title-container .text-description-title p {
    /*font-size: 24px;
    font-family: var(--font-tpSans-light);
    font-weight: 300;*/
    color: #3E4854;
}

.title-container.titlevariation .text-title {
    font-family: var(--font-tpSans-exLight);
    margin: 0;
    line-height: 1;
}

.title-container.titlevariation .text-upper-title {
    font-family: var(--font-noto);
    font-weight: 400;
    font-size: 1rem;
}

/*V2*/
.title-containerV2 {
    flex-direction: column;
    gap: .6rem;
    display: flex;
}

.title-containerV2 .text-upper-titleV2 {
    padding: 4px 8px;
    font-size: 14px;
    font-family: var(--font-tpSans-medium);
    font-weight: var(--fw-medium);
    letter-spacing: -0.14px;
    text-transform: uppercase;
    border-radius: 4px;
    background: #ECE8FF;
    color: #5318BF;
}

.title-containerV2 .text-titleV2 {
    font-family: var(--font-tpSans-exLight);
    font-weight: 275;
    font-size: 86px;
    /*margin: 48px 0 40px;*/
    background: linear-gradient(91.59deg, #000 11.88%, #8051ff 57.91%, #000 88.02%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.title-containerV2 .text-description-titleV2,
.title-containerV2 .text-description-titleV2 p {
    font-family: var(--font-tpSans-light);
    font-weight: 300;
    font-size: 24px;
    color: #3E4854;
}