.gf_progressbar_wrapper {
    display: none;
}

.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .ginput_complex legend {
    font-size: 11px !important;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-size: 14px !important;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#gform_wrapper_12 {
    background-color: #f5f5f5 !important;
    padding: 10px !important;
    border-radius: 8px !important;
}

#gform_12 {
    background-color: transparent !important;
}

#gform_page_12_1 .gform_page_fields {
    background-color: #f5f5f5 !important;
    padding: 30px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

#gform_page_12_1 #gform_fields_12 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 25px !important;
    width: 100% !important;
}

#gform_page_12_1 #field_12_31 {
    display: none !important;
}

#gform_page_12_1 .gfield {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    grid-column: 1 / -1 !important;
}

#gform_page_12_1 #field_12_23,
#gform_page_12_1 #field_12_16,
#gform_page_12_1 #field_12_18 {
    grid-column: 1 / -1 !important;
    padding: 0 !important;
}

#gform_page_12_2 .gform_page_fields {
    background-color: #f5f5f5 !important;
    padding: 30px !important;
    position: relative !important;
}

#gform_page_12_2 #gform_fields_12_2 {
    display: grid !important;
    grid-template-columns: 1fr 1px 1fr 1px 1fr !important;
    gap: 0 !important;
    width: 100% !important;
    min-height: 350px !important;
    position: relative !important;
}

#gform_page_12_2 #field_12_10 {
    grid-column: 1 !important;
    grid-row: 1 !important;
    padding-right: 30px !important;
}

#gform_page_12_2 #field_12_3 {
    grid-column: 1 !important;
    grid-row: 2 !important;
    padding-right: 30px !important;
}

#gform_page_12_2 #field_12_2 {
    grid-column: 1 !important;
    grid-row: 3 !important;
    padding-right: 30px !important;
}

#gform_page_12_2 #field_12_26 {
    grid-column: 3 !important;
    grid-row: 1 !important;
    padding: 0 30px !important;
}

#gform_page_12_2 #field_12_28 {
    grid-column: 3 !important;
    grid-row: 2 !important;
    padding: 0 30px !important;
}

#gform_page_12_2 #field_12_27 {
    grid-column: 3 !important;
    grid-row: 3 !important;
    padding: 0 30px !important;
}

#gform_page_12_2 #field_12_4 {
    grid-column: 5 !important;
    grid-row: 1 / span 3 !important;
    padding-left: 30px !important;
}

#gform_page_12_2 #gform_fields_12_2::before,
#gform_page_12_2 #gform_fields_12_2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: -30px;
    width: 1px;
    background: linear-gradient(to bottom, #ddd 0%, #ddd 95%, transparent 100%);
    z-index: 1;
}

#gform_page_12_2 #gform_fields_12_2::before {
    left: calc(33.33% - 1px);
}

#gform_page_12_2 #gform_fields_12_2::after {
    left: calc(66.66% - 1px);
}

#gform_page_12_2 #field_12_32 {
    display: none !important;
}

.gfield--width-full,
.gfield--width-half {
    width: 100% !important;
    max-width: 100% !important;
}

.date-carousel {
    position: relative;
}

.date-carousel input[type="radio"],
.date-carousel input.gfield-choice-input {
    display: none !important;
}

.modern-date-scroller {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.date-carousel .gfield_radio {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(112px, calc((100% - 60px) / 6));
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    padding: 2px 2px 10px;
}

.date-carousel .gfield_radio::-webkit-scrollbar {
    display: none;
}

.date-carousel .gchoice {
    scroll-snap-align: start;
}

.date-carousel label {
    display: flex !important;
    min-height: 96px;
    width: 100%;
    max-width: 100% !important;
    padding: 15px 10px;
    margin: 0;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    text-align: center;
    border-radius: 8px;
    border: 2px solid #e0e0e0;
    cursor: pointer;
    line-height: 1.3em;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    align-items: center;
    justify-content: center;
}

.date-carousel label:hover {
    border-color: #22372b;
    background-color: #f9f9f9;
}

.date-carousel input[type="radio"]:checked + label {
    background-color: #22372b;
    color: #fff;
    font-weight: bold;
    border-color: #22372b;
}

.modern-date-scroll-button {
    display: inline-flex;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    color: #333;
    font-size: 24px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.modern-date-scroll-button:hover,
.modern-date-scroll-button:focus-visible {
    border-color: #22372b;
    color: #22372b;
}

#input_12_18 {
    border-radius: 5px;
}

#input_12_16,
#input_12_26 {
    display: flex;
}

