:root {
    --animate-duration: 500ms;
    --animate-delay: 100ms;
    --animate-repeat: 1;
}

body.conv-form .conv-intro, body.conv-form .conv-intro-bottom {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

body.conv-form .conv-intro {
    height: 100%;
    min-height: 100vh;
}

body.conv-form .conv-intro .conv-intro-container {
    background: #993895;
    box-shadow: 0 10px 36px 0 rgb(0 0 0 / 16%), 0 0 0 1px rgb(0 0 0 / 6%);
    box-sizing: border-box;
    margin: 40px auto;
    max-width: 800px;
    padding: 40px;
    text-align: center;
    width: 90%;
}

body.conv-form .conv-intro .conv-intro-container {
    /*-webkit-animation: fadeInLeft;
    animation: fadeInLeft;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;*/
}

body.conv-form .conv-intro .conv-intro-container .conv-intro-logo {
    margin: auto;
    max-width: 100px;
    padding-bottom: 12px;
}

body.conv-form .conv-intro .conv-intro-container .conv-intro-title {
    color: #ffffff;
    font-family: inherit;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
}

body.conv-form .conv-intro .conv-intro-container .conv-intro-title {
    font-family: inherit;
    font-size: 36px;
    margin: 30px 0 20px;
}

body.conv-form .conv-intro .conv-intro-container .conv-intro-description {
    color: #ffffff;
    font-family: inherit;
    line-height: 1.8;
}

body.conv-form .conv-intro-bottom {
    flex-direction: row;
    justify-content: center;
    margin-top: 25px;
}

body.conv-form .conv-intro .conv-intro-container button.conv-intro-btn {
    background: #993895;
    color: #ffffff;
}

body.conv-form .conv-intro .conv-intro-container button.conv-intro-btn {
    margin-right: 15px;
}

body.conv-form .conv-intro .conv-intro-container .conv-intro-enter {
    color: #fff;
}

body.conv-form .gform_wrapper.gform_legacy_markup_wrapper li.gfield.gfield_error, 
body.conv-form .gform_wrapper.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, 
body.conv-form {
    background-color: grey;
}

body.conv-form .custom-template-wrap {
    min-height: 100vh;
    overflow: hidden;
}

body.conv-form .gform_wrapper .gf_progressbar_wrapper {
    background: #993895; 
    margin-bottom: 0;
    padding: 30px 30px 0;
}

body.conv-form  .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    color: #ffffff;
    font-family: inherit;
    font-size: 18px;
    margin-bottom: 0!important;
    opacity: 1;
    padding-bottom: 10px!important;
}

body.conv-form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
    background: hsla(0,0%,100%,.12);
    border-radius: 5px;
    height: 2px;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

body.conv-form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    background: #ffffff;
    height: 100%;
	transition: all 0.2s ease;
}

.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
    display: none;
}


