

@layer feed-reset, feed-site, feed-embed;

@layer feed-site {

:root {
    --accent: #59E400;
    --accent-deep: #00B05C;
    --ink: #000000;
    --surface-dark: #0D2000;
    --surface-accent: #C8E6D7;
    --surface-alt: #F3F9F6;
    --surface-soft: #F3F9F6;
    --surface-warm: #F3F9F6;

    --accent-hover: #60F600;
    --accent-active: #5FE808;
    --accent-deep-hover: #00D570;
    --surface-dark-end: #012715;
    --text: #212121;
    --surface: #FFFFFF;
    --border: #BEBEBE;
    --surface-disabled: #D8D8D8;
    --text-muted: #A9A9A9;
    --error: #C43244;
    --overlay: rgba(0, 0, 0, .5);
    --border-on-dark: rgba(255, 255, 255, .5);

    --gradient-accent: linear-gradient(180deg, #00B05C 0%, #59E400 100%);
    --gradient-surface-dark: linear-gradient(135deg, #000000 0%, #012715 100%);

    --h1: 64px;
    --h2: 48px;
    --h3: 28px;
    --h4: 28px;
    --h5: 22px;
    --h6: 16px;
    --body: 16px;
    --caption: 14px;
    --section-title: 64px;

    --btn-h: 80px;
    --btn-font: 24px;
    --btn-pad: 54px;

    --space-xs: 8px;
    --space-sm: 12px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 32px;
    --space-xxl: 48px;

    --radius: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-pill: 999px;

    --content-width: 1110px;
    --content-wide: 1728px;
    --gutter: 40px;
    --header-h: 108px;
    --section-pad: 100px;

    --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    --shadow-card: 0 4px 24px rgba(0, 0, 0, .06);
    --shadow-card-hover: 0 8px 28px rgba(0, 0, 0, .12);
    --shadow-header: 0 2px 10px rgba(0, 0, 0, .06);
    --transition: .2s ease;
}

@media (max-width: 1199px) {
    :root {
        --gutter: 39px;
        --section-pad: 70px;
    }
}

@media (max-width: 767px) {
    :root {
        --h1: 26px;
        --h2: 22px;
        --h3: 20px;
        --h4: 18px;
        --h5: 16px;
        --h6: 16px;
        --section-title: 26px;

        --btn-h: 60px;
        --btn-font: 20px;
        --btn-pad: 32px;

        --gutter: 15px;
        --header-h: 65px;
        --section-pad: 40px;
    }
}

:root {
    --accent: #FFF600;
    --accent-hover: #FFFCB3;
    --accent-deep: #2F6FE4;
    --accent-deep-hover: #5A8CEA;
    --accent-active: #2459BA;
    --ink: #1D1D1D;
    --text: #6C6C6C;
    --text-soft: #3E4454;
    --surface: #FFFFFF;
    --surface-alt: #EEF6FF;
    --surface-dark: #1D1D1D;
    --surface-dark-end: var(--accent-deep);
    --gradient-surface-dark: none;
    --surface-disabled: #D9D9D9;
    --border: #BEBEBE;
    --border-card: #E6E6E6;
    --error: #C43244;
    --border-on-dark: #FFFFFF;

    --h1: 64px;
    --h2: 36px;
    --h3: 30px;
    --h4: 28px;
    --h5: 28px;
    --body: 18px;
    --caption: 14px;
    --tracking: .12em;
    --font: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;

    --btn-h: 72px;
    --btn-font: 24px;
    --btn-pad: 40px;

    --radius: 4px;
    --radius-md: 8px;
    --radius-pill: 100px;

    --content-width: 1110px;
    --content-header: 1336px;
    --gutter: 40px;
    --header-h: 183px;
    --section-pad: 100px;

    --shadow-card: 0 0 79.5px rgba(163, 163, 163, .15);
    --transition: .2s ease;
}

@media (max-width: 1199px) {
    :root {
        --h1: 48px;
        --h2: 30px;
        --h3: 24px;
        --h4: 22px;
        --h5: 22px;
        --btn-h: 64px;
        --btn-font: 20px;
        --gutter: 39px;
        --header-h: 120px;
        --section-pad: 70px;
    }
}

@media (max-width: 767px) {
    :root {
        --h1: 30px;
        --h2: 20px;
        --h3: 16px;
        --h4: 16px;
        --h5: 22px;
        --tracking: .08em;
        --btn-h: 54px;
        --btn-font: 18px;
        --btn-pad: 24px;
        --gutter: 15px;
        --header-h: 80px;
        --section-pad: 40px;
    }
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: var(--body);
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 1921px) {
    body {
        zoom: calc(100vw / 1920px);
    }
}

body.no-scroll {
    overflow: hidden;
}

img,
svg {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
    color: inherit;
    background: none;
    border: 0;
    cursor: pointer;
}

strong,
b {
    font-weight: 700;
}

.site-header__nav-list,
.hero__list,
.steps__list,
.advantages__list,
.loan-options__list {
    padding: 0;
    list-style: none;
}

.container {
    width: 100%;
    max-width: calc(var(--content-width) + var(--gutter) * 2);
    margin: 0 auto;
    padding: 0 var(--gutter);
}

.section {
    position: relative;
    padding: var(--band-pad, var(--section-pad) 0);
}

@media (max-width: 1199px) {
    .section {
        padding: var(--band-pad-t, var(--band-pad, var(--section-pad) 0));
    }

}
@media (max-width: 767px) {
    .section {
        padding: var(--band-pad-m, var(--band-pad-t, var(--band-pad, var(--section-pad) 0)));
    }

}
.section--mint {
    background: var(--surface-alt);
}

.section--soft {
    background: var(--surface-soft);
}

.section--warm {
    background: var(--surface-warm);
}

.section--dark {
    background: var(--surface-dark-end);
    color: var(--surface);
    --band-art: var(--gradient-surface-dark);
}

.section--dark h1,
.section--dark h2,
.section--dark h3,
.section--dark h4,
.section--dark h5,
.section--dark h6 {
    color: var(--surface);
}

.section {
    background-image: var(--band-art, none);
}

.section > .container {
    position: relative;
    z-index: 2;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--btn-font);
    font-weight: 700;
    text-align: center;
}

.form__body {
    display: flex;
    flex-direction: column;
}

.input,
.textarea {
    width: 100%;
    transition: border-color var(--transition);
}

.textarea {
    resize: vertical;
}

.input.error,
.textarea.error {
    border-color: var(--error);
}

.input.error:focus,
.textarea.error:focus {
    border-color: var(--error);
}

.site-header__inner {
    display: flex;
    align-items: center;
}

.logo {
    flex-shrink: 0;
}

.site-header__nav {
    display: flex;
    align-items: center;
}

.site-header__nav-list {
    display: flex;
    align-items: center;
}

.site-header__nav-link {
    white-space: nowrap;
}

.site-header__burger {
    display: none;
    flex-direction: column;
}

.site-header__burger span {
    display: block;
    height: 2px;
    border-radius: 2px;
    transition: transform var(--transition), opacity var(--transition);
}

.site-header__burger.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.site-header__burger.is-active span:nth-child(2) {
    opacity: 0;
}

.site-header__burger.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.site-footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-footer__nav {
    display: flex;
    align-items: center;
}

.site-footer__nav a {
    line-height: 1.2;
    white-space: nowrap;
}

.material {
    font-size: 14px;
}

.copyright {
    font-size: 14px;
}

.accordion {
    display: flex;
    flex-direction: column;
}

.accordion-item__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
}

.accordion-item__body {
    display: none;
}

.accordion-item.is-open .accordion-item__body {
    display: block;
}

.accordion-item__body ol {
    list-style: decimal;
}

.accordion-item__body ul {
    list-style: disc;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.hero__list {
    display: flex;
    flex-direction: column;
}

.loan-options__item {
    display: flex;
    flex-direction: column;
}

.loan-options__item-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.loan-options__item-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.loan-options__item-title {
    font-size: var(--h3);
    font-weight: 700;
    line-height: 1.2;
}

.loan-summary {
    text-align: center;
}

.steps-title {
    text-align: center;
}

.steps__item {
    display: flex;
    flex-direction: column;
}

.steps__item-label {
    line-height: 1.2;
}

.advantages__list {
    display: flex;
    flex-direction: column;
}

.advantages__list li {
    display: flex;
    align-items: center;
}

.faq-title {
    text-align: center;
}

.contact-layout {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.contact-title {
    line-height: 1.2;
}

.contact-text a {
    text-decoration: underline;
}

.contact__item-label {
    line-height: 1.2;
}

.form__required {
    line-height: 1.2;
}

.field__error,
.feedCaptcha-error {
    color: var(--error);
}

.legal-title {
    text-align: center;
}

.legal-content > :last-child {
    margin-bottom: 0;
}

.legal-content a[id]:empty {
    display: block;
    height: 0;
    scroll-margin-top: calc(var(--header-h) + 20px);
}

.legal-content em {
    font-style: italic;
}

.legal-content ul {
    list-style: disc;
}

.legal-content ol {
    list-style: decimal;
}

.legal-content a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 767px) {
    .site-footer__top {
        align-items: flex-start;
    }

    .site-footer__nav {
        flex-direction: column;
        align-items: flex-start;
    }

}
.material p:has(+ .table),
.material p:empty {
    display: none;
}

.material .table {
    display: table;
    width: 100%;
}

.material .tr {
    display: table-row;
}

.material .td {
    display: table-cell;
    vertical-align: middle;
}

.material .tr:first-child .td {
    font-weight: 700;
}

body {
    background: var(--surface);
    color: var(--ink);
    font-family: var(--font);
    line-height: 1.39;
    overflow-wrap: break-word;
    overflow-x: hidden;
}

img {
    display: block;
}

p {
    margin: 0;
}

h1,
h2,
h3 {
    margin: 0;
    font-family: var(--font);
    font-weight: 700;
    color: var(--ink);
}

.hero-title,
.steps-title,
.faq-preview-title,
.faq-title,
.advantages-title,
.loan-summary-title,
.how-it-works-title,
.contact-title,
.legal-title {
    font-weight: 700;
    letter-spacing: var(--tracking);
    text-transform: uppercase;
}

.hero,
.loan-options,
.faq,
.how-it-works,
.contact {
    position: relative;
    z-index: 1;
}

.steps-title span,
.advantages-title span {
    display: block;
    color: var(--accent-deep);
}

:focus-visible {
    outline: 3px solid var(--ink);
    outline-offset: 3px;
}

.section--dark :focus-visible {
    outline-color: var(--surface);
}

.btn {
    min-height: var(--btn-h);
    padding: 0 var(--btn-pad);
    border: 0;
    border-radius: var(--radius-pill);
    font-family: var(--font);
    line-height: 1.2;
    cursor: pointer;
    transition: background-color var(--transition), color var(--transition), border-color var(--transition);
}

.btn svg {
    display: none;
}

.btn--primary {
    background: var(--accent);
    color: var(--ink);
}

.btn--primary:hover {
    background: var(--accent-hover);
}

.btn--primary:active {
    background: var(--accent);
}

.btn:disabled,
.btn.is-disabled {
    background: var(--surface-disabled);
    color: var(--ink);
    pointer-events: none;
}

.steps .btn--primary,
.advantages .btn--primary,
.faq .btn--primary {
    min-width: 343px;
    min-height: 80px;
    background: var(--accent-deep);
    color: var(--surface);
}

.steps .btn--primary:hover,
.advantages .btn--primary:hover,
.faq .btn--primary:hover {
    background: var(--accent-deep-hover);
}

.steps .btn--primary:active,
.advantages .btn--primary:active,
.faq .btn--primary:active {
    background: var(--accent-active);
}

@media (max-width: 1199px) {
    .steps .btn--primary,
    .advantages .btn--primary,
    .faq .btn--primary {
        min-width: 300px;
        min-height: 64px;
    }
}

@media (max-width: 767px) {
    .steps .btn--primary,
    .advantages .btn--primary,
    .faq .btn--primary {
        min-width: 264px;
        min-height: 54px;
    }
}

.btn--outline,
.faq-preview-text a,
.form__submit .btn--primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ink);
    border-radius: var(--radius-pill);
    background: transparent;
    color: var(--ink);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    transition: background-color var(--transition), border-color var(--transition);
}

