/* Universal breakpoints */

@media (max-width: 991px) {
    .hero {
        padding: 100px 0 !important;
    }
}

@media (max-width: 767px) {
    .hero {
        padding: 50px 0 !important;
        background-position: right !important;
    }
}

@media (max-width: 767px) {
    .hero {
        background-position: 90% 10% !important;
    }
}

.how-to-get-started {
    box-sizing: border-box;
    background-color: #f3f6f6;
    padding: 80px 0px;
}


@media (max-width: 991px) {
    .how-to-get-started {
        padding: 40px 0px;
    }
}

.how-to-get-started h2 {
    margin: 0 30px;
    text-align: center;
    font-size: 42px;
    color: #3b3d49;
}

@media (max-width: 767px) {
    .how-to-get-started h2 {
        font-size: 32px;
        line-height: 42px;
    }
}

.how-to-get-started a {
    color: #3f647c;
}

.how-to-get-started .three-cards {
    padding: 40px;
    display: flex;
    gap: 24px;
    overflow-x: auto;
    /* Scrollbar styles */
}

@media (max-width: 767px) {
    .how-to-get-started .three-cards {
        padding: 25px 20px;
    }
}

.how-to-get-started .three-cards::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.how-to-get-started .three-cards::-webkit-scrollbar-track {
    background: #e8e9ec;
    opacity: 0.7;
    border-radius: 12px;
}

.how-to-get-started .three-cards::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background: #62657b;
}

.how-to-get-started .three-cards::-webkit-scrollbar-thumb:hover {
    background: #62657b;
}

.how-to-get-started .three-cards .card {
    box-sizing: border-box;
    background-color: white;
    min-width: 300px;
    flex: 1;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 4px 14px 40px 0px rgba(59, 61, 73, 0.3);
}

@media (max-width: 767px) {
    .how-to-get-started .three-cards .card {
        padding: 24px;
    }
}

@media (max-width: 479px) {
    .how-to-get-started .three-cards .card {
        max-width: calc(100vw - 40px);
    }
}

.how-to-get-started .three-cards .card .step-number {
    color: #1f2026;
    font-size: 100px;
    font-weight: 500;
}

.how-to-get-started .three-cards .card h3 {
    color: #1f2026;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    margin-top: 0;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .how-to-get-started .three-cards .card h3 {
        font-size: 24px;
        line-height: 30px;
    }
}

.how-to-get-started .three-cards .card h3 .sup {
    vertical-align: super;
    font-size: 20px;
}

.how-to-get-started .three-cards .card h3 .sup a {
    color: inherit;
    text-decoration: none;
}

.how-to-get-started .three-cards .card p {
    font-weight: 500;
    line-height: 22px;
}

.how-to-get-started .three-cards .card p .sup {
    vertical-align: super;
    font-size: 12px;
    margin-left: -2px;
    margin-right: 2px;
}

.how-to-get-started .three-cards .card p .sup a {
    color: inherit;
    text-decoration: none;
}

.how-to-get-started .button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.how-to-get-started .button-wrapper a {
    width: 320px;
    /*added for a tag*/
    background-color: white;
    text-align: center;
    color: #3b3d49;
    max-width: 100%;
    margin: 0 20px;
    font-size: 20px;
}

.how-to-get-started .button-wrapper a:hover {
    background-color: #3b3d49;
}

.how-to-get-started .questions {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    font-size: 18px;
    line-height: 24px;
    padding: 0 20px;
    justify-content: center;
}

.footnotes {
    text-align: center;
    color: #3b3d49;
    line-height: 22px;
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .footnotes {
        margin-bottom: 50px;
    }
}

.footnotes .sup {
    vertical-align: super;
    font-size: 12px;
}


/* paylater color change*/

.how-to-get-started .three-cards .card .step-number.how-it-works {
    color: #3f647c;
    font-size: 100px;
    font-weight: 500;
}


/*Technical resource page*/

.sub-heading {
    text-align: center;
    max-width: 1000px;
    margin: auto;
    font-size: 18px;
    line-height: 24px;
    padding-right: 44px;
    padding-left: 44px;
}

#paperless-statement {
    box-sizing: border-box !important;
    background-color: #f3f6f6 !important;
    padding-bottom: 40px !important;
    padding-top: 80px !important;
}


#paperless-statement .sub-heading {
    padding-top: 40px;
}



@media (max-width: 991px) {
    .sub-heading {
        padding-right: 16px;
        padding-left: 16px;
        font-size: 16px;
        text-align: left;
    }
}