.subtitle-l {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #45423B;
}

.title-m {
    letter-spacing: 2px;
    text-transform: capitalize;
    margin-bottom: 100px;
    font-family: ivypresto-display, sans-serif;
    font-size: 50px;
    font-weight: 100;
    line-height: 60px;
    padding: 16px;
    color: #45423B;
}

.title-m.is-0bot {
    margin-bottom: 0;
}

.white-placeholder::placeholder {
    color: #45423B !important;
}

.text-field {
    color: #078579;
    letter-spacing: .1em;
    text-transform: uppercase;
    background-color: #fff0;
    border: 0 solid #000;
    border-bottom: 1px solid #45423B;
    min-height: 50px;
    font-size: 17px;
    line-height: 26px;
    width: 100%;
}

.country-selector {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 10px;
    /* height: 0px; */
    border-bottom: 1px solid #45423B;
    background: transparent;
    color: #45423B;
    cursor: pointer;
}

.image-5 {
    width: 150px;
    margin-bottom: 60px;
}

.text-field.w-select {
    /* appearance: none; */
    background-color: transparent;
    color: #45423B;
}

.form_component {
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.form_component-2 {
    width: 100%;
    min-width: 500px;
}

.text-field:focus-visible,
.text-field[data-wf-focus-visible] {
    border-bottom-color: #078579;
    color: #078579;
    caret-color: #078579;
}

.country-item .country-name {
    flex: 1;
    font-size: 14px;
    letter-spacing: 1px;
}

.country-item .dial-code {
    color: var(--color-5);
    font-size: 13px;
    letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
    .form_component-2 {
        width: 100%;
        min-width: auto;
    }

    .form_component {
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        display: flex;
    }

    .text-field {
        min-height: 40px;
    }

    .title-m,
    .title-m.is-0bot {
        margin-bottom: 30px;
    }

    .title-m {
        text-align: center;
    }
}

@media screen and (max-width: 657px) {
    .div-block-23 {
        padding: 2rem;
    }
}

@media screen and (max-width: 583px) {
    .div-block-23 {
        padding: 0rem;
    }

    .form {
        grid-template-columns: 1fr;

    }

    .form_component {
        padding-left: 20px;
        padding-right: 20px;
    }

    .image-5 {
        margin-top: 0px;
        padding-top: 60px;
    }
}


@media screen and (max-width: 479px) {
    .form_component {
        width: 100%;
        height: auto;
        padding: 0px;
    }

    .image-5 {
        width: 130px;
        margin-bottom: 24px;
        margin-top: -20px;
        padding-bottom: 24px;
    }

    .text-field {
        min-height: 35px;
    }

    .title-m {
        margin-bottom: 0;
        font-size: 35px;
        line-height: 40px;
        text-align: center;
    }

    .subtitle-l {
        font-size: 24px;
        padding-top: 16px;
        line-height: 15px;
        padding-bottom: 16px;
    }

    .container.is-horiz {
        background-image: linear-gradient(#ffffff80, #ffffff80), url(/static/projects/rena/images/Emotional_06.webp);
        background-position: 0 0, 50%;
        background-repeat: repeat, no-repeat;
        background-size: auto, cover;
        flex-flow: column;
        padding-bottom: 20px;
        padding-top: 80px;


    }


}

.faq-ul-style {
    list-style-type: disc;
    padding-left: 20px;
}

.faq-ul-style li {
    font-weight: 400;

}

.faq-style span {
    font-family: freight-neo-pro, sans-serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: .05em;
    color: #45423b;
}



.faq-style h2 {
    font-family: freight-neo-pro, sans-serif;
    letter-spacing: .1em;
    color: #8d8578;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 36px;
}

.faq-style h3 {
    font-family: freight-neo-pro, sans-serif;
    letter-spacing: .1em;
    color: #8d8578;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
}

.faq-style ol {
    row-gap: calc(40px);
}

.faq-style ol>li {
    row-gap: calc(20px);
}

.faq-style b {
    font-weight: 400;
}