.btn--outline:hover,
.faq-preview-text a:hover,
.form__submit .btn--primary:hover {
    background: var(--accent);
}

.btn--outline:active,
.faq-preview-text a:active,
.form__submit .btn--primary:active {
    background: var(--accent-hover);
}

.form__submit .btn--primary:disabled {
    border-color: transparent;
    background: var(--surface-disabled);
}

.site-header {
    position: relative;
    z-index: 1;
    background: var(--surface);
}

.site-header__inner {
    max-width: calc(var(--content-header) + var(--gutter) * 2);
    min-height: var(--header-h);
    justify-content: space-between;
}

.site-header__nav {
    gap: 34px;
}

.site-header__nav-list {
    gap: 30px;
    margin: 0;
}

.site-header__nav-link {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--ink);
    transition: color var(--transition);
}

.site-header__nav-link:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.site-header__nav-link.active {
    color: var(--accent-deep);
}

.site-header__cta {
    min-width: 202px;
    min-height: 66px;
    padding: 0 32px;
    border-width: 3px;
}

.site-header__burger {
    display: none;
}

@media (max-width: 1199px) {
    .site-header__nav-list {
        display: none;
    }

    .site-header__cta {
        min-width: 170px;
        min-height: 56px;
    }
}

@media (max-width: 767px) {
    .site-header__inner {
        justify-content: center;
    }

    .site-header__nav {
        display: none;
    }
}