.gchoice_12_16_0 input,
.gchoice_12_16_1 input,
.gchoice_12_26_0 input,
.gchoice_12_26_1 input {
    display: none !important;
}

.gchoice_12_16_0 label,
.gchoice_12_16_1 label,
.gchoice_12_26_0 label,
.gchoice_12_26_1 label {
    display: flex !important;
    width: 100%;
    max-width: 100% !important;
    padding: 10px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    text-align: left;
    cursor: pointer;
    line-height: 1.2em;
    justify-content: center;
    align-items: center;
}

.gchoice_12_16_0 label,
.gchoice_12_26_0 label {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #ccc;
}

.gchoice_12_16_1 label,
.gchoice_12_26_1 label {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #ccc;
}

.gchoice_12_16_0 input:checked + label,
.gchoice_12_16_1 input:checked + label,
.gchoice_12_26_0 input:checked + label,
.gchoice_12_26_1 input:checked + label {
    background-color: #22372b;
    font-weight: bold;
    color: #fff;
}

.gchoice_12_16_0 label i,
.gchoice_12_16_1 label i {
    display: inline-block;
    margin-right: 7px;
    width: 1.1em;
    height: 1.1em;
    position: relative;
    font-style: normal;
    line-height: 1;
    flex: 0 0 auto;
}

.gchoice_12_16_0 label i::before {
    content: "";
    position: absolute;
    inset: 0.08em 0 0;
    background: currentColor;
    clip-path: polygon(50% 0, 100% 42%, 86% 42%, 86% 100%, 14% 100%, 14% 42%, 0 42%);
}

.gchoice_12_16_1 label i::before {
    content: "";
    position: absolute;
    top: 0.02em;
    left: 50%;
    width: 0.62em;
    height: 1em;
    border: 0.12em solid currentColor;
    border-radius: 0.16em;
    transform: translateX(-50%);
}

.gchoice_12_16_1 label i::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0.15em;
    width: 0.14em;
    height: 0.14em;
    border-radius: 50%;
    background: currentColor;
    transform: translateX(-50%);
}

.gchoice_12_26_0 label,
.gchoice_12_26_1 label {
    flex: 0 0 45%;
}

#input_12_30 {
    display: flex;
    gap: 0;
}

#input_12_30 .gfield-choice-input {
    display: none !important;
}

#input_12_30 .gchoice label {
    display: flex !important;
    width: 100%;
    max-width: 100% !important;
    min-height: 42px;
    padding: 10px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    text-align: center;
    cursor: pointer;
    line-height: 1.2em;
    user-select: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    justify-content: center;
    align-items: center;
}

#input_12_30 .gchoice_12_30_0 label {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 0;
}

#input_12_30 .gchoice_12_30_1 label {
    border-color: #ccc;
}

#input_12_30 .gchoice_12_30_2 label {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 0;
}

#input_12_30 .gchoice label:hover {
    border-color: #22372b;
    background-color: #f9f9f9;
}

#input_12_30 .gchoice label:focus,
#input_12_30 .gchoice label:focus-visible {
    outline: 2px solid #22372b;
    outline-offset: 2px;
}

#input_12_30 .gfield-choice-input:checked + label {
    background-color: #22372b;
    color: #fff;
    font-weight: bold;
    border-color: #22372b;
}

.gform_wrapper.gravity-theme .gform_page_footer input,
#gform_submit_button_12,
#gform_next_button_12_29 {
    background-color: #22372b;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 40px;
    font-family: "Trade Gothic LT Std", sans-serif;
    letter-spacing: 1px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color .2s ease;
}

.gform_wrapper.gravity-theme .gform_page_footer input:hover,
#gform_submit_button_12:hover,
#gform_next_button_12_29:hover {
    background-color: #1a2920;
}

.gform_required_legend {
    display: none;
}

.gform_page_footer {
    padding: 30px !important;
    background-color: #f5f5f5 !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: flex-end !important;
    gap: 15px !important;
}

#gform_page_12_1 .gform_page_footer,
#gform_page_12_2 .gform_page_footer {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 15px !important;
}

#gform_previous_button_12 {
    background-color: transparent !important;
    color: #22372b !important;
    border: 2px solid #22372b !important;
    padding: 15px 40px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

#gform_previous_button_12:hover {
    background-color: #f0f0f0 !important;
}

