.title-wbg {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    display: flex;
    align-items: center;
    /*text-transform: capitalize;*/

    color: #464F64;

}

.text-wbg {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: justify;
    color: #98A4BF;
    -webkit-text-fill-color: #98A4BF;

}

/*.subtitle-wbg {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    display: flex;
    align-items: center;
    /*text-align: center;

    color: #98A4BF;

    margin-top: 12px;
}*/

.card-subtitle-dark {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;


    color: #464F64;
}

.title-cbg {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    display: flex;
    align-items: center;

    color: #FFFFFF;
}

.subtitle-cbg {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    display: flex;
    align-items: center;

    color: rgba(255, 255, 255, 0.95);
}

.text-cbg {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: justify;

    color: rgba(255, 255, 255, .9);
}

.btn-cbg {
    text-decoration: none;

    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;

    color: #F72F56;
    padding: 15px 85px;
    background: #FFFFFF;
    text-align: center;

    /* button-bg-cbg-shadow */
    box-shadow: 0px 3px 6px 3px rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    min-width: 276px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    transition: transform .25s;

}

.btn-cbg:hover {
    transform: scale(1.05);
    transition: transform .25s;
}

.btn-wbg {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;

    color: #FFFFFF;

    padding: 15px 22px;
    background: linear-gradient(90deg, #F73056 0%, #FF5D75 100%);

    /* button-bg-wbg-shadow */
    box-shadow: 0px 4px 8px 1px rgba(247, 48, 86, 0.3);
    border-radius: 25px;
    text-align: center;
    border-radius: 25px;
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    transition: transform .25s;
    text-decoration: none;
    border: none;
}

.btn-wbg:hover {
    cursor: pointer;
}

.btn-wbg:hover {
    transform: scale(1.05);
    transition: transform 0.25s;
}

.question-title,
.subtitle-wbg {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    display: flex;
    align-items: center;

    color: #464F64;

    transition: color 0.25s;
    z-index: 1;
}

.link-text {
    /* button-text-wbg */
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 1;

    color: #464F64;
}

.link-text:hover {
    color: #616f8d;
}

input, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
}

.card-title {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;

    color: #464F64;
}

.card-subtitle {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;

    color: #98A4BF;


}

.card-text {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;

    color: #98A4BF;
}

.article-title {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;


    color: #464F64;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.article-subtitle {
    /* card-subtitle */
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: right;

    color: #98A4BF;


    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.article-text {
    /* article-text */
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;

    color: #464F64;


    /* Inside auto layout */
    flex: none;
    order: 0;
    
    flex-grow: 0;
}

.video-card-title {
    /* card-text */
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;

    color: #FFFFFF;

    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.video-card-subtitle {
    /* button-text-cbg */
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;

    color: rgba(255, 255, 255, 0.6);

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}