.logo {
    --logo-s: 1;
    position: relative;
    display: block;
    width: calc(203px * var(--logo-s));
    height: calc(126px * var(--logo-s));
    background: url("../images/logo-diamond.svg") no-repeat 0 0 / calc(160px * var(--logo-s)) calc(126px * var(--logo-s));
    color: var(--ink);
}

.logo__icon {
    position: absolute;
    left: calc(14px * var(--logo-s));
    top: calc(16.5px * var(--logo-s));
    width: calc(63px * var(--logo-s));
    height: calc(91.7px * var(--logo-s));
}

.logo__text {
    position: absolute;
    left: calc(94px * var(--logo-s));
    top: calc(16px * var(--logo-s));
    font-size: calc(26px * var(--logo-s));
    font-weight: 700;
    line-height: 1.19;
    white-space: nowrap;
}

.logo--white {
    background-image: url("../images/logo-diamond-dark.svg");
    color: var(--surface);
}

.logo--white .logo__icon {
    filter: brightness(0) invert(1);
}

@media (max-width: 1199px) {
    .logo {
        --logo-s: .75;
    }
}

@media (max-width: 767px) {
    .logo {
        --logo-s: .571;
    }

    .site-footer .logo {
        --logo-s: .786;
    }
}

.site-header--form .site-header__inner {
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .site-header--form .site-header__inner {
        justify-content: center;
    }
}

.site-footer {
    padding: 67px 0 40px;
    background: var(--surface-dark);
    color: var(--surface);
}

.site-footer__nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px 27px;
}

.site-footer__nav a {
    font-size: var(--caption);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.site-footer__nav a:hover,
.site-footer__nav a.active {
    color: var(--accent);
}

.copyright {
    margin-top: 40px;
    line-height: 1.2;
}

@media (max-width: 1199px) {
    .site-footer__top {
        align-items: flex-start;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding: 23px 0 34px;
    }

    .site-footer__top {
        flex-direction: column;
        align-items: center;
        gap: 27px;
    }

    .site-footer__nav {
        align-items: center;
        gap: 12px;
    }

    .site-footer__nav a {
        font-size: 14px;
    }

    .copyright {
        margin-top: 30px;
        font-size: 13px;
    }
}

.material {
    margin-top: 33px;
    font-size: var(--caption);
    line-height: 1.2;
    text-align: justify;
}

.material h3 {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--surface);
}

.material p {
    margin: 0 0 16px;
}

.material .title {
    display: block;
}

.material p > br:last-child {
    display: none;
}

.material .table {
    max-width: 887px;
    margin: 16px 0 32px;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: left;
}

.material .td {
    padding: 9px 12px;
    border: 1px solid var(--border-on-dark);
    font-size: 16px;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .material {
        margin-top: 40px;
        font-size: 12px;
    }

    .material h3 {
        font-size: 24px;
        font-weight: 400;
    }

    .material p {
        margin-bottom: 14px;
    }

    .material .table {
        display: grid;
        grid-template-columns: 97fr 65fr 65fr 65fr;
        grid-template-rows: repeat(5, minmax(57px, auto));
        grid-auto-flow: column;
        margin-top: 20px;
    }

    .material .tr {
        display: contents;
    }

    .material .td {
        display: flex;
        align-items: center;
        margin: 0 -1px -1px 0;
        padding: 6px;
        font-size: 12px;
    }
}

.hero-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: no-repeat 50% 0 / 1920px 570px;
}

.hero-decor--home {
    background-image: url("../images/decor/hero-home.svg");
    background-position-x: max(50%, -252px);
}

.hero-decor--debt { background-image: url("../images/decor/hero-debt.svg"); }
.hero-decor--bad-credit { background-image: url("../images/decor/hero-bad-credit.svg"); }
.hero-decor--emergency { background-image: url("../images/decor/hero-emergency.svg"); }
.hero-decor--personal { background-image: url("../images/decor/hero-personal.svg"); }

.hero-layout {
    position: relative;
}

.hero:not(.hero-inner) .hero-layout {
    max-width: calc(var(--content-header) + var(--gutter) * 2);
}

.hero-title {
    max-width: 754px;
    font-size: var(--h2);
    line-height: 1.35;
    color: var(--surface);
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 22px;
}

.hero__list {
    margin: 0 0 31px;
    font-size: var(--h5);
    line-height: 49px;
    color: var(--surface);
}

.hero__list li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero__list svg {
    flex-shrink: 0;
    width: 12px;
    height: auto;
    color: var(--accent);
}

.hero .btn--primary {
    min-width: 381px;
}

.hero-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.2;
}

.hero-text a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hero-text a:hover {
    color: var(--accent);
}

.hero-media {
    position: absolute;
    left: calc(var(--gutter) + var(--photo-x, 598px));
    bottom: -100px;
    width: var(--photo-w, 410px);
    height: var(--photo-h, 642px);
    pointer-events: none;
}

.hero-media img {
    width: 100%;
    height: 100%;
    max-width: none;
}

