.financing-page {
    font-family: 'Poppins';
}

.financing-page h1,
.financing-page h2,
.financing-page h3,
.financing-page h4,
.financing-page h5,
.financing-page h6,
.financing-page strong {
    font-family: 'Poppins';
    font-weight: 700;
}

.row_financing {
    max-width: calc(100% + 22px) !important;
    margin-left: -11px;
    margin-right: -11px;
    row-gap: 10px;
}

.row_financing > div {
    padding-left: 11px;
    padding-right: 11px;
}

.clean-margin > *:first-child {
    margin-top: 0 !important;
}

.clean-margin > *:last-child {
    margin-bottom: 0 !important;
}

.hero {
    position: relative;
    margin-top: 108px;
    background: url(/wp-content/themes/plumberseo-bootstrap/images/hero-bg.webp) no-repeat center;
    background-size: cover;
    color: #fff;
}

.hero .wrap1 {
    z-index: 4;
}

.hero:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 100%;
    aspect-ratio: 1700 / 200;
    background: url(/wp-content/themes/plumberseo-bootstrap/images/hero-wave.webp) no-repeat center;
    background-size: contain;
    z-index: 3;
}

.hero__content {
    max-width: 350px;
    padding-top: 36px;
}

.hero__heading {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 42px;
    color: #fff;
}

