@media only screen and (min-width: 1140px) {
  .contact-hero {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .contact-hero .content {
    width: 100%;
    height: 100%;
    padding: 55px 35px;
    padding-top: 150px;
    padding-bottom: 85px;
    background: #F2F2ED !important;
    max-width: 1475px;
    margin-inline: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
  }
  .contact-hero .content .left {
    flex: 58;
  }
  .contact-hero .content .left .headingp {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #1F1F1F;
  }
  .contact-hero .content .left .headingp span {
    width: 80px;
    height: 1px;
    background: #1F1F1F;
    opacity: 0.7;
    margin-inline: 15px;
    display: block;
  }
  .contact-hero .content .left h1 {
    color: #1F1F1F;
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 200 !important;
    line-height: 0.95;
  }
  .contact-hero .content .left .subheading {
    margin-top: 20px;
    max-width: 90%;
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    opacity: 0.9;
  }
  .contact-hero .content .left .form-messages {
    margin-top: 25px;
  }
  .contact-hero .content .left .form-messages .success {
    margin: 0;
    padding: 16px 20px;
    border-radius: 2px;
    background: rgba(76, 148, 88, 0.12);
    color: #2f6b3c;
    font-size: 15px;
    font-weight: 400;
  }
  .contact-hero .content .left .inquiry-form {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .contact-hero .content .left .inquiry-form .row {
    display: flex;
    flex-direction: row;
    gap: 22px;
  }
  .contact-hero .content .left .inquiry-form .row .field {
    flex: 1;
  }
  .contact-hero .content .left .inquiry-form .field {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .contact-hero .content .left .inquiry-form .field label {
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 400;
  }
  .contact-hero .content .left .inquiry-form .field label span {
    color: #d1483c;
  }
  .contact-hero .content .left .inquiry-form .field label .optional {
    color: #1F1F1F;
    opacity: 0.5;
    font-weight: 300;
  }
  .contact-hero .content .left .inquiry-form .field .input-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding-inline: 18px;
    background: white;
    transition: border-color 0.2s ease;
  }
  .contact-hero .content .left .inquiry-form .field .input-wrap:focus-within {
    border-color: #dfc43f;
  }
  .contact-hero .content .left .inquiry-form .field .input-wrap i {
    color: #1F1F1F;
    opacity: 0.5;
    font-size: 15px;
  }
  .contact-hero .content .left .inquiry-form .field .input-wrap .input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    padding-block: 14px;
    font-size: 15px;
    font-family: inherit;
    color: #1F1F1F;
    resize: none;
  }
  .contact-hero .content .left .inquiry-form .field .input-wrap .input::placeholder {
    color: #1F1F1F;
    opacity: 0.4;
  }
  .contact-hero .content .left .inquiry-form .field .input-wrap textarea.input {
    padding-block: 16px;
    align-self: flex-start;
  }
  .contact-hero .content .left .inquiry-form .field ul.errorlist {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .contact-hero .content .left .inquiry-form .field ul.errorlist li {
    color: #d1483c;
    font-size: 13px;
  }
  .contact-hero .content .left .inquiry-form .textarea-field {
    flex: 60;
  }
  .contact-hero .content .left .inquiry-form .textarea-field .input-wrap {
    align-items: flex-start;
    height: 190px;
  }
  .contact-hero .content .left .inquiry-form .textarea-field .input-wrap i {
    margin-top: 16px;
  }
  .contact-hero .content .left .inquiry-form .upload-field {
    flex: 40;
  }
  .contact-hero .content .left .inquiry-form .upload-field .dropzone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 190px;
    border: 1px dashed rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
  }
  .contact-hero .content .left .inquiry-form .upload-field .dropzone i {
    color: #1F1F1F;
    font-size: 22px;
    opacity: 0.6;
  }
  .contact-hero .content .left .inquiry-form .upload-field .dropzone p {
    margin: 0;
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 400;
  }
  .contact-hero .content .left .inquiry-form .upload-field .dropzone span {
    color: #1F1F1F;
    font-size: 12px;
    opacity: 0.5;
  }
  .contact-hero .content .left .inquiry-form .upload-field .dropzone.is-dragover {
    border-color: #dfc43f;
    background: rgba(223, 196, 63, 0.08);
  }
  .contact-hero .content .left .inquiry-form .upload-field .file-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 10px;
  }
  .contact-hero .content .left .inquiry-form .upload-field .file-list .file {
    margin: 0;
    color: #1F1F1F;
    font-size: 13px;
    opacity: 0.7;
  }
  .contact-hero .content .left .inquiry-form .button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 40px;
    border-radius: 2px;
    color: #1F1F1F;
    background: #dfc43f;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-family: inherit;
    width: max-content;
  }
  .contact-hero .content .left .inquiry-form .button i {
    margin-left: 17px;
    transform: translateY(1px);
  }
  .contact-hero .content .left .inquiry-form .note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 300;
    opacity: 0.65;
  }
  .contact-hero .content .left .inquiry-form .note i {
    font-size: 14px;
  }
  .contact-hero .content .right {
    flex: 38;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    padding-left: 40px;
  }
  .contact-hero .content .right .section-label {
    margin: 0 0 25px;
    color: #1F1F1F;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0.6;
  }
  .contact-hero .content .right .contact {
    display: flex;
    flex-direction: column;
  }
  .contact-hero .content .right .contact a, .contact-hero .content .right .contact .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    text-decoration: none;
    padding-block: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .contact-hero .content .right .contact a:first-child, .contact-hero .content .right .contact .item:first-child {
    padding-top: 0;
  }
  .contact-hero .content .right .contact a:last-child, .contact-hero .content .right .contact .item:last-child {
    border-bottom: none;
  }
  .contact-hero .content .right .contact a i, .contact-hero .content .right .contact .item i {
    color: #1F1F1F;
    font-size: 18px;
    width: 20px;
  }
  .contact-hero .content .right .contact a div, .contact-hero .content .right .contact .item div {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .contact-hero .content .right .contact a div p, .contact-hero .content .right .contact .item div p {
    margin: 0;
    color: #1F1F1F;
    font-size: 15px;
    font-weight: 300;
    opacity: 0.6;
  }
  .contact-hero .content .right .contact a div p:nth-child(2), .contact-hero .content .right .contact .item div p:nth-child(2) {
    font-weight: 400;
    opacity: 1;
  }
  .contact-hero .content .right .contact a div p.sub, .contact-hero .content .right .contact .item div p.sub {
    font-size: 13px;
    opacity: 0.6;
  }
  .contact-hero .content .right .features {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }
  .contact-hero .content .right .features .feature {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-right: 15px;
  }
  .contact-hero .content .right .features .feature i {
    color: #1F1F1F;
    font-size: 22px;
  }
  .contact-hero .content .right .features .feature p {
    margin: 0;
    color: #1F1F1F;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
  }
  .contact-hero .content .right .signature {
    position: relative;
    width: 100%;
    height: 180px;
    margin-top: 30px;
    border-radius: 2px;
    overflow: hidden;
  }
  .contact-hero .content .right .signature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(70%);
  }
  .contact-hero .content .right .signature .overlay-right {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    pointer-events: none;
  }
  .contact-hero .content .right .signature .tagline {
    position: absolute;
    left: 30px;
    bottom: 25px;
    margin: 0;
    color: rgb(246, 246, 246);
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.25;
  }
}

/*# sourceMappingURL=contact.css.map */
