.header__container{
    box-sizing: border-box;
}

.feedback-form .hs-form fieldset .hs-form-field:not(.hs-fieldtype-booleancheckbox):not(.hs-fieldtype-radio), .feedback-form .hs-form fieldset >.hs-richtext, .feedback-form .hs-form fieldset >.legal-consent-container {
    margin: 0 1rem 4rem !important;
}

.feedback-form fieldset.form-columns-1 .hs-form-field {
    width: auto !important;
}

.feedback-form .inputs-list.multi-container{
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    gap: 5px;
    margin-top: 4rem !important;
    width: 100%;
}

.feedback-form .inputs-list > li{
    position: relative;l
}


.feedback-form .hs-fieldtype-radio{
    margin-top: 3rem !important;
}

.feedback-form .hs-fieldtype-radio > label{
    font-weight: 600 !important;
}

.feedback-form .hs-fieldtype-radio > .hs-field-desc{
    font-size: 2rem;
}

.feedback-form .hs-form-field > label{
    font-weight: 400;
}

.feedback-form .hs-fieldtype-radio .inputs-list input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 0;
}

.feedback-form .hs-form-field .input input{
    border-bottom: 1px solid #979797 !important;
}

.feedback-form .hs-form-field .input textarea{
    border: 1px solid #979797 !important;
}

.feedback-form .hs-fieldtype-radio .inputs-list label {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    background-color: #F7F7F7;
    padding: 3rem;
    width: 100%;
    position: relative;
    color: #646464;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
}

.feedback-form .hs-fieldtype-radio .inputs-list label::before {
    content: '';
    width: 100%;
    height: 12px;
    background-color: #DFDFDF;
    position: absolute;
    top: 0;
    left: 0;
}

.feedback-form .hs-fieldtype-radio .inputs-list label::after {
    content: attr(data-index);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2rem;
    color: #2A2E43;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feedback-form .hs-fieldtype-radio .inputs-list label:hover {
    background-color: #E4F3FC;
}

.feedback-form .hs-fieldtype-radio .inputs-list input[type="radio"]:checked + label {
    background-color: #E4F3FC;
    color: #000;
}

.feedback-form .hs-fieldtype-radio .inputs-list input[type="radio"]:checked + label::before{
    background: #76AED3;
}

.feedback-form input.hs-button {
    padding: 1.8rem 3rem !important;
    border-radius: 5px !important;
    background: #1E2448 !important;
    color: #FFF !important;
    line-height: 1;
    border: 1.5px solid #1E2448 !important;;
}

.feedback-form input.hs-button:hover {
    background: transparent !important;
    color: #1E2448 !important;
    border: 1.5px solid #1E2448 !important;
}

.feedback-form .hs-fieldtype-radio > label{
    font-size: 2.6rem;
    font-weight: 600 !important;
}

.feedback-form .hs-richtext p,
.feedback-form .hs-fieldtype-textarea label,
.feedback-form .hs-fieldtype-radio>.hs-field-desc{
    font-size: 2rem;
    color: #00506d;
    font-weight: 400;    
    
}

.feedback-form .hs-richtext > p{
    margin-top: 0 !important;
    display: block;
}

.feedback-form .hs-richtext h1{
    color: #00506d;
    margin-bottom: 0.2em !important;
}

@media only screen and (min-width: 768px){

    .feedback-form .hs-fieldtype-radio .inputs-list label::after {
        display: none;
    }
}

@media only screen and (min-width: 641px) and (max-width: 767px){

    .feedback-form fieldset.form-columns-2 .hs-form-field,
    .feedback-form fieldset.form-columns-2 .hs-form-field{
        width: calc(50% - 2rem) !important;
    }
    
}

@media only screen and (max-width: 767px){
    
    
    .feedback-form .hs-fieldtype-radio > label{
        font-size: 2.2rem;
    }
    
    .feedback-form .hs-fieldtype-radio > .hs-field-desc{
        font-size: 1.5rem;
    }
    
    .feedback-form fieldset .hs-form-field, .feedback-form fieldset>.hs-richtext, .feedback-form fieldset>.legal-consent-container {
        width: auto !important;
    }
    
    .feedback-form .inputs-list.multi-container{
        margin-bottom: 4rem !important;
        width: 100%;
    }
    
    .feedback-form .hs-fieldtype-radio .hs-form-radio:first-of-type label span,
    .feedback-form .hs-fieldtype-radio .hs-form-radio:last-of-type label span{
        position: absolute;
        top: calc(100% + 1rem);
    }
    .feedback-form .hs-fieldtype-radio .hs-form-radio:first-of-type label span{
        left: 0;
    }

    .feedback-form .hs-fieldtype-radio .hs-form-radio:last-of-type label span{
        right: 0;
    }
    
    .feedback-form .hs-fieldtype-radio .hs-form-radio:not(:first-of-type):not(:last-of-type) label span{
        display: none;
    }
    
    .feedback-form .hs-fieldtype-radio .hs-form-radio:first-of-type label span{
        text-align: left;
    }
    
    .feedback-form .hs-fieldtype-radio .hs-form-radio:last-of-type label span{
        text-align: right;
    }
}

@media only screen and (max-width: 640px){
    .feedback-form fieldset .hs-form-field, .feedback-form fieldset.form-columns-2 .hs-form-field, .feedback-form fieldset.form-columns-3 .hs-form-field, .feedback-form fieldset > .hs-richtext, .feedback-form fieldset > .legal-consent-container{
        width: calc(100% - 2rem) !important;
    }
}