.contactimage img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.contactimage {
    width: 50vw;
    position: relative;
    overflow: hidden;
}

.scale {
    animation: scaleUp 40s infinite linear;
}

.contactimage h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    width: fit-content;
}

.contactwrapper {
/*     height: 75vh; */
    max-height: 600px;
}

.contactform {
    width: 50vw;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: #fff;
}

.formmodule {
    width: 80%;
    margin: 0 auto;
}

.formmodule h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Syne',sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 14px;
}

span#hs_cos_wrapper_widget_1666638953336_ {
    width: 80%;
    margin: 0 auto;
}

section#contact {
/*     min-height: 500px; */
    position: relative;
    height: fit-content;
}

.hs-form-3f3d7025-964c-41d9-9862-d5b452a5c56b input {
 border: 1px solid #000;
 border-style: none none solid none;
 padding: 10px !important;
 border-radius: 0;
 font-size: 14px !important;
 font-family: 'Syne',sans-serif;
}

.hs-form-3f3d7025-964c-41d9-9862-d5b452a5c56b textarea {
 border: 1px solid #000;
 border-style: none none solid none;
 padding: 10px !important;
 border-radius: 0;
 font-size: 14px !important;
 font-family: 'Syne',sans-serif;
}

.hs-form-3f3d7025-964c-41d9-9862-d5b452a5c56b input.hs-button {
    background: linear-gradient(90deg, white 50%, transparent 50%);
    background-size: 201%;
    background-position: 100%;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 25px !Important;
    border-radius: 5px;
    display: block;
    width: fit-content;
    font-weight: 600;
    font-family: 'Syne',sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 12px;
    transition: 0.5s ease-in all;
    border-color: #000 !important;
    color: #000 !important;
    margin-top: 0px !important;
}

.hs-form-3f3d7025-964c-41d9-9862-d5b452a5c56b input.hs-button:hover {    
   background: linear-gradient(90deg, white 50%, transparent 50%);
   background-size: 201%;
   background-position: 100%;
}

.hs-form-3f3d7025-964c-41d9-9862-d5b452a5c56b input.hs-button:active {    
   background: linear-gradient(90deg, white 50%, transparent 50%);
   background-size: 201%;
   background-position: 100%;
}

.hs-form-3f3d7025-964c-41d9-9862-d5b452a5c56b label.hs-error-msg {
    font-size: 12px;
}

.hs-form-3f3d7025-964c-41d9-9862-d5b452a5c56b.hs_error_rollup ul {
    display: none !important;
}

.contactwrapper { display: flex; }