.animationBizz__contactFormSection {
    padding: 0 !important;
    padding: 40px 0 !important;
    height: auto !important;
}

.animationBizz__contactFormHeader {
    width: 100%;
    line-height: 26px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}


.animationBizz__icon{
    margin-bottom: 40px;
    align-self: center;
    max-width: 147px;
    max-height: 84px;
    width: 100%;
}

.animationBizz__formTitle{
    margin-bottom: 8px;
    font-size: 20px;
}

.animationBizz__formSubTitle{
    font-size: 16px;
}

/* Input */
.animationBizz__formRow {
    height: 75px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.animationBizz__input {
    border: none;
    border-bottom: 1px solid #757575;
    background-color: transparent;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 26.1px;
    padding-bottom: 3px;
}

    .animationBizz__input:focus {
        outline: none;
    }

/*Input end*/


/*Form*/
.animationBizz__contactFormSection {
        display: block;
        width: 100%;
        overflow: hidden;
        border-radius: 40px;
        background-color: #F2F2F2;
}

.animationBizz__contactFormSection *{
    color: #101820 !important;
} 

.animationBizz__formContent {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 15px 221px 32px;
    gap: 16px;
}


.animationBizz__form {
    display: flex;
    flex-direction: column;
}

.animationBizz__leads .animationBizz__form__row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    margin: 0 auto;
    padding-bottom: 24px;
    width: 100%;
    max-width: 575px;
}

.animationBizz__input:focus + label, .animationBizz__input:valid + label {
    top: -17px;
    left: 10px;
    padding: 0px 5px 0px 5px;
    font-size: 12px;
}

.animationBizz__input_wrap {
    width: 100%;
    height: auto;
    position: relative;
}

    .animationBizz__input_wrap label {
        font-family: "ICPangeaText";
        padding: 14px 10px;
        position: absolute;
        top: -8px;
        right: -5px;
        transition: 0.2s ease all;
        pointer-events: none;
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
        letter-spacing: 0em;
        text-align: right;
        color: #757575;
    }


.animationBizz__errorMsg {
    font-size: 12px;
    color: red !important;
}

.animationBizz__form__button {
    margin-top: 16px;
    width: 150px;
    align-self: center;
    margin: 0 auto;
}

.animationBizz__submitButton {
    width: 290px;
    height: 40px;
    padding: 8px 32px;
    border-radius: 4px;
    background-color: #101820;
    margin: auto;
    cursor: pointer;
}

.animationBizz__submitButton span{
    font-size: 16px;
    font-weight: 600;
    color: white !important;
}

/*Form end*/


.animationBizz__hiddenData {
    display: none;
}

.animationBizz__contactFormHeader,
.animationBizz__formRow {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Popup */
.animationBizz__popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.animationBizz__popupContent {
    background: #fff;
    padding: 50px 95px;
    border-radius: 8px;
    text-align: center;
    max-width: 480px;
    width: 100%;
    height: 330px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.animationBizz__popupContent .title {
    font-size: 24px;
}
.animationBizz__popupContent .subTitle {
    font-size: 16px;
}



@media screen and (max-width:768px) {
    .animationBizz__formContent {
        width: unset;
        margin: auto;
        padding: 0 21px;
    }
    .animationBizz__contactFormSection {
        display: block;
        width: 100%;
        overflow: hidden;
        border-radius: 0;
        background-color: #F2F2F2;
    }
    .animationBizz__buttonContainer {
        display: flex;
        flex-direction: column;
        gap: 19.5px;
    }

    .animationBizz__supportSection {
        height: 500px;
    }

    .animationBizz__vectorImg {
        top: 41px;
        right: 2px;
    }

    .animationBizz__supportCardContainer {
        max-width: 328px;
        padding: 32px 24px 21px;
        height: 455px;
    }

    .animationBizz__supportButton {
        width: 100%;
    }
}