.hero__text {
    margin-top: 10px;
    column-gap: 4px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.hero__text:before {
    content: '';
    display: block;
    max-width: 16px;
    width: 16px;
    flex: 1 0 16px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #EE3338;
}

.hero__buttons {
    margin-top: 30px;
    column-gap: 7px;
}

.hero__buttons > * {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    margin-top: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
}

.hero__buttons > .btn-primary.btn-outline {
    background-color: transparent !important;
    color: #fff !important;
}

.hero__buttons > .btn-primary.btn-outline:focus {
    border-color: #EE3338;
}

.options {
    position: relative;
    margin-top: -54px;
    z-index: 10;
}

.options__content {
    display: flex;
    padding: 30px 60px;
    background-color: #fff;
    box-shadow: 0 0 18px 0 rgba(22, 61, 115, 0.16);
    border-radius: 12px;
}

.options__sky {
    margin-right: 60px;
    width: 320px;
}

.options__financing {
    width: 100%;
    border-width: 5px;
    border-style: solid;
    border-color: #207e20;
    border-radius: 4px;
}

.options__preview {
    padding: 30px 0;
    flex-grow: 1;
    text-align: center;
}

.options__preview-logo {
    display: none;
}

.options__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.steps {
    margin-top: 30px;
}

.steps__heading {
    margin: 0 0 24px;
    padding: 0;
    line-height: 1.3;
    font-size: 32px;
    color: #0c2d4a;
}

.steps__content {
    display: flex;
    justify-content: space-between;
}

.steps__column {
    width: 49%;
}

.step__item {
}

.steps__column:nth-child(1) .step__item:nth-last-child(1),
.steps__column:nth-child(1) .step__item:nth-last-child(2),
.steps__column:nth-child(1) .step__item:nth-last-child(3) {
    display: none;
}

.steps__column:nth-child(2) .step__item:nth-child(1),
.steps__column:nth-child(2) .step__item:nth-child(2),
.steps__column:nth-child(2) .step__item:nth-child(3) {
    display: none;
}

.steps__column:nth-child(2) {
    padding-top: 230px;
    margin-left: 2%;
}

.step__item {
    break-inside: avoid;
    margin-bottom: 20px;
}

.step__card {
    position: relative;
    margin-bottom: 22px;
    padding: 25px 25px 48px;
    box-shadow: 0 0 18px 0 rgba(22, 61, 115, 0.16);
    border-radius: 12px;
}

.step__card:last-child {
    margin-bottom: 0;
}

.step__card-heading {
    line-height: 1.2;
    font-size: 24px;
    color: #0C2D4A;
}

.step__card-text {
    margin-top: 10px;
    line-height: 1.7;
    font-size: 16px;
}

.step__card-text p {
    margin: 0;
}

.step__card-num {
    position: absolute;
    bottom: 0;
    right: 24px;
    width: 72px;
    height: auto;
    z-index: -1;
}

.cta-section {
    margin-top: 20px;
}

.cta-section__banner {
    display: block;
    position: relative;
    padding: 18px 20px;
    height: 379px;
    /*aspect-ratio: 351 / 185;*/
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 18px 0 rgba(22, 61, 115, 0.16);
    border-radius: 12px;
    text-decoration: none;
}

.cta-section__icon {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 36px;
    height: auto;
    transition: transform .25s ease-in-out;
}

.cta-section__banner:hover .cta-section__icon {
    transform: scale(1.1);
}

.cta-section__heading {
    line-height: 1.2;
    font-size: 24px;
    color: #0C2D4A;
}

.cta-section__banner_dark .cta-section__heading {
    color: #fff;
}

@media (max-width: 991px) {
    .options__content {
        flex-direction: column-reverse;
        padding: 30px;
    }

    .options__preview {
        margin-bottom: 20px;
        padding: 0;
    }

    .options__sky {
        margin: 0 auto;
        width: auto;
    }
}

@media (max-width: 767px) {
    .options__image {
        height: 320px;
    }

    .options__preview-logo {
        display: block;
    }

    .options__financing-logo {
        display: none;
    }

    .steps__content {
        display: block;
    }

    .steps__column {
        width: auto;
    }

    .steps__column:nth-child(2) {
        margin: 10px 0 0;
        padding: 0;
    }

    .step__card {
        margin-bottom: 10px;
    }

    .cta-section__banner {
        height: 185px;
    }

    .steps__column:nth-child(1) .step__item:nth-last-child(1),
    .steps__column:nth-child(1) .step__item:nth-last-child(2),
    .steps__column:nth-child(1) .step__item:nth-last-child(3) {
        display: block;
    }

    .steps__column:nth-child(1) {
        display: flex;
        flex-direction: column;
    }

    .steps__column:nth-child(1) .step__item:nth-child(1) {
        order: 0;
    }

    .steps__column:nth-child(1) .step__item:nth-child(2) {
        order: 1;
    }

    .steps__column:nth-child(1) .step__item:nth-child(3) {
        order: 4;
    }

    .steps__column:nth-child(1) .step__item:nth-child(4) {
        order: 0;
    }

    .steps__column:nth-child(1) .step__item:nth-child(5) {
        order: 3;
    }

    .steps__column:nth-child(1) .step__item:nth-child(6) {
        order: 4;
    }

    .steps__column:nth-child(2) {
        display: none;
    }

    .steps__column:nth-child(2) {
        padding-top: 130px;
    }
}

@media (max-width: 480px) {
    .options__content {
        padding: 0 25px 25px;
    }
    .options__image {
        height: 154px;
    }
}

@media (max-width: 767.98px) {
    .hero__buttons > * {
        flex: 1 0;
        font-size: 16px;
    }

    .options__button {
        max-width: 100%;
        width: 100%;
    }

    .options__disclaimer-icon {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .row_financing {
        row-gap: 22px;
    }

    .hero {
        margin-top: 85px;
    }

    .hero__content {
        max-width: 560px;
        padding-top: 80px;
    }

    .hero__heading {
        font-size: 56px;
    }

    .hero__text {
        margin-top: 20px;
        column-gap: 10px;
        font-size: 16px;
    }

    .hero__text:before {
        max-width: 20px;
        width: 20px;
        flex: 1 0 20px;
    }

    .hero__buttons {
        margin-top: 50px;
        column-gap: 10px;
    }

    .hero__buttons > * {
        max-width: 230px;
        height: 66px;
        font-size: 20px;
    }

    .options {
        margin-top: -138px;
    }

    .options__box {
        padding: 48px;
    }

    .options__heading {
        font-size: 36px;
    }

    .options__text {
        margin-top: 12px;
        font-size: 18px;
    }

    .options__list {
        font-size: 18px;
    }

    .options__list-item {
        margin-bottom: 20px;
        column-gap: 20px;
    }

    .options__disclaimer {
        max-width: 100%;
        width: 100%;
        flex: 1 0 100%;
        margin-top: 26px;
        column-gap: 14px;
        text-align: left;
    }

    .steps {
        margin-top: 85px;
    }

    .steps__heading {
        font-size: 42px;
    }

    .steps__row {
        margin-top: 40px;
    }

    .step__card {
        padding: 40px;
    }

    .step__card-text {
        margin-top: 12px;
        font-size: 14px;
    }

    .cta-section {
        margin-top: 50px;
    }

    .cta-section__banner {
        height: 279px;
    }
}

@media (max-width: 959.98px) {
    .financing-page .wrap1 {
        padding: 0 3.2%;
    }
}

@media (max-width: 1199.98px) {
    .hero__image {
        display: block;
        margin-left: auto;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
}

@media (min-width: 960px) {
    .hero__content {
        max-width: 630px;
    }
}

@media (min-width: 1020px) and (max-width: 1199.98px) {
}

@media (min-width: 1350px) and (max-width: 1599.98px) {
    .hero {
        aspect-ratio: 1800 / 840;
        height: auto;
    }
}

@media (min-width: 1200px) and (max-width: 1349.99px) {
    .hero {
        aspect-ratio: 1500 / 840;
        height: auto;
    }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
    .hero__image {
        bottom: 10%;
        width: 50%;
    }

    .hero__content {
        padding-top: 100px;
    }
}

@media (min-width: 1200px) {
    .financing-page .wrap1 {
        padding: 0 6.3%;
    }

    .hero {
        width: 100%;
        margin-top: 168px;
    }

    .hero__heading {
        font-size: 64px;
    }

    .hero__image {
        position: absolute;
        right: 0;
        height: auto;
    }

    .options__box {
        padding: 60px 60px 24px;
        column-gap: 42px;
    }

    .cta-section__banner {
        padding: 36px 40px;
    }

    .cta-section__icon {
        right: 30px;
        bottom: 30px;
        width: 60px;
    }

    .cta-section__heading {
        font-size: 32px;
    }

    .step__card {
        padding: 60px;
    }

    .step__card-heading {
        font-size: 32px;
    }

    .step__card-text {
        font-size: 18px;
    }

    .step__card-text p {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

@media (min-width: 1600px) {
    .hero {
        aspect-ratio: 1700 / 760;
    }

    .hero__content {
        padding-top: 132px;
    }

    .hero__image {
        top: 0;
        width: 54.59%;
    }

    .cta-section__icon {
        width: 72px;
    }

    .cta-section__heading {
        font-size: 48px;
    }
}
