body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    margin-top: auto;
}

.feedback-section {
    padding-bottom: 60px;
}

.feedback-acresa-logo {
    padding-block: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feedback-acresa-logo img {
    max-width: 270px;
}

.feedback-content form {
    padding: 70px 30px !important;
    background-color: rgba(170, 202, 203, 1) !important;
    max-width: 1090px !important;
    margin-inline: auto;
    border-radius: 20px;
}

#gform_confirmation_wrapper_3 {
    position: relative !important;
}

.feedback-content h2 {
    max-width: 850px;
    margin-inline: auto;
}

.feedback-section .gfield_radio {
    flex-direction: row !important;
    align-items: center;
    column-gap: 20px;
}

.feedback-section .gfield_radio .gchoice input {
    position: relative;
    border: 2px solid rgba(21, 61, 72, 0.2) !important;
    outline: none;
    box-shadow: none !important;
    appearance: none;
    border-radius: 16px;
    background-color: transparent;
    width: 15px;
    height: 15px;
}

.feedback-section .gfield_radio .gchoice {
    display: flex !important;
    align-items: center;
    column-gap: 6px;
    cursor: pointer;
}

.feedback-section .gfield_radio .gchoice label {
    margin: 0 !important;
}

.feedback-section .gfield_radio .gchoice input[type="radio"]:checked, .feedback-section .gfield_radio .gchoice input[type="radio"]:hover {
    border: 4px solid rgba(21,61,72,1) !important;;
}

.feedback-section .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    opacity: 0;
}

/* Confirmation */
.feedback-section .gform_confirmation_wrapper {
    background-color: var(--green-200);
    padding: 50px;
    border-radius: 20px;
    margin-top: 40px;
    width: 600px;
    max-width: 100%;
    margin-inline: auto;
}

.feedback-section .gform_confirmation_wrapper img {
    margin-inline: auto;
}

.feedback-section .gform_confirmation_wrapper h3,
.feedback-section .gform_confirmation_wrapper p {
    color: var(--green-500);
    text-align: center;
    margin-bottom: 0;
}

.close-feedback {
    position: absolute;
    top: 20px;
    right: 20px;
}

/* HTML block */
.feedback-section .gform_wrapper .gfield--type-html {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

@media (min-width: 767.8px) {
    .feedback-section .gform_wrapper .gfield--type-html {
        margin-bottom: 40px;
    }
}

.feedback-section .gform_wrapper .gfield--type-html h2,
.feedback-section .gform_wrapper .gfield--type-html p {
    text-align: center;
}

/* Form body */
.feedback-section .gform_wrapper .gform-body {
    width: 940px;
    max-width: 100%;
    margin-inline: auto;
    color: var(--green-500);
}

.feedback-section .gform_wrapper .gform-body .gform_fields {
    grid-row-gap: 10px;
    grid-column-gap: 20px;
}

@media (min-width: 767.8px) {
    .feedback-section .gform_wrapper .gform-body .gform_fields {
        grid-row-gap: 30px;
        grid-column-gap: 40px;
    }
}

.feedback-section .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),
.feedback-section .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
    padding-right: 0;
}

/* Inputs */
.feedback-section .gform_wrapper input[type=color],
.feedback-section .gform_wrapper input[type=date],
.feedback-section .gform_wrapper input[type=datetime-local],
.feedback-section .gform_wrapper input[type=datetime],
.feedback-section .gform_wrapper input[type=email],
.feedback-section .gform_wrapper input[type=month],
.feedback-section .gform_wrapper input[type=number],
.feedback-section .gform_wrapper input[type=password],
.feedback-section .gform_wrapper input[type=search],
.feedback-section .gform_wrapper input[type=tel],
.feedback-section .gform_wrapper input[type=text],
.feedback-section .gform_wrapper input[type=time],
.feedback-section .gform_wrapper input[type=url],
.feedback-section .gform_wrapper input[type=week],
.feedback-section .gform_wrapper select,
.feedback-section .gform_wrapper textarea {
    border: none;
    background-color: var(--green-200);
    border-bottom: 1px solid rgba(21, 61, 72, 0.4);
    border-radius: 0;
    padding: 8px 0;
    font-size: 14px;
    outline: none;
    box-shadow: none;
    color: var(--green-500);
}

.feedback-section .gform_wrapper input[type=text]::placeholder,
.feedback-section .gform_wrapper textarea::placeholder {
    color: var(--green-500);
}

.feedback-section .gform_wrapper textarea {
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    overflow: hidden;
}

/* Footer */
.feedback-section .gform_wrapper .gform-footer {
    margin-top: 40px;
}

/* Button */
.feedback-section .gform_wrapper input[type=button]:not(:disabled),
.feedback-section .gform_wrapper input[type=reset]:not(:disabled),
.feedback-section .gform_wrapper input[type=submit]:not(:disabled),
.feedback-section .gform_wrapper button:not(:disabled) {
    border: none !important;
    display: inline-block !important;
    margin-inline: auto !important;
    background-color: rgb(21, 61, 72) !important;
    border-radius: 55px !important;
    padding: 15px !important;
    width: 320px !important;
    max-width: 100% !important;
    outline: none !important;
    color: var(--green-200) !important;
    transition: .4s ease-out !important;
}

.feedback-section .gform_wrapper input[type=button]:hover,
.feedback-section .gform_wrapper input[type=reset]:hover,
.feedback-section .gform_wrapper input[type=submit]:hover,
.feedback-section .gform_wrapper button:hover,
.feedback-section .gform_wrapper input[type=button]:focus,
.feedback-section .gform_wrapper input[type=reset]:focus,
.feedback-section .gform_wrapper input[type=submit]:focus,
.feedback-section .gform_wrapper button:focus {
    background-color: var(--green-400);
    color: var(--green-200);
}

/* Autofill fixes */
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
input:-webkit-autofill:active {
    transition: background-color 600000s 0s, color 600000s 0s;
    color: var(--green-500) !important;
}

input[data-autocompleted] {
    background-color: transparent !important;
    color: var(--green-500) !important;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
    color: var(--green-500) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: var(--green-500) !important;
    transition: background-color 5000000s ease-in-out 0s, -webkit-text-fill-color 5000000s ease-in-out 0s !important;
}

.feedback-section form textarea {
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    overflow: hidden;
}

form input[type="text"], input[type="email"], input[type="tel"], form textarea {
    border: 1px solid rgba(52, 89, 107, 0.38) !important;
    border-radius: 10px !important;
    padding: 14px 16px !important;
    font-size: 16px !important;
    line-height: 22px !important;
    min-height: 48px !important;
}

form label, form .gfield_label {
    font-size: 16px !important;
    font-weight: 600 !important;
}

form .gchoice label {
    font-weight: 400 !important;
}

.gfield_required {
	color: rgb(17, 35, 55) !important;
    position: relative;
    left: -2px; !important;
    top: -1px !important;
}