@media (max-width: 1199px) {
    .hero-decor,
    .hero {
        --media-s: 1.6;
    }

    .hero-decor {
        background-position: 50% 100%;
        background-size: calc(320px * var(--media-s)) calc(471px * var(--media-s));
    }

    .hero-decor--home { background-image: url("../images/decor/hero-home-m.svg"); }
    .hero-decor--debt { background-image: url("../images/decor/hero-debt-m.svg"); }
    .hero-decor--bad-credit { background-image: url("../images/decor/hero-bad-credit-m.svg"); }

    .hero-decor--emergency {
        background-image: url("../images/decor/hero-emergency-m-wide.svg");
        background-position: calc(50% + 6px * var(--media-s)) 100%;
        background-size: calc(332px * var(--media-s)) calc(498px * var(--media-s));
    }

    .hero-decor--personal {
        background-image: url("../images/decor/hero-personal-m-wide.svg");
        background-position: calc(50% + 5.5px * var(--media-s)) 100%;
        background-size: calc(347px * var(--media-s)) calc(471px * var(--media-s));
    }

    .hero-title {
        max-width: none;
        text-align: center;
    }

    .hero-content {
        align-items: center;
        margin-top: 20px;
    }

    .hero__list {
        margin-bottom: 26px;
        line-height: 38px;
    }

    .hero .btn--primary {
        min-width: 300px;
    }

    .hero-text {
        margin-top: 14px;
    }

    .hero-media {
        position: relative;
        left: 0;
        bottom: auto;
        width: calc(320px * var(--media-s));
        height: calc(214px * var(--media-s));
        margin: 10px 0 0 calc(50% - 160px * var(--media-s));
    }

    .hero-media img {
        position: absolute;
        left: calc(var(--photo-x-m, 80px) * var(--media-s));
        bottom: 0;
        width: calc(var(--photo-w-m, 138px) * var(--media-s));
        height: calc(var(--photo-h-m, 214px) * var(--media-s));
        object-fit: cover;
        object-position: 50% 0;
    }
}

@media (max-width: 767px) {
    .hero-decor,
    .hero {
        --media-s: 1;
    }

    .hero-content {
        align-items: stretch;
        margin-top: 15px;
    }

    .hero__list {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 31px;
    }

    .hero__list li {
        gap: 14px;
    }

    .hero .btn--primary {
        min-width: 0;
    }

    .hero-text {
        margin-top: 10px;
        font-size: 14px;
        align-self: flex-start;
    }

    .hero-media {
        margin-top: -24px;
    }
}

.loan-options__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 540px));
    justify-content: center;
    gap: 33px 30px;
    margin: 0;
}

.loan-options__item {
    gap: 30px;
    height: 100%;
    padding: 61px 35px 60px;
    border: 1px solid var(--border-card);
    border-radius: var(--radius-md);
    background: var(--surface);
    box-shadow: var(--shadow-card);
    transition: box-shadow var(--transition), transform var(--transition);
}

.loan-options__item:hover {
    box-shadow: 0 10px 60px rgba(47, 111, 228, .18);
    transform: translateY(-2px);
}

.loan-options__item-media {
    justify-content: flex-start;
    height: 95px;
}

.loan-options__item-media img {
    height: 159px;
    width: auto;
    max-width: none;
    margin: -32px;
}

.loan-options__item-content {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px 12px;
}

.loan-options__item-title {
    flex-basis: 100%;
    font-size: var(--h3);
    line-height: 1.19;
    letter-spacing: var(--tracking);
    text-transform: uppercase;
    color: var(--ink);
}

.loan-options__item-label {
    font-size: var(--h5);
    line-height: 1.2;
    color: var(--accent-deep);
}

.loan-options__item-content svg {
    flex-shrink: 0;
    color: var(--accent-deep);
    transition: transform var(--transition);
}

.loan-options__item:hover .loan-options__item-label {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.loan-options__item:hover .loan-options__item-content svg {
    transform: translateX(4px);
}

@media (max-width: 1199px) {
    .loan-options__list {
        gap: 24px;
    }

    .loan-options__item {
        padding: 40px 28px;
        gap: 24px;
    }

    .loan-options__item-content {
        flex: 1;
        align-content: space-between;
        gap: 20px 12px;
    }
}

@media (max-width: 767px) {
    .loan-options__list {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .loan-options__item {
        flex-direction: row;
        align-items: center;
        gap: 12px;
        min-height: 90px;
        padding: 0 17px;
    }

    .loan-options__item-media {
        flex-shrink: 0;
        width: 50px;
        height: 53px;
    }

    .loan-options__item-media img {
        height: 88.7px;
        margin: -17.9px;
    }

    .loan-options__item-content {
        flex: 1;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 15px;
    }

    .loan-options__item-title {
        flex-basis: auto;
    }

    .loan-options__item-label {
        display: none;
    }

    .loan-options__item-content svg {
        width: 26px;
        height: auto;
    }
}

.loan-options-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: url("../images/decor/loan-options-mark.svg") no-repeat right -39px bottom 148px / 106px 106px;
}

@media (max-width: 767px) {
    .loan-options-decor {
        display: none;
    }
}

.loan-summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.loan-summary-title {
    font-size: var(--h2);
    line-height: 1.17;
    color: #0F2634;
}

.loan-summary-text {
    font-size: var(--h5);
    line-height: 1.39;
    color: var(--text);
}

@media (max-width: 767px) {
    .loan-summary {
        gap: 20px;
    }

    .loan-summary-title {
        font-size: 20px;
        line-height: 1.35;
    }

    .loan-summary-text {
        font-size: 22px;
        line-height: 30px;
    }
}

.steps-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        url("../images/decor/steps.svg") no-repeat 50% 100% / 1920px 600px,
        linear-gradient(var(--surface), var(--surface)) no-repeat calc(50% - 270px) calc(100% - 536px) / 658px 277px,
        url("../images/waves.svg") no-repeat calc(50% - 29.5px) calc(100% - 310px) / 1987px 503px;
}

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

.steps-title {
    align-self: stretch;
    font-size: var(--h1);
    line-height: 1.17;
    text-align: left;
}

.steps__list {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 123px 0 60px;
}

