.w-700 {
    font-weight: 700;
}
.w-500 {
    font-weight: 500;
    line-height: 1.25;
}
.line-h-125 {
    line-height: 1.25;
}
.mt-30 {
    margin-top: 30px;
}
.pt-30 {
    padding-top: 30px;
}
.bg-yellow {
    background-color: #fdd314;
}
.container-hero {
    width: 100%;
    height: fit-content;
    background-color: #fdd314;
    position: relative;
}
.container-hero-content {
    width: 60%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 0.5rem;
}

.container-hero-content .logo-brighton {
    height: 1.5rem;
    margin-bottom: 0.2rem;
}

.container-hero-content .thankyou-wrapper {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600;
}

.container-hero-content .thankyou-wrapper .pa-name {
    font-weight: 700;
}

.container-hero-content h1 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 800;
    margin: 0;
}

.container-hero-content h2 {
    font-size: 0.9rem;
    line-height: 1.15rem;
    font-weight: 600;
    margin: 0;
}

.container-hero-content h3 {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600;
    margin: 0;
}
.container-hero-content h3 .highlight {
    font-weight: 800;
}
.container-hero-aside-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
}
.container-hero-woman {
}
/* Notification Sukses Registrasi */
.img-notif-success {
    width: 100%;
    height: 100%;
}
/* Stage Sukses Registration */
.wrapper-text-stage {
    background-color: #fdd314;
    border-radius: 12px;
}
.wrapper-step-stage {
    width: 100%;
    gap: 1rem;
}
.img-step-stage {
    width: auto;
}
.stepper-wrapper {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.stepper-wrapper.step3 {
    width: 350px;
}
.stepper-img-wrapper {
    position: relative;
    width: 250px;
}
.img-stepper {
    width: 100%;
    margin: 0 auto;
}
.number-stepper {
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    background-color: #fbd406;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    border-radius: 9999px;
}
.desc-stepper {
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.25rem;
    text-align: center;
}
/* Selamat Sukses Registration */
.text-selamat-title {
    font-size: 40px;
}
.yellow-line-footer {
    background-color: #fdd314;
    width: 100%;
    height: 75px;
}
.img-selamat-success,
.img-grup-success {
    width: 100%;
    height: 100%;
}
/* Responsive */
@media only screen and (max-width: 374px) {
    /* Notification Sukses Registrasi */
    .container-content-section.custom-pad {
        padding: 1.875rem 1rem !important;
    }
}
@media only screen and (max-width: 767px) {
    .stepper-wrapper {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 575px) {
    /* Notification Sukses Registrasi */
    .container-content-section.custom-pad {
        padding: 1.875rem;
    }
    .text-stage-main-title {
        font-size: 1.375em;
    }
    /* Stage Sukses Registration */
    .wrapper-text-stage {
        width: 100%;
    }
    .img-step-stage.step-1 {
        height: 225px;
    }
    .img-step-stage.step-2 {
        height: 227px;
    }
    .img-step-stage.step-3 {
        height: 238px;
    }
    .img-step-stage.step-4 {
        height: 240px;
    }
    .img-step-stage.step-5 {
        height: 225px;
    }
    .ic-arrow-custom {
        transform: rotate(90deg);
        font-size: 24px;
    }
    .container-hero-content .thankyou-wrapper .pa-name {
        max-width: 90%;
    }
}
@media only screen and (max-width: 424px) {
    .container-hero-content {
        width: 60%;
        padding: 0.75rem;
        gap: 0.25rem;
    }

    .container-hero-content .logo-brighton {
        height: 1.25rem;
        margin-bottom: 0.2rem;
    }

    .container-hero-content .thankyou-wrapper {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }

    .container-hero-content h1 {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    .container-hero-content h2 {
        font-size: 0.8rem;
        line-height: 1rem;
    }

    .container-hero-content h3 {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
}
@media only screen and (max-width: 374px) {
    .container-hero-content {
        width: 68%;
        padding: 0.5rem;
        gap: 0.2rem;
    }

    .container-hero-content .logo-brighton {
        height: 1.2rem;
        margin-bottom: 0.15rem;
    }

    .container-hero-content .thankyou-wrapper {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .container-hero-content h1 {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .container-hero-content h2 {
        font-size: 0.7rem;
        line-height: 1rem;
        max-width: 90%;
    }

    .container-hero-content h3 {
        font-size: 0.8rem;
        line-height: 1rem;
    }
    .stepper-wrapper {
        width: 250px;
    }
    .stepper-wrapper.step3 {
        width: 250px;
    }
    .stepper-img-wrapper {
        width: 250px;
    }
    .number-stepper {
        bottom: 0.75rem;
        right: 0.75rem;
    }
}
@media only screen and (min-width: 576px) {
    /* Notification Sukses Registrasi */
    .container-content-section.custom-pad {
        padding: 1.875rem;
    }
    .text-stage-main-title {
        font-size: 1.5em;
    }
    /* Stage Sukses Registration */
    .wrapper-text-stage {
        width: 100%;
    }
    .img-step-stage.step-1 {
        height: 225px;
    }
    .img-step-stage.step-2 {
        height: 227px;
    }
    .img-step-stage.step-3 {
        height: 238px;
    }
    .img-step-stage.step-4 {
        height: 240px;
    }
    .img-step-stage.step-5 {
        height: 225px;
    }
    .ic-arrow-custom {
        transform: rotate(90deg);
        font-size: 26px;
    }
    .desc-stepper br {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    /* Notification Sukses Registrasi */
    .text-stage-main-title {
        font-size: 1.625em;
    }
    /* Stage Sukses Registration */
    .wrapper-text-stage {
        width: max-content;
    }
    .img-step-stage.step-1 {
        height: 250px;
    }
    .img-step-stage.step-2 {
        height: 250px;
    }
    .img-step-stage.step-3 {
        height: 269px;
    }
    .img-step-stage.step-4 {
        height: 271px;
    }
    .img-step-stage.step-5 {
        height: 264px;
    }
    .ic-arrow-custom {
        transform: rotate(0);
    }
    .ic-arrow-ltr {
        width: 64px;
        height: 64px;
    }
    .arrow-45 {
        margin-left: -14px;
    }
    .wrapper-step-stage:nth-of-type(3) {
        display: none !important;
    }
    .wrapper-step-stage.step45 .stepper-wrapper:nth-child(1) {
        position: relative;
    }
    .wrapper-step-stage .pos-abs {
        position: absolute;
        top: 8%;
        transform: translateX(20%);
        right: -80%;
        /* top: 20%;
        transform: translateY(-50%);
        right: -30%;
        transform: rotate(136deg); */
    }
    .container-hero-content {
        width: 68%;
        padding: 2rem 2rem;

        gap: 0.75rem;
    }
    .container-hero-content .logo-brighton {
        height: 3rem;
        margin-bottom: 0.5rem;
    }
    .container-hero-content .thankyou-wrapper {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .container-hero-content h1 {
        font-size: 2rem;
        line-height: 2.5rem;
        font-weight: 800;
    }
    .container-hero-content h2 {
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 600;
    }
    .container-hero-content h3 {
        font-size: 1.5rem;
        line-height: 1.75rem;
        font-weight: 600;
    }
    .stepper-wrapper {
        width: 175px;
    }
    .stepper-img-wrapper {
        width: 175px;
    }
    .stepper-wrapper.step3 {
        width: 225px;
    }
    .number-stepper {
        bottom: 0.25rem;
        right: 0.25rem;
    }
    .desc-stepper {
        font-size: 1.2rem;
        line-height: 1.35rem;
    }
}
@media only screen and (min-width: 992px) {
    /* Stage Sukses Registration */
    .img-step-stage.step-1 {
        height: 330px;
    }
    .img-step-stage.step-2 {
        height: 330px;
    }
    .img-step-stage.step-3 {
        height: 349px;
    }
    .img-step-stage.step-4 {
        height: 351px;
    }
    .img-step-stage.step-5 {
        height: 344px;
    }
    .ic-arrow-custom {
        font-size: 32px;
    }
    .ic-arrow-ltr {
        width: 72px;
        height: 72px;
    }
    .container-hero-content {
        width: 64%;
        padding: 3.5rem 3.5rem;
        gap: 1rem;
    }
    .container-hero-content .logo-brighton {
        height: 3.75rem;
        margin-bottom: 0.75rem;
    }
    .container-hero-content .thankyou-wrapper {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .container-hero-content h1 {
        font-size: 3.5rem;
        line-height: 4.25rem;
    }
    .container-hero-content h2 {
        font-size: 1.75rem;
        line-height: 2rem;
    }
    .container-hero-content h3 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .stepper-wrapper {
        width: 250px;
    }
    .stepper-img-wrapper {
        width: 250px;
    }
    .stepper-wrapper.step3 {
        width: 350px;
    }
    .number-stepper {
        bottom: 0.75rem;
        right: 0.75rem;
    }
    .desc-stepper {
        font-size: 1.4rem;
        line-height: 1.55rem;
    }
    .desc-stepper br {
        display: block;
    }
}
@media only screen and (min-width: 1200px) {
    /* Stage Sukses Registration */
    .img-step-stage.step-1 {
        height: 380px;
    }
    .img-step-stage.step-2 {
        height: 380px;
    }
    .img-step-stage.step-3 {
        height: 399px;
    }
    .img-step-stage.step-4 {
        height: 401px;
    }
    .img-step-stage.step-5 {
        height: 394px;
    }
    .ic-arrow-custom {
        font-size: 40px;
    }
    .ic-arrow-ltr {
        width: 96px;
        height: 96px;
    }
    .container-hero-content {
        width: 55%;
        padding: 3rem 3.5rem;
        gap: 1rem;
    }

    .container-hero-content .logo-brighton {
        height: 3rem;
        margin-bottom: 0.75rem;
    }

    .container-hero-content .thankyou-wrapper {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .container-hero-content h1 {
        font-size: 4rem;
        line-height: 4.5rem;
    }

    .container-hero-content h2 {
        font-size: 1.75rem;
        line-height: 2rem;
    }

    .container-hero-content h3 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .desc-stepper {
        font-size: 1.5rem;
        line-height: 1.65rem;
    }
}
@media only screen and (min-width: 1440px) {
    /* Stage Sukses Registration */
    .img-step-stage.step-1 {
        height: 380px;
    }
    .img-step-stage.step-2 {
        height: 380px;
    }
    .img-step-stage.step-3 {
        height: 399px;
    }
    .img-step-stage.step-4 {
        height: 401px;
    }
    .img-step-stage.step-5 {
        height: 394px;
    }
    .ic-arrow-custom {
        font-size: 40px;
    }
    .container-hero-content {
        width: 68%;
        padding: 4rem 4.5rem;
    }
    .container-hero-content .logo-brighton {
        width: auto;
        height: 4.5rem;
        margin-bottom: 1rem;
    }
    .container-hero-content .thankyou-wrapper {
        font-size: 3rem;
        line-height: 3.625rem;
    }
    .container-hero-content h1 {
        font-size: 5rem;
        line-height: 6rem;
    }
    .container-hero-content h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .container-hero-content h3 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}
@media only screen and (min-width: 1920px) {
    .container-content-section {
        max-width: 1440px;
    }
}
@media only screen and (min-width: 2560px) {
    .container-content-section {
        max-width: 1920px;
    }
}
