.contact_banner{
    padding: 2.5rem 0 8rem;
    background-color: #edebf7;
}
.contact_banner .head{
    margin-top: 6.3rem;
    max-width: 117rem;
}
.contact_banner .head h1{
    font-size: 3.6rem;
    line-height: 4.4rem;
    margin-bottom: 2.2rem;
    font-weight: 600;
}
.contact_banner .head p{
    font-size: 1.8rem;
    line-height: 3rem;
}
.contact_banner .head p + p{
    margin-top: 1rem;
}
.contact_banner .head p a{
    font-weight: 500;
    font-size: 1.9rem;
    text-decoration: underline;
}
.contact_infos{
    padding: 6rem 0 3rem;
}
.contact_infos .lists{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
}
.contact_infos .lists .item a{
    padding: 3rem 2.6rem;
    border-radius: 10px;
    display: block;
    border: 1px solid rgba(22, 22, 22, 0.24);
    transition: all 0.3s;
}
.contact_infos .lists .item a:hover{
    border-color: transparent;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.contact_infos .lists .item a strong{
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 500;
    display: block;
    margin-bottom: 1rem;
}
.contact_infos .lists .item a li{
    font-size: 1.5rem;
    color: #666;
    list-style: disc;
    margin-left: 1.8rem;
}
.contact_infos .lists .item a li + li{
    margin-top: 0.5rem;
}
.contact_infos .lists .item a .btn{
    margin-top: 5.6rem;
}

.contact_form{
    padding: 3rem 0 5rem;
}

.contact_form .left{
    width: 66.12%;
}
.contact_form .right{
    width: 32.25%;
}

.contact_form .left .form{
    padding: 3rem 2.6rem;
    border-radius: 10px;
    background-color: #edebf793;
}
.contact_form .left .head h2{
    margin-bottom: 2rem;
}
.contact_form .left .head p{
    color: rgba(45, 45, 45, 0.85);
}
.contact_form .head{
    margin-bottom: 3.5rem;
}
.contact_form .form span{
    display: block;
    width: 100%;
}
body .wpcf7 form .wpcf7-response-output{
    padding: 0;
    margin: 0;
    border: none;
}
.contact_form .form span.wpcf7-spinner{
    width: 24px !important;
    margin-left: 0;
    margin-top: 2rem;
}
.contact_form .form span label{
    font-size: 1.6rem;
    color: #150f35;
    display: block;
    font-weight: 600;
    margin-bottom: 0.6rem;
}
.contact_form .form input{
    padding: 1.3rem 1.5rem;
    background-color: white;
    border: 1px solid #dadadd;
    border-radius: 4px;
    width: 100%;
    font-size: 1.6rem;
}
.contact_form .form span + span{
    margin-top: 2.4rem;
}
.contact_form .form select{
    padding: 1.3rem 1.5rem;
    border: 1px solid #dadadd;
    border-radius: 4px;
    width: 100%;
    font-size: 1.6rem;
    background: url('../img/select.svg') no-repeat right 1.4rem center/1.3rem;
    background-color: white;
}
.contact_form .form input[type='submit']{
    background-color: var(--subtheme_color);
    display: inline-block;
    width: auto;
    padding: 1.5rem 3.6rem;
    color: white;
    transition: all 0.3s;
}
.contact_form .form input[type='submit']:hover{
    background-color: var(--theme_color);
}
.contact_form .form textarea{
    padding: 1.3rem 1.5rem;
    background-color: white;
    border: 1px solid #dadadd;
    border-radius: 4px;
    width: 100%;
    font-size: 1.6rem;
    min-height: 14rem;
}
.contact_form .right .infos{
    padding: 3.1rem 2.3rem;
    border-radius: 10px;
    background-color: var(--subtheme_color);
    color: white;
}
.contact_form .right .infos h3{
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 2.3rem;
}
.contact_form .right .infos p{
    font-size: 1.8rem;
    line-height: 2.5rem;
}
.contact_form .right .infos p:last-of-type{
    margin-top: 2.3rem;
}
.contact_form .right .infos .socials{
    display: flex;
    gap: 3.7rem;
    margin-top: 4rem;
}
.contact_form .right .infos .socials a{
    display: inline-block;
    width: auto;
    width: 1.8rem;
    height: 1.8rem;
    background: url('../img/linkedin.svg') no-repeat center/contain;
    text-indent: -9999px;
}

.contact_form .right .infos .socials a.facebook{
    background-image: url('../img/facebook.svg');
}
.contact_form .right .infos .socials a.youtube{
    background-image: url('../img/youtube.svg');
}
.contact_form .right .infos .socials a.twitter{
    background-image: url('../img/twitter.svg');
}