
/* ReCaptcha */
body.page-id-8443 .grecaptcha-badge {
    visibility: hidden !important;
    transition: none !important;
}

/* Labels, Legends, Progress Bar*/
#gform_20 .gf_progressbar_title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #EE275C !important;
}
.gform_wrapper.gravity-theme #gform_20 .gf_progressbar_percentage {
    height: 10px !important;
}
.gform_wrapper.gravity-theme #gform_20 .gf_progressbar {
    margin-top: 25px;
    margin-bottom: 25px;
}
.gform_wrapper.gravity-theme #gform_20 .gf_progressbar_percentage span {
    display: block;
    background-color: #EE275C !important;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    margin: -20px 0px 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
}
#gform_20 label.gform-field-label,
#gform_20 legend.gform-field-label {
    font-size: 18px !important;
}
#gform_20 legend.gform-field-label {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 40px !important;
}
#gf_progressbar_wrapper_20,
#gform_20 .gform-page-footer {
    position: fixed;
    width: calc(100vw - 120px);
    top: 20px;
}
#gform_20 .gform-page-footer {
    bottom: 40px;
    top: auto;
    left: 50px;
}
#gform_20 .gform_next_button {
    float: right;
}
#gform_20 .gform_body {
    max-width: 1120px !important;
    margin: 0 auto !important;
}
#gform_20 input[type="button"] {
    background-color: #EE275C !important;
    color: #fff !important;
}
#gform_20 div:not(.align-left) p {
    text-align: center;
}
#gform_20 .align-left p {
    text-align: left !important;
}
/* Radio Buttons */
.choice-buttons .gfield-choice-input {
    display: none !important; 
}
.choice-buttons label.gform-field-label {
    display: flex !important;
    align-items: center;
    padding: 6px 0px;
    border: 0;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    font-weight: 500;
}
.choice-buttons label.gform-field-label::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #EE275C;
    margin-right: 14px;
    background-color: #fff;
    transition: all 0.2s ease;
    /* FontAwesome Core Setup */
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free"; 
    font-weight: 900;
    font-size: 24px;
    color: transparent;
    text-align: center;
    line-height: 34px;
}
.choice-buttons input[type="radio"]:checked + label.gform-field-label {
    border-color: #EE275C;
    color: #EE275C;
}
.choice-buttons input[type="radio"]:checked + label.gform-field-label::before {
    content: "\f00c";
    color: #EE275C;
    border-color: #EE275C;
}

.col-1 .ginput_container { max-width: 8.33%; margin: 0 auto; }
.col-3 .ginput_container { max-width: 24.99%; margin: 0 auto; }
.col-5 .ginput_container { max-width: 41.65%; margin: 0 auto; }
.col-6 .ginput_container { max-width: 49.98%; margin: 0 auto; }
.col-8 .ginput_container { max-width: 66.64%; margin: 0 auto; }
.col-9 .ginput_container { max-width: 74.97%; margin: 0 auto; }
.col-11 .ginput_container { max-width: 91.63%; margin: 0 auto; }