.gform_wrapper.gravity-theme .ginput_complex label {
    text-transform: uppercase;
    font-size: 11px;
}

@media (max-width: 1024px) and (min-width: 769px) {
    #gform_page_12_1 #gform_fields_12,
    #gform_page_12_2 #gform_fields_12_2 {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media (max-width: 768px) {
    #gform_wrapper_12 {
        padding: 20px !important;
    }

    #gform_page_12_1 .gform_page_fields,
    #gform_page_12_2 .gform_page_fields {
        padding: 20px !important;
    }

    #gform_page_12_1 #gform_fields_12,
    #gform_page_12_2 #gform_fields_12_2 {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        min-height: auto !important;
    }

    #gform_page_12_2 #gform_fields_12_2 {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    #gform_page_12_1 #gform_fields_12::before,
    #gform_page_12_1 #gform_fields_12::after,
    #gform_page_12_2 #gform_fields_12_2::before,
    #gform_page_12_2 #gform_fields_12_2::after {
        display: none !important;
    }

    #gform_page_12_1 #field_12_23,
    #gform_page_12_1 #field_12_16,
    #gform_page_12_1 #field_12_18,
    #gform_page_12_2 #field_12_10,
    #gform_page_12_2 #field_12_3,
    #gform_page_12_2 #field_12_2,
    #gform_page_12_2 #field_12_26,
    #gform_page_12_2 #field_12_27,
    #gform_page_12_2 #field_12_28,
    #gform_page_12_2 #field_12_30,
    #gform_page_12_2 #field_12_4 {
        grid-column: 1 / -1 !important;
        grid-row: auto !important;
        padding: 0 !important;
        margin-bottom: 20px !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 auto !important;
    }

    #gform_page_12_2 .ginput_complex {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
        width: 100% !important;
    }

    #gform_page_12_2 .ginput_complex .ginput_full {
        grid-column: 1 / -1 !important;
    }

    #gform_page_12_2 .gfield_label,
    #gform_page_12_2 .gfield_label_before_complex {
        display: block !important;
        width: 100% !important;
    }

    #gform_page_12_2 input[type="text"],
    #gform_page_12_2 input[type="email"],
    #gform_page_12_2 input[type="tel"],
    #gform_page_12_2 textarea,
    #gform_page_12_2 select {
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    #gform_page_12_2 #input_12_26,
    #gform_page_12_2 #input_12_30 {
        display: flex !important;
        width: 100% !important;
    }

    #gform_page_12_2 #input_12_26 .gchoice,
    #gform_page_12_2 #input_12_30 .gchoice {
        flex: 1 1 0 !important;
        min-width: 0 !important;
    }

    #gform_page_12_2 #input_12_26 .gchoice label,
    #gform_page_12_2 #input_12_30 .gchoice label {
        min-height: 48px;
        overflow-wrap: anywhere;
    }

    .modern-date-scroller {
        display: block;
        position: relative;
    }

    .modern-date-scroll-button {
        position: absolute;
        top: 50%;
        z-index: 2;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        font-size: 18px;
    }

    .modern-date-scroll-button--prev {
        left: -36px;
    }

    .modern-date-scroll-button--next {
        right: -36px;
    }

    .date-carousel .gfield_radio {
        grid-auto-columns: calc((100% - 24px) / 4);
        gap: 8px;
        padding: 2px 2px 8px;
    }

    .date-carousel label {
        min-height: 64px;
        padding: 8px 5px !important;
        font-size: 14px !important;
    }

    #gform_page_12_1 .gform_page_footer {
        padding: 20px !important;
        justify-content: center !important;
    }

    #gform_next_button_12_29 {
        width: 100% !important;
        max-width: 300px !important;
    }

    #gform_page_12_2 .gform_page_footer {
        flex-direction: column-reverse !important;
        gap: 10px !important;
        padding: 20px !important;
    }

    #gform_previous_button_12,
    #gform_submit_button_12,
    #gform_next_button_12_29 {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .gform_wrapper.gravity-theme .gform_page_footer button + input,
    .gform_wrapper.gravity-theme .gform_page_footer input + button,
    .gform_wrapper.gravity-theme .gform_page_footer input + input {
        margin-left: 0 !important;
    }
}

@media (max-width: 480px) {
    #input_12_30 {
        flex-wrap: nowrap;
    }

    #input_12_30 .gchoice label {
        font-size: 14px;
        padding: 10px;
    }
}
