.row.form{
    background-color: transparent;
    /* padding: 5% 0; */
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    margin: 0;
}

.row.form .gform_wrapper.gravity-theme{
    padding: 0;
}
.row.form .logo-rings{
    width: 255px;
    position: absolute;
    top: -80px;
}
.row.form .logo-rings.pos-right{
    right: 15%;
}
.row.form .logo-rings.pos-left{
    left: 15%;
}
.row.form .logo-rings.pos-center{
    right: Calc(50% - 120px);
}
.row.form > .container{
    width: 50%;
    margin: 0 auto;
    padding: 0;
}
.row.form form input{
    height: 51px;
}
.row.form .gfield{
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}

.row.form .gchoice{
    display: flex;
    align-items: center;
}
.row.form .gchoice .gform-field-label{
    line-height: 1;
}

.row.form form input::placeholder,
.row.form form textarea::placeholder,
.row.form form select::placeholder,
.row.form .gfield legend.gfield_label,
.row.form .gchoice label.gform-field-label,
.row.form .gfield > .gfield_label,
.row.form .gfield--type-fileupload > .gfield_label
{
    /* font-family: var(--sora); */
    /* font-family: var(--lato); */
    /* color: var(--light-green) !important; */
    font-weight: 500 !important;
    font-size: 17px !important;
    margin-bottom: 0 !important;
}
.row.form .gform_wrapper.gravity-theme .gform_fields{
    grid-row-gap: 5px;
}
.row.form .form-form.labels-dark .gchoice label,
.row.form .form-form.labels-dark .gfield--type-consent .ginput_container_consent label{
    font-weight: 400 !important;
}
.row.form .form-form.labels-dark .gfield legend.gfield_label,
.row.form .form-form.labels-dark .gfield > .gfield_label,
.row.form .form-form.labels-dark .gfield--type-fileupload > .gfield_label,
.row.form .form-form.labels-dark .gfield:not(.gfield--type-choice) label,
.row.form .form-form.labels-dark input[type=file]{
    color: #111636 !important;
    font-weight: 600 !important;
}
.row.form .form-form.labels-dark .gchoice label.gform-field-label,
.row.form .form-form.labels-dark label{
    color: #111636 !important;
}
.row.form .form-form.labels-light .gfield legend.gfield_label,
.row.form .form-form.labels-light .gchoice label.gform-field-label,
.row.form .form-form.labels-light .gfield > .gfield_label,
.row.form .form-form.labels-light .gfield--type-fileupload > .gfield_label,
.row.form .form-form.labels-light label,
.row.form .form-form.labels-light input[type=file]{
    color: white !important;
}
.row.form .form-form.labels-dark .gfield.gfield--type-choice > legend{
    margin-bottom: 10px !important;
}
.row.form .gfield.gfield--type-html.gfield--input-type-html{
    /* font-family: var(--lato); */
    color: var(--dark-grey) !important;
    font-weight: 600 !important;
    font-size: 17px !important;
}
.row.form .gfield_radio > .gchoice:not(:last-child),
.row.form .gfield_checkbox > .gchoice:not(:last-child){
    margin-bottom: 10px;
}
.row.form  input[type=radio] {
width: 20px;
height: 20px;
}
.row.form  input[type=checkbox] {
    width: 20px !important;
    height: 20px;
    margin: 0 15px 0 5px !important;
}
.row.form .gfield--type-fileupload > .ginput_container > input{
    height: auto;
    /* font-family: var(--lato) !important; */
}
.row.form .gfield--type-fileupload > .ginput_container >span.gfield_description.gform_fileupload_rules{
    padding: 0;
    /* font-family: var(--lato) !important; */
    color: var(--light-green);
}
.row.form form input:not([type=file]), .row.form form textarea,.row.form form select{
    border-radius: 5px;
    font-size: 17px !important;
    /* font-family: var(--lato) !important; */
    /* color: var(--light-green) !important; */
    font-weight: 600;
    border: none;
}
.row.form .gfield_required.gfield_required_text{
    color: #111636 !important;
    background: transparent;
    padding: 2px 7px;
    margin-left: 5px;
    border-radius: 5px;
    font-weight: 800 !important;
    letter-spacing: 1px;
    font-size: 11px !important;
}

.row.form .form-form.bg-white{
    background-color: white;
}
.row.form .form-form.bg-white form input, .row.form .form-form.bg-white form textarea,
.row.form .form-form.bg-white form select{
    border: 1px solid #111636 !important;
}


