body {
    background-color: #FFF8E9;
}

.block-title {
    color: #07355C;
    position: relative;
    padding-left: 80px;
}

.block-title>div:first-child {
    font-weight: 900;
    font-size: 40px;
    letter-spacing: 3px;
    line-height: 42px;
}

.block-title>div:last-child {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.block-title::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#entrepreneurs {
    padding-top: 25px;
    background: linear-gradient(180deg, #FFF8E9 0%, #F4EDDE 50%, #D1C8B5 100%);
    position: relative;
}

.entrepreneurs-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url('../images/svg/bg_service_flower_steadfast_team.svg');
    background-position: center bottom;
    background-repeat: repeat-x;
}

.entrepreneurs-bg-a {
    position: absolute;
    top: 320px;
    left: 0px;
    width: 194px;
    height: 410px;
    z-index: 0;
    background-repeat: no-repeat;
    background-image: url('../images/svg/bg_service_steadfast_team_1_phone.svg');
    will-change: transform;
    transform: translateY(0);
}

.entrepreneurs-bg-b {
    position: absolute;
    top: 1780px;
    right: 0px;
    width: 224px;
    height: 562px;
    z-index: 0;
    background-repeat: no-repeat;
    background-image: url('../images/svg/bg_service_steadfast_team_2_phone.svg');
    will-change: transform;
    transform: translateY(0);
}

.entrepreneurs-bg-c {
    position: absolute;
    top: 2300px;
    left: 0px;
    width: 193px;
    height: 328px;
    z-index: 0;
    background-repeat: no-repeat;
    background-image: url('../images/svg/bg_service_steadfast_team_3_phone.svg');
    will-change: transform;
    transform: translateY(0);
}

#entrepreneurs .container {
    position: relative;
    z-index: 2;
}

#entrepreneurs .block-title::before {
    background-image: url('../images/svg/ele_service_steadfast_team.svg');
    width: 65px;
    height: 65px;
}

#hnwis .block-title::before {
    background-image: url('../images/svg/ele_service_high-net-worth_individuals.svg');
    width: 68px;
    height: 68px;
}

#hnwis {
    padding-top: 150px;
    background: linear-gradient(360deg, #FFF8E9 0%, #F4EDDE 50%, #D1C8B5 100%);
    position: relative;
    padding-bottom: 80px;
}

.hnwis-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url('../images/svg/bg_service_flower_high-net-worth_individuals.svg');
    background-position: center top;
    background-repeat: repeat-x;
}

.hnwis-bg-a {
    position: absolute;
    top: 200px;
    right: 0px;
    width: 209px;
    height: 698px;
    z-index: 0;
    background-repeat: no-repeat;
    background-image: url('../images/svg/bg_service_high-net-worth_1_phone.svg');
    will-change: transform;
    transform: translateY(0);
}

.hnwis-bg-b {
    display: none;
    position: absolute;
    top: 918px;
    left: 0px;
    width: 543px;
    height: 895px;
    z-index: 0;
    background-repeat: no-repeat;
    background-image: url('../images/svg/bg_service_high-net-worth_2.svg');
    will-change: transform;
    transform: translateY(0);
}

.hnwis-bg-c {
    display: none;
    position: absolute;
    top: 1688px;
    right: 0px;
    width: 562px;
    height: 699px;
    z-index: 0;
    background-repeat: no-repeat;
    background-image: url('../images/svg/bg_service_high-net-worth_3.svg');
    will-change: transform;
    transform: translateY(0);
}

#hnwis .container {
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    .block-title {
        padding-left: 125px;
    }

    .block-title>div:first-child {
        font-size: 55px;
        letter-spacing: 3px;
        line-height: 70px;
    }

    .block-title>div:last-child {
        font-size: 20px;
        letter-spacing: 5px;
    }

    #entrepreneurs .block-title::before {
        width: 100px;
        height: 100px;
    }

    #hnwis .block-title::before {
        width: 107px;
        height: 107px;
    }

    #entrepreneurs {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    #hnwis {
        padding-bottom: 0px;
    }

    .entrepreneurs-bg-a {
        top: 480px;
        width: 351px;
        height: 672px;
        background-image: url('../images/svg/bg_service_steadfast_team_1.svg');
    }

    .entrepreneurs-bg-b {
        top: 1050px;
        width: 531px;
        height: 893px;
        background-image: url('../images/svg/bg_service_steadfast_team_2.svg');
    }

    .entrepreneurs-bg-c {
        top: 2000px;
        width: 412px;
        height: 445px;
        background-image: url('../images/svg/bg_service_steadfast_team_3.svg');
    }

    .hnwis-bg-a {
        top: 200px;
        width: 492px;
        height: 895px;
        background-image: url('../images/svg/bg_service_high-net-worth_1.svg');
    }

    .hnwis-bg-b {
        display: block;
    }

    .hnwis-bg-c {
        display: block;
    }
}