.steps__item {
    position: relative;
    width: 290px;
    min-height: 354px;
    padding: 78px 30px 30px 45px;
    border: 1px solid var(--border-card);
    border-radius: var(--radius-md);
    background: var(--surface);
    box-shadow: var(--shadow-card);
}

.steps__item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 193px;
    top: 36px;
    z-index: 1;
    width: 150px;
    height: 52px;
    background: url("../images/steps-arrow.svg") no-repeat 0 0 / 100% 100%;
}

.steps__item-num {
    display: block;
    font-size: 90px;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: var(--tracking);
    color: var(--ink);
}

.steps__item-title {
    margin-top: 13px;
    font-size: var(--h5);
    line-height: 39px;
    color: var(--text);
}

@media (max-width: 1199px) {
    .steps-decor {
        background-position: 50% 100%, calc(50% - 270px) calc(100% - 476px), calc(50% - 29.5px) calc(100% - 250px);
        background-size: 1920px 600px, 772px 277px, 1987px 503px;
    }

    .steps__list {
        gap: 20px;
        margin: 60px 0 50px;
    }

    .steps__item {
        width: 220px;
        min-height: 280px;
        padding: 50px 22px 24px 30px;
    }

    .steps__item:not(:last-child)::after {
        left: 140px;
        top: 20px;
        width: 110px;
        height: 38px;
    }

    .steps__item-num {
        font-size: 64px;
    }

    .steps__item-title {
        line-height: 1.39;
    }
}

@media (max-width: 767px) {
    .steps-decor {
        background:
            url("../images/decor/steps-m.svg") no-repeat 50% 100% / 320px 600px,
            url("../images/waves-m.svg") no-repeat calc(50% + 91px) calc(100% - 485px) / 1086px 275px,
            url("../images/waves-m.svg") no-repeat calc(50% + 91px) calc(100% - 212px) / 1086px 275px;
    }

    .steps-title {
        line-height: 1.05;
        text-align: center;
    }

    .steps__list {
        flex-direction: column;
        gap: 18px;
        margin: 39px 0 30px;
    }

    .steps__item {
        width: 246px;
        min-height: 197px;
        padding: 21px 20px 20px 27px;
        border: 0;
        border-radius: 6px;
    }

    .steps__item:not(:last-child)::after {
        left: 183.5px;
        top: 160px;
        width: 52px;
        height: 99px;
        background-image: url("../images/steps-arrow-m.svg");
    }

    .steps__item-num {
        font-size: 60px;
        line-height: 80px;
        letter-spacing: 0;
    }

    .steps__item-title {
        margin-top: -1px;
        line-height: 30px;
    }
}

.accordion-item {
    border-top: 1px solid #C3C3C3;
}

.accordion-item:last-child {
    border-bottom: 1px solid #C3C3C3;
}

.accordion-item__head {
    gap: 30px;
    padding: 30px 0;
    font-size: var(--h4);
    font-weight: 700;
    line-height: 1.3;
    color: var(--ink);
}

.accordion-item__head svg {
    --icon-nudge: 6px;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    color: var(--ink);
    transition: transform var(--transition);
}

.accordion-item.is-open .accordion-item__head svg {
    transform: translateX(var(--icon-nudge)) rotate(45deg);
}

.accordion-item__head:hover span {
    color: var(--accent-deep);
}

.accordion-item__body {
    padding: 0 0 30px;
    font-size: var(--body);
    line-height: 25px;
    color: var(--text);
}

.accordion-item__body ol,
.accordion-item__body ul {
    margin: 0;
    padding-left: 27px;
}

@media (max-width: 1199px) {
    .accordion-item__head {
        padding: 24px 0;
    }

    .accordion-item__head svg {
        --icon-nudge: 4px;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .accordion-item__head {
        gap: 20px;
        padding: 19px 0;
        line-height: 1.38;
    }

    .accordion-item__head svg {
        --icon-nudge: 3px;
        width: 20px;
        height: 20px;
    }

    .accordion-item__body {
        padding-bottom: 16px;
    }
}

.faq-preview-layout {
    display: grid;
    grid-template-columns: 285px minmax(0, 826px);
    grid-template-areas:
        "media list"
        "title list"
        "link  link";
    grid-template-rows: auto 1fr auto;
    justify-content: space-between;
}

.faq-preview-media {
    grid-area: media;
    margin: 128px 0 0 -120px;
}

.faq-preview-title {
    grid-area: title;
    margin-top: 3px;
    font-size: var(--h1);
    line-height: 1.17;
    text-transform: none;
}

.faq-preview-content {
    display: contents;
}

.faq-preview-content .accordion {
    grid-area: list;
}

.faq-preview-text {
    grid-area: link;
    justify-self: center;
    margin-top: 50px;
}

.faq-preview-text a {
    min-width: 178px;
    min-height: 54px;
    padding: 0 24px;
}

.faq-preview-text a:visited {
    color: var(--ink);
}

@media (max-width: 1199px) {
    .faq-preview-layout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "media"
            "title"
            "list"
            "link";
        grid-template-rows: auto;
    }

    .faq-preview-media {
        margin: 0;
    }

    .faq-preview-media img {
        width: 110px;
        height: auto;
    }

    .faq-preview-title {
        margin: -30px 0 30px 105px;
    }

    .faq-preview-text {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .faq-preview-media {
        margin-left: 1px;
    }

    .faq-preview-title {
        margin: -4px 0 30px 106px;
    }

    .faq-preview-text a {
        background: var(--accent);
    }

    .faq-preview-text a:hover {
        background: var(--accent-hover);
    }
}

.advantages-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advantages-title {
    font-size: var(--h2);
    line-height: 1.17;
    text-align: center;
}

.advantages__list {
    flex-direction: row;
    justify-content: space-between;
    align-self: stretch;
    margin: 115px 0 111px -11px;
}

.advantages__list li {
    gap: 30px;
}

.advantages__item-media {
    flex-shrink: 0;
}

.advantages__item-title {
    font-size: var(--h5);
    line-height: 39px;
    color: var(--text);
}

.advantages .btn--primary {
    letter-spacing: .09em;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .advantages__list {
        flex-direction: column;
        align-self: center;
        align-items: flex-start;
        gap: 30px;
        margin: 50px 0;
    }

    .advantages__list li {
        gap: 20px;
    }

    .advantages__item-media {
        width: 110px;
    }

    .advantages__item-media img {
        width: auto;
        height: 80px;
    }

    .advantages__item-title {
        line-height: 1.39;
    }

    .advantages__item-title br {
        display: none;
    }
}

@media (max-width: 767px) {
    .advantages-title {
        line-height: 1.35;
    }

    .advantages__list {
        align-self: stretch;
        margin: 30px 0 40px;
    }

    .advantages__list li {
        gap: 17px;
    }

    .advantages__item-media {
        width: 72px;
    }

    .advantages__item-media img {
        max-width: none;
        height: 60px;
    }

    .advantages__item-title {
        line-height: 30px;
    }

    .advantages .btn--primary {
        letter-spacing: 0;
        text-transform: none;
    }
}

.how-it-works-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: url("../images/decor/how-it-works.svg") no-repeat 50% 0 / 1920px 570px;
}

