.newsletter-form-warp form .gform_body.gform-body {
    flex: 1;
}

.newsletter-form-warp form .gform_body.gform-body .gform_fields label.gfield_label {
    flex: 0 0 100%;
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}

.newsletter-form-warp form .gform_body.gform-body .ginput_container.ginput_container_email input {
    flex: 1;
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 15px;
    font-size: 16px;
    color: #27224e;
}

.newsletter-form-warp form .gform_footer input[type="submit"].gform_button {

    max-width: 298px;
    min-width: 298px;
    padding: 15px 30px;
    margin-bottom: 0;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 700;
    border-radius: 35px;
    background-color: #27224e;
    border: 0;
    color: #fff;
    outline: none;
    cursor: pointer;
    box-shadow: none;
    margin-top: 33px;
}

@media(max-width:1600px) {
    .newsletter-form-warp form .gform_footer input[type="submit"].gform_button {
        max-width: 200px;
        min-width: 200px;
    }
}

.newsletter-form-warp form .gform_footer input[type="submit"].gform_button:hover {
    color: #fff;
    background-color: #181430;
}

.newsletter-form-warp .gform_wrapper.gravity-theme .gform_footer,
.newsletter-form-warp .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0;
    padding: 0;
}

@media(max-width:850px) {
    .newsletter-form-warp form .gform_body.gform-body {
        flex: 0 0 100%;
    }

    .newsletter-form-warp form .gform_footer input[type="submit"].gform_button {
        margin-top: 0;
    }
}

@media(max-width:641px) {
    .newsletter-form-warp form .gform_body.gform-body .ginput_container.ginput_container_email input {
        padding-top: 0;
        padding-bottom: 0;
        height: 50PX;
    }

    .newsletter-form-warp form .gform_footer input[type="submit"].gform_button {
        padding-top: 0;
        padding-bottom: 0;
        height: 50PX;
    }
}

.modal-popup-form .gform_wrapper.gravity-theme .gfield_label {
    display: block;
    margin-bottom: .5rem;
    font-weight: 500;
    color: #27224e;
    font-size: 16px;
    font-family: Hind, sans-serif;
}

.modal-popup-form .gform_wrapper.gravity-theme .gfield_label .gfield_required {
    color: #f64452;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.modal-popup-form .gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #f5eeee;
    min-height: 54px;
    background-color: #f5eeee;
    border-radius: 12px;
    font-size: 16px;
    transition: border-color .3s ease;
    font-family: Satoshi, sans-serif;
    font-weight: 300;
    color: #27224e;
}

.modal-popup-form .gform_wrapper.gravity-theme .gfield input.large:focus,
.modal-popup-form .gform_wrapper.gravity-theme .gfield select.large:focus {
    outline: 0;
    border-color: #27224e;
}

.modal-popup-form .gform_wrapper.gravity-theme .gfield textarea.large {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #f5eeee;
    height: 130px;
    background-color: #f5eeee;
    border-radius: 12px;
    font-size: 16px;
    transition: border-color .3s ease;
    font-family: Satoshi, sans-serif;
    font-weight: 300;
    color: #27224e;
}

.modal-popup-form .gform_wrapper.gravity-theme .gfield textarea.large:focus {
    outline: 0;
    border-color: #27224e;
}

.modal-popup-form .gform_wrapper.gravity-theme #field_5_2.gfield,
.modal-popup-form .gform_wrapper.gravity-theme #field_5_3.gfield,
.modal-popup-form .gform_wrapper.gravity-theme #field_5_4.gfield,
.modal-popup-form .gform_wrapper.gravity-theme #field_5_5.gfield {
    position: relative;
    top: -80px;
}

.modal-popup-form .gform_wrapper.gravity-theme .gfield select.large {
    max-width: 415px;
}

.modal-popup-form .custom-check-radio .ginput_container {
    display: inline-flex !important;
    align-items: center !important;
    position: relative !important;
    cursor: pointer;
    font-size: 16px !important;
    font-family: Hind, sans-serif;
    font-weight: 300;
    color: #27224e;
    margin: 0 !important;
    min-height: 26px !important;
}

.modal-popup-form .custom-check-radio .ginput_container input[type=checkbox] {
    opacity: 0;
    width: 25px;
    position: absolute;
    height: 25px;
}

