body .klaviyo_styling .klaviyo_submit_button {
    background-color: #FFCD00;
    box-shadow: 0px 2px 4px rgba(159, 159, 159, 0.437964);
    border-radius: 5px;
    font-weight: 600;
    font-size: 24px;
    width: 396px;
    height: 75px;
    color: #000;
    outline: none;
    margin: 0 auto;
    border: 0;
    width: 100%;
}

body .klaviyo_styling .klaviyo_field_group input {
    border: 1px solid #8D8D8D;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0 63px;
    outline: none;
    height: 61px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    padding-top: 25px;
    transition: .3s;
    display: block!important;
    font-family: 'Montserrat', sans-serif;
}

body .klaviyo_styling .klaviyo_field_group input::-webkit-outer-spin-button,
body .klaviyo_styling .klaviyo_field_group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

body .klaviyo_styling .klaviyo_field_group input[type=number] {
    -moz-appearance: textfield;
}

body .klaviyo_styling .klaviyo_field_group img {
    position: absolute;
    width: 23px;
    height: 23px;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}

body .klaviyo_styling .klaviyo_field_group label {
    position: absolute;
    font-weight: 500;
    font-size: 16px;
    color: #5A5A5A;
    opacity: 0.8;
    left: 63px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    line-height: 1;
}

body .klaviyo_styling {
    max-width: 100%;
    margin-bottom: 0;
}

.input-item {
    position: relative;
    margin-bottom: 20px
}

.form-modal {
    width: 100%;
    background: rgba(0, 0, 0, 0.46);
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 auto;
    display: none;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 100px 0
}

body .klaviyo_styling .klaviyo_form_actions {
    text-align: center;
    margin-top: 45px;
    display: block!important;
}

.form-modal_container {
    width: 750px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 52px 100px;
    position: relative;
    margin: 0 auto;
}

.formDesc {
    font-size: 14px;
    line-height: 142%;
    color: #000;
    width: 100%;
    text-align: center;
    margin-top: 45px
}

.steps {
    position: relative;
    margin-bottom: 46px;
    width: 100%;
    background: #EEEDEE;
    border-radius: 81px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.steps span {
    font-weight: 500;
    font-size: 24px;
    color: #000;
    line-height: 20px;
    z-index: 2;
}

.steps .steps-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 38%;
    border-radius: 81px 0 0 81px;
    height: 46px;
    background: #B749DA;
}

.formDesc a {
    color: #B749DA;
    text-decoration: none;
    font-weight: 600;
}

.form-terms a {
    color: #B749DA;
}

.form-terms {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000;
    margin-top: 30px
}

.form-terms input {
    margin-right: 13px;
    width: 16px;
    height: 16px;
}

.form-title {
    font-weight: 500;
    font-size: 28px;
    color: #020202;
    text-align: center;
    line-height: 151%;
    margin: 22px 0 45px 0;
}

.form-title hr{
    margin-top: 20px;
    border: 0 !important;

}

.form-title span {
    color: #B749DA;
    font-weight: 600;
}

.form-img {
    text-align: center;
}
.form-img img{
    border-radius: 100%;
}

.form-modal_container .form-close {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .form-modal_container {
        width: 550px;
        padding: 52px 75px;
    }
    .form-img img {
        width: 180px
    }
    .form-title {
        font-size: 30px;
        margin: 22px 0 35px 0;
    }
    .steps,
    .steps .steps-fill {
        height: 41px;
    }
    .steps .steps-fill {
        width: 33%
    }
    body .klaviyo_styling .klaviyo_submit_button {
        height: 58px;
        font-size: 20px;
    }
    .formDesc {}
}

@media screen and (max-width: 600px) {
    .form-modal_container {
        width: 384px;
        padding: 45px;
    }
    .form-modal_container .form-close {
        width: 27px;
        top: 15px;
        right: 15px;
    }
    .form-img img {
        width: 152px
    }
    .form-title {
        font-size: 22px;
        margin: 13px 0 31px 0;
    }
    .steps {
        height: 27px;
        width: 85%;
    }
    .steps .steps-fill {
        width: 27%;
        height: 27px;
    }
    .steps span {
        font-size: 16px;
    }
    .form-modal_container {
        align-items: center;
    }
    body .klaviyo_styling .klaviyo_field_group label {
        font-size: 14px
    }
    body .klaviyo_styling .klaviyo_field_group input {
        font-size: 18px;
        height: 51px
    }
    .formDesc {
        font-size: 15px;
    }
    .form-terms {
        font-size: 14px;
    }
    .form-terms input {
        margin-right: 8px;
    }
}

@media screen and (max-width: 420px) {
    .form-modal_container {
        width: 315px;
        padding: 25px
    }
}