.how-it-works-content {
    max-width: 541px;
}

.how-it-works-title {
    font-size: var(--h2);
    line-height: 1.35;
    color: var(--surface);
}

.how-it-works-text {
    margin-top: 30px;
    font-size: var(--body);
    line-height: 25px;
}

.how-it-works-text p + p {
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .how-it-works-decor {
        background: url("../images/decor/how-it-works-m.svg") no-repeat 50% 100% / 512px 1195px;
    }

    .how-it-works-content {
        max-width: 600px;
    }
}

@media (max-width: 767px) {
    .how-it-works-decor {
        background-size: 320px 747px;
    }

    .how-it-works-content {
        max-width: none;
    }

    .how-it-works-text {
        margin-top: 20px;
    }
}

.faq-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        url("../images/decor/faq.svg") no-repeat 50% -12px / 1920px 1250px,
        linear-gradient(var(--surface), var(--surface)) no-repeat calc(50% + 152px) calc(100% - 321px) / 1034px 372px,
        url("../images/waves.svg") no-repeat calc(50% - 0.5px) calc(100% - 77px) / 1987px 503px;
}

.faq .container {
    display: grid;
    grid-template-columns: 285px minmax(0, 826px);
    justify-content: space-between;
    align-items: start;
}

.faq-title {
    margin-top: 120px;
    font-size: var(--h1);
    line-height: 1.17;
    text-align: left;
    text-transform: none;
}

.faq .accordion-item:first-child {
    border-top: 0;
}

.faq .accordion-item:last-child {
    border-bottom: 0;
}

.faq .btn--primary {
    grid-column: 1 / -1;
    justify-self: center;
    margin-top: 128px;
}

@media (max-width: 1199px) {
    .faq-decor {
        background:
            url("../images/decor/faq-m.svg") no-repeat 24px 0 / 320px 300px,
            url("../images/waves.svg") no-repeat calc(50% - 0.5px) calc(100% - 37px) / 1987px 503px;
    }

    .faq .container {
        grid-template-columns: 1fr;
    }

    .faq-title {
        margin: 60px 0 20px;
    }

    .faq .accordion-item:first-child {
        border-top: 1px solid #C3C3C3;
    }

    .faq .btn--primary {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .faq-decor {
        background:
            url("../images/decor/faq-m.svg") no-repeat 0 0 / 320px 300px,
            url("../images/waves-m.svg") no-repeat calc(50% + 91px) calc(100% - 40px) / 1086px 275px;
    }

    .faq-title {
        margin: 108px 0 20px;
    }

    .faq .btn--primary {
        margin-top: 40px;
    }
}

.contact-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        url("../images/contact-support.webp") no-repeat calc(50% - 181.5px) calc(100% - 327px) / 299px 321px,
        url("../images/decor/contact.svg") no-repeat 50% 0 / 1920px 601px,
        linear-gradient(var(--surface), var(--surface)) no-repeat 0 100% / 100% 327px;
}

.contact-content {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    width: 541px;
    max-width: 100%;
}

.contact-title {
    font-size: var(--h2);
    line-height: 1.35;
    color: var(--surface);
}

.contact-text {
    margin: 30px 0 auto;
    font-size: var(--body);
    line-height: 25px;
}

.contact-text a {
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color var(--transition);
}

.contact-text a:hover {
    color: var(--accent);
}

.contact__item-label {
    font-size: 18px;
    color: var(--text-soft);
}

.contact__item-text {
    font-size: 18px;
    line-height: 1.2;
    color: var(--text-soft);
}

.contact__item-text--phone {
    margin-bottom: 31px;
    font-size: var(--h3);
    font-weight: 700;
    letter-spacing: var(--tracking);
    color: var(--accent-deep);
}

.contact__item-text--phone a:hover {
    text-decoration: underline;
}

.contact .form {
    flex-shrink: 0;
    width: 540px;
    margin-top: -19px;
    padding: 47px 52px 46px;
    border-radius: 6px;
    background: var(--surface);
    box-shadow: var(--shadow-card);
    color: var(--ink);
}

.form__required {
    margin-bottom: 12px;
    font-size: 12px;
    text-align: right;
    color: var(--text-soft);
    opacity: .7;
}

.field {
    margin-bottom: 39px;
}

.field:has(.textarea) {
    margin-bottom: 0;
}

.input,
.textarea {
    height: 52px;
    padding: 0 26px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--surface);
    color: var(--ink);
    font-family: var(--font);
    font-size: 18px;
}

.textarea {
    display: block;
    height: 162px;
    padding-top: 13px;
}

.input::placeholder,
.textarea::placeholder {
    color: var(--text-soft);
    opacity: .7;
}

.input:focus,
.textarea:focus {
    outline: none;
    border-color: var(--accent-deep);
}

.input.valid,
.textarea.valid {
    border-color: var(--accent-deep);
}

.form__submit {
    display: flex;
    justify-content: center;
    margin-top: 27px;
}

.form__submit .btn--primary {
    min-width: 178px;
    min-height: 54px;
}

.form__success {
    font-size: var(--body);
    text-align: center;
    text-wrap: balance;
    color: var(--ink);
}

.contact-layout:has(.form__success) {
    min-height: 707px;
}

.contact .form:has(.form__success) {
    padding-bottom: 47px;
}

@media (max-width: 1199px) {
    .contact-layout:has(.form__success) {
        min-height: 0;
    }

    .contact .form:has(.form__success) {
        padding-bottom: 36px;
    }
}