.modal-popup-form .custom-check-radio .ginput_container input[type=checkbox] label {
    position: relative !important;
    cursor: pointer;
    font-size: 16px !important;
    font-family: Hind, sans-serif;
    font-weight: 300;
    color: #27224e;
    margin: 0 !important;
    min-height: 26px !important;
}

.modal-popup-form .custom-check-radio .ginput_container input[type=checkbox]:checked+label::before {
    background-color: #27224e;
    border-color: #27224e;
}

.modal-popup-form .custom-check-radio .ginput_container input[type=checkbox]:checked+label::after {
    opacity: 1;
}

.modal-popup-form .gform_footer.top_label {
    position: relative;
    top: -75px;
    max-width: 49%;
}

#RequestSponsorshipModal .modal-popup-form .gform_footer.top_label {
    position: relative;
    top: 0px;
    max-width: 50%;
}

.modal-popup-form .gform_footer.top_label .gform_button.button {
    background-color: #27224e;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 40px;
    min-width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color .3s ease;
    width: 100%;
    background-image: url(../images/angle-arrow.png);
    background-position: right 20% center;
    background-repeat: no-repeat;
}

.modal-popup-form .gform_footer.top_label .gform_button.button:hover {
    color: #fff;
    background-color: #181430;

}

.modal-popup-form #field_5_10 {
    padding-top: 10px;
    position: relative;
    top: 7px;
}

.modal-popup-form .select2-container {
    max-width: 415px;
}

#field_2_1 label .gfield_required {
    display: none;
}


.notify-agenda-form .gform_wrapper.gravity-theme .gfield_label {
    display: block;
    margin-bottom: .5rem;
    font-weight: 500;
    color: #27224e;
    font-size: 16px;
    font-family: Hind, sans-serif;
}

.notify-agenda-form .gform_wrapper.gravity-theme .gfield input.large,
.notify-agenda-form .gform_wrapper.gravity-theme .gfield select.large {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #f5eeee;
    min-height: 54px;
    background-color: #f5eeee;
    border-radius: 12px;
    font-size: 16px;
    transition: border-color .3s ease;
    font-family: Satoshi, sans-serif;
    font-weight: 300;
    color: #27224e;
}

.notify-agenda-form .gform_wrapper.gravity-theme .gfield input.large:focus {
    outline: 0;
    border-color: #27224e;
}

.notify-agenda-form .gfield_checkbox {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    row-gap: 1rem;
}

.notify-agenda-form .gfield_checkbox .gchoice {
    flex: 0 0 auto;
    width: 100%;
}

.notify-agenda-form .gfield_checkbox .gchoice label {
    position: relative;
    flex: 1;
    display: flex !important;
    padding-left: 35px !important;
    align-items: center !important;
    position: relative !important;
    cursor: pointer;
    font-size: 16px !important;
    font-family: Hind, sans-serif;
    font-weight: 300;
    color: #27224e;
    margin: 0 !important;
    min-height: 26px !important;
}

.notify-agenda-form .gfield_checkbox .gchoice {
    position: relative;
}

.notify-agenda-form .gfield_checkbox .gchoice label::before {
    content: "";
    width: 26px;
    display: block;
    height: 26px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: solid 2px #27224e;
    background-color: transparent;
    transition: all .3s ease;
}

.notify-agenda-form .gfield_checkbox .gchoice input[type=checkbox] {
    opacity: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
}

.notify-agenda-form .gfield_checkbox .gchoice label::after {
    content: "\e920";
    font-family: icomoon;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 14px;
    opacity: 0;
    transition: opacity .3s ease;
}

.notify-agenda-form .gfield_checkbox .gchoice input[type=checkbox]:checked+label::before {
    background-color: #27224e;
    border-color: #27224e;
}

.notify-agenda-form .gfield_checkbox .gchoice input[type=checkbox]:checked+label::after {
    opacity: 1;
}

.notify-agenda-form .gform_button.button {
    background-color: #27224e;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 40px;
    min-width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color .3s ease;
    width: 100%;
    max-width: 450px;
            line-height: 1.2;
       
}

.notify-agenda-form .gform_button.button:hover {
    color: #fff;
    background-color: #181430;
}

.notify-agenda-form .select2-container--default .select2-results>.select2-results__options {
    display: block;
}

.notify-agenda-form #field_1_3 {
    padding-left: 6rem;
    position: relative;
}
.notify-agenda-form #field_1_1 .gfield_label .gfield_required { display: none!important;}

