.contact-us_root__J_CKw{width:100vw;box-sizing:border-box;display:flex;align-items:center;position:relative;flex-direction:column;background-color:var(--soft-grey);min-height:calc(100vh - var(--header-height))}.contact-us_subRoot__BtWQE{width:var(--width-value);max-width:var(--max-width);height:max-content;align-items:center;justify-content:center;display:grid;padding:128px 0;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px}.contact-us_left__eQbrb{display:flex;flex-direction:column;gap:30px;width:80%}.contact-us_right__BON25{display:grid;grid-template-areas:"firstname lastname" "email email" "phone company" "message message";grid-gap:30px;gap:30px;grid-auto-rows:min-content}.contact-us_right__BON25 input{flex:0.5 1}.contact-us_right__BON25 textarea{width:100%}@media (max-width:1023px){.contact-us_left__eQbrb{width:100%;gap:0}.contact-us_subRoot__BtWQE{grid-template-columns:1fr;padding:64px 0}.contact-us_right__BON25 input{flex:1 1}}@media (max-width:600px){.contact-us_right__BON25{grid-template-areas:"firstname" "lastname" "email" "phone" "company" "message"}}