.contact{
    /*width: 100%;*/
    /*max-width: 1140px;*/
    height: auto;
    display: flex;
    width: calc(100% - 120px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    color: var(--primary-fade);
    padding-top: 20px;
    padding-bottom: 80px;
    box-sizing: border-box;
}

.contact .intro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact .intro span{

}

.contact .intro .underline{
    width: 220px;
    margin-top: -10px;
    height: 2px;
    background-color: var(--primary-clear);
}

.contact .body{
    width: 100%;
    max-width: 1140px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: var(--primary-fade);
    padding-top: 60px;
}


.contact .body .left{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.contact .body .right{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 22px;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.5;
    color: var(--primary-fadest);
}

/* .contact .body .left form{ */
/*     width: 100%; */
/*     display: flex; */
/*     flex-direction: column; */
/*     justify-content: flex-start; */
/*     align-items: stretch; */
/* } */
/* .contact .body .left form .title{ */
/*     font-size: 24px; */
/*     font-weight: 400; */
/*     margin-bottom: 20px; */
/*     color: var(--primary-fader); */
/* } */
/* .contact .body .left form .input{ */
/*     font-size: 20px; */
/*     font-weight: 500; */
/*     background-color: var(--white-fadest); */
/*     border-radius: 4px; */
/*     margin-bottom: 14px; */
/*     padding: 6px 0px 6px 10px; */
/*     outline: 2px solid rgba(0,0,0,0); */
/*     border: 0px solid var(--mid); */
/*     color: var(--primary-fade); */
/*     transition: all 0.4s ease-in-out; */
/* } */
/**/
/* .contact .body .left form textarea{ */
/*     height: 200px; */
/* } */
/* .contact .body .left form .input:hover{ */
/*     outline: 2px solid var(--primary-clearest); */
/* } */
/* .contact .body .left form .input:focus{ */
/*     outline: 2px solid var(--primary-fadest); */
/* } */
/**/
/* .contact .body .left form .input::placeholder { */
/*     font-weight: 100; */
/*     color: var(--grey); */
/* } */
/**/
/* .contact .body .left form btn{ */
/*     font-weight: 900; */
/* } */

.contact .body .right .title{
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
}
.contact .body .right .font-normal{
    font-weight: 600;
}

.map{
    width: 100%;
    background-color: var(--primary-fade);
    aspect-ratio: 3 / 1;
}

.mapObj{
    height: 100%;
    width: 100%;
}