#ProposeFeatureModal .modal-popup-form .gform_footer.top_label {
    position: relative;
    top: 0;
    max-width: 49%;
}
#ProposeFeatureModal  .modal-popup-form .gfield_radio {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}
#ProposeFeatureModal  .modal-popup-form .gfield_radio .gchoice  {
    position: relative;
}
#ProposeFeatureModal  .modal-popup-form .gfield_radio .gchoice .gfield-choice-input { opacity: 0; width: 0; height: 0; position: absolute; z-index: -99;}
#ProposeFeatureModal  .modal-popup-form .gfield_radio .gchoice label {
    display: inline-flex !important;
    padding-left: 35px !important;
    align-items: center !important;
    position: relative !important;
    cursor: pointer;
    font-size: 16px !important;
    font-family: Hind, sans-serif;
    font-weight: 300;
    color: #27224e;
    margin: 0 !important;
    min-height: 26px !important;
} 
#ProposeFeatureModal .modal-popup-form .gfield_radio .gchoice label::before {
    content: "";
    width: 26px;
    display: block;
    height: 26px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: solid 2px #27224e;
    background-color: transparent;
    transition: all .3s ease;
}
#ProposeFeatureModal .modal-popup-form .gfield_radio .gchoice label::after {
    content: "\e920";
    font-family: icomoon;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 14px;
    opacity: 0;
    transition: opacity .3s ease;
}

#ProposeFeatureModal  .modal-popup-form .gfield_radio .gchoice .gfield-choice-input:checked+label::before {
    background-color: #27224e;
    border-color: #27224e;
}
#ProposeFeatureModal  .modal-popup-form .gfield_radio .gchoice .gfield-choice-input:checked+label::after {
    opacity: 1;
}

.modal-popup-form .gform_confirmation_wrapper {
    text-align: center;
    color: #27224e;
    font-size: 28px;
    font-weight: 600;
    font-family: Hind, sans-serif;
}
.modal-popup-form .gform_confirmation_wrapper h4 {
    text-align: center;
    color: #27224e;
    font-size: 28px;
    font-weight: 600;
    font-family: Hind, sans-serif; 
}

@media(max-width:1600px) {
    .notify-agenda-form #field_1_3 {
        padding-left: 2rem;
        position: relative;
    }
}


@media(max-width:1450px) {
    .notify-agenda-form #field_1_3 {
        padding-left: 0rem;
        position: relative;
    }

    .notify-agenda-form #field_1_3 .select2-container {
        min-width: 300px;
    }
}


@media(max-width:1199px) {
    .notify-agenda-form #field_1_3 .select2-container {
        min-width: 210px;
    }
    .modal-popup-form .gform_wrapper.gravity-theme .gform_fields {
        grid-template-columns: 1fr auto;
        column-gap: 0;
    }

    .modal-popup-form .gform_footer.top_label {
        position: relative;
        top: 0px;
        max-width: 100%;
    }

    .modal-popup-form .gform_wrapper.gravity-theme #field_5_2.gfield,
    .modal-popup-form .gform_wrapper.gravity-theme #field_5_3.gfield,
    .modal-popup-form .gform_wrapper.gravity-theme #field_5_4.gfield,
    .modal-popup-form .gform_wrapper.gravity-theme #field_5_5.gfield {
        position: relative;
        top: 0px;
    }

    #RequestSponsorshipModal .modal-popup-form .gform_footer.top_label {
        max-width: 100%;
    }
    .modal-popup-form .gform_confirmation_wrapper h4 {
   
    font-size: 24px;
   
}
.modal-popup-form .gform_confirmation_wrapper {
   
    font-size: 20px;
  
}
}

@media only screen and (max-width: 767px) {
    #RequestSponsorshipModal .modal-popup-form .gform_footer.top_label {
        max-width: 100%;
    }
    .notify-agenda-form .gform_button.button {
        line-height: 1!important;
        min-height: 32px;
        min-width: 100%;
        max-width: 100%;
        height: 54px!important;
    }
    #ProposeFeatureModal .modal-popup-form .gform_footer.top_label { width: 100%; max-width: 100%;}
}

@media only screen and (max-width: 641px) {
    .modal-popup-form .gform_footer.top_label .gform_button.button {
        line-height: 1.1 !important;
        min-height: 54px !important;
        min-width: 100%;
        background-position: right 6% center;
    }

    .hero-main .hero-content-col {
        position: relative;
        z-index: 12;
    }

    .modal-popup-form .select2-container {
        max-width: 100%;
    }
}