.wwu {
    padding: 2.73rem 0 5.86rem;
    background: url(../../assets/img/archprodbg.svg) no-repeat top center;
}

.wwu .text {
    max-width: 680px;
    margin-bottom: 2.66rem;
}

.wwu .fflex form {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}

.wwu .fflex .left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34.12563%;
    min-height: 660px;
    background-color: var(--title2);
    outline: 2px dashed #ffffff80;
    outline-offset: -1rem;
}

.wwu .fflex .left .upload {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wwu .fflex .left .upload>img {
    margin-bottom: 1rem;
}

.wwu .fflex .left .upload .tit {
    text-align: center;
    color: var(--white);
    font-family: var(--raj);
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.07px;
}

.wwu .fflex .left .upload .tx {
    text-align: center;
    color: var(--white);
    font-family: var(--raj);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 1rem;
}

.wwu .fflex .left .upload .dbtn {
    cursor: pointer;
}

.wwu .fflex .left .upload input[type="file"] {
    display: none;
}

.wwu .fflex .right {
    width: 65.87437%;
}

.wwu .fflex .right .fbox {
    background: var(--white);
    box-shadow: 0px 20px 40px 0px #7090b040;
}

.wwu .fflex .right .fbox .ftitle {
    color: #363640;
    font-family: var(--raj);
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.07px;
    padding: 1.66rem 4rem;
    border-bottom: 1px solid var(--line);
}

.wwu .fflex .right .fbox .form {
    padding: 2rem 4rem 2.4rem;
}

.wwu .fflex .right .fbox .form .row {
    gap: 1.33rem 0;
}

.wwu .fflex .right .fbox .lb {
    color: #363640;
    font-family: var(--raj);
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0.027px;
    margin-bottom: 5px;
}

.wwu .fflex .right .fbox .ipts {
    width: 100%;
    height: 47px;
    color: var(--title);
    font-family: var(--raj);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    border: 1px solid #DDDDED;
    border-radius: 5px;
    background: var(--white);
    padding: 0 1rem;
}

.wwu .fflex .right .fbox .txta {
    width: 100%;
    height: 151px;
    color: var(--title);
    font-family: var(--raj);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    border: 1px solid #DDDDED;
    border-radius: 5px;
    background: var(--white);
    padding: 1rem;
    resize: none;
}

.wwu .fflex .right .fbox .ipts:focus-visible,
.wwu .fflex .right .fbox .txta:focus-visible {
    outline: none;
}

.wwu .fflex .right .fbox .ipts::placeholder,
.wwu .fflex .right .fbox .txta::placeholder {
    color: #4e4e74a6;
}

.wwu .fflex .right .fbox .tlb {
    color: #475D79;
    font-family: var(--raj);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.07px;
}

.wwu .fflex .right .fbox .dbtn {
    cursor: pointer;
}

.wwu .fflex .right .fbox .dbtn input[type="submit"] {
    height: 100%;
    color: var(--white);
    font-family: var(--raj);
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.027px;
    border: none;
    background: none;
    padding: 0;
}

.wwu .fflex .wpcf7 form.invalid .wpcf7-response-output,
.wwu .fflex .wpcf7 form.unaccepted .wpcf7-response-output,
.wwu .fflex .wpcf7 form.payment-required .wpcf7-response-output {
    width: 100%;
}


/* MEDIA QUERIES */

@media(max-width:992px) {
    .wwu .fflex form {
        flex-direction: column-reverse;
        gap: 1.5rem 0;
    }
    .wwu .fflex .left {
        width: 100%;
        min-height: unset;
        padding: 3rem;
    }
    .wwu .fflex .right {
        width: 100%;
    }
    .wwu .fflex .right .fbox .ftitle {
        padding: .5rem 1.5rem;
    }
    .wwu .fflex .right .fbox .form {
        padding: 1.5rem;
    }
}

@media(max-width:757px) {
    .wwu .fflex .left {
        padding: 2rem;
    }
}


/* MEDIA QUERIES ! */