<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------
RESET GRAVITY
------------------------------------------------*/
.racc-style_wrapper.gform_wrapper.gravity-theme .racc-style{
    --radius: 4px;
    --max-width-choices: 320px;

    --form_input_height: auto;
    --form_bg_color: var(--color-contrast);
    --form_text_size: var(--font-base);
    --form_text_color: var(--color-base);
    --form_border_color: var(--color-fog);
    --form_focus_border_color: var(--color-racc-golden);
    --form_border_radius: var(--radius);
}
.racc-style_wrapper.gf_stylespro_wrapper .gf_stylespro {
    --gfsp--base-font-size: var(--color-base);
    font-size: var(--gfsp--base-font-size) !important;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .gf_stylespro .gform_body{
    width: 100%;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .gform_footer{
    border: none;
}
.racc-style_wrapper .gf_stylespro .chosen-choices,
.racc-style_wrapper .gf_stylespro .gfsp_icon,
.racc-style_wrapper .gf_stylespro input:not([type="radio"]):not([type="checkbox"]):not([type="button"]):not([type="submit"]):not(.chosen-search-input),
.racc-style_wrapper .gf_stylespro input[type="email"],
.racc-style_wrapper .gf_stylespro input[type="number"],
.racc-style_wrapper .gf_stylespro input[type="password"],
.racc-style_wrapper .gf_stylespro input[type="search"],
.racc-style_wrapper .gf_stylespro input[type="tel"],
.racc-style_wrapper .gf_stylespro input[type="text"],
.racc-style_wrapper .gf_stylespro input[type="url"],
.racc-style_wrapper .gf_stylespro select,
.racc-style_wrapper .gf_stylespro textarea{
    line-height: 1 !important;
}
.racc-style_wrapper .gf_stylespro textarea{
    line-height: 1.4 !important;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .ginput_complex{
    display: grid;
    grid-column-gap: 2%;
    grid-row-gap: 16px;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(auto-fill,auto);
    width: 100%;
    margin: 0;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .ginput_complex span{
    grid-column: span 12;
    width: 100%;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .ginput_complex span.ginput_left,
.racc-style_wrapper.gform_wrapper.gravity-theme .ginput_complex span.ginput_right,
.racc-style_wrapper.gform_wrapper.gravity-theme .ginput_complex.gf_name_has_2 span{
    grid-column: span 6;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .ginput_complex.gf_name_has_3 span{
    grid-column: span 4;
}

@media (min-width: 641px) {
    .racc-style_wrapper.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),
    .racc-style_wrapper.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full),
    .racc-style_wrapper.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full),
    .racc-style_wrapper.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full) {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 640px) {
    .racc-style_wrapper.gform_wrapper.gravity-theme .ginput_complex span,
    .racc-style_wrapper.gform_wrapper.gravity-theme .ginput_complex span.ginput_left,
    .racc-style_wrapper.gform_wrapper.gravity-theme .ginput_complex span.ginput_right,
    .racc-style_wrapper.gform_wrapper.gravity-theme .ginput_complex.gf_name_has_2 span,
    .racc-style_wrapper.gform_wrapper.gravity-theme .ginput_complex.gf_name_has_3 span{
        grid-column: 1/-1;
    }
}


/*------------------------------------------------
INPUTS WITH VISIBILITY HIDDEN
------------------------------------------------*/
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield.gfield_visibility_hidden,
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield.gfield_visibility_administrative,
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield.gfield--input-type-adminonly_hidden{
    margin: 0 !important;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield.gfield_visibility_administrative{
    display: none;
}


/*------------------------------------------------
SPACING
------------------------------------------------*/
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield.gfield--width-full,
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield.gfield--width-half{
    width: 100%;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield + .gfield:not(.gsection):not(.gfield--type-tos){
    margin-block-start: var(--break);
}

@media screen and (max-width: 700px) {
    .racc-style_wrapper.gform_wrapper.gravity-theme .gfield + .gfield:not(.gsection):not(.gfield--type-tos){
        width: 100%;
        max-width: 100%;
    }
}


/*------------------------------------------------
REQUIERED &amp; SPINNER
------------------------------------------------*/
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield_required,
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield_required.gfield_required_asterisk{
    display: none;
}
.racc-style_wrapper .gform_ajax_spinner{
    display: none;
}

/*------------------------------------------------
SECTIONS &amp; HTMLS &amp; TITLES
------------------------------------------------*/
.racc-style_wrapper.gf_stylespro_wrapper .gsection{
    padding: 0;
}
.racc-style_wrapper.gf_stylespro_wrapper .gf_stylespro .gfield.gfield--input-type-section{
    margin-bottom: var(--break) !important;
}
.racc-style_wrapper .gfield--input-type-section :where(h2, h3, h4){
    margin-top: calc(var(--break) * 2);
    margin-bottom: 0;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .gf_stylespro.racc-style .gfield:where(.html-fullwitdh,.html-fullwidth){
    max-width: 100%;
    width: 100%;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .gf_stylespro.racc-style .gfield:where(.html-fullwitdh,.html-fullwidth) &gt; .ginput_container{
    width: 100%;
    max-width: 100%;
}

.racc-style_wrapper.gform_wrapper.gravity-theme div:not(.steps-page-title).gfield--type-html h1{
    margin-top: 0;
}

@media screen and (max-width: 640px) {
    .racc-style_wrapper.gform_wrapper.gravity-theme .gf_stylespro.racc-style .gfield:where(.html-fullwitdh,.html-fullwidth){
        max-width: var(--max-width-choices);
        margin-inline: auto;
    }
}


/*------------------------------------------------
LABEL
------------------------------------------------*/
.racc-style_wrapper.gform_wrapper.gravity-theme .racc-style .gfield_label{
    display: flex;
    justify-content: flex-start;
    color: var(--color-base);
    font-size: var(--font-base) !important;
    font-weight: var(--font-semibold) !important;
    margin-bottom:  calc(var(--break) / 1.25) !important;
    max-width: var(--max-width-choices);
    margin-inline: auto;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) .gfield_label{
    margin-inline: initial;
}

/*------------------------------------------------
SUPPORTING TEXT (DESCRIPTION)
------------------------------------------------*/
.racc-style_wrapper.gf_stylespro_wrapper .gf_stylespro .gfield_description {
    --gfsp--desc-font-size: var(--font-small);
    --gfsp--desc-font-weight: var(--font-regular);
    --gfsp--desc-color: var(--color-shadow);
    --gfsp--desc-padding: calc(var(--break) / 1.5) 0 0 0;
    --gfsp--desc-margin-bottom: 0;
    --gfsp--desc-bg-color: transparent;
}
.racc-style_wrapper.gf_stylespro_wrapper .gf_stylespro .gfield_description:empty{
    padding: 0 !important;
}

.racc-style_wrapper.gform_wrapper.gravity-theme .top_label .gsection_description{
    margin-top: calc(var(--break) / 1.5);
    margin-bottom: 0;
    font-weight: var(--font-regular);
}


/*------------------------------------------------
INPUTS
------------------------------------------------*/
.racc-style_wrapper.gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.racc-style_wrapper.gform_wrapper .gfield_select[multiple="multiple"],
.racc-style_wrapper.gform_wrapper .gfield textarea {
    height: auto !important;
    width: 100%;
    font-size: var(--form_text_size) !important;
    padding: var(--break) !important;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield--input-type-date .ginput_complex .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.racc-style_wrapper.gform_wrapper.gravity-theme .ginput_complex.ginput_container--name span input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
    min-width: auto !important;
}
.racc-style_wrapper.gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):valid:not(:placeholder-shown):not(:focus-visible),
.racc-style_wrapper.gform_wrapper .gfield_select[multiple="multiple"]:valid:not(:placeholder-shown):not(:focus-visible),
.racc-style_wrapper.gform_wrapper .gfield textarea:valid:not(:placeholder-shown):not(:focus-visible){
    --form_border_color: var(--color-base);
}

@media screen and (min-width: 481px) {
    .racc-style_wrapper.gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
    .racc-style_wrapper.gform_wrapper .gfield_select[multiple="multiple"],
    .racc-style_wrapper.gform_wrapper .gfield textarea {
        min-width: 250px !important;
    }
}


/*------------------------------------------------
ERROR MESAGES
------------------------------------------------*/
.racc-style_wrapper .gf_stylespro .validation_error,
.racc-style_wrapper .gf_stylespro_wrapper .gf_stylespro .gfield_description.validation_message,
.racc-style_wrapper .gf_stylespro_wrapper .gfield_validation_message,
.racc-style_wrapper .gf_stylespro_wrapper .gform_validation_errors,
.racc-style_wrapper .gf_stylespro_wrapper .validation_message {
    --gfsp--warning-color: var(--color-error);
    --gfsp--warning-bg-color: transparent;

    margin-top: 0;
    border-color: transparent !important;
    line-height: 1;
}
.racc-style_wrapper.gf_stylespro_wrapper .gform_validation_errors{
    --gfsp--warning-bg-color: #F7E9E8;
    padding: calc(var(--break) / 1.5);
    margin-bottom: 0;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .gform_validation_errors &gt; h2{
    font-size: var(--font-base) !important;
    line-height: var(--font-height-heading) !important;
}
.racc-style_wrapper .gform-icon--circle-error{
    margin-right: calc(var(--break) / 5);
}
.racc-style_wrapper.gform_wrapper .gfield_description.validation_message, .gf_stylespro_wrapper .gfield_validation_message{
    background-color: transparent !important;
    border: none;
}
.racc-style_wrapper.gform_wrapper .gfield.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.racc-style_wrapper.gform_wrapper .gfield.gfield_error select,
.racc-style_wrapper.gform_wrapper .gfield.gfield_error .gfield_select,
.racc-style_wrapper.gform_wrapper .gfield.gfield_error .chosen-container-multi .chosen-choices,
.racc-style_wrapper.gform_wrapper .gfield.gfield_error .ts-wrapper:not(.form-control):not(.form-select).single .ts-control,
.racc-style_wrapper.gform_wrapper .gfield.gfield_error .gfsp_dot input[type]:not(old) + label::before,
.racc-style_wrapper.gform_wrapper .gfield.gfield_error .choice-bordered .ginput_container_checkbox .gfield_checkbox .gchoice,
.racc-style_wrapper.gform_wrapper .gfield.gfield_error .ginput_container_checkbox .gfield_checkbox:has(.gchoice + .gchoice) .gchoice,
.racc-style_wrapper.gform_wrapper .gfield.gfield_error .gfield-choice-input + label,
.racc-style_wrapper.gform_wrapper .gfield.gfield_error textarea,
.racc-style_wrapper.gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])[style*="border-color: red;"],
.racc-style_wrapper.gform_wrapper .gfield_select[multiple="multiple"][style*="border-color: red;"],
.racc-style_wrapper.gform_wrapper .gfield textarea[style*="border-color: red;"]{
    border-color: var(--color-error) !important;
}
.racc-style_wrapper.gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])[style*="border-color: rgb(210, 210, 210);"],
.racc-style_wrapper.gform_wrapper .gfield_select[multiple="multiple"][style*="border-color: rgb(210, 210, 210);"],
.racc-style_wrapper.gform_wrapper .gfield textarea[style*="border-color: rgb(210, 210, 210);"]{
    border-color: var(--color-fog) !important;
}
.racc-style_wrapper .sp_inherit .ginput_container_consent input[type="checkbox"] + label,
.racc-style_wrapper .sp_inherit .gfield[data-field-class*="gfsp_"] .ginput_container_consent input[type="checkbox"] + label,
.racc-style_wrapper.gform_wrapper .gfield.gfield_error .choice-bordered .ginput_container_checkbox .gfield_checkbox .gchoice label,
.racc-style_wrapper.gform_wrapper .gfield.gfield_error .ginput_container_checkbox .gfield_checkbox:has(.gchoice + .gchoice) .gchoice label,
.racc-style_wrapper.gform_wrapper .gfield.gfield_error .gfield-choice-input + label{
    color: var(--color-base);
    opacity: 1;
}
#main .racc-style_wrapper.gform_wrapper .gform_submission_error,
.racc-style_wrapper.gform_wrapper .gform_wrapper .gform_submission_error{
    display: flex;
    justify-content: center;
    align-items: center;
}

/*------------------------------------------------
CHECKBOXES &amp; RADIO BUTTONS
------------------------------------------------*/
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield_checkbox label,
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield_radio label{
    font-size: var(--font-base);
}
.racc-style_wrapper .gf_stylespro .gfield_checkbox,
.racc-style_wrapper .gf_stylespro .gfield_radio{
    margin-top: 0;
}
.racc-style_wrapper .gf_stylespro .gfield_checkbox &gt; div,
.racc-style_wrapper .gf_stylespro .gfield_radio &gt; div{
    align-items: center;
}
.racc-style_wrapper .gfsp_o_frame:not([class*="gf_list_"]) .gfield_checkbox &gt; div,
.racc-style_wrapper .gfsp_o_frame:not([class*="gf_list_"]) .gfield_radio &gt; div{
    margin-bottom: 0;
}
.racc-style_wrapper .gf_stylespro .gfsp_ios .gfield-choice-input + label::after,
.racc-style_wrapper .gf_stylespro .gfsp_ios .gfield_consent_label::after{
    top: 0.06em;
}
.racc-style_wrapper .choice-bordered .ginput_container_checkbox .gfield_checkbox .gchoice,
.racc-style_wrapper .ginput_container_checkbox .gfield_checkbox:has(.gchoice + .gchoice) .gchoice,
.racc-style_wrapper .gf_stylespro .gfield_radio .gchoice input[type="radio"]:not(old) + label{
    transition: all 0.35 ease-out;
}
.racc-style_wrapper .ginput_container_checkbox .gfield_checkbox:has(.gchoice + .gchoice) .gchoice:is(:hover, :focus-visible),
.racc-style_wrapper .gf_stylespro .gfield_radio .gchoice:is(:hover, :focus-visible) input[type="radio"]:not(old) + label{
    border: 1px solid var(--color-racc-golden);
}
.racc-style_wrapper .ginput_container_checkbox .gfield_checkbox:has(.gchoice + .gchoice),
.racc-style_wrapper .ginput_container_radio .gfield_radio{
    display: flex;
    flex-direction: column;
    gap: 0 calc(var(--break) / 2);
}
.racc-style_wrapper .gfield.gf_list_2col .ginput_container_radio .gfield_radio{
    display: flex !important;
}
.racc-style_wrapper .ginput_container_radio .gfield_radio .gchoice,
.racc-style_wrapper .choice-bordered .ginput_container_checkbox .gfield_checkbox .gchoice,
.racc-style_wrapper .ginput_container_checkbox .gfield_checkbox:has(.gchoice + .gchoice) .gchoice,
.racc-style_wrapper .gf_stylespro .gfield[data-field-class*="gfsp_o_"] .gfield_checkbox &gt; div,
.racc-style_wrapper .gf_stylespro .gfield[data-field-class*="gfsp_o_"] .gfield_radio &gt; div{
    position: relative;
    width: 100%;
    max-width: var(--max-width-choices);
    margin-bottom: var(--break);
}
.racc-style_wrapper .ginput_container_radio .gfield_radio .gchoice + .gchoice:last-child,
.racc-style_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice + .gchoice:last-child{
    margin-bottom: 0;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .racc-style .in-a-row .ginput_container_radio .gfield_radio{
    display: flex;
    flex-direction: row;
    gap: 0 calc(var(--break) / 2);
}
.racc-style_wrapper.gform_wrapper.gravity-theme .racc-style .in-a-row .ginput_container_radio .gfield_radio .gchoice{
    margin-block-end: 0;
    max-width: 100%;
}
.racc-style_wrapper .gf_stylespro.racc-style .in-a-row input[type="radio"]:not(old) + label,
.racc-style_wrapper .ginput_container_radio .in-a-row .gfield_radio .gchoice input:checked + label{
    max-width: 100%;
}

@media screen and (min-width: 701px) {
    .racc-style_wrapper .gf_stylespro .gfield[data-field-class*="gfsp_o_"] .gfield_checkbox &gt; div,
    .racc-style_wrapper .gf_stylespro .gfield[data-field-class*="gfsp_o_"] .gfield_radio &gt; div{
        width: var(--max-width-choices)
    }
}
@media screen and (min-width: 601px) {
    .racc-style_wrapper .side-by-side .ginput_container_checkbox .gfield_checkbox:has(.gchoice + .gchoice),
    .racc-style_wrapper .side-by-side .ginput_container_radio .gfield_radio{
        flex-direction: row;
        gap: calc(var(--break) / 2);
    }

    .racc-style_wrapper .side-by-side .ginput_container_checkbox .gfield_checkbox .gchoice,
    .racc-style_wrapper .side-by-side .ginput_container_radio .gfield_radio .gchoice{
        margin-bottom: 0;
    }
}


/*------------------------------------------------
CHECKBOXES
------------------------------------------------*/
.racc-style_wrapper .gfield-choice-input{
    width: 1.5rem !important;
    height: 1.5rem;
    accent-color: var(--color-racc-golden);
}
.racc-style_wrapper .gf_stylespro .gfsp_ios .gfield-choice-input + label{
    margin-top: 0;
    margin-bottom: 0;
    min-width: fit-content;
}
.racc-style_wrapper .choice-bordered .ginput_container_checkbox .gfield_checkbox .gchoice,
.racc-style_wrapper .ginput_container_checkbox .gfield_checkbox:has(.gchoice + .gchoice) .gchoice{
    border: 1px solid var(--color-fog);
    border-radius: var(--radius);
    padding: var(--break);
    accent-color: var(--color-racc-golden);
    width: 100%;
    max-width: var(--max-width-choices);
}
.racc-style_wrapper .gf_stylespro .gfsp_ios .gfield-choice-input + label::before,
.racc-style_wrapper .gf_stylespro .gfsp_ios .gfield_consent_label::before{
    background-color: var(--color-fog);
    border-color: var(--color-fog);
}
.racc-style_wrapper .gf_stylespro .gfsp_flip input[type]:not(old) + label::after,
.racc-style_wrapper .gf_stylespro .gfsp_ios input[type]:not(old):checked + label::before,
.racc-style_wrapper .gf_stylespro .gfsp_toggle input[type]:not(old):checked + label::after {
    border-color: var(--color-racc);
}


/*------------------------------------------------
RADIO BUTTONS
------------------------------------------------*/
.racc-style_wrapper .gf_stylespro.racc-style input[type="radio"]:not(old) + label,
.racc-style_wrapper .ginput_container_radio .gfield_radio .gchoice input:checked + label{
    width: 100%;
    max-width: var(--max-width-choices);
    accent-color: var(--color-racc-golden);
    background-color: var(--color-contrast);
    border: 1px solid var(--color-fog);
    border-radius: var(--radius);
    padding: var(--break);
    box-shadow: none;
    margin-block: 0;
}
.racc-style_wrapper .ginput_container_radio .gfield_radio .gchoice input:checked + label,
.racc-style_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice:has(input:checked),
.racc-style_wrapper .gf_stylespro .o-custom-border input:checked + label,
.racc-style_wrapper .gf_stylespro .o-custom-border li:not(.gfsp_choice_icn):not(.gfsp_choice_img) :checked + label{
    --gfsp--o-bg-color: var(--color-racc-golden);
    border-color: var(--gfsp--o-bg-color);
}
.racc-style_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice:has(input:checked){
    border-color: var(--gfsp--o-bg-color) !important;
}
.racc-style_wrapper .gf_stylespro .gfsp_dot input[type]:not(old) + label::before{
    --gfsp-choice-style-color: var(--color-fog);
}
.racc-style_wrapper .gf_stylespro .gfsp_dot input[type]:not(old):checked + label::before{
    --gfsp-choice-style-color: var(--color-racc-golden);
}
.racc-style_wrapper .gf_stylespro .gfsp_dot input[type="checkbox"]:not(old) + label::before,
.racc-style_wrapper .gf_stylespro .gfsp_dot input[type="radio"]:not(old) + label::before{
    width: 18px;
    height: 18px;
    padding: 0;
    flex: 0 0 auto;
    margin-bottom: 0;
}
.racc-style_wrapper .sp_inherit .ginput_container_consent input[type="checkbox"]:checked{
    accent-color: var(--color-racc-golden);;
}
.racc-style_wrapper .gf_stylespro .gfsp_dot .gfield-choice-input + label{
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    line-height: 1.4;
}

@media screen and (min-width: 701px) {
    .racc-style_wrapper .ginput_container_radio .gfield_radio:has(div:nth-last-child(n + 6)) {
        display: block;
        column-count: 2;
        column-gap: var(--break);
        width: fit-content;
    }
    .racc-style_wrapper .gfield.gf_list_2col .ginput_container_radio .gfield_radio:has(div:nth-last-child(n + 6)){
        display: block !important;
    }
    .racc-style_wrapper .ginput_container_radio .gfield_radio:has(div:nth-last-child(n + 6)) {
        display: block;
        column-count: 2;
        column-gap: var(--break);
        width: fit-content;
    }
    .racc-style_wrapper .ginput_container_radio .gfield_radio:has(div:nth-last-child(n + 6)) &gt; .gchoice{
        margin-bottom: calc(var(--break) / 2);
    }
}
@media screen and (max-width: 996px) and (min-width: 701px) {
    .racc-style_wrapper .ginput_container_radio .gfield_radio:has(div:nth-last-child(n+6)){
        margin-left: auto;
        margin-right: auto;
    }
    .racc-style_wrapper .ginput_container_radio .gfield_radio:has(div:nth-last-child(n+6)) &gt; .gchoice {
        max-width: calc(var(--max-width-choices) / 1.5);
    }
}

/*------------------------------------------------
PASSWORD
------------------------------------------------*/
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield_password_strength {
    background-color: var(--color-smoke);
    border: 2px solid var(--color-gray);
    border-bottom: 2px solid var(--color-gray);
    margin-top: var(--break);
    padding: calc(var(--break) / 2);
    border-radius: var(--radius)
}
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield_password_strength.mismatch,
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield_password_strength.short {
  background-color: #F7E9E8;
  border-bottom: 2px solid var(--color-error);
  border-color: var(--color-error);
}
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield_password_strength.strong {
  background-color: #E6F6ED;
  border-bottom: 2px solid #09A24B;
  border-color: #09A24B;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield_header_item,
.racc-style_wrapper.gform_wrapper.gravity-theme .gform_fileupload_rules,
.racc-style_wrapper.gform_wrapper.gravity-theme .ginput_complex label{
    font-size: var(--font-base);
    font-weight: var(--font-semibold);
    margin-top: 0;
    padding-top: calc(var(--break) / 2);
}



/*------------------------------------------------
CONSENT
------------------------------------------------*/
.racc-style_wrapper .gfield--type-choice.gfield--input-type-consent{
    flex-direction: column;
}
.racc-style_wrapper .gfield--type-consent legend.gfield_label{
    display: none !important;
}
.racc-style_wrapper .gfield--type-consent .ginput_container_consent{
    margin-top: calc(var(--break) / 1.5) !important;
}
.racc-style_wrapper .ginput_container_consent{
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
}
.racc-style_wrapper .gfield + .gfield.gfield--type-tos{
    margin-block-start: calc(var(--break) * 2);
}
.racc-style_wrapper .gfield--type-tos .gfield-choice-input,
.racc-style_wrapper .sp_inherit .ginput_container_consent input[type="checkbox"],
.racc-style_wrapper .sp_inherit .gfield[data-field-class*="gfsp_"] .ginput_container_consent input[type="checkbox"]{
    position: relative;
    opacity: 1;
    width: 1rem !important;
    height: 1rem;
    accent-color: var(--color-racc-golden);
}
.racc-style_wrapper .gf_stylespro .gfsp_dot .gfield_consent_label::before{
    display: none;
}
.racc-style_wrapper.gf_stylespro_wrapper .gwtos_terms_container{
    width: 100%;
}
.racc-style_wrapper.gf_stylespro_wrapper .gptos_input_container{
    margin-block-start: var(--break);
}
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield--type-tos .gfield_checkbox .gfield-choice-input:disabled + label,
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield--type-tos .gfield_checkbox .gfield-choice-input:disabled + label a{
    color: var(--color-granite);
}
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield--type-tos .gfield_checkbox .gfield-choice-input:not(:disabled) + label a{
    color: var(--color-base);
}
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield--type-tos .gfield_checkbox label a:not(:is(:hover, :focus-visible)){
    text-decoration: underline;
    text-underline-offset: 2px;
}
.racc-style_wrapper.gf_stylespro_wrapper .gwtos_terms_container,
.racc-style_wrapper.gf_stylespro_wrapper .gf_stylespro .gfield_description.gfield_consent_description{
    --gfsp--desc-padding: var(--break);
    margin-top: 0;
    background-color: var(--color-contrast) !important;
}
.racc-style_wrapper.gf_stylespro_wrapper .gwtos_terms_container *,
.racc-style_wrapper .consent-small .gfield_description.gfield_consent_description *{
    font-size: var(--font-small);
    color: var(--color-base);
}
.racc-style_wrapper.gf_stylespro_wrapper .gwtos_terms_container p{
    margin-bottom: calc(var(--break) / 1.5);
}
.racc-style_wrapper .consent-small .gfield_description.gfield_consent_description p{
    margin-bottom: calc(var(--break) / 2);
}
.racc-style_wrapper.gf_stylespro_wrapper .gwtos_terms_container p,
.racc-style_wrapper.gf_stylespro_wrapper .gwtos_terms_container p *,
.racc-style_wrapper .consent-small .gfield_description.gfield_consent_description p,
.racc-style_wrapper .consent-small .gfield_description.gfield_consent_description p *{
    color: var(--color-shadow);
}
.racc-style_wrapper.gf_stylespro_wrapper .gwtos_terms_container p a:not(:is(:hover, :focus-visible)),
.racc-style_wrapper .consent-small .gfield_description.gfield_consent_description p a:not(:is(:hover, :focus-visible)){
    text-decoration: underline;
}
.racc-style_wrapper.gf_stylespro_wrapper .gwtos_terms_container p &gt; br + br,
.racc-style_wrapper.gf_stylespro_wrapper .gwtos_terms_container p + br + br,
.racc-style_wrapper .consent-small .gfield_description.gfield_consent_description p &gt; br + br,
.racc-style_wrapper .consent-small .gfield_description.gfield_consent_description p + br + br{
    display: none;
}

.racc-style_wrapper .consent-check .gfield_checkbox &gt; div{
    display: flex;
    align-items: baseline;
    gap:0.25rem;
}
.racc-style_wrapper .consent-check .gfield-choice-input{
    position: relative;
    opacity: 1;
    width: 1rem !important;
    height: 1rem;
    accent-color: var(--color-racc-golden);
}


/*------------------------------------------------
RANGE (Slider display)
------------------------------------------------*/
.racc-style_wrapper .slider-display span[class$="val-relation"]{
    position: absolute;
    top: -32px;
    margin: 0;
    color: var(--color-shadow);
    font-size: var(--font-small);
}
.racc-style_wrapper .slider-display span[class$="val-relation"].max-val-relation{
    right: 0;
}
.racc-style_wrapper .slider-display .noUi-tooltip{
    border-color: var(--color-gray);
    font-size: var(--font-base);
    padding: 6px 8px;
}
.racc-style_wrapper .slider-display .noUi-connects{
    background-color: var(--color-racc-golden);
    border-radius: var(--radius-small);
}
.racc-style_wrapper .slider-display .noUi-connects .noUi-connect{
    background-color: var(--color-racc-lemonade) !important;
}


/*------------------------------------------------
MULTICHOISES
------------------------------------------------*/

.racc-style_wrapper.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices{
    border-radius: var(--radius);
    border-color:var(--color-fog);
    padding: 0 !important;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: var(--break) calc(var(--break) / 1.5);
    flex-wrap: wrap;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices:has(li.search-choice){
    border-color:var(--color-base);
}
.racc-style_wrapper.gform_wrapper.gravity-theme .chosen-container-multi.chosen-container-active .chosen-choices,
.racc-style_wrapper .ginput_container_select &gt; .ts-wrapper.focus .ts-control,
.racc-style_wrapper .ginput_container_select &gt; .ts-wrapper.dropdown-active .ts-control,
.racc-style_wrapper .ts-wrapper:not(.form-control):not(.form-select).single .ts-control:where(:focus, :focus-visible){
    box-shadow: none;
    border-color: var(--color-racc-golden) !important;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-field{
    width: 100%
}
.racc-style_wrapper.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices input[type="text"]{
    width: auto;
    padding: 0 !important;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice {
    background-clip: initial;
    background-color: var(--color-racc-lemonade);
    background-image: none;
    border: none;
    border-radius: 8px;
    box-shadow: none;
    color: var(--color-base);
    line-height: 1;
    margin: 0;
    padding: calc(var(--break) / 1.5) var(--break);
    flex-basis: fit-content;
    display: flex;
    gap: calc(var(--break) / 2);
    margin-top: calc(var(--break) / 1.5);
}
.racc-style_wrapper.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice:first-child{
    margin-left: calc(var(--break) / 1.5);
}
.racc-style_wrapper.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
    position: relative;
    display: inline-block;
    right: 0;
    top: 0;
    width: auto;
    background: none !important;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice .search-choice-close::after{
    content: "+";
    position: relative;
    display: block;
    width: 1ex;
    color: var(--color-base);
    font-size: var(--font-h2);
    transform: rotate(45deg);
    margin-top: calc(1ex - 1cap);

}
.racc-style_wrapper.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-field{
   flex-basis: 100%;
}


/*------------------------------------------------
SELECT
------------------------------------------------*/
.racc-style_wrapper .ginput_container_select,
.racc-style_wrapper .ginput_container_select &gt; .ts-wrapper{
    width: 100%;
    border-radius: var(--radius);
}
.racc-style_wrapper .ts-wrapper:not(.form-control):not(.form-select).single .ts-control{
    padding: 0 !important;
    border-radius: var(--radius);
    border-color: var(--color-fog);
}
.racc-style_wrapper .ts-wrapper:not(.form-control):not(.form-select).single .ts-control:has(input:not(:placeholder-shown)){
    border-color: var(--color-base);
}
.racc-style_wrapper .ts-wrapper:not(.form-control):not(.form-select).single .ts-control &gt; .item{
    padding: calc(var(--break) - 0.75px);
}
.racc-style_wrapper .ts-dropdown .active {
    background-color: var(--color-racc-lemonade);
    color: var(--color-base);
}
.racc-style_wrapper .ts-control .item,
.racc-style_wrapper .ts-dropdown [data-selectable].option{
    font-weight: var(--font-regular);
}


/*------------------------------------------------
DATE &gt; 3 INPUTS
------------------------------------------------*/
.racc-style_wrapper.gform_wrapper.gravity-theme .ginput_complex{
    gap: calc(var(--break) / 1.5);
    max-width: calc(var(--max-width-choices) * 3);
}
.racc-style_wrapper.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date{
    margin-left: 0;
    grid-column: span 4;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date{
    max-width: 100%
}
.racc-style_wrapper.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date.gfield_date_year{
    max-width: 100% !important;
}
@media screen and (max-width: 380px) {
    .racc-style_wrapper.gform_wrapper.gravity-theme .field_sublabel_below .ginput_complex{
        gap: calc(var(--break) / 2);
    }
    .racc-style_wrapper.gform_wrapper.gravity-theme .gfield .ginput_complex input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
        padding: var(--break) calc(var(--break) / 2);
    }
}


/*------------------------------------------------
DATE &gt; WITH ICON
------------------------------------------------*/
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield_label + .ginput_container_date{
    width: fit-content;
    position: relative;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield_label + .ginput_container_date input.gform-datepicker:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
    padding-right: calc(var(--break) * 2.5) !important;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield_label + .ginput_container_date img.ui-datepicker-trigger{
    position: absolute;
    right: var(--break);
}
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield_label + .ginput_container_date input:not(:placeholder-shown){
    border-color: var(--color-base) !important;
}

@media screen and (min-width: 678px) {
    .racc-style_wrapper.gform_wrapper.gravity-theme .gfield_label + .ginput_container_date input.gform-datepicker:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
        width: var(--max-width-choices);
    }
}


/*------------------------------------------------
SEARCH &gt; WITH ICON
------------------------------------------------*/
.racc-style_wrapper .ginput_container.has_gfsp_icn{
    position: relative;
    display: flex;
    align-items: center;
}
.racc-style_wrapper .ginput_container.has_gfsp_icn .gfsp_icon{
    position: absolute;
    left: calc(var(--break) / 1.5);
    height: 24px;
    border: none;
    padding: 0 !important;
}
.racc-style_wrapper .ginput_container.has_gfsp_icn .gfsp_icon::before{
    display: none;
}
.racc-style_wrapper .ginput_container.has_gfsp_icn .gfsp_icon .fa-search::after{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -2px;
    background: url("https://www.racc.es/wp-content/uploads/2024/11/icon_google.svg") no-repeat center center;
}
.racc-style_wrapper .ginput_container.has_gfsp_icn .gfsp_icon .fa-search::before{
    display: none;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .ginput_container.has_gfsp_icn input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
    width: 100%;
    max-width: var(--max-width-choices);
    padding-left: calc(var(--break) * 2.5) !important;
}


/*------------------------------------------------
COUPON
------------------------------------------------*/
.racc-style_wrapper.gform_wrapper .gfield.gf_field_cupon .ginput_container_coupon{
    display: flex;
    flex-wrap: wrap;
    gap: var(--break);
}
.racc-style_wrapper.gform_wrapper .gfield.gf_field_cupon input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
    width: max-content;
    flex-grow: 3;
}
.racc-style_wrapper.gform_wrapper .gfield.gf_field_cupon .ginput_container_coupon #gf_coupon_button.button{
    max-width: 190px;
    border-radius: var(--radius) !important;
}
.racc-style_wrapper.gform_wrapper .gfield.gf_field_cupon .ginput_container_coupon #gf_coupon_button.button:not(:is(:hover, :focus-visible)){
    background-color: var(--color-racc-contrast) !important;
    border-color: var(--color-racc-golden) !important;
}
.racc-style_wrapper.gform_wrapper .gfield.gf_field_cupon .ginput_container_coupon #gf_coupon_button.button:is(:hover, :focus-visible){
    background-color: var(--color-racc-contrast) !important;
    border-color: var(--color-racc-citronite) !important;
}
@media screen and (max-width: 480px) {
    .racc-style_wrapper.gform_wrapper .gfield.gf_field_cupon .ginput_container_coupon{
        flex-wrap: wrap;
    }
    .racc-style_wrapper.gform_wrapper .gfield.gf_field_cupon .ginput_container_coupon #gf_coupon_button.button {
        max-width: 100%;
        height: 53px;
    }
}




/*------------------------------------------------
ADRESS
------------------------------------------------*/
.racc-style_wrapper.gform_wrapper .gfield.gfield--type-address{
    display: flex;
    gap: var(--break);
}
.racc-style_wrapper.gform_wrapper .ginput_container_address span,
.racc-style_wrapper.gform_wrapper .ginput_full:not(:last-of-type){
    margin: 0;
    padding: 0;
}


/*------------------------------------------------
SUBMIT &amp; BUTTONS
------------------------------------------------*/
.racc-style_wrapper.gform_wrapper .gform_page_footer,
.racc-style_wrapper.gf_stylespro_wrapper .gf_stylespro .gform_page_footer{
    border: none;
}
.racc-style_wrapper.gform_wrapper .button,
.racc-style_wrapper.gform_wrapper .gform_button,
.racc-style_wrapper.gform_wrapper .button,
.racc-style_wrapper.gform_wrapper .gform_page_footer input[type="button"],
.racc-style_wrapper .gform_page_footer input[type="button"],
.racc-style_wrapper .gform_page_footer input[type="submit"] {
    --button_padding-top: var(--break-rem);
    --button_padding-bottom: var(--break-rem);
    --button_padding-right: calc(var(--break-rem) * 2);
    --button_padding-left: calc(var(--break-rem) * 2);
    --button_line_height: 1;
    --button_font_size: var(--font-base);
    border-width: 2px;
    min-width: 150px;
}
.racc-style_wrapper.gform_wrapper .gform_page_footer input[type="button"],
.racc-style_wrapper .gform_page_footer input[type="button"],
.racc-style_wrapper .gform_page_footer input[type="submit"]
.racc-style_wrapper.gf_stylespro_wrapper .gf_stylespro.racc-style input[type="submit"],
.racc-style_wrapper.gform_wrapper .button,
.racc-style_wrapper.gform_wrapper .gform_button{
    padding: var(--button_padding-top) var( --button_padding-right) var( --button_padding-bottom) var( --button_padding-left);
}
.racc-style_wrapper.gf_stylespro_wrapper .gf_stylespro input.button,
.racc-style_wrapper.gf_stylespro_wrapper .gf_stylespro.racc-style input[type="submit"],
.racc-style_wrapper.gf_stylespro_wrapper .gform_next_button,
.racc-style_wrapper.gf_stylespro_wrapper .gform_previous_button{
    font-size: var(--font-base);
    font-weight: var(--font-bold);
    letter-spacing: 0;
    text-transform: initial;
    box-shadow: none !important;
    margin: 0 !important;
    line-height: 1 !important;
    max-width: var(--max-width-choices);
    width: auto;
    border: 2px solid currentColor;
}
.racc-style_wrapper.gf_stylespro_wrapper .gf_stylespro.racc-style input[type="submit"]:is(:hover, :focus-visible){
    border-color: var(--color-racc-citronite) !important;
}
.racc-style_wrapper.gf_stylespro_wrapper .gf_stylespro.racc-style .button.gform_previous_button,
.racc-style_wrapper.gf_stylespro_wrapper .gf_stylespro.racc-style .button.gform_previous_button:not(:is(:hover, :focus-visible)){
    background-color: transparent !important;
    /*border-color: var(--color-fog) !important;*/
    border-color: var(--color-racc-golden) !important;
    font-weight: var(--font-regular) !important;
    color: var(--color-base) !important;
}
.racc-style_wrapper.gf_stylespro_wrapper .fusion-button_type-3d .gform_wrapper .button.gform_previous_button:is(:hover, :focus-visible),
.racc-style_wrapper.gf_stylespro_wrapper .gf_stylespro.racc-style .button.gform_previous_button:is(:hover, :focus-visible){
    background-color: var(--color-racc-corn) !important;
}
.racc-style_wrapper.gf_stylespro_wrapper.gform_wrapper .gform-footer .gform_button{
    box-shadow: none !important;
    margin-block-end: 0;
    padding: calc(var(--break-rem) * 1.118) calc(var(--break-rem) * 3);
    line-height: 21px;
    font-size: 18px;
}
.racc-style_wrapper.gf_stylespro_wrapper.gform_wrapper .gform-footer .gform_button:is(:hover, :focus-visible){
    background-color: var(--color-racc-citronite) !important;
    border-color: var(--color-racc-citronite) !important;
}



/*------------------------------------------------
I'M NOT A ROBOT
------------------------------------------------*/
.not-robot div.ginput_recaptcha{
    width: 100%;
}
.not-robot &gt; div &gt; div,
.not-robot div.ginput_recaptcha &gt; div{
    margin-left: auto;
    margin-right: auto;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .racc-style .not-robot .gfield_label{
    display: none
}
.not-robot.flow-top{
    margin-block-start: calc(var(--break) * 2) !important;
}
.not-robot.flow-bottom{
    margin-block-end: calc(var(--break) * 1.5) !important;
    --gfsp--field-margin-bottom: calc(var(--break) * 1.5);
}


/*------------------------------------------------
FLOWS
------------------------------------------------*/
.flow-top{
    margin-block-start: calc(var(--break) * 2) !important;
}
.flow-bottom{
    margin-block-end: calc(var(--break) * 1.5) !important;
    --gfsp--field-margin-bottom: calc(var(--break) * 1.5);
}


/*------------------------------------------------
STANDARD FORM IN 2 COLUMNS
------------------------------------------------*/
.standard-form-columns .racc-style_wrapper.gform_wrapper.gravity-theme .racc-style{
    --max-width-choices: initial;
}



/*------------------------------------------------
SWITCHER WITH OPTIONS IN A BOX
------------------------------------------------*/
.switcher-box{

}

.switcher-box-suboption{

}

.racc-style_wrapper.gform_wrapper.gravity-theme .gfield + .gfield:not(.gsection):not(.gfield--type-tos)[class*="switcher-boxed-"]{
    position: relative;
    margin-block-end: 0 !important;
}
.sidebar-form.steps-style .racc-style_wrapper.gform_wrapper.gravity-theme .gfield + .gfield:not(.gsection):not(.gfield--type-tos).switcher-box-suboption,
.racc-style_wrapper.gform_wrapper.gravity-theme .gfield + .gfield:not(.gsection):not(.gfield--type-tos).switcher-box-suboption{
    margin-block-start: -16px !important
}
.racc-style_wrapper.gform_wrapper.gravity-theme [class*="switcher-boxed-"]{
    border-left: 1px solid var(--color-fog) !important;
    border-right: 1px solid var(--color-fog) !important;
    margin-block-end: 0;
    padding: var(--break);
}
.racc-style_wrapper.gform_wrapper.gravity-theme .switcher-box-dial + [class*="switcher-boxed-"]{
    padding-top: 0;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .switcher-box-dial{
    border-top: 1px solid var(--color-fog) !important;
    border-bottom: 1px solid var(--color-fog) !important;
    border-radius: var(--radius-small);
}
.racc-style_wrapper.gform_wrapper.gravity-theme .switcher-box-dial:not(:has( + [data-conditional-logic=""])),
.racc-style_wrapper.gform_wrapper.gravity-theme .switcher-box-dial:has( + [data-conditional-logic="visible"]){
    border-bottom: none !important;
    border-radius: var(--radius-small) var(--radius-small) 0 0;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .switcher-box-dial:not(:has( + [data-conditional-logic=""])) + .switcher-box-suboption{
    border-bottom: 1px solid var(--color-fog) !important;
    border-radius: 0 0 var(--radius-small) var(--radius-small);
}
.racc-style_wrapper.gform_wrapper.gravity-theme .switcher-box-dial:not(:has( + [data-conditional-logic=""])) + .switcher-box-suboption:has(+ [data-conditional-logic="visible"]){
    border-bottom: none !important;
    border-radius: 0;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .switcher-box-dial:has(+ [data-conditional-logic="visible"])::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--color-fog);
    margin-block-start: var(--break);
}
.racc-style_wrapper.gform_wrapper.gravity-theme .switcher-box-dial:not(:has( + [data-conditional-logic=""])) + .switcher-box-suboption::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--color-fog);
    margin-block-end: var(--break);
}
.racc-style_wrapper.gform_wrapper.gravity-theme .switcher-box-dial-icon{
    position: absolute;
    left: 1rem;
    width: 40px;
    height: 40px;
    top: calc(1rem - 5px);
}
.racc-style_wrapper .gf_stylespro .gfsp_ios.switcher-box-dial .gchoice{
    flex-direction: row-reverse;
}
.racc-style_wrapper .gf_stylespro .gfsp_ios.switcher-box-dial .gfield-choice-input + label{
    position: relative;
    width: 100%;
    max-width: 100%;
    perspective-origin: calc(var(--break) * 4.5);
}
.racc-style_wrapper .gf_stylespro .gfsp_ios.switcher-box-dial .gfield-choice-input + label::before{
    position: absolute;
    left: initial;
    right: 0;
}
.racc-style_wrapper .gf_stylespro .gfsp_ios.switcher-box-dial .gfield-choice-input + label::after{
    left: initial;
    right: calc(1.35em + 11px);
}
.racc-style_wrapper.gform_wrapper.gravity-theme .switcher-box-dial .gfield_description{
    --gfsp--desc-font-size: var(--font-base16);
    padding-top: calc(var(--break) / 3) !important;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .switcher-box-suboption.suboption-last{
    border-bottom: 1px solid var(--color-fog) !important;
    border-radius: 0 0 var(--radius-small) var(--radius-small);
}
.racc-style_wrapper.gform_wrapper.gravity-theme .switcher-box-suboption ul.icon-list{
    padding-left: 0;
    margin: 0;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .switcher-box-suboption ul &gt; li{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.racc-style_wrapper.gform_wrapper.gravity-theme .switcher-box-suboption ul &gt; li:not(:first-child){
   margin-block-start: calc(var(--break) / 1.5);
}
.racc-style_wrapper.gform_wrapper.gravity-theme .switcher-box-suboption ul &gt; li.info{
   color: var(--color-granite);
}

@media screen and (min-width: 1025px) {
    .racc-style_wrapper.gform_wrapper.gravity-theme .switcher-box-dial{
        padding-top: calc(1rem + 5px);
    }
    .racc-style_wrapper .gf_stylespro .gfsp_ios.switcher-box-dial .gfield-choice-input + label,
    .racc-style_wrapper.gform_wrapper.gravity-theme .switcher-box-dial .gfield_description{
        max-width: calc(100% - 46px);
        margin-left: auto;
    }
}

@media screen and (max-width: 1024px) {
     .racc-style_wrapper.gform_wrapper.gravity-theme .switcher-box-dial-icon{
        display: none;
    }
}


/*------------------------------------------------
RANGE SELEBTOR (SLIDER) WIDTH WIDE TOOLTIP
------------------------------------------------*/
.racc-style_wrapper .range-tooltip-wide .noUi-horizontal.noUi-target{
    height: 6px;
    border: none;
}
.racc-style_wrapper .range-tooltip-wide .slider-display{
    margin-block-start: calc(var(--break) * 4.5);
    margin-block-end: calc(var(--break) * 3);
}
.racc-style_wrapper .range-tooltip-wide .slider-display .noUi-connects .noUi-connect{
    background-color: var(--color-apollo) !important;
    border-color:  var(--color-apollo);
}
.racc-style_wrapper .range-tooltip-wide .slider-display span[class$="val-relation"]{
    top: var(--break);
    font-size: var(--font-base16);
}
.racc-style_wrapper .range-tooltip-wide .noUi-horizontal .noUi-handle{
    border-radius: 50%;
    width: 26px;
    height: 26px;
    top: -12px;
    background-color: var(--color-racc);
    border-color: var(--color-racc);
    box-shadow: none;
}
.racc-style_wrapper .range-tooltip-wide .slider-display .noUi-tooltip{
    border-color: var(--color-racc);
}
.racc-style_wrapper .range-tooltip-wide .noUi-horizontal .noUi-touch-area{
    cursor: pointer;
}
.racc-style_wrapper .range-tooltip-wide .noUi-horizontal .noUi-tooltip{
    bottom: initial;
    top: calc(var(--break) * -3.25);
    cursor: pointer;
    width: 100%;
    position: fixed;
    left: auto;
    right: auto;
    text-align: left;
}
.racc-style_wrapper .range-tooltip-wide .noUi-horizontal .noUi-handle::before,
.racc-style_wrapper .range-tooltip-wide .noUi-horizontal .noUi-handle::after{
    display: none
}




/*------------------------------------------------
DETAILS FOR SPECIFIC FORMS (ID NUMBER FROM PRO)
------------------------------------------------*/
#gform_wrapper_237 .gform-footer .gform_button{
    margin-block-start: calc(var(--break) * 1.5) !important;
    width: 100%;
    max-width: 100%;
}


@media screen and (min-width: 768px) {
    #gform_wrapper_270.racc-style_wrapper.gform_wrapper.gravity-theme .racc-style .gform_page:not(.last-step),
    #gform_wrapper_273.racc-style_wrapper.gform_wrapper.gravity-theme .racc-style .gform_page:not(.last-step){
        --max-width-choices: 680px;
    }
}
</pre></body></html>