.rf-page {
    background: var(--blue-120, #f8fafc);
    color: var(--charcoal-gray, #202020);
    font-family: "Plus Jakarta Sans", Inter, Arial, sans-serif;
    overflow: hidden;
}

.rf-page *,
.rf-skip-link {
    box-sizing: border-box;
    font-family: "Plus Jakarta Sans", Inter, Arial, sans-serif;
}

.rf-page .container {
    max-width: 1288px;
}

.rf-page h1,
.rf-page p,
.rf-page ul,
.rf-page figure {
    margin: 0;
}

.rf-page img {
    display: block;
    max-width: 100%;
}

.rf-page a {
    text-decoration: none;
}

.rf-skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 10000;
    padding: 10px 16px;
    border-radius: 6px;
    background: var(--brand-orange, #ffb600);
    color: var(--navy-700, #0b0f19);
    font-weight: 700;
    transform: translateY(-160%);
    transition: transform .2s ease;
}

.rf-skip-link:focus {
    transform: translateY(0);
}

.rf-hero {
    background: var(--gradient-cyan-1390-to-cyan-1150-84-6966deg, linear-gradient(84.12deg, #00578f 5.2%, #166ca3 98.55%));
    color: var(--white, #fff);
    padding: 80px 0;
}

.rf-hero__row {
    --bs-gutter-x: 40px;
}

.rf-hero__content {
    max-width: 620px;
}

.rf-hero__eyebrow {
    gap: 8px;
    padding: 8px 16px 8px 14px;
    border: 1px solid var(--white-alpha-30, rgba(255, 255, 255, .3));
    border-radius: 100px;
    background: var(--white-alpha-10, rgba(255, 255, 255, .1));
    color: var(--white, #fff);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.125;
    text-transform: uppercase;
}

.rf-hero__heading {
    margin-top: 32px;
}

.rf-hero__heading h1 {
    color: var(--white, #fff);
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.1;
}

.rf-hero__heading p {
    margin-top: 16px;
    color: var(--cyan-220, #daf0ff);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.rf-page .rf-hero__benefits {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
}

.rf-hero__benefits li {
    gap: 12px;
    color: var(--cyan-230, #e2eef8);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
}

.rf-check {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border: 1.5px solid var(--brand-orange, #ffb600);
    border-radius: 50%;
    background: var(--brand-orange-alpha-9, rgba(255, 182, 0, .09));
}

.rf-hero__action {
    margin-top: 32px;
}

.rf-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 15px 28px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.rf-button--gold {
    width: 442px;
    max-width: 100%;
    background: var(--brand-orange, #ffb600);
    color: var(--navy-700, #0b0f19);
}

.rf-button--gold:hover,
.rf-button--gold:focus-visible {
    background: var(--gold-620, #e5a619);
    color: var(--navy-700, #0b0f19);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.rf-hero__action p {
    margin-top: 12px;
    color: #c8dceb;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
}

.rf-hero__media {
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    overflow: hidden;
    border-radius: 20px;
    aspect-ratio: 6 / 5;
}

.rf-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 1200px) {
    .rf-hero__row {
        column-gap: 40px;
        margin-right: 0;
        margin-left: 0;
    }

    .rf-hero__row > .col-lg-6 {
        padding-right: 0;
        padding-left: 0;
    }

    .rf-hero__row > .col-lg-6:first-child {
        width: 620px;
        flex: 0 0 620px;
    }

    .rf-hero__row > .col-lg-6:last-child {
        width: 600px;
        flex: 0 0 600px;
    }
}

.rf-trust {
    background: #024e7f;
    color: var(--white, #fff);
    padding: 32px 0;
}

.rf-trust__row {
    --bs-gutter-x: 0;
    justify-content: space-between;
}

.rf-trust__column {
    position: relative;
}

.rf-trust__column:not(:last-of-type)::after {
    position: absolute;
    top: 4px;
    right: -70px;
    width: 1px;
    height: 32px;
    background: var(--white-alpha-15, rgba(255, 255, 255, .15));
    content: "";
}

.rf-trust__item {
    gap: 10px;
}

.rf-trust__icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 50%;
    background: var(--brand-orange, #ffb600);
}

.rf-trust__copy {
    gap: 2px;
    white-space: nowrap;
}

.rf-trust__copy strong {
    color: var(--white, #fff);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.rf-trust__copy small {
    color: #c8dceb;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2857;
}

.rf-trust__ratings {
    gap: 20px;
}

.rf-rating {
    gap: 8px;
    padding: 8px 16px;
    border-radius: 8px;
    background: var(--white-alpha-4, rgba(255, 255, 255, .04));
    font-size: 13px;
    font-weight: 700;
    line-height: 1.23;
    white-space: nowrap;
}

.rf-rating strong {
    font-size: inherit;
    font-weight: inherit;
}

.rf-rating__stars--google {
    color: var(--brand-orange, #ffb600);
}

.rf-rating__stars--trustpilot {
    color: #00b67a;
}

.rf-eligibility {
    padding: 96px 0;
    background: var(--blue-120, #f8fafc);
}

.rf-eligibility__header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rf-eligibility__eyebrow {
    gap: 8px;
    padding: 8px 16px;
    border-radius: 200px;
    background: #ebf4ff;
    color: var(--brand-blue, #1c6899);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .0005em;
    line-height: 1.25;
    text-transform: uppercase;
}

.rf-eligibility__heading {
    margin-top: 24px;
}

.rf-eligibility__heading h2 {
    color: #0f172a;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.15;
}

.rf-eligibility__heading p {
    max-width: 720px;
    margin: 16px auto 0;
    color: #475569;
    font-size: 16px;
    line-height: 1.5;
}

.rf-eligibility__cards {
    display: flex;
    align-items: stretch;
    gap: 20px;
    margin-top: 56px;
}

.rf-eligibility__slide {
    display: flex;
    min-width: 0;
    flex: 1 1 0;
}

.rf-eligibility__card {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 24px;
    border-radius: 20px;
    background: var(--white, #fff);
    box-shadow: 0 4px 10px rgba(15, 23, 42, .03);
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease;
}

.rf-eligibility__card:hover,
.rf-eligibility__card:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
}

.rf-eligibility__card-top {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.rf-eligibility__icon {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    border-radius: 50%;
    background: #ebf4ff;
}

.rf-eligibility__card h3 {
    margin: 0;
    color: #0f172a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28;
}

.rf-eligibility__card > p {
    color: #475569;
    font-size: 16px;
    line-height: 1.45;
}

.rf-page .rf-eligibility__note {
    margin-top: 56px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.2143;
    text-align: center;
}

.rf-use-funds {
    padding: 96px 0;
    background: var(--blue-280, #eff5ff);
}

.rf-use-funds__row {
    --bs-gutter-x: 0;
    flex-wrap: nowrap;
    gap: 64px;
}

.rf-use-funds__content-column {
    width: 544px;
    flex: 0 0 544px;
}

.rf-use-funds__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rf-use-funds__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.rf-use-funds__eyebrow {
    padding: 6px 14px;
    border: 1px solid var(--brand-blue, #1c6899);
    border-radius: 100px;
    background: var(--brand-blue, #1c6899);
    color: var(--white, #fff);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.1538;
    text-transform: uppercase;
}

.rf-use-funds__header h2 {
    margin: 0;
    color: var(--navy-700, #0b0f19);
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2619;
}

.rf-page .rf-use-funds__intro {
    margin-top: 32px;
    color: #4a5870;
    font-size: 16px;
    line-height: 1.375;
}

.rf-use-funds__button {
    width: auto;
    margin-top: 32px;
    padding: 16px 32px;
    border: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2667;
}

.rf-use-funds__list-column {
    min-width: 0;
    width: 0;
    flex: 1 1 0;
}

.rf-page .rf-use-funds__list {
    margin: 0;
}

.rf-use-funds__list li {
    position: relative;
}

.rf-use-funds__list li:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.rf-use-funds__item {
    min-height: 28px;
    gap: 16px;
    color: #172f42;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
}

.rf-use-funds__check {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 50%;
    background: var(--brand-orange, #ffb600);
}

.rf-use-funds__divider {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.rf-in-house__feature {
    padding: 96px 0;
    background: var(--white, #fff);
}

.rf-in-house__row {
    --bs-gutter-x: 0;
    flex-wrap: nowrap;
    gap: 80px;
}

.rf-in-house__media-column {
    width: 540px;
    flex: 0 0 540px;
}

.rf-in-house__media {
    width: 540px;
    max-width: 100%;
    overflow: hidden;
    border-radius: 16px;
    aspect-ratio: 27 / 20;
}

.rf-in-house__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rf-in-house__content-column {
    min-width: 0;
}

.rf-in-house__content {
    display: flex;
    max-width: 660px;
    flex-direction: column;
    align-items: flex-start;
}

.rf-in-house__header {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.rf-in-house__eyebrow {
    padding: 6px 14px;
    border-radius: 100px;
    background: #ebf4ff;
    color: var(--brand-blue, #1c6899);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2857;
    text-transform: uppercase;
}

.rf-in-house__header h2 {
    margin: 0;
    color: var(--navy-700, #0b0f19);
    font-size: 40px;
    font-weight: 800;
    line-height: 1.25;
}

.rf-page .rf-in-house__content > p {
    margin-top: 16px;
    color: #374151;
    font-size: 16px;
    line-height: 1.6;
}

.rf-in-house__button {
    width: 380px;
    margin-top: 32px;
    padding: 15px 28px;
    font-weight: 600;
}

.rf-in-house__alternatives {
    padding: 60px 0;
    background: #f2f4f5;
}

.rf-in-house__alternatives h3 {
    margin: 0;
    color: #024e7f;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2727;
}

.rf-page .rf-in-house__alternatives p {
    max-width: 900px;
    margin: 16px auto 0;
    color: #374151;
    font-size: 16px;
    line-height: 1.6;
}

.rf-process {
    padding: 100px 0;
    background: #024e7f;
    color: var(--white, #fff);
}

.rf-process__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.rf-process__eyebrow {
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 100px;
    background: rgba(255, 255, 255, .1);
    color: var(--brand-orange, #ffb600);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.23;
    text-transform: uppercase;
}

.rf-process__header h2 {
    margin: 0;
    color: var(--white, #fff);
    font-size: 44px;
    font-weight: 800;
    line-height: 1.25;
}

.rf-page .rf-process__steps {
    display: flex;
    width: 1291px;
    align-items: stretch;
    justify-content: center;
    margin-left: -5.5px;
    margin-top: 50px;
    padding-left: 0;
}

.rf-process__step-group {
    display: flex;
    min-width: 0;
    flex: 0 0 336px;
    align-items: center;
    gap: 16px;
}

.rf-process__step-group:last-child {
    flex-basis: 280px;
}

.rf-process__card {
    display: flex;
    width: 280px;
    height: 100%;
    min-height: 257px;
    flex: 0 0 280px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 24px;
    background: rgba(255, 255, 255, .04);
    transition: border-color .2s ease;
}

@media (hover: hover) {
    .rf-process__card:hover {
        border-color: rgba(255, 255, 255, .35);
    }
}

.rf-process__number {
    color: var(--brand-orange, #ffb600);
    font-size: 48px;
    font-weight: 800;
    line-height: 1.25;
}

.rf-process__copy {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rf-process__copy h3 {
    margin: 0;
    color: var(--white, #fff);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.rf-page .rf-process__copy p {
    color: #d2dce6;
    font-size: 16px;
    line-height: 1.5;
}

.rf-process__connector {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
}

.rf-page .rf-process__disclaimer {
    max-width: 800px;
    margin: 50px auto 0;
    color: rgba(210, 220, 230, .8);
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
}

.rf-faq {
    padding: 100px 0;
    background: var(--white, #fff);
}

.rf-faq__header h2 {
    margin: 0;
    color: #0f172a;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.25;
}

.rf-faq__list {
    margin-top: 54px;
}

.rf-faq__card.card {
    overflow: visible;
    border: 0;
    border-bottom: 1px solid #dce5eb;
    border-radius: 0;
    background: transparent;
}

.rf-faq__card.card:first-child {
    border-top: 1px solid #dce5eb;
}

.rf-faq__card-header.card-header {
    padding: 0;
    border: 0;
    background: transparent;
}

.rf-faq__button.btn.btn-link {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 25px 0;
    border: 0;
    color: var(--brand-blue, #1c6899);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    box-shadow: none;
}

.rf-faq__button.btn.btn-link.collapsed {
    color: #202020;
}

.rf-faq__button:hover,
.rf-faq__button:focus-visible {
    color: var(--brand-blue, #1c6899);
    text-decoration: none;
}

.rf-faq__button:focus-visible {
    outline: 3px solid rgba(255, 182, 0, .6);
    outline-offset: 4px;
}

.rf-faq__icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

.rf-faq__icon img {
    width: 24px;
    height: 24px;
}

.rf-faq__icon-open {
    transform: rotate(-90deg);
}

.rf-faq__icon-closed,
.rf-faq__button.collapsed .rf-faq__icon-open {
    display: none !important;
}

.rf-faq__button.collapsed .rf-faq__icon-closed {
    display: block !important;
}

.rf-faq__card-body.card-body {
    margin-bottom: 25px;
    padding: 24px 0 0;
    border-top: 1px solid var(--brand-blue, #1c6899);
    background: transparent;
    color: #475569;
    font-size: 16px;
    line-height: 1.6;
}

.rf-page .rf-faq__disclosure {
    margin-top: 24px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.55;
}

.rf-faq__support {
    margin-top: 60px;
}

.rf-page .rf-faq__support p {
    color: #475569;
    font-size: 16px;
    line-height: 1.5;
}

.rf-faq__support-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding: 14px 24px;
    border: 1px solid var(--brand-blue, #1c6899);
    border-radius: 100px;
    color: var(--brand-blue, #1c6899);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.rf-faq__support-link:hover,
.rf-faq__support-link:focus-visible {
    background: #ebf4ff;
    color: #024e7f;
    box-shadow: 0 0 0 3px rgba(28, 104, 153, .15);
}

.rf-funding-review {
    padding: 96px 0;
    background: linear-gradient(84.12deg, #00578f 5.2%, #154f75 98.55%);
    color: var(--white, #fff);
}

.rf-funding-review__row {
    --bs-gutter-x: 0;
    width: calc(100% + 16px);
    gap: 80px;
}

.rf-funding-review__intro-column {
    display: flex;
    width: 520px;
    flex: 0 0 520px;
    align-self: stretch;
    align-items: center;
}

.rf-funding-review__intro {
    width: 100%;
}

.rf-funding-review__eyebrow {
    display: inline-flex;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 100px;
    background: rgba(255, 255, 255, .1);
    color: var(--brand-orange, #ffb600);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.25;
    text-transform: uppercase;
}

.rf-funding-review__intro h2 {
    margin: 24px 0 0;
    color: var(--white, #fff);
    font-size: 44px;
    font-weight: 800;
    letter-spacing: -.015em;
    line-height: 1.18;
}

.rf-page .rf-funding-review__lead {
    margin-top: 18px;
    color: #d8e9f5;
    font-size: 17px;
    line-height: 1.65;
}

.rf-page .rf-funding-review__benefits {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 32px;
    padding: 0;
}

.rf-funding-review__benefits li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #f1f7fb;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.rf-funding-review__benefit-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
}

.rf-funding-review__benefit-icon img {
    width: 24px;
    height: 24px;
}

.rf-funding-review__call {
    display: flex;
    max-width: 420px;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
    background: rgba(255, 255, 255, .08);
    color: var(--white, #fff);
    transition: background-color .2s ease, border-color .2s ease;
}

.rf-funding-review__call:hover,
.rf-funding-review__call:focus-visible {
    border-color: rgba(255, 255, 255, .4);
    background: rgba(255, 255, 255, .13);
    color: var(--white, #fff);
}

.rf-funding-review__call-icon {
    display: inline-flex;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
}

.rf-funding-review__call > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.rf-funding-review__call strong {
    color: var(--white, #fff);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.rf-funding-review__call small {
    color: #d8e9f5;
    font-size: 13px;
    line-height: 1.4;
}

.rf-funding-review__form-column {
    min-width: 0;
    width: 680px;
    flex: 0 0 680px;
}

.rf-review-form {
    width: 680px;
    max-width: 100%;
    margin-left: auto;
    padding: 40px 40px 36px;
    border-radius: 12px;
    background: var(--white, #fff);
    box-shadow: 0 24px 50px rgba(0, 26, 43, .22);
    color: #0f172a;
}

.rf-review-form__header h3 {
    margin: 0;
    color: #0f172a;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.25;
}

.rf-page .rf-review-form__header p {
    margin-top: 8px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
}

.rf-review-form__fields {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
    margin-top: 8px;
}

.rf-review-form label:not(.form-check-label) {
    display: block;
    margin-bottom: 7px;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.rf-review-form .form-control,
.rf-review-form .form-select {
    min-height: 44px;
    border: 1px solid #d7e0e7;
    border-radius: 6px;
    background-color: #fff;
    color: #1e293b;
    font-size: 13px;
    line-height: 1.4;
    box-shadow: none;
}

.rf-review-form .form-control {
    padding: 11px 13px;
}

.rf-review-form .form-select {
    appearance: none;
    padding: 11px 38px 11px 13px;
    background-image: url('../images/restaurant-financing/form-chevron.svg');
    background-position: right 14px center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
}

.rf-review-form .form-control::placeholder,
.rf-review-form .form-select:invalid {
    color: #94a3b8;
}

.rf-review-form .form-select option {
    background-color: #fff;
    color: #000;
}

.rf-review-form .form-select option:disabled {
    color: #94a3b8;
}

.rf-review-form .form-control:focus,
.rf-review-form .form-select:focus {
    border-color: var(--brand-blue, #1c6899);
    box-shadow: 0 0 0 3px rgba(28, 104, 153, .12);
}

.rf-review-form__error {
    display: block;
    color: #dc2626;
    font-size: 11px;
    line-height: 1.35;
}

.rf-review-form__error:not(:empty) {
    margin-top: 4px;
}

.rf-review-form__consents {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

.rf-review-form__consents .form-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-height: 0;
    padding-left: 0;
}

.rf-review-form__consents .form-check-input {
    appearance: none;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    margin: 0;
    border: 2px solid #cbd5e1;
    border-radius: 8px;
    background-color: #fff;
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.rf-review-form__consents .form-check-input:hover {
    border-color: var(--brand-blue, #1c6899);
}

.rf-review-form__consents .form-check-input:checked {
    border-color: var(--brand-blue, #1c6899);
    background-color: #eff6ff;
    background-image: url('../images/restaurant-financing/form-checkbox-check.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
}

.rf-review-form__consents .form-check-input:focus-visible {
    border-color: var(--brand-blue, #1c6899);
    box-shadow: 0 0 0 3px rgba(28, 104, 153, .2);
    outline: 0;
}

.rf-review-form__consents .form-check-label {
    color: #374151;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.5;
}

.rf-review-form__submit {
    display: inline-flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
    padding: 13px 20px;
    border: 0;
    border-radius: 7px;
    background: var(--brand-orange, #ffb600);
    color: #0b0f19;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    transition: background-color .2s ease, box-shadow .2s ease;
}

.rf-review-form__submit:hover,
.rf-review-form__submit:focus-visible {
    background: #e5a619;
    box-shadow: 0 0 0 3px rgba(255, 182, 0, .28);
}

.rf-page .rf-review-form__fine-print {
    margin-top: 12px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 1399.98px) {
    .rf-page .rf-process__steps {
        width: auto;
        flex-wrap: wrap;
        gap: 24px;
        margin-left: 0;
    }

    .rf-process__step-group,
    .rf-process__step-group:last-child {
        max-width: calc(50% - 12px);
        flex: 0 0 calc(50% - 12px);
    }

    .rf-process__step-group:nth-child(2) .rf-process__connector {
        display: none !important;
    }

    .rf-process__card,
    .rf-process__step-group:nth-child(even) .rf-process__card {
        width: 100%;
        min-height: 257px;
        flex-basis: auto;
    }

    .rf-process__step-group:nth-child(odd):not(:last-child) .rf-process__card {
        width: calc(100% - 56px);
    }
}

@media (max-width: 1199.98px) {
    .rf-hero {
        padding: 64px 0;
    }

    .rf-hero__heading h1 {
        font-size: 42px;
    }

    .rf-trust__row {
        row-gap: 28px;
    }

    .rf-trust__column::after {
        display: none;
    }

    .rf-trust__ratings-column {
        width: 100%;
    }

    .rf-eligibility__cards {
        flex-wrap: wrap;
    }

    .rf-eligibility__slide {
        flex: 0 0 calc(33.333% - 14px);
    }

    .rf-use-funds__content-column {
        width: 440px;
        flex-basis: 440px;
    }

    .rf-in-house__row {
        gap: 56px;
    }

    .rf-in-house__media-column {
        width: 460px;
        flex-basis: 460px;
    }
}

@media (max-width: 991.98px) {
    .rf-hero__row {
        row-gap: 48px;
    }

    .rf-hero__content {
        max-width: 720px;
    }

    .rf-hero__media {
        width: 100%;
        margin-left: 0;
    }

    .rf-trust__column,
    .rf-trust__ratings-column {
        padding-right: 12px;
        padding-left: 12px;
    }

    .rf-eligibility,
    .rf-use-funds,
    .rf-in-house__feature,
    .rf-process {
        padding: 72px 0;
    }

    .rf-eligibility__slide {
        flex-basis: calc(50% - 10px);
    }

    .rf-use-funds__row {
        flex-wrap: wrap;
        gap: 48px;
    }

    .rf-use-funds__content-column {
        width: 100%;
        flex-basis: 100%;
    }

    .rf-use-funds__list-column {
        width: 100%;
        flex-basis: 100%;
    }

    .rf-use-funds__content {
        max-width: 680px;
    }

    .rf-in-house__row {
        flex-wrap: wrap;
        gap: 48px;
    }

    .rf-in-house__media-column {
        width: 100%;
        flex-basis: 100%;
    }

    .rf-in-house__media {
        width: 100%;
    }

    .rf-in-house__content {
        max-width: 720px;
    }

    .rf-process__header h2 {
        font-size: 40px;
    }
}

@media (max-width: 767.98px) {
    .rf-hero {
        padding: 48px 0;
    }

    .rf-hero__heading h1 {
        font-size: 36px;
    }

    .rf-hero__heading p {
        font-size: 17px;
    }

    .rf-hero__media {
        aspect-ratio: 4 / 3;
    }

    .rf-trust__ratings {
        flex-wrap: wrap;
    }

    .rf-eligibility__heading h2,
    .rf-use-funds__header h2,
    .rf-in-house__header h2,
    .rf-process__header h2 {
        font-size: 36px;
    }

    .rf-eligibility__cards {
        display: block;
        margin-right: -8px;
        margin-left: -8px;
    }

    .rf-eligibility__slide {
        display: flex;
        padding: 0 8px;
    }

    .rf-eligibility__cards.slick-initialized .slick-track {
        display: flex;
    }

    .rf-eligibility__cards.slick-initialized .slick-slide {
        display: flex;
        height: auto;
    }

    .rf-eligibility__cards.slick-initialized .slick-slide > div,
    .rf-eligibility__cards.slick-initialized .rf-eligibility__slide,
    .rf-eligibility__cards.slick-initialized .rf-eligibility__card {
        width: 100%;
        height: 100%;
    }

    .rf-eligibility__cards .slick-dots {
        position: static;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-top: 24px;
    }

    .rf-eligibility__cards .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0;
    }

    .rf-eligibility__cards .slick-dots li button {
        width: 8px;
        height: 8px;
        padding: 0;
        border-radius: 50%;
        background: #cbd5e1;
    }

    .rf-eligibility__cards .slick-dots li button::before {
        display: none;
    }

    .rf-eligibility__cards .slick-dots li.slick-active button {
        width: 20px;
        border-radius: 20px;
        background: var(--brand-blue, #1c6899);
    }

    .rf-eligibility__cards .slick-dots li.slick-active {
        width: 20px;
    }

    .rf-eligibility__note {
        margin-top: 40px;
    }

    .rf-page .rf-process__steps {
        display: block;
    }

    .rf-process__step-group,
    .rf-process__step-group:last-child {
        position: relative;
        display: block;
        max-width: none;
        margin-bottom: 56px;
    }

    .rf-process__step-group:last-child {
        margin-bottom: 0;
    }

    .rf-process__connector {
        position: absolute;
        right: calc(50% - 20px);
        bottom: -48px;
        display: inline-flex !important;
        transform: rotate(90deg);
    }

    .rf-process__step-group:nth-child(2) .rf-process__connector {
        display: inline-flex !important;
    }

    .rf-process__card,
    .rf-process__step-group:nth-child(even) .rf-process__card,
    .rf-process__step-group:nth-child(odd):not(:last-child) .rf-process__card {
        width: 100%;
        height: auto;
        min-height: 0;
    }
}

@media (max-width: 575.98px) {
    .rf-hero {
        padding: 40px 0;
    }

    .rf-hero__eyebrow {
        font-size: 10px;
    }

    .rf-hero__heading h1 {
        font-size: 32px;
    }

    .rf-hero__heading p {
        font-size: 16px;
    }

    .rf-button--gold {
        width: 100%;
        padding: 12px;
        font-size: 14px;
    }

    .rf-trust {
        padding: 28px 0;
    }

    .rf-trust__row {
        row-gap: 24px;
    }

    .rf-trust__ratings {
        gap: 12px;
    }

    .rf-rating {
        padding-right: 12px;
        padding-left: 12px;
    }

    .rf-eligibility,
    .rf-use-funds,
    .rf-in-house__feature,
    .rf-process {
        padding: 56px 0;
    }

    .rf-eligibility__heading h2,
    .rf-use-funds__header h2,
    .rf-in-house__header h2,
    .rf-process__header h2 {
        font-size: 32px;
    }

    .rf-eligibility__cards {
        margin-top: 40px;
    }

    .rf-use-funds__row {
        gap: 40px;
    }

    .rf-use-funds__button {
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
    }

    .rf-in-house__button {
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
    }

    .rf-in-house__alternatives {
        padding: 48px 0;
    }

    .rf-process__card {
        padding: 28px;
    }

    .rf-process__number {
        font-size: 42px;
    }
}

@media (max-width: 1199.98px) {
    .rf-funding-review__row {
        width: 100%;
        gap: 56px;
    }

    .rf-funding-review__intro-column {
        width: 440px;
        flex-basis: 440px;
    }

    .rf-funding-review__form-column {
        width: auto;
        flex: 1 1 0;
    }

    .rf-funding-review__intro h2 {
        font-size: 40px;
    }
}

@media (max-width: 991.98px) {
    .rf-faq,
    .rf-funding-review {
        padding: 72px 0;
    }

    .rf-funding-review__row {
        flex-wrap: wrap;
        gap: 48px;
    }

    .rf-funding-review__intro-column {
        width: 100%;
        flex-basis: 100%;
    }

    .rf-funding-review__form-column {
        width: 100%;
        flex-basis: 100%;
    }

    .rf-funding-review__intro {
        max-width: 680px;
        padding-top: 0;
    }

    .rf-review-form {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 767.98px) {
    .rf-faq__header h2,
    .rf-funding-review__intro h2 {
        font-size: 36px;
    }

    .rf-faq__list {
        margin-top: 40px;
    }

    .rf-faq__button.btn.btn-link {
        font-size: 18px;
    }

    .rf-faq__support {
        margin-top: 48px;
    }
}

@media (max-width: 575.98px) {
    .rf-faq,
    .rf-funding-review {
        padding: 56px 0;
    }

    .rf-faq__header h2,
    .rf-funding-review__intro h2 {
        font-size: 32px;
    }

    .rf-faq__button.btn.btn-link {
        gap: 16px;
        padding: 22px 0;
        font-size: 16px;
    }

    .rf-faq__card-body.card-body {
        padding-top: 20px;
        font-size: 15px;
    }

    .rf-faq__support-link {
        width: 100%;
        justify-content: center;
    }

    .rf-funding-review__row {
        gap: 40px;
    }

    .rf-funding-review__call {
        padding: 16px;
    }

    .rf-review-form {
        padding: 28px 20px;
    }

    .rf-review-form__header h3 {
        font-size: 24px;
    }

    .rf-review-form__submit {
        min-height: 48px;
        padding-right: 12px;
        padding-left: 12px;
        font-size: 14px;
    }
}
