.section-high-signal-talent-marketplace {
    background-color: var(--color-primary-green);
    background-image: url("/wp-content/themes/liceumai-theme/assets/images/bg-grid-with-logo.png");
    background-position-x: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -96px;
}

.high-signal-talent-marketplace-wrapper {
    margin-top: 96px;
    padding: 96px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 800px;
}

.high-signal-talent-marketplace-title {
    font-family: 'Stack Sans Notch', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 110%;
    color: #121417;
    text-align: center;
    padding-top: 160px;
}

.high-signal-talent-marketplace-subtitle {
    font-size: 20px;
    line-height: 150%;
    color: #121417;
    opacity: 0.75;
    text-align: center;
    padding: 16px;
    width: 644px;
}

.high-signal-talent-marketplace-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.high-signal-talent-marketplace-create-profile-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 36px;
    padding: 8px 12px;
    gap: 8px;
    border-radius: 8px;
    opacity: 1;
    background-color: #ffffff;
    box-sizing: border-box;
}

.high-signal-talent-marketplace-create-profile-text {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #000000;
    text-align: left;
}
