hu-custom-form .f-5__email{
    margin-bottom: 40px;
}

hu-custom-form .f-5__email-label{
    display: block;
    margin-bottom: 10px;
}

hu-custom-form .f-5__email-input{
    width: 100%;
    padding: 16px 20px;
    color: inherit;
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 4px;
}

hu-custom-form .f-5__header{
    margin-bottom: 40px;
}

hu-custom-form .f-5__title{
    margin-bottom: 46px;
    font-size: var(--f-5-title-size, 40px);
    font-weight: 500;
    font-family: var(--font-akzidenz-grotesk-super);
}

hu-custom-form .f-5__content{
    font-size: var(--f-5-content-size, 26px);
    font-weight: 500;
    font-family: var(--font-gotham-medium);
}
hu-custom-form .f-5__content p{
    margin: 0;
}

hu-custom-form .f-5__agreement{
    display: inline-flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 60px;
    cursor: pointer;
}

hu-custom-form .f-5__agreement-input{
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

hu-custom-form .f-5__agreement-box{
    display: flex;
    flex: 0 0 26px;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 1px solid currentColor;
    border-radius: 3px;
}

hu-custom-form .f-5__agreement-text{
    font-size: var(--f-5-agreement-size, 30px);
    font-family: var(--font-gotham-medium);
    font-weight: 500;
}

hu-custom-form .f-5__agreement-box svg{
    width: 16px;
    height: 12px;
    opacity: 0;
}

hu-custom-form .f-5__agreement-input:checked + .f-5__agreement-box svg{
    opacity: 1;
}

hu-custom-form .f-5__agreement-input:focus-visible + .f-5__agreement-box{
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

hu-custom-form .f-5__actions{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

hu-custom-form .f-5__button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 30px 100px;
    border: 0;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-size: var(--f-5-button-size, 26px);
    font-weight: 500;
    font-family: var(--font-gotham-medium);
    background-color: #313131;
}

hu-custom-form .f-5__button:hover{
    opacity: .85;
}

hu-custom-form .f-5__button--submit{
    background-color: var(--f-5-submit-button-color, #313131);
}

hu-custom-form .f-5__button--cancel{
    background-color: var(--f-5-cancel-button-color, #313131);
}

hu-custom-form .f-5__button:focus-visible{
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

hu-custom-form .f-5__email-label{
    font-size: var(--f-5-email-label-size, 18px);
    font-weight: 500;
    font-family: var(--font-gotham-medium);
}
@media (max-width: 959px){
    hu-custom-form .f-5__email{
        margin-bottom: 6vw;
    }

    hu-custom-form .f-5__email-input{
        padding: 12px 16px;
    }

    hu-custom-form .f-5__agreement{
        gap: 25px;
        margin-bottom: 9.0667vw;
    }

    hu-custom-form .f-5__actions{
        gap: 16px;
    }

    hu-custom-form .f-5__button{
        width: 100%;
        padding: 3.3333vw 5.3333vw;
        font-size: var(--f-5-button-size-mobile, 30px);
    }
    hu-custom-form .f-5__title{
        font-size: var(--f-5-title-size-mobile, 40px);
        margin-bottom: 5.0667vw;
    }
    hu-custom-form .f-5__content{
        font-size: var(--f-5-content-size-mobile, 20px);
    }
    hu-custom-form .f-5__header{
        margin-bottom: 6vw;
    }
    hu-custom-form .f-5__agreement-text{
        font-size: var(--f-5-agreement-size-mobile, 35px);
    }
    hu-custom-form .f-5__email-label{
        font-size: var(--f-5-email-label-size-mobile, 20px);
    }
}