body.conv-form .gform_wrapper .gform_body .gform_fields fieldset.gfield, 
body.conv-form .gform_wrapper.gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error {
    margin-top: 0;
    max-width: 100%!important;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

body.conv-form .gform_wrapper .gform_fields fieldset.gfield {
    -ms-grid-column-span: 12;
    grid-column: span 12;
}

body.conv-form .gfield.gfa_no_description .gfield_label {
    padding: 10vh;
}

body.conv-form .gfield .gfield_label, 
body.conv-form .gform_wrapper fieldset.gfield .gfield_label, 
body.conv-form .gsection .gsection_title {
    color: #ffffff;
    display: block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0;
    padding-top: 40px;
    width: 100%;
}

body.conv-form .gform_wrapper .gfield.conv_enabled .gfield_description:not(.gfield_validation_message), 
body.conv-form .gform_wrapper .gfield.conv_enabled .gfield_label,
body.conv-form .gform_wrapper .gsection .gsection_description,
body.conv-form .gform_wrapper .gsection .gsection_title,
body.conv-form .gform_wrapper li.gfield.conv_enabled.gfield_error.gfield_contains_required label.gfield_label {
    background: #993895;
    display: block;
    margin: 0;
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
}

body.conv-form .gform_body .gfield.conv_enabled .ginput_container.ginput_complex, 
body.conv-form .gform_body .gfield.conv_enabled > .ginput_container, body.conv-form .gform_body li.gfield.conv_enabled.gfield_error.gfield_contains_required div.ginput_container, 
body.conv-form .gform_wrapper .gform_body .gfield.conv_enabled .ginput_complex {
    font-family: var(--gfcfBodyFontFamily);
    margin: 80px auto auto;
    max-width: 800px;
    padding: 0 15px;
}

body.conv-form .gform_wrapper .gform_body .gfield_checkbox, body.conv-form .gform_wrapper .gform_body .gform_fields .gfield_radio {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

body.conv-form .gfield_checkbox .gchoice, 
body.conv-form .gfield_radio .gchoice, 
body.conv-form .gform_body .gfield.conv_enabled .ginput_container_consent {
    margin-bottom: 15px;
    max-width: 500px;
    width: 100%;
}

body.conv-form .gform_wrapper .gform_body .gfield.conv_enabled .gfield_checkbox .gchoice input.gfield-choice-input, 
body.conv-form .gform_wrapper .gform_body .gfield.conv_enabled .gfield_checkbox .gchoice input[type=checkbox], 
body.conv-form .gform_wrapper .gform_body .gfield.conv_enabled .gfield_radio .gchoice input.gfield-choice-input, 
body.conv-form .gform_wrapper .gform_body .gfield.conv_enabled .gfield_radio .gchoice input[type=radio], 
body.conv-form .gform_wrapper .gform_body .gfield.conv_enabled .ginput_container_consent input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
    position: absolute;
    width: 100%;
}

body.conv-form .gform_wrapper .gform_body .gfield.conv_enabled .gfield_checkbox .gchoice label, 
body.conv-form .gform_wrapper .gform_body .gfield.conv_enabled .gfield_radio .gchoice label,
body.conv-form .gform_wrapper .gform_body .gfield.conv_enabled .ginput_container_consent label {
    background: #993895;
    border: 2px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: var(--gfcfBodyFontFamily);
    font-size: var(--gfcfChoicesFontSize);
    font-weight: 400;
    line-height: 1.3;
    margin: auto;
    max-width: 300px;
    padding: 10px 35px 10px 20px;
    position: relative;
    transition: filter .1s linear;
    width: 100%;
}

body.conv-form .gfield_checkbox .gchoice label:after, 
body.conv-form .gfield_checkbox .gchoice label:before, 
body.conv-form .gfield_radio .gchoice label:after, 
body.conv-form .gfield_radio .gchoice label:before, 
body.conv-form .gform_body .gfield.conv_enabled .ginput_container_consent label:after, 
body.conv-form .gform_body .gfield.conv_enabled .ginput_container_consent label:before {
    background: #ffffff;
    border-radius: 3px;
    content: "";
    height: 20px;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}

body.conv-form .gfield_radio .gchoice label:after, body.conv-form .gfield_radio .gchoice label:before {
    border-radius: 50%;
}

body.conv-form .gfield_checkbox .gchoice input[type=checkbox]:checked+label:before, 
body.conv-form .gfield_radio .gchoice input[type=radio]:checked+label:before, 
body.conv-form .gform_body .gfield.conv_enabled .ginput_container_consent input[type=checkbox]:checked+label:before {
    -webkit-animation: zoomIn;
    animation: zoomIn;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    height: 20px;
    width: 20px;
}

body.conv-form .gfield_checkbox .gchoice label:before, 
body.conv-form .gfield_radio .gchoice label:before, 
body.conv-form .gform_body .gfield.conv_enabled .ginput_container_consent label:before {
    background: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im0xNC43LjgtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 13px;
    height: 0;
    overflow: hidden;
    width: 0;
    z-index: 2;
}

body.conv-form .gfield_checkbox .gchoice input[type=checkbox]:checked+label:after, 
body.conv-form .gfield_radio .gchoice input[type=radio]:checked+label:after, 
body.conv-form .gform_body .gfield.conv_enabled .ginput_container_consent input[type=checkbox]:checked+label:after, 
body.conv-form .gform_wrapper .gform_body .gfield.conv_enabled .gfield_checkbox .gchoice input[type=checkbox]:checked+label, 
body.conv-form .gform_wrapper .gform_body .gfield.conv_enabled .gfield_radio .gchoice input[type=radio]:checked+label, 
body.conv-form .gform_wrapper .gform_body .gfield.conv_enabled .gfield_radio .ginput_container_consent input[type=checkbox]:checked+label {
    filter: brightness(77%) contrast(158%) saturate(2) grayscale(.3) invert(2%);
}

body.conv-form  .gform_wrapper .gform-body #field_submit, 
body.conv-form  .gform_wrapper .gform-body .gform_page_footer, 
body.conv-form  .gform_wrapper .gform_footer {
    border-top: 0;
    display: flex;
    justify-content: center;
    margin: 40px auto auto;
    max-width: 800px!important;
    padding-bottom: 40px;
    text-align: center;
}

body.conv-form  .gform_wrapper .gform-body #field_submit, 
body.conv-form  .gform_wrapper .gform-body .gform_page_footer, 
body.conv-form  .gform_wrapper .gform_footer {
    border-top: 0;
    display: flex;
    justify-content: center;
    margin: 40px auto auto;
    max-width: 800px!important;
    padding-bottom: 40px;
    text-align: center;
}


body.conv-form  .gform_wrapper .gfield.conv_enabled .ginput_container.ginput_container_fileupload .gform_drop_area .gform_button_select_files, 
body.conv-form  .gform_wrapper .gfield_checkbox button, 
body.conv-form  .gform_wrapper .gform_body .gform_fields .gfield.conv_enabled input[type=submit], 
body.conv-form  .gform_wrapper .gform_footer button, body.conv-form  .gform_wrapper .gform_footer input, 
body.conv-form  .gform_wrapper .gform_page_footer .button, 
body.conv-form  .gform_wrapper .gform_page_footer button, 
body.conv-form  .gform_wrapper .gform_page_footer input, 
body.conv-form  .gform_wrapper .gform_page_footer input.gform_next_button, 
body.conv-form  .gform_wrapper .gform_page_footer input.gform_previous_button,
body.conv-form .conv-intro .conv-intro-container button.conv-intro-btn {
    background: #993895;
    border: 2px solid #ffffff;
    border-radius: 25px;
    color: #ffffff;
    cursor: pointer;
    font-family: inherit;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: normal;
    padding: 10px 20px;
    text-decoration: none;
}

body.conv-form .gform_wrapper .gform_confirmation_wrapper {
  display: flex;
  align-items: center;
  min-height: 100vh;
  justify-content: center;
  max-width: 74%;
  margin: 0 auto;
  text-align: center;
}

body.conv-form  .gform_confirmation_wrapper .gform_confirmation_message {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
}