section.contact-wrap {
    padding: 15rem 0;
    gap: 15rem;

}

section.contact-wrapkdr .description h2 {
    padding-bottom: 2rem;
}



.studio li {
    display: flex;
    gap: 2rem;
    padding: .5rem 0;
    border-top: 2px dotted var(--white)
}

.studio li span.title {
    width: 8rem;
    flex-shrink: 0;
}

.contact-list a,
.studio li a {
    text-decoration: underline;
    cursor: pointer;
}


@media (hover:hover) {
    .contact-list a:hover {
        text-decoration: none;
    }

    .studio li {
        gap: 1rem;
        padding: .5rem 0;
    }

    .studio li span.title {
        width: 7rem;
    }
}

/*==============form=============*/
.fluentform .clearfix:after,
.fluentform .clearfix:before,
.fluentform .ff-el-group:after,
.fluentform .ff-el-group:before,
.fluentform .ff-el-repeat .ff-el-input--content:after,
.fluentform .ff-el-repeat .ff-el-input--content:before,
.fluentform .ff-step-body:after,
.fluentform .ff-step-body:before {
    content: none;
}

.fluentform .ff-el-group {
    padding: 0;

    display: flex;
    gap: 2rem;

    margin-bottom: 0;
}

.fluentform .ff-el-input--label {
    display: inline-block;
    margin-bottom: 0;
    width: 8rem;
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 1.35rem 0;
    font-weight: bold;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    flex-shrink: 0;
    position: relative;
}

.ff-default .ff-el-input--label label {
    font-weight: inherit;
    line-height: inherit;
}

.ff-el-input--content {
    width: 100%;
    border-top: 2px dotted var(--white);
    max-width: 60rem;
}

.ff-default .ff-el-form-control {
    background-clip: padding-box;
    background-image: none;
    border: 0;
    border-radius: 0;
    color: var(--black);
    font-family: inherit;
    line-height: inherit;
    margin-bottom: 0;
    /* width: 100%; */
    max-width: 100%;
    background: transparent;
    padding: .5rem 0;
    letter-spacing: -0.03em;

}

.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
    content: ""
}

.ff-default .ff-el-form-control::placeholder {
    color: rgba(0, 0, 0, .3)
}


.ff-default .ff-el-form-control:focus {
    background: transparent;
    color: var(--black);
}

form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style) {
    margin-left: 10rem;
    max-width: 60rem;
    border: 0;
    border-radius: 0;
    background-color: var(--white) !important;
    font-size: inherit;
    mix-blend-mode: screen;
    font-weight: bold;
    letter-spacing: 0.03em;
    color: var(--black) !important;
    font-size: 1.3rem;
    line-height: inherit;
    text-transform: uppercase;
    padding: 4rem;
    width: 100%;
    text-align: left;
}

.ff-message-success {
    border: 0;
    box-shadow: none;
    margin-top: 0;
    padding: 0;
    position: relative;
}
@media (max-width: 1200px) {
    .flex.gap20 {
        flex-direction: column;
        gap: 8rem;
    }
}

@media (max-width: 800px) {
    section.contact-wrap {
        padding: 10rem 0;
        gap: 8rem;
    }



    .fluentform .ff-el-group {
        gap: 1rem;
    }

    .fluentform .ff-el-input--label {
        font-size: 1.2rem;
        width: 7rem;
    }

    .ff-default .ff-el-form-control {
        padding: 1rem 0;
    }

    form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style) {
        margin-left: 8rem;
    }


}