.fg-illustration-main-wrapper {
    padding: 20px 40px;
    border-radius: 24px;
    border: 2px solid #a5dcff;
    background: linear-gradient(0deg, rgba(0, 115, 187, 0.06) 0%, rgba(0, 115, 187, 0.06) 100%), #FFF;
    max-width: 1130px;
    margin: 0 auto;
}

.fg-illustration-user-details {
    display: flex;
    column-gap: 27px;
}

.fg-illustration-user-details img {
    width: 80px;
    height: 80px;
}

.fg-illustration-user-details .fg-illustration-user-details-title :where(p, h1, h2, h3, h4, h5, h6) {
    color: var(--neutral-black);
    font-family: 'Inter';
    font-size: 1.25rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.2px;
    margin-bottom: 8px;
}

.fg-illustration-user-details .fg-illustration-user-details-desc p,
.fg-illustration-user-details .fg-illustration-user-details-desc p b {
    color: var(--neutral-black);
    font-family: 'Inter';
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.14px;
}

.fg-illustration-user-details .fg-illustration-user-details-desc p b {
    font-weight: 700;
    margin-top: 24px;
    display: inline-block;
}

.fg-illustration-main-wrapper .fg-illustration-user-details-desc-mob {
    display: none;
}

.fg-illustration-main-wrapper .fg-illustration-benefits-data-wrap {
    margin: 20px 26px;
    display: flex;
    align-items: center;
    column-gap: 32px;
    flex-wrap: wrap;
    row-gap: 15px;
}