.row.form form input[type=checkbox]{
    width: 30px;
    margin-right: 20px;
}
.row.form form input[type=submit]{
    width: 200px;
    height: auto;
    padding: 8px !important;
    background-color: #212a5e !important;
    border-radius: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: white !important;
    font-size: 15px;
    letter-spacing: 1px;
    cursor: pointer;
    border: 1px solid #212a5e;
    margin: 0 auto;
}
.row.form form input[type=submit]:hover{
    color: #212a5e !important;
    background-color: transparent !important;
    border: 1px solid #212a5e;
}
.row.form form .gform_footer{
    display: flex;

}
.row.form form .gfield.gfield--type-consent{
    color: white;
    font-size: 17px;

}
.row.form form .gfield.gfield--type-consent .ginput_container{
    display: flex;
    align-items: center;
    color: var(--green);
    /* font-family: var(--lato); */
    font-weight: 500;
}
.row.form form .gfield.gfield--type-consent a:hover{
    text-decoration: underline;
}
.row.form form .gfield.gfield--type-consent a{
    color: var(--green);
}
 
.row.form .form-container.flex{
    display: flex;
    align-items: flex-start;
    /* flex-direction: column; */
    /* align-items: flex-start; */
}
.row.form .form-container.flex > *{
    width: 100%;
}
.row.form .form-container{
    padding: 0;
}
/* .row.form .form-container .form-form form .ginput_complex.ginput_container--name {
    flex-direction: column;
}
.row.form .form-container .form-form form .ginput_complex.ginput_container--name > span{
    padding: 0 !important;
}
.row.form .form-container .form-form form .ginput_complex.ginput_container--name > span:first-child{
    margin-bottom: 16px;
} */

.row.form .form-container .form-form{
    margin: 0 auto;
    /* width: 60%; */
    /* background: white; */
    border-radius: 10px;
    /* padding: 20px 50px; */
}

.row.form.compact .form-container .form-form{
    width: 60%;
}
.row.form.standard .form-container .form-form{
    width: 80%;
}
.row.form.wide .form-container .form-form{
    width: 100%;
}

.row.form .form-container .form-form form select.gfield_select{
    height: 50px;
} 
.row.form h2.fc-title{
    margin: 0 0 100px;
    font-size: 47px;
    font-weight: 500;
    /* color: var(--gold) !important; */

}
.row.form .fc-text,
.row.form .fc-text p{
    color: #111636;
    font-size: 18px;
    font-weight: 500;

}

.row.form .form-container.layout-top{
    flex-direction: column;
}
.row.form .form-content{
    margin-top: 10%;
    padding-right: 75px;
}
.row.form .layout-top .form-content{
    margin-top: 0;
    padding-right: 0;
    margin-bottom: 30px;
}
.row.form .layout-top h2.fc-title{
    margin: 0 0 30px;
}
.gform_confirmation_message h3{
    margin: 0 !important;
    line-height: 2;
    font-weight: 600;
}


@media all and (max-width: 1440px) {
    .row.form .form-container .form-form{
        width: 80%;
    }
    .row.form .form-container{
        padding: 0 10%;
    }
}
@media all and (max-width: 1190px) {
    /* .row.form {
        padding: 15% 0;
    } */
    .row.form > .container {
        width: 85%;
    }
    /* .row.form .form-container {
        padding: 0;
    } */
}
@media all and (max-width: 1024px) {

}

@media all and (max-width: 840px) {
    .row.form .form-container {
        padding: 0;
    }
}

@media all and (max-width: 767px) {
    .row.form .form-container.flex{
        flex-direction: column;   
    }
    .row.form .form-container.flex > * {
        width: 100%;
    }
    .row.form .fc-title {
        margin: 0 0 35px;
    }
}
@media all and (max-width: 600px) {

    .row.form form .gform_footer {
        justify-content: center;
    }
}

@media all and (max-width: 600px) {
    .row.form {
        padding: 25% 0;
    }
}


@media all and (max-width: 540px) {
    .row.form h2.fc-title{
        margin: 0 0 30px;
    }
    .row.form .fc-text, .row.form .fc-text p{
        margin-bottom: 45px;
        /* line-height: 1; */
        /* font-size: 25px; */
    }
    .row.form .logo-rings {
        width: 180px;
        top: -62px;
    }
    .row.form .form-container .form-form {
        padding: 20px 20px;
    }
}