/* img {
    max-width: 100%;
}

.hb-spt form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hb-spt .form-columns-3 {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.hb-spt .form-columns-3>div:nth-child(1),
.hb-spt .form-columns-3>div:nth-child(2) {
    width: 50%!important;
    float: none!important;
}

.hb-spt .form-columns-3 .hs_email {
    width: 100%!important;
    float: none!important;
}

.hb-spt .hs_submit {
    text-align: right;
    width: 100%;
}

.hb-spt .large {
    color: #fff;
    background-color: #000;
    border-color: #000;
    border-radius: 50px;
    padding: 8px 33px;
    font-size: 16px;
    border: 2px solid #000;
}

.hb-spt .hs-input {
    border-bottom: 1px solid #fff;
}

.hb-spt .hs-input.error {
    border-bottom: 1px solid #f00;
}

.hbst-sa .hs-input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    outline: none !important;
    color: #000;
    padding: 10px 5px;
    width: 100%;
}

.hb-sbt-contact .hbst-sa fieldset .hs-input {
    border-bottom: 1px solid #000000!important;
}

.hbst-sa .hs-input.error {
    border-bottom: 1px solid #f00!important;
}

.ovewr.submitted .hbst-sa p {
    padding: 150px 0;
}

.ovewr .hbst-sa .hs-input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    outline: none !important;
    color: #fff;
    padding: 5px 5px;
    width: 100%;
    margin-bottom: 15px;
}

.ovewr label {
    font-size: 14px;
}

.hb-sbt-contact .actions {
    text-align: end;
}



*/

.hs-error-msgs {
    display: none!important;
}

.demo-section fieldset {
    max-width: 100%!important;
}

.demo-section fieldset .hs-input {
    width: 100%!important;
    padding: 0 10px 5px;
    outline: none !important;
    background-color: #FFF;
    backdrop-filter: blur(7px);
    height: 52px;
    border-radius: 5px;
    border: 1px solid #4E4E4E;
    margin-bottom: 20px;
}

.demo-section fieldset textarea.hs-input {
    height: 100px;
}

.demo-section label {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.demo-section .hb-spt .submitted-message {
    padding: 20px 0;
}

.demo-section .actions {
    text-align: end;
    position: relative;
    margin-top: -50px;
}

.demo-section .large {
    color: #000;
    background-color: #049547;
    border-color: #049547;
    padding: 10px 33px;
    font-size: 16px;
    border-radius: 50px;
    border: none;
    font-weight: 700;
    color: #fff;
}


/* contact */

.hb-sbt-contact fieldset {
    max-width: 100%!important;
}

.hb-sbt-contact .inputs-list {
    padding-left: 0;
    padding-top: 10px;
}

.hb-sbt-contact .inputs-list li {
    display: inline-block;
    width: 120px;
}

.hb-sbt-contact .inputs-list li label {
    display: flex;
    align-items: center;
}

.hb-sbt-contact .inputs-list li label input {
    backdrop-filter: unset;
    height: 25px;
    width: 25px!important;
    margin-right: 8px;
    background-color: transparent;
    border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border-radius: 50%;
}

.hb-sbt-contact .inputs-list li label input:checked {
    background-color: #fff;
    border-color: #fff;
}

.hb-sbt-contact .hs-form-field {
    margin-bottom: 18px;
}

.hb-sbt-contact label {
    margin-bottom: 8px;
}

.hb-sbt-contact fieldset .hs-input {
    width: 100%!important;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgb(255 255 255 / 50%)!important;
    padding: 0 10px 5px;
    outline: none !important;
    border-radius: 5px;
    background-color: #FFF;
    backdrop-filter: blur(7px);
    height: 52px;
}

.hb-sbt-contact fieldset textarea {
    min-height: 52px;
}

.hb-sbt-contact fieldset .hs-input.error {
    border-bottom: 1px solid #f00!important;
}

.hb-sbt-contact .actions {
    text-align: end;
    position: relative;
}

@media screen and (min-width:575px) {
    .hb-sbt-contact .actions {
        top: -60px;
    }
}

.hb-sbt-contact .large {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    padding: 10px 33px;
    font-size: 16px;
    border-radius: 50px;
    border: none;
    font-weight: 700;
}

.hb-sbt-contact p {
    max-width: 100%;
    text-align: center;
}

.hb-sbt-contact fieldset .hs-input {
    width: 100%!important;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgb(255 255 255 / 50%)!important;
    padding: 0 10px 5px;
    outline: none !important;
    border-radius: 5px;
    background-color: #FFF;
    backdrop-filter: blur(7px);
    height: 52px;
}

.ovewr.submitted .col-md-5 {
    display: none;
    transition: .5s;
}

.ovewr.submitted .row {
    justify-content: center;
}

.ovewr.submitted p {
    font-size: 27px;
    line-height: 49px;
}

.ovewr.submitted .ls-head {
    display: none;
}


/* #requestdemo .modal-body .rdemo-message .checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #049547;
    stroke-miterlimit: 10;
    -webkit-box-shadow: inset 0px 0px 0px #049547;
    box-shadow: inset 0px 0px 0px #049547;
    -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
}

#requestdemo .modal-body .rdemo-message .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #049547;
    fill: #fff;
    -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

#requestdemo .modal-body .rdemo-message .checkmark__check {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

#requestdemo .modal-body .rdemo-img {
    max-height: 100%!important;
} 

@-webkit-keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes scale {
    0%,
    100% {
        -webkit-transform: none;
        transform: none;
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes scale {
    0%,
    100% {
        -webkit-transform: none;
        transform: none;
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}

@-webkit-keyframes fill {
    100% {
        -webkit-box-shadow: inset 0px 0px 0px 30px #4bb71b;
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}

@keyframes fill {
    100% {
        -webkit-box-shadow: inset 0px 0px 0px 30px #4bb71b;
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}
*/

@media screen and (max-width:767px) {
    .hs-form-71e9cf3c-9f3f-4418-98cd-9b4cf809ddb9_b122be9a-41ee-4547-89e1-f04c7901aac2 fieldset.form-columns-1 .input,
    .hs-form-71e9cf3c-9f3f-4418-98cd-9b4cf809ddb9_a49db12d-4585-49aa-9b8d-557614dba240 fieldset.form-columns-1 .input,
    .hs-form-71e9cf3c-9f3f-4418-98cd-9b4cf809ddb9_d57b0d50-cddd-4262-b47b-e880c0e34bb2 fieldset.form-columns-2 .input {
        margin-right: 0;
    }
    .hb-sbt-contact fieldset .hs-input {
        height: 40px;
    }
}