/*--------------------*/
/*  Form Block        */
/*--------------------*/
.form-block {--space: 24px;}
.form-block .row {--bs-gutter-x: var(--space);--bs-gutter-y: var(--space);}
.form-block > * {margin-bottom: var(--space);}
.form-block > *:last-child {margin-bottom: 0;}
@media (max-width: 1199px) {
.form-block {--space: 1.25rem;}
}
@media (max-width: 991px) {
.form-block {--space: 1rem;}
}
/*--------------------*/
/*  Inputs            */
/*--------------------*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: var(--clr-white-48);opacity: 1;}
input:-moz-placeholder,
textarea:-moz-placeholder {color: var(--clr-white-48);opacity: 1;}
input::-moz-placeholder,
textarea::-moz-placeholder {color: var(--clr-white-48);opacity: 1;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: var(--clr-white-48);opacity: 1;}
.input-field {--int-height: 56px;--int-pd: 1rem;--font-size: 16px;display: block;position: relative;text-align: left;line-height: 0;font-size: var(--font-size);}
.input {position: relative;z-index: 1;font-weight: 300;font-size: var(--font-size);line-height: var(--int-height);height: var(--int-height);padding: var(--int-pd);text-overflow: ellipsis;color: var(--clr-white);border-radius: var(--rd-2);border: 1px solid var(--clr-black-16);background: var(--clr-white-8);transition: var(--transition-1);}
.input::-moz-placeholder {color: var(--clr-white-48);font-weight: 300;}
.input::placeholder {color: var(--clr-white-48);font-weight: 300;}
.input-field.style-2 .input {color: var(--clr-black);border: 1px solid var(--clr-black-16);}
.input-field.style-2 .input::-moz-placeholder {color: var(--clr-black-48);}
.input-field.style-2 .input::placeholder {color: var(--clr-black-48);}
.input-field.style-2:where(.focus) .input {border: 1px solid var(--clr-black-48);}
.input-field.style-3 .input {color: var(--clr-black);border: 1px solid transparent;background-color: var(--clr-black-16);}
.input-field.style-3 .input::-moz-placeholder {color: var(--clr-black);}
.input-field.style-3 .input::placeholder {color: var(--clr-black);}
.input-field.style-3:where(.focus) .input {border: 1px solid var(--clr-black-48);}
textarea.input {height: 96px;line-height: 1.38em;}
.input-placeholder {display: inline-block;pointer-events: none;text-align: left;font-size: 12px;line-height: 1.33;font-weight: 500;color: var(--clr-white);letter-spacing: 1px;margin-bottom: 12px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;text-transform: uppercase;transition: var(--transition-1);}
textarea.input + .input-placeholder {transform: translateY(var(--int-pd));}
.input-error {color: var(--clr-red);font-size: 12px;font-weight: 500;line-height: 1.33;letter-spacing: 1px;text-transform: uppercase;position: absolute;right: 0;top: 0;display: none;}
.input-success {font-size: 12px;line-height: 1.5em;font-weight: 300;color: var(--clr-green);margin-top: 0.25rem;display: none;}
.input-field.focus {z-index: 5;}
.input-field:where(.focus) .input {border-color: var(--clr-secondary);}
.input-field.invalid:not(.value) .input,
.input-field.invalid-email .input {border-color: var(--clr-red);}
.input-field.invalid:not(.value) .input-error,
.input-field.invalid-email .input-error {display: block;}
.upload-wrapper {position: relative;background: var(--clr-white-8);cursor: pointer;height: 104px;border-radius: 8px;text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;transition: var(--transition-1);}
.upload-wrapper.dragover {background: var(--clr-white-16);}
.upload-wrapper input {display: none;}
.upload-wrapper img {margin-bottom: 8px;}
.upload-wrapper .file-name {color: var(--clr-white);font-size: var(--text-sm);font-style: normal;font-weight: 500;line-height: 1.5;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.upload-wrapper .upload-desc {font-size: 12px;line-height: 1.33;color: var(--clr-white-64);}
.file-preview {--items: 8;display: grid;grid-template-columns: repeat(var(--items), 1fr);gap: 10px;margin-top: 10px;}
.file-item {position: relative;padding-top: 100%;overflow: hidden;border-radius: var(--rd-2);}
.file-item::before {content: "";display: block;position: absolute;bottom: 0;right: 0;top: 0;}
.file-item img {position: absolute;left: 0;top: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.remove-btn {position: absolute;top: 4px;right: 4px;z-index: 10;background: var(--clr-black);color: var(--clr-white);border: none;border-radius: 50%;cursor: pointer;width: 22px;height: 22px;display: flex;align-items: center;justify-content: center;transition: var(--transition-1);}
.remove-btn svg {width: 16px;height: 16px;}
@media (min-width: 1200px) {
.upload-wrapper:hover {background: var(--clr-white-16);}
.remove-btn:hover {color: var(--clr-red);}
}
@media (max-width: 1199px) {
.input-field {--int-height: 44px;}
.input-placeholder {margin-bottom: 12px;}
}
@media (max-width: 991px) {
.file-preview {--items: 6;}
}
@media (max-width: 767px) {
.file-preview {--items: 4;}
}
@media (max-width: 575px) {
.file-preview {--items: 3;}
}
/*--------------------*/
/*  Autofill          */
/*--------------------*/
.input-field.focus .input:not(textarea):-webkit-autofill,
.input-field.value .input:not(textarea):-webkit-autofill,
.input-field.focus .input:not(textarea):-webkit-autofill:hover,
.input-field.value .input:not(textarea):-webkit-autofill:hover,
.input-field.focus .input:not(textarea):-webkit-autofill:focus,
.input-field.value .input:not(textarea):-webkit-autofill:focus,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {border: 0;-webkit-text-fill-color: var(--clr-black);-webkit-box-shadow: inset 0 0 0 0.0625rem var(--clr-black),inset 0 0 6.25rem var(--clr-white);-webkit-transition: background-color 5000s ease-in-out 0s;transition: background-color 5000s ease-in-out 0s;}
/*--------------------*/
/*  Checkbox & Radio  */
/*--------------------*/
.checkbox-entry-inner .ch-box-wrap {margin-bottom: 10px;}
.checkbox-entry-inner .ch-box-wrap:last-child {margin-bottom: 0;}
.ch-box-wrap {--ch-size: 16px;--lh-size: calc(var(--ch-size) * 1.5);display: flex;flex-wrap: wrap;gap: var(--lh-size);padding-block: 8px;}
.ch-box {cursor: pointer;font-size: var(--ch-size);font-weight: 300;line-height: var(--lh-size);color: var(--clr-white);text-align: left;gap: 12px;display: inline-flex;align-items: center;}
.ch-box a {color: var(--clr-white);text-decoration: underline;text-decoration-color: currentColor;}
.ch-box input[type=radio],
.ch-box input[type=checkbox] {display: inline-block;position: relative;vertical-align: text-top;color: var(--clr-white-32);height: var(--lh-size);width: var(--lh-size);flex-shrink: 0;align-self: baseline;border-radius: 8px;border: 0.0625rem solid rgba(255, 255, 255, 0.16);transition: var(--transition-1);}
.ch-box input[type=radio]:before,
.ch-box input[type=checkbox]:before {content: "";position: absolute;top: 50%;left: 50%;display: block;transform: translate(-50%, -50%) scale(0);transition: var(--transition-1);}
.ch-box input[type=radio]:checked,
.ch-box input[type=checkbox]:checked {border-color: var(--clr-secondary);}
.ch-box input[type=radio]:checked:before,
.ch-box input[type=checkbox]:checked:before {transform: translate(-50%, -50%) scale(1);}
.ch-box input[type=radio]::before {width: 16px;height: 16px;background-color: var(--clr-secondary);border-radius: 100%;}
.ch-box input[type=checkbox]:before {width: 100%;height: 100%;background: url("../img/icons/icon-checkbox.svg") no-repeat center;}
.ch-box input[type=checkbox]:checked {background-color: var(--clr-secondary);}
.ch-box input[type=radio] {border-radius: 100%;}
@media (min-width: 1200px) {
.ch-box a:not(.btn):hover {text-decoration-color: transparent;}
}
@media (max-width: 575px) {
.ch-box-wrap {--ch-size: 14px;align-items: flex-start;flex-direction: column;}
}
/*--------------------*/
/*  Select            */
/*--------------------*/
.SumoSelect {--sel-p: 16px;--sel-h: 56px;--sel-fz: 16px;--sel-items: 5;--opt-p: 10px;--opt-lh: calc(var(--sel-fz) * 1.125);--max-height: calc((var(--opt-p) * 2 + var(--opt-lh)) * var(--sel-items) + var(--opt-p) * 2);cursor: pointer;z-index: 1;width: 100%;}
.SumoUnder {z-index: 0;padding: 0;margin: 0;line-height: 0;font-size: 0;display: none;backface-visibility: hidden;}
.SumoSelect > .CaptionCont {z-index: 1;text-align: left;height: var(--sel-h);padding: var(--sel-p);padding-right: calc(var(--sel-p) * 2.5);background: #2a2a39;border-radius: 8px;color: var(--clr-white);border: 0.0625rem solid var(--clr-input);transition: var(--transition-1);}
.SumoSelect > .CaptionCont > span {cursor: pointer;padding-right: 0;font-size: var(--sel-fz);font-weight: 300;line-height: calc(var(--sel-h) - var(--sel-p) * 2);color: currentColor;backface-visibility: hidden;}
.SumoSelect > .CaptionCont > span.placeholder {font-style: normal;font-weight: 500;color: var(--clr-white);}
.SumoSelect > .CaptionCont > label {display: inline-block;cursor: pointer;width: 1.25rem;height: 1.25rem;color: currentColor;right: var(--sel-p);bottom: auto;top: 50%;transform: translateY(-50%);transition: var(--transition-1);}
.SumoSelect > .CaptionCont > label i {background-image: url("../img/icons/icon-chevron-down.svg");opacity: 1;width: 25px;height: 24px;top: 50%;left: 50%;right: auto;bottom: auto;color: currentColor;transform: translate(-50%, -50%);}
.SumoSelect > .optWrapper {display: block;overflow: auto;z-index: 2;padding: 0;top: 100%;left: 0;width: 100%;border: 0.0625rem solid var(--clr-white-32);border-top: none;border-radius: 0 0 var(--rd-1) var(--rd-1);opacity: 0;visibility: hidden;backface-visibility: hidden;background-color: #2a2a39;box-shadow: 0 0.625rem 1rem 0 rgba(0, 0, 0, 0.07);transition: 0s;}
.SumoSelect > .optWrapper > .options {font-size: var(--sel-fz);max-height: var(--max-height);padding: 0;border-radius: 0 !important;}
.SumoSelect > .optWrapper > .options li.opt {padding: 0;border-bottom: 0;}
.SumoSelect > .optWrapper > .options li label {white-space: unset;text-align: left;padding: var(--opt-p) var(--sel-p);font-size: var(--sel-fz);line-height: var(--opt-lh);font-weight: 300;color: var(--clr-white);transition: var(--transition-1);}
.SumoSelect > .optWrapper > .options li label:has(a) {padding: 0;}
.SumoSelect > .optWrapper > .options li label > a {padding: var(--opt-p) var(--sel-p);}
.SumoSelect > .optWrapper > .options li.opt.selected label {color: var(--clr-secondary);}
.SumoSelect > .optWrapper > .options > .opt.disabled:first-child {display: none !important;}
.SumoSelect > .optWrapper > .options li.group > label {padding: var(--opt-p) var(--sel-p);font-weight: 600;}
.SumoSelect > .optWrapper > .options li ul li.opt {padding-left: var(--opt-p);}
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {box-shadow: none;border-color: var(--clr-secondary);}
.SumoSelect.open > .CaptionCont {border-color: var(--clr-white-32);border-bottom-right-radius: 0;border-bottom-left-radius: 0;box-shadow: none;}
.SumoSelect.open > .CaptionCont > label {transform: translateY(-50%) rotateX(180deg);}
.SumoSelect.open > .optWrapper {top: calc(var(--sel-h) - 1px);opacity: 1;visibility: visible;transition: var(--transition-1);transition-delay: 0.2s;}
.SumoSelect.disabled {opacity: 0.5;}
.SumoSelect.disabled > .CaptionCont {cursor: not-allowed;}
.SumoSelect.disabled > .CaptionCont > span {cursor: not-allowed;}
@media (min-width: 1200px) {
.SumoSelect > .optWrapper > .options li.opt:hover {background-color: transparent;}
.SumoSelect > .optWrapper > .options li.opt:hover label {background-color: var(--clr-secondary);color: var(--clr-black);}
}
@media (max-width: 1199px) {
.SumoSelect {--sel-h: 3.25rem;}
}
@media (max-width: 991px) {
.SumoSelect {--sel-p: .75rem;--sel-h: 2.875rem;--sel-fz: .875rem;}
}


/* gform custom styles */

.gform_wrapper .gfield {
    --int-height: 56px;
    --int-pd: 1rem;
    --font-size: 16px;
    --ff-1: 'TWKEverett';
    --ch-size: 16px;
    --lh-size: calc(var(--ch-size) * 1.5);
}

.gform_wrapper .gfield_required{
    display: none;
}

.gform_wrapper input{
    font-family: var(--ff-1)!important;
    position: relative!important;
    z-index: 1!important;
    font-weight: 300!important;
    font-size: var(--font-size)!important;
    line-height: var(--int-height)!important;
    height: var(--int-height)!important;
    padding: var(--int-pd)!important;
    text-overflow: ellipsis!important;
    color: var(--clr-white)!important;
    border-radius: var(--rd-2)!important;
    border: 1px solid var(--clr-black-16)!important;
    background: var(--clr-white-8)!important;
    transition: var(--transition-1)!important;
}

.gform_wrapper textarea{
    font-family: var(--ff-1)!important;
    position: relative!important;
    z-index: 1!important;
    font-weight: 300!important;
    font-size: var(--font-size)!important;
    height: 96px!important;
    line-height: 1.38em!important;
    padding: var(--int-pd)!important;
    text-overflow: ellipsis!important;
    color: var(--clr-white)!important;
    border-radius: var(--rd-2)!important;
    border: 1px solid var(--clr-black-16)!important;
    background: var(--clr-white-8)!important;
    transition: var(--transition-1)!important;
}

.gform_wrapper select{
    font-family: var(--ff-1)!important;
    position: relative!important;
    z-index: 1!important;
    font-weight: 300!important;
    font-size: var(--font-size)!important;
    line-height: var(--int-height)!important;
    height: var(--int-height)!important;
    text-overflow: ellipsis!important;
    color: var(--clr-white)!important;
    border-radius: var(--rd-2)!important;
    border: 1px solid var(--clr-black-16)!important;
    background: var(--clr-white-8)!important;
    transition: var(--transition-1)!important;
    position: relative!important;
    appearance: none!important; /* Removes default arrow in most browsers */
    -webkit-appearance: none!important; /* Safari/Chrome */
    -moz-appearance: none!important; /* Firefox */
    background-color: #2a2a39!important;
    background-repeat: no-repeat!important;
    background-position: right 10px center!important;
    background-size: 16px!important;
}

.gform-theme--foundation .chosen-container-multi{
    font-family: var(--ff-1)!important;
    outline:none!important;
    position: relative!important;
    z-index: 1!important;
    font-weight: 300!important;
    font-size: var(--font-size)!important;
    /* line-height: var(--int-height)!important; */
    /* height: var(--int-height)!important; */
    text-overflow: ellipsis!important;
    color: var(--clr-white)!important;
    border-radius: var(--rd-2)!important;
    border: 1px solid var(--clr-black-16)!important;
    background: var(--clr-white-8)!important;
    transition: var(--transition-1)!important;
    position: relative!important;
    appearance: none!important; /* Removes default arrow in most browsers */
    -webkit-appearance: none!important; /* Safari/Chrome */
    -moz-appearance: none!important; /* Firefox */
    background-color: #2a2a39!important;
    background-repeat: no-repeat!important;
    background-position: right 10px center!important;
    background-size: 16px!important;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice,
.gform-theme--foundation .chosen-container .chosen-results li.no-results{
    background-color: #3c3b4b!important;
}

.chosen-container-multi .chosen-drop{
    background: #2a2a39!important;
    
}

.chosen-container-multi .chosen-drop .chosen-results li{
    color: #fff!important;
}

.chosen-container-multi .chosen-drop .chosen-results li.result-selected,
.chosen-container-multi .chosen-drop .chosen-results li.highlighted{
    background-color: #171627!important;
}

.chosen-container-multi .chosen-drop .chosen-results li:hover{
    background-color: #171627!important;
}

.chosen-container-multi .chosen-drop,
.page-template-templatespage-get-quote-php #field_1_21{
    z-index: 9999;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results li.result-selected, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li.result-selected {
    box-shadow: inset 3px 0 0 #d6fd70!important;
}

/* .chosen-container-multi .chosen-search-input.default,
.chosen-container-multi .chosen-search-input{
    padding-top: 5px!important;
} */

.gform_wrapper input[name="input_9.1"]::before,
.gform_wrapper input[name="input_10.1"]::before{
    color: #d6fd70;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.gform_wrapper input[name="input_9.1"],
.gform_wrapper input[name="input_10.1"]{
    display: inline-block!important;
    position: relative!important;
    vertical-align: text-top!important;
    color: var(--clr-white-32)!important;
    height: var(--lh-size)!important;
    width: var(--lh-size)!important;
    flex-shrink: 0!important;
    align-self: baseline!important;
    border-radius: 8px!important;
    border: 0.0625rem solid rgba(255, 255, 255, 0.16)!important;
    transition: var(--transition-1)!important;
}

.gform_wrapper input[type="checkbox"]{
    display: inline-block!important;
    position: relative!important;
    vertical-align: text-top!important;
    color: var(--clr-white-32)!important;
    height: var(--lh-size)!important;
    width: var(--lh-size)!important;
    flex-shrink: 0!important;
    align-self: baseline!important;
    border-radius: 8px!important;
    border: 0.0625rem solid rgba(255, 255, 255, 0.16)!important;
    transition: var(--transition-1)!important;
    background-color: transparent!important;
}


.gform_wrapper input[type="radio"]{
    display: inline-block!important;
    position: relative!important;
    vertical-align: text-top!important;
    color: var(--clr-white-32)!important;
    height: var(--lh-size)!important;
    width: var(--lh-size)!important;
    flex-shrink: 0!important;
    align-self: baseline!important;
    border-radius: 8px!important;
    border: 0.0625rem solid rgba(255, 255, 255, 0.16)!important;
    transition: var(--transition-1)!important;
    border-radius: 100%!important;
    padding: 0px!important;
    background-color: transparent!important;
}

.gform_wrapper input[type="checkbox"]:not([name="input_9.1"],[name="input_10.1"]){
    padding: 0px!important;
}

.gform_wrapper input[type=checkbox]:not([name="input_9.1"],[name="input_10.1"]):before {
    width: 100%!important;
    height: 100%!important;
    color: #d6fd70;
    position: absolute;
    font-size: 0px!important;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background: url(../img/icons/icon-checkbox.svg) no-repeat center!important;
}

.gform_wrapper input[type=checkbox]:not([name="input_9.1"], [name="input_10.1"]):checked {
    background-color: var(--clr-secondary)!important;
}

/* .gform_wrapper select:hover {
    background-color: var(--clr-secondary);
    color: var(--clr-black);
} */

.gform-theme--foundation{
    --gf-form-gap-y: 25px!important;
    --gf-form-gap-x: 25px!important;
}

.gform_wrapper select option:hover,
.gform_wrapper select option:checked {
    background-color: #d6fd70;
    color: #000;
    box-shadow: 0 0 10px 100px red inset!important;
}


.gform_wrapper .ginput_container_select{
    position: relative;
}

.gform_wrapper .ginput_container_select:after{
    background-image: url(../img/icons/icon-chevron-down.svg);
    position: absolute;
    content: "";
    opacity: 1;
    width: 25px;
    height: 24px;
    top: 50%;
    left: auto;
    right: 0px;
    bottom: auto;
    color: currentColor;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.gform_wrapper input::placeholder {
  color: #888;
}

.gform_wrapper input:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus{
    border: 1px solid var(--clr-secondary)!important;
    outline: none!important;
}

.gform_wrapper input::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder {color: var(--clr-white-48);opacity: 1;}
.gform_wrapper input:-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder {color: var(--clr-white-48);opacity: 1;}
.gform_wrapper input::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {color: var(--clr-white-48);opacity: 1;}
.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {color: var(--clr-white-48);opacity: 1;}

.gform_wrapper legend,
.gform_wrapper label:not(.gform-field-label--type-inline) {
    display: inline-block!important;
    pointer-events: none!important;
    text-align: left!important;
    font-size: 12px!important;
    line-height: 1.33!important;
    font-weight: 500!important;
    color: var(--clr-white)!important;
    letter-spacing: 1px!important;
    margin-bottom: 12px!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 1!important;
    -webkit-box-orient: vertical!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    text-transform: uppercase!important;
    transition: var(--transition-1)!important;
}



.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio{
    gap: 0px!important;
}

.gform_wrapper .gfield_checkbox .gchoice,
.gform_wrapper .gfield_radio .gchoice{
    text-align: left;
    gap: 12px;
    display: inline-flex;
    align-items: center;
    padding-block: 8px;
}

.gform_wrapper .gfield_checkbox .gchoice label,
.gform_wrapper .gfield_radio .gchoice label{
    color: var(--clr-white)!important;
    cursor: pointer!important;
    font-size: var(--ch-size)!important;
    font-weight: 300!important;
    line-height: var(--lh-size)!important;
    color: var(--clr-white)!important;
    margin-left: 0px!important;
}

.gform_wrapper .gfield_checkbox .gchoice a{
    text-decoration: underline;
}

.gform_wrapper .gchoice input[type="radio"]:checked{
    border-color: var(--clr-secondary)!important;
}

.gform_wrapper .gchoice input[type="radio"]:checked:before{
    transform: translate(-50%, -50%) scale(1);
}

.gform_wrapper .gchoice input[type="radio"]:before{
    width: 16px;
    height: 16px;
    background-color: var(--clr-secondary);
    border-radius: 100%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%) scale(0);
    transition: var(--transition-1);
}

.gform-footer .gform_button.button{
    display: inline-flex!important;
    align-items: center!important;
    gap: 8px!important;
    padding-inline: 16px 12px!important;
    height: 48px!important;
    border-radius: var(--rd-2)!important;
    border: 1px solid var(--clr-white-32)!important;
    background: var(--clr-white-16)!important;
    -webkit-backdrop-filter: blur(8px)!important;
    backdrop-filter: blur(8px)!important;
    color: var(--clr-white)!important;
    text-align: center!important;
    font-size: 16px!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: 24px!important;
    letter-spacing: -0.5px!important;
    cursor: pointer!important;
    transition: var(--transition-1)!important;
}

.gform-footer .gform_button.button:hover{
    border-color: var(--clr-secondary)!important;
    background: var(--clr-secondary)!important;
    color: var(--clr-primary)!important;
}

.gform_wrapper .gform_drop_area{
    position: relative!important;
    background: var(--clr-white-8)!important;
    cursor: pointer!important;
    height: 104px!important;
    border-radius: 8px!important;
    text-align: center!important;
    display: flex!important;
    flex-direction: column!important;
    justify-content: center!important;
    align-items: center!important;
    transition: var(--transition-1)!important;
}

.gform_wrapper .gform_drop_area:before{
    content: ""!important;
    background-image: url(../img/icons/icon-upload-cloud.svg)!important;
    width: 24px !important;
    height: 24px !important;
    position: absolute;
    top: 25px;
    display: block !important;
}

.gform_wrapper .gform_drop_area .gform_drop_instructions{
    margin-top: 30px;
    color: var(--clr-white);
}

.gform_wrapper .gform_drop_area .gform_button_select_files{
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
    opacity: 0!important;
}

.gform_wrapper .gfield_fileupload_filename{
    color: var(--clr-white)!important;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar_progress{
    background-color: #d6fd70;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progress::after{
    color: #d6fd70!important;
}

.gform_wrapper .gform-loader {
	display: none !important;
}

footer .wpcf7-response-output{
    display: block;
}