@media (max-width: 767px) {
    .contact .form:has(.form__success) {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

@media (max-width: 1199px) {
    .contact-decor,
    .contact {
        --contact-s: 1.6;
        --contact-white: 250px;
    }

    .contact-decor {
        background:
            url("../images/contact-support.webp") no-repeat calc(50% + 30px * var(--contact-s)) calc(100% - var(--contact-white)) / calc(210px * var(--contact-s)) calc(224px * var(--contact-s)),
            url("../images/decor/contact-m.svg") no-repeat 50% calc(100% - var(--contact-white)) / calc(320px * var(--contact-s)) calc(993px * var(--contact-s)),
            linear-gradient(var(--surface), var(--surface)) no-repeat 0 100% / 100% var(--contact-white);
    }

    .contact-layout {
        flex-direction: column;
        align-items: stretch;
    }

    .contact-content {
        display: contents;
    }

    .contact-title { order: 1; }
    .contact-text { order: 2; margin: 20px 0 30px; }
    .contact .form { order: 3; }
    .contact__item-label,
    .contact__item-text { order: 4; }

    .contact .form {
        width: 100%;
        max-width: 540px;
        margin: 0 auto;
        padding: 36px 32px;
    }

    .contact__item-label:nth-child(3) {
        margin-top: calc(254px * var(--contact-s) + 30px);
    }
}

@media (max-width: 767px) {
    .contact-decor,
    .contact {
        --contact-s: 1;
        --contact-white: 214px;
    }

    .contact .form {
        max-width: none;
        padding: 16px 18px 30px;
        border-radius: 8px;
    }

    .contact__item-label,
    .contact__item-text {
        line-height: 1.2;
    }

    .contact__item-text--phone {
        margin-bottom: 32px;
        font-size: 16px;
    }

    .form__required {
        margin-bottom: 12px;
    }

    .field {
        margin-bottom: 20px;
    }

    .input,
    .textarea {
        height: 42px;
        padding: 0 10px;
        font-size: 14px;
    }

    .textarea {
        height: 133px;
        padding-top: 12px;
    }

    .form__submit {
        margin-top: 15px;
    }

    .form__submit .btn--primary {
        min-width: 122px;
        min-height: 45px;
    }
}

.legal-title {
    max-width: 730px;
    margin-bottom: 59px;
    padding: 41px 0 40px;
    font-size: var(--h2);
    line-height: 1.35;
    text-align: left;
    color: var(--surface);
    background: var(--accent-deep);
    box-shadow: 0 0 0 100vmax var(--accent-deep);
    clip-path: inset(0 -100vmax);
}

.legal-content {
    font-size: var(--body);
    line-height: 1.17;
    color: var(--ink);
}

.legal-content h1 {
    display: none;
}

.legal-content h2,
.legal-content h3,
.legal-content > strong {
    display: block;
    margin: 21px 0;
    font-size: var(--body);
    font-weight: 700;
}

.legal-content p,
.legal-content ul,
.legal-content ol {
    margin: 0 0 21px;
}

.legal-content ul,
.legal-content ol {
    padding-left: 24px;
}

.legal-content p > br:last-child {
    display: none;
}

.legal-content a {
    color: var(--accent-deep);
}

.legal-content table {
    width: 100%;
    margin: 0 0 21px;
    border-collapse: collapse;
}

.legal-content td,
.legal-content th {
    padding: 8px;
    border: 1px solid var(--border);
    vertical-align: top;
}

@media (max-width: 767px) {
    .legal-title {
        margin-bottom: 40px;
        padding: 13px 0 14px;
        line-height: 1.35;
    }

    .legal-content {
        font-size: 16px;
        line-height: 1.3;
        overflow-wrap: anywhere;
    }

    .legal-content h2,
    .legal-content h3,
    .legal-content > strong {
        font-size: 16px;
    }

    .legal-content table {
        display: block;
        overflow-x: auto;
    }
}

.main--bad-credit > .section:nth-child(1) {
    --band-pad: 101px 0 100px;
    --band-pad-t: 40px 0 0;
    --band-pad-m: 20px 0 0;
}

.main--bad-credit > .section:nth-child(1) .hero-media {
    --photo-x: 503px;
    --photo-w: 465px;
    --photo-h: 648px;
    --photo-x-m: 53px;
    --photo-w-m: 169px;
    --photo-h-m: 199px;
}

.main--bad-credit > .section:nth-child(2) {
    --band-pad: 120px 0 120px;
    --band-pad-t: 70px 0 70px;
    --band-pad-m: 50px 0 50px;
}

.main--bad-credit > .section:nth-child(3) {
    --band-pad: 35px 0 120px;
    --band-pad-t: 20px 0 80px;
    --band-pad-m: 0 0 30px;
}

.main--bad-credit > .section:nth-child(4) {
    --band-pad: 0 0 60px;
    --band-pad-t: 0 0 40px;
    --band-pad-m: 0 0 30px;
}

.main--bad-credit > .section:nth-child(5) {
    --band-pad: 60px 0 120px;
    --band-pad-t: 40px 0 80px;
    --band-pad-m: 30px 0 60px;
}

.main--ca-privacy-rights-act-reporting > .section:nth-child(1) {
    --band-pad: 0 0 100px;
    --band-pad-t: 0 0 80px;
    --band-pad-m: 0 0 60px;
}

.main--contact > .section:nth-child(1) {
    --band-pad: 101px 0 120px;
    --band-pad-t: 60px 0 80px;
    --band-pad-m: 20px 0 50px;
}

.main--debt-consolidation > .section:nth-child(1) {
    --band-pad: 101px 0 100px;
    --band-pad-t: 40px 0 0;
    --band-pad-m: 20px 0 0;
}

.main--debt-consolidation > .section:nth-child(1) .hero-media {
    --photo-x: 524px;
    --photo-w: 481px;
    --photo-h: 629px;
    --photo-x-m: 57px;
    --photo-w-m: 146px;
    --photo-h-m: 191px;
}

.main--debt-consolidation > .section:nth-child(2) {
    --band-pad: 120px 0 120px;
    --band-pad-t: 70px 0 70px;
    --band-pad-m: 50px 0 50px;
}

.main--debt-consolidation > .section:nth-child(3) {
    --band-pad: 35px 0 120px;
    --band-pad-t: 20px 0 80px;
    --band-pad-m: 0 0 30px;
}

.main--debt-consolidation > .section:nth-child(4) {
    --band-pad: 0 0 60px;
    --band-pad-t: 0 0 40px;
    --band-pad-m: 0 0 30px;
}

.main--debt-consolidation > .section:nth-child(5) {
    --band-pad: 60px 0 120px;
    --band-pad-t: 40px 0 80px;
    --band-pad-m: 30px 0 60px;
}

.main--emergency-loans > .section:nth-child(1) {
    --band-pad: 101px 0 100px;
    --band-pad-t: 40px 0 0;
    --band-pad-m: 20px 0 0;
}

.main--emergency-loans > .section:nth-child(1) .hero-media {
    --photo-x: 429px;
    --photo-w: 661px;
    --photo-h: 599px;
    --photo-x-m: 16px;
    --photo-w-m: 225px;
    --photo-h-m: 205px;
}

.main--emergency-loans > .section:nth-child(2) {
    --band-pad: 120px 0 120px;
    --band-pad-t: 70px 0 70px;
    --band-pad-m: 50px 0 50px;
}

.main--emergency-loans > .section:nth-child(3) {
    --band-pad: 35px 0 120px;
    --band-pad-t: 20px 0 80px;
    --band-pad-m: 0 0 30px;
}

.main--emergency-loans > .section:nth-child(4) {
    --band-pad: 0 0 60px;
    --band-pad-t: 0 0 40px;
    --band-pad-m: 0 0 30px;
}

.main--emergency-loans > .section:nth-child(5) {
    --band-pad: 60px 0 120px;
    --band-pad-t: 40px 0 80px;
    --band-pad-m: 30px 0 60px;
}

.main--faq > .section:nth-child(1) {
    --band-pad: 0 0 171px;
    --band-pad-t: 0 0 80px;
    --band-pad-m: 0 0 60px;
}

.main--form > .section:nth-child(1) {
    --band-pad: 60px 0 100px;
    --band-pad-t: 50px 0 80px;
    --band-pad-m: 30px 0 60px;
}

.main--how-it-works > .section:nth-child(1) {
    --band-pad: 101px 0 100px;
    --band-pad-t: 60px 0 336px;
    --band-pad-m: 25px 0 210px;
}

.main--how-it-works > .section:nth-child(2) {
    --band-pad: 155px 0 120px;
    --band-pad-t: 90px 0 80px;
    --band-pad-m: 40px 0 30px;
}

.main--index > .section:nth-child(1) {
    --band-pad: 101px 0 100px;
    --band-pad-t: 40px 0 0;
    --band-pad-m: 20px 0 0;
}

.main--index > .section:nth-child(1) .hero-media {
    --photo-x: 598px;
    --photo-w: 410px;
    --photo-h: 642px;
    --photo-x-m: 80px;
    --photo-w-m: 138px;
    --photo-h-m: 214px;
}

.main--index > .section:nth-child(2) {
    --band-pad: 120px 0 85px;
    --band-pad-t: 70px 0 50px;
    --band-pad-m: 30px 0 60px;
}

.main--index > .section:nth-child(3) {
    --band-pad: 35px 0 120px;
    --band-pad-t: 20px 0 80px;
    --band-pad-m: 0 0 30px;
}

.main--index > .section:nth-child(4) {
    --band-pad: 0 0 60px;
    --band-pad-t: 0 0 40px;
    --band-pad-m: 0 0 30px;
}

.main--index > .section:nth-child(5) {
    --band-pad: 60px 0 120px;
    --band-pad-t: 40px 0 80px;
    --band-pad-m: 30px 0 60px;
}

.main--notice-to-residents > .section:nth-child(1) {
    --band-pad: 0 0 100px;
    --band-pad-t: 0 0 80px;
    --band-pad-m: 0 0 60px;
}

.main--personal-credit > .section:nth-child(1) {
    --band-pad: 101px 0 100px;
    --band-pad-t: 40px 0 0;
    --band-pad-m: 20px 0 0;
}

.main--personal-credit > .section:nth-child(1) .hero-media {
    --photo-x: 461px;
    --photo-w: 564px;
    --photo-h: 599px;
    --photo-x-m: 60px;
    --photo-w-m: 184px;
    --photo-h-m: 195px;
}

.main--personal-credit > .section:nth-child(2) {
    --band-pad: 120px 0 120px;
    --band-pad-t: 70px 0 70px;
    --band-pad-m: 50px 0 50px;
}

.main--personal-credit > .section:nth-child(3) {
    --band-pad: 35px 0 120px;
    --band-pad-t: 20px 0 80px;
    --band-pad-m: 0 0 30px;
}

.main--personal-credit > .section:nth-child(4) {
    --band-pad: 0 0 60px;
    --band-pad-t: 0 0 40px;
    --band-pad-m: 0 0 30px;
}

.main--personal-credit > .section:nth-child(5) {
    --band-pad: 60px 0 120px;
    --band-pad-t: 40px 0 80px;
    --band-pad-m: 30px 0 60px;
}

.main--rates-and-fees > .section:nth-child(1) {
    --band-pad: 0 0 100px;
    --band-pad-t: 0 0 80px;
    --band-pad-m: 0 0 60px;
}

.main--terms-and-conditions > .section:nth-child(1) {
    --band-pad: 0 0 100px;
    --band-pad-t: 0 0 80px;
    --band-pad-m: 0 0 60px;
}

.main--your-privacy-rights > .section:nth-child(1) {
    --band-pad: 0 0 100px;
    --band-pad-t: 0 0 80px;
    --band-pad-m: 0 0 60px;
}

}

@layer feed-embed {
    .main--form > .section :not(svg, svg *, img, picture, video, audio, canvas, iframe, embed, object, table, caption, colgroup, col, thead, tbody, tfoot, tr, th, td, hr, font),
    .main--form > .section ::before,
    .main--form > .section ::after {
        all: revert;
    }

    .main--form > .section :is(svg, img, picture, video, audio, canvas, iframe, embed, object, table, caption, colgroup, col, thead, tbody, tfoot, tr, th, td, hr, font) {
        display: revert;
        max-width: revert;
        box-sizing: revert;
        flex-shrink: revert;
    }
}