.fg-illustration-main-wrapper .fg-illustration-benefits-data-wrap .fg-illustration-benefits-data {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.fg-illustration-main-wrapper .fg-illustration-benefits-data-wrap .fg-illustration-benefits-data img {
    width: 24px;
    height: 24px;
}

.fg-illustration-main-wrapper .fg-illustration-benefits-data-wrap .fg-illustration-benefits-data .benefits-content p {
    color: var(--neutral-black);
    font-family: 'Inter';
    font-size: 0.875rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
}

.fg-illustration-main-wrapper .fg-illustration-benefits-data-wrap .fg-illustration-benefits-data .benefits-content p b {
    font-weight: 700;
}

.fg-illustration-main-wrapper .customized-plan-btn-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.fg-illustration-main-wrapper .customized-plan-btn-wrap .customized-plan-btn .ta-btn-primary {
    min-width: 272px;
    text-align: center;
    font-family: 'Inter';
    font-size: 1.125rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.18px;
    padding: 9px;
}

.fg-illustration-main-wrapper .customized-plan-btn-wrap p {
    position: absolute;
    right: 0;
    color: #000;
    font-family: 'Inter';
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.1px;
}

@media screen and (max-width: 768px) {
    .fg-illustration-main-wrapper {
        padding: 20px 16px 10px;
    }

    .fg-illustration-user-details {
        column-gap: 20px;
        align-items: center;
    }

    .fg-illustration-user-details img {
        width: 60px;
        height: 60px;
    }

    .fg-illustration-user-details .fg-illustration-user-details-title :where(p, h1, h2, h3, h4, h5, h6) {
        font-size: 1.125rem;
        line-height: 25px;
        margin-bottom: unset;
    }

    .fg-illustration-user-details .fg-illustration-user-details-desc {
        display: none;
    }

    .fg-illustration-main-wrapper .fg-illustration-user-details-desc-mob {
        display: block;
    }

    .fg-illustration-main-wrapper .fg-illustration-user-details-desc-mob p {
        color: var(--neutral-black);
        font-family: 'Inter';
        font-size: 0.75rem;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: -0.12px;
        margin-top: 8px;
    }

    .fg-illustration-main-wrapper .fg-illustration-user-details-desc-mob p .readmoretxt,
    .fg-illustration-main-wrapper .fg-illustration-user-details-desc-mob p .readlesstxt {
        color: var(--primary-blue);
        cursor: pointer;
    }

    .fg-illustration-main-wrapper .fg-illustration-user-details-desc-mob p .sub-Text {
        display: none;
    }

    .fg-illustration-main-wrapper .fg-illustration-user-details-desc-mob.show-sub-text p .eclipse-dots,
    .fg-illustration-main-wrapper .fg-illustration-user-details-desc-mob.show-sub-text p .readmoretxt {
        display: none;
    }

    .fg-illustration-main-wrapper .fg-illustration-user-details-desc-mob.show-sub-text p .sub-Text {
        display: inline;
    }

    .fg-illustration-main-wrapper .fg-illustration-benefits-data-wrap {
        margin: 16px 0;
        align-items: flex-start;
        flex-direction: column;
        row-gap: 8px;
    }

    .fg-illustration-main-wrapper .fg-illustration-benefits-data-wrap .fg-illustration-benefits-data {
        align-items: flex-start;
        column-gap: 8px;
    }

    .fg-illustration-main-wrapper .fg-illustration-benefits-data-wrap .fg-illustration-benefits-data img,
    .show-three-steps-content .fg-illustration-main-wrapper .fg-illustration-benefits-data-wrap .fg-illustration-benefits-data img {
        width: 16px;
        height: 16px;
    }

    .fg-illustration-main-wrapper .fg-illustration-benefits-data-wrap .fg-illustration-benefits-data .benefits-content p,
    .show-three-steps-content .fg-illustration-main-wrapper .fg-illustration-benefits-data-wrap .fg-illustration-benefits-data .benefits-content p {
        font-size: 0.75rem;
        line-height: 16px;
        letter-spacing: -0.12px;
    }

    .fg-illustration-main-wrapper .customized-plan-btn-wrap {
        align-items: center;
        flex-direction: column;
        row-gap: 5px;
    }

    .fg-illustration-main-wrapper .customized-plan-btn-wrap p {
        position: unset;
        font-size: 0.438rem;
        line-height: 9px;
        letter-spacing: -0.7px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
    .fg-illustration-main-wrapper .fg-illustration-benefits-data-wrap {
        margin: 20px 24px;
    }
}
.fg-illustration-stepper-wrapper {
    display: flex;
    column-gap: 27px;
    margin-top: 20px;
}

.fg-illustration-stepper-wrapper .fg-illustration-user-age {
    color: var(--neutral-black);
    font-family: 'Inter';
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.24px;
    width: 5%;
    margin-top: 97px;
}

.fg-illustration-stepper-wrapper .user-benefits-age-steps {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-top: 90px;
    width: 95%;
}

.fg-illustration-stepper-wrapper .user-benefits-age-steps::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    height: 8px;
    z-index: 0;
    background: linear-gradient(89deg, var(--primary-blue) 0.58%, var(--primary-red) 99.42%);
}

.fg-illustration-stepper-wrapper .user-benefits-age-circle {
    position: relative;
    text-align: center;
    z-index: 1;
}

.fg-illustration-stepper-wrapper .user-benefits-age {
    width: 67px;
    height: 67px;
    background: white;
    border: 7px solid #0770B7;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0770B7;
    font-family: 'Inter';
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.24px;
}

.user-benefits-first-step .user-benefits-age::after,
.user-benefits-second-step .user-benefits-age::after,
.user-benefits-third-step .user-benefits-age::after {
    content: "";
    position: absolute;
    bottom: 68%;
    right: -15px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #0770B7;
    transform: rotate(270deg);
}

.user-benefits-second-step .user-benefits-age::before,
.user-benefits-third-step .user-benefits-age::before,
.user-benefits-fourth-step .user-benefits-age::before {
    content: "";
    position: absolute;
    bottom: 68%;
    left: -16px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #3260A0;
    transform: rotate(90deg);
}

.user-benefits-second-step .user-benefits-age::after {
    border-top-color: #3260A0;
}

.user-benefits-third-step .user-benefits-age::after,
.user-benefits-third-step .user-benefits-age::before {
    border-top-color: #78457C;
}

.user-benefits-fourth-step .user-benefits-age::before {
    border-top-color: var(--primary-red);
}

.fg-illustration-stepper-wrapper .users-icon {
    margin: 8px auto 0;
}

.fg-illustration-stepper-wrapper .users-icon img {
    width: 48px;
    height: 48px;
}

.fg-illustration-stepper-wrapper .user-benefits-second-step {
    margin-left: 12.3%;
}

.fg-illustration-stepper-wrapper .user-benefits-third-step {
    margin-left: 23.8%;
}

.fg-illustration-stepper-wrapper .user-benefits-fourth-step {
    margin-left: auto;
}

.fg-illustration-stepper-wrapper .user-benefits-second-step .user-benefits-age {
    border-color: #3260A0;
    color: #3260A0;
}

.fg-illustration-stepper-wrapper .user-benefits-third-step .user-benefits-age {
    border-color: #78457C;
    color: #78457C;
}

.fg-illustration-stepper-wrapper .user-benefits-fourth-step .user-benefits-age {
    border-color: var(--primary-red);
    color: var(--primary-red);
}

.fg-illustration-stepper-wrapper .user-pp-annually-wrap {
    position: absolute;
    width: 152px;
    top: -55px;
    left: 55px;
}

.fg-illustration-stepper-wrapper .user-pp-annually-wrap::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 48.5%;
    transform: translateX(-50%);
    width: 195px;
    height: 30px;
    border-left: 3px dashed #0770B7;
    border-right: 3px dashed #0770B7;
    border-top: 3px dashed #0770B7;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.fg-illustration-stepper-wrapper .user-pp-annually-wrap .user-pp-annually-label-box {
    padding: 9px 10px;
    border-radius: 8px;
    background: linear-gradient(90deg, #0073BB 0.01%, #D62049 316.2%);
    min-width: 152px;
    position: relative;
    z-index: 1;
}

.fg-illustration-stepper-wrapper .user-pp-annually-wrap .user-pp-annually-label-box p {
    color: var(--neutral-white);
    text-align: center;
    font-family: 'Inter';
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.12px;
}

.fg-illustration-stepper-wrapper .user-premium-waived-wrap {
    position: absolute;
    width: 177px;
    top: -57px;
    left: 97px;
}

.fg-illustration-stepper-wrapper .user-premium-waived-wrap::before {
    content: '';
    position: absolute;
    top: 25%;
    left: 51%;
    transform: translateX(-50%);
    width: 290px;
    height: 50px;
    border-right: 3px dashed #78457C;
    border-top: 3px dashed #3260A0;
    border-top-right-radius: 20px;
}

.fg-illustration-stepper-wrapper .user-premium-waived-wrap .user-premium-waived-label-box {
    border-radius: 8px;
    background: linear-gradient(90deg, var(--primary-blue) -133.09%, var(--primary-red) 316.38%);
    min-width: 177px;
    padding: 6px 10px;
    position: relative;
    z-index: 1;
}

.fg-illustration-stepper-wrapper .user-premium-waived-wrap .user-premium-waived-label-box p {
    color: var(--neutral-white);
    text-align: center;
    font-family: 'Inter';
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.12px;
}

.fg-illustration-stepper-wrapper .user-illness-pays-content {
    position: absolute;
    top: 48px;
    min-width: 158px;
    left: 107px;
}

.fg-illustration-stepper-wrapper .user-illness-pays-content p {
    color: var(--neutral-black);
    text-align: center;
    font-family: 'Inter';
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: -0.1px;
}

.fg-illustration-stepper-wrapper .user-gets-max-return {
    position: absolute;
    min-width: 207px;
    border-radius: 8px;
    background: linear-gradient(90deg, #0073BB -254.57%, #D62049 180.91%);
    padding: 6px 0;
    left: 335px;
    top: -90px;
}

.fg-illustration-stepper-wrapper .user-gets-max-return::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateX(-50%);
    width: 710px;
    height: 78px;
    border-left: 3px dashed #3260A0;
    border-right: 3px dashed var(--primary-red);
    border-top: 3px dashed #3260A0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    z-index: -1;
}

.fg-illustration-stepper-wrapper .user-gets-max-return p {
    color: var(--neutral-white);
    text-align: center;
    font-family: 'Inter';
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.12px;
    padding: 0 12px;
    background: linear-gradient(90deg, #0073BB -254.57%, #D62049 180.91%);
}

.fg-illustration-stepper-wrapper .user-guaranteed-benefits-wrap {
    display: flex;
    align-items: center;
    border-radius: 12px;
    border: 2px solid var(--primary-red);
    background: linear-gradient(0deg, rgba(214, 32, 73, 0.04) 0%, rgba(214, 32, 73, 0.04) 100%), var(--neutral-white);
    padding: 5px 8px;
    column-gap: 5px;
    position: absolute;
    right: 0;
    top: -62px;
    min-width: 173px;
}

.fg-illustration-stepper-wrapper .user-guaranteed-benefits-wrap img {
    width: 28px;
    height: 32px;
}

.fg-illustration-stepper-wrapper .user-benefits-content-wrap p {
    color: var(--neutral-black);
    font-family: 'Inter';
    font-size: 0.75rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.12px;
}

.fg-illustration-stepper-wrapper .user-benefits-content-wrap span {
    color: var(--neutral-black);
    font-family: 'Inter';
    font-size: 1.25rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.2px;
    display: inline-block;
}

/* Three stepper FG illustration css  */
.fg-illustration-stepper-wrapper .user-benefits-age-steps.fg-illustration-three-steps,
.show-three-steps-content .fg-illustration-stepper-wrapper .user-benefits-age-steps.fg-illustration-four-steps {
    display: none;
}

.show-three-steps-content .fg-illustration-stepper-wrapper .user-benefits-age-steps.fg-illustration-three-steps {
    display: flex;
}

.show-three-steps-content .fg-illustration-stepper-wrapper .user-benefits-age-steps {
    margin-top: 84px;
}

.show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-benefits-first-step .user-benefits-age::after,
.show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-benefits-second-step .user-benefits-age::after {
    border-top: 13px solid #0571bb;
}

.show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-benefits-age {
    border: 7px solid #0571bb;
    color: #0571bb;
}

.show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-benefits-fourth-step .user-benefits-age {
    border-color: var(--primary-red);
    color: var(--primary-red);
}

.show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-pp-annually-wrap {
    width: 279px;
    top: -75px;
    left: 43px;
}

.show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-pp-annually-wrap::before {
    left: 50%;
    width: 310px;
    height: 59px;
}

.show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-pp-annually-wrap .user-pp-annually-label-box {
    padding: 7px;
    min-width: 218px;
    background: linear-gradient(90deg, #0073BB 0.01%, #D62049 316.2%);
}

.show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-pp-annually-wrap .user-pp-annually-label-box p {
    font-size: 0.813rem;
    letter-spacing: -0.14px;
}

.show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-benefits-second-step {
    margin-left: 24%;
}

.show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-pp-annually-wrap::before {
    border-left: 3px dashed #0571bb;
    border-right: 3px dashed #475795;
    border-top: 3px dashed #0571bb;
}

.show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-benefits-second-step .user-benefits-age {
    border-color: #475795;
    color: #475795;
}

.show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-benefits-second-step .user-benefits-age::before {
    border-top: 13px solid #475795;
}

.show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-benefits-second-step .user-benefits-age::after {
    border-top-color: #475795;
}

.show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-gets-max-return {
    min-width: 227px;
    padding: 6px;
    left: 180px;
    top: -16px;
    background: linear-gradient(90deg, #0073BB -176.3%, #D62049 165.78%);
}

.show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-gets-max-return::before {
    content: unset;
}

.show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-gets-max-return p {
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: -0.14px;
    padding: unset;
}

.show-three-steps-content .fg-illustration-stepper-wrapper .user-guaranteed-benefits-wrap {
    padding: 9px 12px;
    column-gap: 6px;
    right: 0;
    top: -84px;
    min-width: 210px;
}

.show-three-steps-content .fg-illustration-stepper-wrapper .user-guaranteed-benefits-wrap img {
    width: 36px;
    height: 44px;
}

.show-three-steps-content .fg-illustration-stepper-wrapper .user-benefits-content-wrap p {
    color: var(--neutral-black);
    font-family: 'Inter';
    font-size: 0.875rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.14px;
}

.show-three-steps-content .fg-illustration-stepper-wrapper .user-benefits-content-wrap span {
    color: var(--neutral-black);
    font-family: 'Inter';
    font-size: 1.5rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
    display: inline-block;
    margin-top: 2px;
}

@media screen and (max-width: 768px) {
    .fg-illustration-stepper-wrapper {
        flex-direction: column;
        margin-top: 16px;
    }

    .fg-illustration-stepper-wrapper .fg-illustration-user-age {
        font-size: 1.125rem;
        letter-spacing: -0.18px;
        width: 100%;
        margin-top: unset;
        padding-left: 60px;
    }

    .fg-illustration-stepper-wrapper .user-benefits-age-steps {
        margin-top: 12px;
        width: 100%;
        flex-direction: column;
    }

    .fg-illustration-stepper-wrapper .user-benefits-age-steps::before {
        top: 52%;
        left: -151px;
        height: 4px;
        transform: rotate(90deg);
        width: 450px;
    }

    .fg-illustration-stepper-wrapper .user-benefits-age-circle {
        display: flex;
        flex-direction: row-reverse;
        column-gap: 12px;
        align-items: center;
    }

    .fg-illustration-stepper-wrapper .user-benefits-age {
        width: 50px;
        height: 50px;
        border: 5px solid #0770B7;
        font-size: 1.25rem;
        letter-spacing: -0.2px;
    }

    .fg-illustration-stepper-wrapper .users-icon {
        margin: 2px auto 0;
    }

    .fg-illustration-stepper-wrapper .users-icon img {
        width: 36px;
        height: 36px;
    }

    .fg-illustration-stepper-wrapper .user-benefits-second-step {
        margin-left: unset;
        margin-top: 35px;
    }

    .fg-illustration-stepper-wrapper .user-pp-annually-wrap {
        width: 130px;
        top: 48px;
        left: 105px;
    }

    .fg-illustration-stepper-wrapper .user-pp-annually-wrap::before {
        top: -30%;
        left: -20%;
        width: 90px;
        height: 60px;
        transform: rotate(90deg);
    }

    .fg-illustration-stepper-wrapper .user-pp-annually-wrap .user-pp-annually-label-box p {
        font-size: 0.625rem;
        line-height: 14px;
        letter-spacing: -0.1px;
    }

    .fg-illustration-stepper-wrapper .user-pp-annually-wrap .user-pp-annually-label-box {
        padding: 5px 7px;
        min-width: 130px;
    }

    .fg-illustration-stepper-wrapper .user-premium-waived-wrap {
        width: 115px;
        top: 100px;
        left: 120px;
    }

    .fg-illustration-stepper-wrapper .user-premium-waived-wrap::before {
        bottom: 0px;
        top: unset;
        left: -46%;
        width: 138px;
        height: 100px;
        transform: rotate(90deg);
    }

    .fg-illustration-stepper-wrapper .user-premium-waived-wrap .user-premium-waived-label-box {
        padding: 5px 10px;
        min-width: 115px;
    }

    .fg-illustration-stepper-wrapper .user-premium-waived-wrap .user-premium-waived-label-box p {
        font-size: 0.625rem;
        line-height: 14px;
        letter-spacing: -0.1px;
    }

    .fg-illustration-stepper-wrapper .user-illness-pays-content {
        top: 60px;
        left: 86px;
        min-width: 85px;
    }

    .fg-illustration-stepper-wrapper .user-illness-pays-content p {
        font-size: 0.5rem;
        line-height: 11px;
        letter-spacing: -0.08px;
        text-align: left;
    }

    .fg-illustration-stepper-wrapper .user-gets-max-return {
        min-width: 106px;
        left: 182px;
        top: 260px;
    }

    .fg-illustration-stepper-wrapper .user-gets-max-return::before {
        top: -159px;
        left: -194px;
        width: 345px;
        height: 203px;
        transform: rotate(90deg);
    }

    .fg-illustration-stepper-wrapper .user-gets-max-return p {
        font-size: 0.625rem;
        line-height: 14px;
        letter-spacing: -0.1px;
    }

    .fg-illustration-stepper-wrapper .user-benefits-third-step {
        margin-left: unset;
        margin-top: 95px;
    }

    .fg-illustration-stepper-wrapper .user-benefits-fourth-step {
        margin-left: unset;
        margin-top: 153px;
    }

    .fg-illustration-stepper-wrapper .user-guaranteed-benefits-wrap {
        border-radius: 9px;
        border: 1.5px solid var(--primary-red);
        padding: 5px 10px;
        column-gap: 5px;
        right: 0;
        top: 2px;
        min-width: 126px;
        left: 111px;
    }

    .fg-illustration-stepper-wrapper .user-guaranteed-benefits-wrap img {
        width: 20px;
        height: 24px;
    }

    .fg-illustration-stepper-wrapper .user-benefits-content-wrap p {
        font-size: 0.5rem;
        line-height: 12px;
        letter-spacing: -0.12px;
    }

    .fg-illustration-stepper-wrapper .user-benefits-content-wrap span {
        font-size: 0.875rem;
        line-height: 14px;
        letter-spacing: -0.14px;
    }

    .user-benefits-second-step .user-benefits-age::before,
    .user-benefits-third-step .user-benefits-age::before,
    .user-benefits-fourth-step .user-benefits-age::before {
        bottom: 94%;
        left: 63px;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-top: 11px solid;
        transform: rotate(180deg);
    }

    .user-benefits-first-step .user-benefits-age::after,
    .user-benefits-second-step .user-benefits-age::after,
    .user-benefits-third-step .user-benefits-age::after {
        bottom: -7px;
        right: 14px;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-top: 11px solid;
        transform: rotate(0deg);
    }

    /* Three stepper FG illustration css  */
    .show-three-steps-content .fg-illustration-stepper-wrapper .user-benefits-age-steps {
        margin-top: 10px;
    }

    .show-three-steps-content .fg-illustration-stepper-wrapper .user-benefits-age-steps::before {
        left: -56px;
        width: 260px;
    }

    .show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-benefits-age {
        border: 5px solid #0571bb;
    }

    .show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-pp-annually-wrap {
        width: 153px;
        top: 50px;
        left: 113px;
    }

    .show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-pp-annually-wrap::before {
        top: -43px;
        left: 0;
        width: 110px;
        height: 140px;
    }

    .show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-pp-annually-wrap .user-pp-annually-label-box {
        padding: 7px;
        min-width: 149px;
    }

    .show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-pp-annually-wrap .user-pp-annually-label-box p,
    .show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-gets-max-return p {
        font-size: 0.625rem;
        letter-spacing: -0.1px;
    }

    .show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-benefits-second-step {
        margin-left: unset;
        margin-top: 55px;
    }

    .show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-gets-max-return {
        min-width: 160px;
        padding: 7px;
        left: 92px;
        top: 104px;
    }

    .show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-gets-max-return p {
        line-height: 14px;
    }

    .show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-benefits-fourth-step {
        margin-top: 136px;
    }

    .show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-benefits-first-step .user-benefits-age::after,
    .show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-benefits-second-step .user-benefits-age::after {
        border-top: 11px solid #0571bb;
    }

    .show-three-steps-content .fg-illustration-stepper-wrapper .fg-illustration-three-steps .user-benefits-second-step .user-benefits-age::after {
        border-top-color: #475795;
    }

    .show-three-steps-content .fg-illustration-stepper-wrapper .user-guaranteed-benefits-wrap {
        padding: 6px 14px 6px 12px;
        top: 0;
        min-width: 164px;
        left: 110px;
    }

    .show-three-steps-content .fg-illustration-stepper-wrapper .user-guaranteed-benefits-wrap img {
        width: 27px;
        height: 33px;
    }

    .show-three-steps-content .fg-illustration-stepper-wrapper .user-benefits-content-wrap p {
        font-size: 0.625rem;
        line-height: 16px;
        letter-spacing: -0.107px;
    }

    .show-three-steps-content .fg-illustration-stepper-wrapper .user-benefits-content-wrap span {
        font-size: 1.125rem;
        line-height: 18px;
        letter-spacing: -0.24px;
    }

    .show-three-steps-content .fg-illustration-main-wrapper .fg-illustration-benefits-data-wrap {
        margin: 16px 20px 16px 0;
    }
}