.startup-phase {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-top: 10px;
    font-family: 'DIN Pro', sans-serif;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #ebe1ca;
    font-style: italic;
    padding-top: 85px;
    display: none;
}

.startup-phase span {
    font-weight: 300;
}

@media (min-width: 992px) {
    .startup-phase {
        display: block;
    }
}

.phases,
.plans {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

.phase-title,
.plan-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.phase-title>div:first-child,
.plan-title>div:first-child {
    font-weight: 900;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 5px;
    color: #42331A;
    position: relative;
    height: 45px;
    padding-right: 15px;
}

.phase-title>div:first-child::after,
.plan-title>div:first-child::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 41px;
    background: #553E2E;
}

.phase-title>div:last-child,
.plan-title>div:last-child {
    font-weight: 600;
    font-size: 11px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #42331A;
    position: relative;
    padding-top: 18px;
}

.phase-title>div:last-child::before,
.plan-title>div:last-child::before {
    content: attr(data-phase);
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 19px;
    border-radius: 44px;
    background: #C3772E;
    text-transform: uppercase;
    font-size: 9px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    line-height: 19px;
    font-weight: 400;
}

.phase-content,
.plan-content {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 3px;
    color: #000000;
    padding: 15px 0 25px;
}

.phase-card,
.plan-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.phase-card-item,
.plan-card-item {
    text-align: center;
    width: 176px;
    height: 190px;
    padding: 15px;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
}

.plan-card-item {
    height: 250px;
}

.phase-card-item-icon,
.plan-card-item-icon {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan-card-item-icon {
    height: 105px;
}

.phase-card-item-title,
.plan-card-item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    padding-bottom: 7px;
}

.phase-card-item-content,
.plan-card-item-content {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    text-transform: uppercase;
}

.plan-card-item-content span {
    font-size: 16px;
}

.phase-result,
.plan-result {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 3px;
    color: #C3772E;
    padding: 35px 50px 0;
}

.plan-space {
    height: 40px;
}

.plan-coming-soon {
    width: 368px;
    height: 250px;
    border-radius: 20px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
    background-color: rgba(255, 255, 255, 0.45);
    color: #000000;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {

    .phases,
    .plans {
        padding-top: 40px;
        padding-bottom: 130px;
    }

    .phase-title,
    .plan-title {
        gap: 25px;
    }

    .phase-title>div:first-child,
    .plan-title>div:first-child {
        font-size: 48px;
        padding-right: 20px;
    }

    .phase-title>div:first-child::after,
    .plan-title>div:first-child::after {
        height: 55px;
    }

    .phase-title>div:last-child,
    .plan-title>div:last-child {
        font-size: 15px;
        padding-top: 25px;
    }

    .phase-title>div:last-child::before,
    .plan-title>div:last-child::before {
        width: 80px;
        height: 25px;
        border-radius: 59px;
        font-size: 12px;
        line-height: 23px;
    }

    .phase-content,
    .plan-content {
        font-size: 24px;
        padding: 40px 0 35px;
    }

    .phase-card,
    .plan-card {
        gap: 20px;
    }

    .phase-card-item,
    .plan-card-item {
        width: 180px;
    }

    .phase-card-item {
        height: 230px;
    }

    .plan-card-item {
        height: 295px;
    }

    .phase-card-item-icon {
        height: 130px;
    }

    .plan-card-item-icon {
        height: 150px;
    }

    .phase-result,
    .plan-result {
        padding: 35px 0 0;
    }

    .plan-space {
        height: 120px;
    }

    .plan-coming-soon {
        width: 380px;
        height: 295px;
        margin-top: 80px;
    }
}