.gr-form{

}

.gr-form__group{
    margin-bottom:25px;
}
.gr-form__label{
    font-family: 'Inter Bold', sans-serif;
    font-weight:700;
    color:#2E2E2E;
    font-size:14px;
    line-height: 18px;
    padding-left:18px;
    margin-bottom:8px;
}
.gr-form__input--text,
.gr-form__input--email,
.gr-form__input--select,
.gr-form__input--textarea{
    background: #FFFFFF;
    padding: 0;
    border: 1px solid #D9D9D9;
    box-sizing: inherit;
    -moz-box-sizing: inherit;
    -moz-box-sizing: inherit;
    border-radius: 33px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight:400;
    line-height:43px;
    padding-left:18px;
    outline: none !important;
    box-shadow: none !important;
    color:#2E2E2E;
}

.gr-form__input--textarea{
    border-radius: 20px;
    line-height: 20px;
    padding: 18px;
    overflow:hidden;
}

.gr-form__input--text {
    margin-bottom: 40px;
}

.gr-form__input:focus,
.gr-form__input--select:focus,
.gr-form__input--textarea:focus {
    border-color:#2E2E2E;
}
.gr-form__input--select{
    background-image: url('../images/icons/select.svg');
    background-repeat:no-repeat;
    background-position-y:center;
    background-position-x: calc(100% - 18px);
    padding-right:20px;
}


.gr-form__input::placeholder{
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight:400;
    line-height:20px;
}

.gr-form__small-p{

}


.gr-steps-links{
    margin:20px auto;
    width: fit-content;
}

.gr-steps-links__step{
    position:relative;
}
.gr-steps-links__link{
    width:30px;
    height:30px;
    font-family: "Filson Soft Regular" ;
    font-size: 14px;
    line-height:26px;
    border: 2px solid #DADADA;
    color:#DADADA;
    display: block;
    border-radius: 50%;
    text-decoration:none;
    background-color:#fff;
    z-index: 2;
    position: inherit;
}

.gr-steps-links__step{
    padding:0 24px;
}
.gr-steps-links__bg{
    width: 50%;
    height: 1px;
    position:absolute;
    top: calc(50% - 1px);
    border-top:2px solid #DADADA;
    z-index: 1;
    display: block;
}
.gr-steps-links__bg--l{
    left:0;
}
.gr-steps-links__bg--r{
    right:0;
}
.gr-steps-links .gr-steps-links__step:first-child .gr-steps-links__bg--l{ 
    display:none;
}
.gr-steps-links .gr-steps-links__step:last-child .gr-steps-links__bg--r{ 
    display:none;
}

.gr-steps-links__step--completed .gr-steps-links__link,
.gr-steps-links__link:hover{
    border-color:#FF314A;
    background-color:#FF314A;
    color:#fff;
}
.gr-steps-links__step--current .gr-steps-links__link{
    border-color:#FF314A;
    color:#FF314A;
}
.gr-steps-links__step--current .gr-steps-links__link:hover{
    color:#fff;
}
.gr-steps-links__step--current .gr-steps-links__bg--l{
    border-color:#FF314A;
}
.gr-steps-links__step--completed .gr-steps-links__bg{
    border-color:#FF314A;
}

.gr-form__radio-buttons,
.gr-form__checkbox{
    display: inline-block;
    padding-left:18px;
}

.radio-buttons--inline,
.checkbox--inline{
    display: inline-block;
    float: left;
    margin-right:20px;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
    font-weight:400;
    line-height:43px;
    color:#2E2E2E;
}

.gr-form__input--radio:after,
.gr-form__input--checkbox:after{
    width: 16px;
    height: 16px;
    border-radius: 16px;
    top: -11px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #E0E0E0;
    outline: none;
}

.gr-form__input--radio:checked:after,
.gr-form__input--checkbox:checked:after {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    top: -11px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 5px solid #FF314A;
}
.gr-form__input--checkbox:after,
.gr-form__input--checkbox:checked:after{
    border-radius:3px;
}

.gr-form__input--checkbox:checked:after{
    background-repeat: no-repeat;
    background-color: #FF314A;
    background-image: url(../images/icons/check.svg);
    background-size:10px 10px;
    background-position:center;
    padding:0;
    border:none;
}

.radio-buttons__label,
.checkbox__label{
    padding-left:4px;
}

.line-divider--input{
    margin-top:0;
    margin-bottom:42px;
}
.gr-btn--form{
    margin-left:18px;
    display: block;
}

.gr-form__input--icon-left{
    background-position: center;
    background-position-x: 18px;
    background-repeat: no-repeat;
    padding-left:33px;
}

.gr-form__input--icon-at{
    background-image: url('../images/icons/at.svg');
}

.gr-square-box.gr-square-box--join-1{
    background-image:url('../images/bg-join-step-1.svg');
}
.gr-square-box.gr-square-box--join-2{
    background-image:url('../images/bg-join-step-2.svg');
}
.gr-square-box.gr-square-box--join-3{
    background-image:url('../images/bg-join-step-3.svg');
}
.gr-square-box.gr-square-box--join-4{
    background-image:url('../images/bg-join-step-4.svg');
    min-height: calc(100vh - 450px);
}
.gr-square-box--bg-img{
    background-repeat: no-repeat;
    background-position-y:75%;
    background-position-x: 85%;
}
.invalid-feedback {
    margin-left: 19px;
}

.gr-section--do-what-you-love .gr-form__input--checkbox:checked:after{
    background-color:#2E2E2E;
}

@media only screen and (max-width: 900px) {
   
    .gr-square-box.gr-square-box--join-1,
    .gr-square-box.gr-square-box--join-2,
    .gr-square-box.gr-square-box--join-3,
    .gr-square-box.gr-square-box--join-4{
        background-image: none;;
    }

}