@import url(https://fonts.googleapis.com/css2?family=Montserrat&family=Poppins:wght@400;700&display=swap);
/* This will the be the main CSS file for the rebrand project */

/* temporary font in place of Banana Grotesk */

:root {
    --indigo: #001AA1;
    --medium-blue: #A1DAFB;
    --dark-blue: #1A62E2;
    --darker-blue: #1756B7;
    --charcoal: #333333;
    --black: #000000;
    --white: #ffffff;
    --offwhite: #FCFCFC;
    --grey200: #DBE0E6;
    --grey300: #BCC5D2;
    --grey400: #9DABBE;
    --grey500: #7B8EA7;
    --grey600: #5F7491;
    --grey800: #364254;
    --brown-grey: #979797;
    --light-grey: #CBCBCB;
    --light-blue: #E3F4FF;
    --beige: #F9F4F1;
    --beige-transparent: rgba(249, 244, 241, 0.4);
    --cream: #F9F3F0;
    --green: #0FA139
}

/* fonts */

@font-face {
    font-family: 'Mackinac';
    src: url(9c29d4bfd5516b5aebda.woff2) format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mackinac';
    src: url(b009b4ab316154f908c3.woff2) format('woff2');
    font-style: normal;
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'BananaGrotesk';
    src: url(f3e61271a610698963a6.woff2) format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BananaGrotesk';
    src: url(ff687af2d6391f0b0725.woff2) format('woff2');
    font-style: normal;
    font-weight: bold;
    font-display: swap;
}

/*** General Tags ***/
body, html {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    font-family: 'BananaGrotesk', sans-serif, Arial;
}

section {
    padding: 2% 10%;
}

p {
    font-family: 'BananaGrotesk', sans-serif, Arial;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: var(--charcoal);
}

h1, h2, h3, h4 {
    font-family: 'Mackinac', serif, Georgia;
    font-style: normal;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 50px;
    line-height: 61px;
    letter-spacing: -1px;
}

h2 {
    font-size: 46px;
    line-height: 56px;
}

h3 {
    font-size: 32px;
    line-height: 37px;
}

h4 {
    font-size: 24px;
    line-height: 36px;
}

h5 {
    font-family: 'BananaGrotesk', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--indigo);
}

a {
    text-decoration: none;
    cursor: pointer;
}

button {
    font-size: 16px;
    border-radius: 6px;
    border: none;
    padding: 14px 35px;
    font-family: 'BananaGrotesk', sans-serif;
    height: 45px;
    text-align: center;
    outline: none;
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 600px) {
    button {
        height: 37px;
    }

    h1 {
        font-size: 46px;
        line-height: 48px;
    }

    h2 {
        font-size: 36px;
        line-height: 44px;
    }
}

/*** Font & Background Colors ***/
.peach-bg {
    background-color: var(--beige);
}

.cream-bg {
    background-color: var(--cream);
}

.beige-bg {
    background-color: var(--beige);
}

.beige-bg-transparent {
    background-color: var(--beige-transparent);
}

.indigo-bg {
    background-color: var(--indigo);
}

.light-blue-bg {
    background-color: var(--light-blue);
}

.indigo, a {
    color: var(--indigo);
}

.charcoal {
    color: var(--charcoal);
}

.outline-bottom {
    border-bottom: 1px solid black;
}

.bold-blue-text {
    color: var(--indigo);
    font-weight: 700;
    font-size: 18px;
}

/*** Padding & Margins ***/

.padding-50 {
    padding: 50px;
}

.upper-margin-50 {
    margin-top: 50px;
}

.lower-margin-20 {
    margin-bottom: 20px;
}

.lower-margin-50 {
    margin-bottom: 50px;
}

.left-margin {
    margin-left: 10%;
}

.right-margin {
    margin-right: 10%;
}

.body-margin {
    margin: 70px 140px;
}

.wide-section-padding {
    padding: 5% 10%;
}

.wide-alt-section-padding {
    padding: 9.5% 10%;
}

.max-content {
    max-width: 1400px;
    margin: auto;
}

@media (max-width: 600px) {
    .body-margin {
        margin: 50px 25px;
    }

    .wide-section-padding {
        padding: 10%;
    }
}

/*** Generic Components & Classes ***/
.left-align {
    text-align: left;
}

.full-width {
    width: 100vw;
}

.box {
    border-radius: 16px;
}

.center {
    text-align: center;
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hidden {
    display: none;
}

.carat {
    position: relative;
    top: -2px;
    left: 8px;
}

.rotate-180>svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.small-text-box {
    font-family: 'Banana Grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    width: 453px;
}

.tiny-circle {
    height: 9px;
    width: 9px;
    background-color: var(--light-grey);
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}

.tiny-circle-selected {
    height: 9px;
    width: 9px;
    background-color: var(--indigo);
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}

.small-circle {
    height: 14px;
    width: 14px;
    background-color: var(--dark-blue);
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}


.large-circle {
    height: 750px;
    width: 750px;
    border-radius: 50%;
    border: none;
}

.cta-section {
    display: flex;
}

.built-in-subheader {
    font-weight: bold !important;
    font-size: 18px !important;
}

@media only screen and (max-width: 500px) {
  .big_screen {
     display: none;
  }
}

@media only screen and (min-width: 500px) {
  .small_screen {
     display: none;
  }
}

.title_only {
    color: black;
    pointer-events: none;
    cursor: default;
}

.cta-section>* {
    margin: 15px 20px 0 0;
}

.center.primary-cta {
    margin: auto;
}

.fixed-width-cta {
    width: 200px;
}

.primary-cta {
    background-color: var(--indigo);
    border: none;
    color: var(--offwhite);
    font-weight: bold;
    cursor: pointer;
}

.secondary-cta {
    background-color: var(--white);
    color: var(--indigo);
    border: 1px solid var(--indigo);
    font-weight: bold;
    cursor: pointer;
    flex-grow: 1;
}

form>input {
    width: 488px;
}

form>select {
    width: 520px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input, select {
    font-family: 'Banana Grotesk', sans-serif;
    padding: 15px;
    border: 1px solid var(--grey400);
    font-size: 16px;
    line-height: 18px;
    border-radius: 4px;
    background-color: var(--white);
    margin: 8px;
}

input::placeholder {
    color: var(--grey500);
}


@media only screen and (max-width: 900px) {
    .cta-section {
        flex-direction: column;
    }

    .cta-section::child {
        flex-direction: column;

    }
}


@media only screen and (max-width: 1200px) {
    .large-circle {
        height: 700px;
        width: 700px;
    }
}

@media only screen and (max-width: 900px) {
    .large-circle {
        height: 650px;
        width: 650px;
    }

    .box {
        padding: 20px;
    }

    .primary-cta,
    .secondary-cta,
    .cta-section>* {
        margin: 6px auto !important;
    }
}

@media only screen and (max-width: 600px) {
    form>input {
        width: 77vw;
    }

    form>select {
        width: 85vw;
    }

    .large-circle {
        height: 400px;
        width: 400px;
    }

    .small-text-box {
        width: 100%;
        margin-top: 30px;
    }
}





/*** Specific Components ***/

/* schedule a demo form */
#schedule-demo-modal {
    display: none;
}

.demo-form {
    margin: 30px auto;
    text-align: center;
}

.name-inputs>input {
    width: 220px;
}

#schedule-demo-form {
    margin-top: 20px;
}

#schedule-demo-form>.primary-cta {
    width: 520px;
    margin-top: 10px;
    border-radius: 8px;
}

@media only screen and (max-width: 600px) {
    #schedule-demo-form>.primary-cta {
        width: 86vw;
    }

    .demo-form {
        margin: 40px auto;
    }

    .demo-form>h2 {
        font-size: 32px;
        margin: 0;
    }

    .name-inputs>input {
        width: 32vw;
    }
}

/* end form */

/* circle positions */
.circle-1 {
    position: absolute;
    left: -133px;
    top: 24px;
}

.circle-2 {
    position: absolute;
    left: -300px;
    top: -200px;
}

.circle-3 {
    position: absolute;
    right: -193px;
    top: -120px;
}


.circle-4 {
    position: absolute;
    left: -193px;
    top: -190px;
}

.circle-5 {
    display: none;
    position: absolute;
    left: -250px;
    top: -100px;
    height: 550px;
    width: 550px;
}

.circle-6 {
    position: absolute;
    left: -450px;
    top: -120px;
    z-index: -1000;
}

.circle-7 {
    position: absolute;
    right: -450px;
    top: -325px;
    z-index: -1000;
}

/* end circle positions */

.info-box-container {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(200px, 2fr));
    grid-gap: 30px;
}

@media(max-width:1000px) {
    .info-box-container {
        grid-template-columns: repeat(2, minmax(auto-fit, 1fr));
    }
}

.info-box {
    width: auto;
    justify-self: start;
    font-size: 14px;
    line-height: 26px;
}

.icon-grid-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5% 0 5% 0;
}

.icon-grid-title {
    width: 50%;
    padding-bottom: 40px;
    text-align: center;
}

.icon-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    place-items: center;
    column-gap: 10rem;
    grid-template-rows: masonry;
    margin: 30px;
}


.bbb-icon {
    width: 120px;
    height: 122px;
}

.rma-icon {
    width: 163px;
    height: 51px;
}

.aca-icon {
    width: 110px;
    height: 129px;
}

.aicpa-icon {
    width: 89px;
    height: 86px;
}

.icon-grid-icon {
    width: 61px;
    height: 57px;
    padding: 0;
    margin: 0;
}

.icon-grid-subtitle {
    font-family: 'Mackinac', serif, Georgia;
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
}

.icon-grid-subitem {
    padding: 0px;
    margin-top: 10px;
    flex-basis: 2px;
}

.accreditation-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;

}

.accreditation-title {
    font-family: 'Mackinac', serif, Georgia;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 37px;
    letter-spacing: 0px;
    padding-bottom: 25px;
}

.solutions {
    padding: 5% 10%;
}

.tech-solutions {
    padding: 0 10%;
    margin-bottom: 5%;
}

@media (max-width: 900px) {
    .icon-grid-title {
        width: 80%;
    }
}

@media (max-width: 700px) {
    .icon-grid-title {
        width: 100%;
    }

    .icon-grid {
        display: grid;
        grid-template-columns: repeat(1, 2fr);
        justify-content: center;
        place-items: center;
        column-gap: 5rem;
        margin: 0px;
    }

    .icon-grid-item {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin: 20px;
        align-items: center;
    }


    .accreditation-grid {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(2, 150px);
        justify-items: center;
        align-items: center;

    }

    .bbb-icon {
        width: 117px;
        height: 123px;
    }

    .rma-icon {
        width: 131px;
        height: 41px;
    }

    .aca-icon {
        width: 95px;
        height: 112px;
    }

    .aicpa-icon {
        width: 88px;
        height: 85px;
    }
}

@media (max-width: 700px) {
    .tech-solutions {
        display: none;
    }
}

/* carousel */
.carousel-container {
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.card {
    margin: 30px 20px;
    padding: 30px;
    width: 388px;
    height: 200px;
    border-radius: 18px;
    position: relative;
}

.quote {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.selected {
    padding: 50px;
    width: 555px;
    height: 250px;
}

.borrower.card {
    height: 150px;
}

.borrower.card.selected {
    height: 200px;
}

.selected>.quote {
    font-size: 20px;
    line-height: 28px;
}

.invisible {
    width: 388px;
    margin: 30px;
    padding: 30px;
    background-color: transparent !important;
}

.author-block {
    position: absolute;
    bottom: 30px;
    display: flex;
    align-items: center;
    padding-right: 40px;
}

.author-block>img {
    margin-right: 19px;
    width: 20%;
}

.author {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.author-description {
    margin-top: 5px;
    color: var(--charcoal);
}

.selected>.author {
    font-size: 22px;
    line-height: 28px;
}

.nav-buttons {
    display: flex;
    justify-content: center;
}

.nav-buttons>div {
    position: relative;
    top: -4px;
    margin: 0 52px;
    cursor: pointer;
    width: 50px;
}

#tech-enabled-solutions-carousel {
    display: none;
}

@media only screen and (max-width: 1250px) {
    .card {
        height: 250px;
    }

    .selected {
        height: 300px;
    }
}

@media only screen and (max-width: 1100px) {
    .card {
        height: 290px;
    }

    .selected {
        height: 330px;
    }
}

@media only screen and (max-width: 1000px) {
    .card {
        height: 320px;
    }

    .selected {
        height: 370px;
    }
}

@media only screen and (max-width: 950px) {
    .card {
        height: 340px;
    }

    .selected {
        height: 390px;
    }
}

@media only screen and (max-width: 900px) {
    .card, .invisible {
        display: none;
    }

    .card.selected {
        display: block;
        width: 75%;
        height: 250px;
        padding: 30px;
        margin: 30px auto;
    }

    .graphics.card.selected {
        height: 250px;
        text-align: center;
        padding: 0;
        width: 60%;
    }

    .graphics>h4 {
        font-size: 24px;
        line-height: 32px;
        margin: 24px 0 12px 0;
    }
}

@media only screen and (max-width: 700px) {
    #tech-enabled-solutions-carousel {
        display: block;
        position: relative;
        z-index: 20;
        margin: 15% 0 5% 0;
    }
}

@media only screen and (max-width: 600px) {
    .selected>.quote {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
    }
}


/* end carousel */

/* modal */
.modal-base {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(219, 224, 230, 0.9);
}

.modal {
    display: block;
    margin: auto;
    background-color: var(--cream);
    height: 582px;
    width: 603px;
    position: relative;
    top: calc(50% - 340px);
}

.modal-close-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .modal {
        margin-top: 7vh;
        padding: 10px;
        width: 90vw;
    }
}

/* end modal */

/* testimonial module */
.testimonials {
    position: relative;
    overflow-x: hidden;
    padding: 5% 0;
}

.testimonial-intro {
    width: 40%;
    padding: 10% 0 0 15%;
    position: relative;
    height: 350px;
}

.bounce-dots {
    position: absolute;
    transform: matrix(1, 0.03, -0.03, 1, 0, 0);
    right: 0;
    top: -2%;
    width: 48%;
}

.woman-circle {
    position: absolute;
    right: 19%;
    top: 7%;
    width: 25%;
}


#borrower-testimonial, #creditor-testimonial {
    padding: 45px 0 75px 0;
}


@media only screen and (max-width: 900px) {

    .testimonial-intro {
        padding: 50px;
        width: auto;
        text-align: center;
        margin-bottom: 30px;
        height: 550px;
    }

    .bounce-dots {
        width: 80%;
        top: 10%;
        right: 0;
    }

    .woman-circle {
        width: 40%;
        left: 30%;
        top: 18%;
    }
}

@media only screen and (max-width: 750px) {
    .bounce-dots {
        top: 14%;
        right: 0;
    }

    .woman-circle {
        top: 21%;
    }
}

@media only screen and (max-width: 600px) {
    #borrower-testimonial, #creditor-testimonial {
        padding: 0;
    }

    #creditor-testimonial {
        margin-bottom: 80px;
    }

    #borrower-testimonial {
        margin-bottom: 30px;
    }

    .testimonials>h3 {
        font-size: 20px;
        line-height: 37px;
    }

    .testimonial-intro {
        padding: 85px 0 0 0;
        width: auto;
        margin-bottom: 30px;
        height: 470px;
    }

    .testimonial-intro>h2 {
        font-size: 32px;
        line-height: 36px;
        text-align: center;
        padding: 0 20px;
    }

    .bounce-dots {
        width: 100%;
        right: -13%;
        top: 10%;
    }

    .woman-circle {
        width: 50%;
        left: 25%;
        top: 18%;
    }
}

@media only screen and (max-width: 500px) {
    .bounce-dots {
        top: 12%;
    }

    .woman-circle {
        top: 19%;
    }

    .testimonial-intro {
        height: 450px;
    }
}

@media only screen and (max-width: 400px) {
    .bounce-dots {
        top: 14%;
    }

    .woman-circle {
        top: 21%;
    }

    .testimonial-intro {
        height: 410px;
    }
}

/* end testimonial module */

/* collecting better module */
.collecting-better {
    padding-top: 40px;
}

.collecting-better>p {
    margin: auto;
    width: 454px;
}

.collecting-better>button {
    margin: 45px auto;
}

.collecting-better>img {
    width: 70%;
}

@media only screen and (max-width: 600px) {
    .collecting-better>img {
        width: 90%;
    }

    .collecting-better>h1 {
        font-size: 36px;
    }

    .collecting-better>p {
        width: 310px;
    }
}

/* end collecting better module */

/* header */
#header-container {
    background-color: var(--offwhite);
    height: 109px;
}

.header-container {
    color: black;
    display: flex;
    position: fixed;
    width: 100%;
    background-color: var(--offwhite);
    z-index: 99;
}

.shadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.logo-container {
    flex-basis: 70%;
    padding: 30px 0 30px 90px;
    display: flex;
    align-items: center;
}

.logo-container>a {
    margin-right: 40px;
}

.logo {
    width: 146px;
}

.login {
    width: 151px;
}

.menu-container {
    flex-basis: 30%;
    display: flex;
    flex-direction: row;
    text-align: right;
    align-items: center;
    justify-content: flex-end;
    padding: 30px 90px 30px 0;
}

.menu-container>div:hover {
    cursor: pointer;
}

.menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--charcoal);
    background-color: var(--offwhite);
    width: 150px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all .5s ease-in-out;
    z-index: 20;

}

.menu>a, .mobile-menu>a {
    white-space: nowrap;
    text-decoration: none;
    color: var(--charcoal);
    padding: 25px 20px 0 20px;
}

.menu>a:last-child, .mobile-menu>a:last-child {
    padding-bottom: 25px;
}

.menu>a:hover, .mobile-menu>a:hover {
    font-weight: 700;
}

.mobile-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    color: var(--charcoal);
    background-color: var(--offwhite);
    width: 200px;
    right: 0;
    top: 70px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 20;
    padding: 0 20px;
}

.mobile-menu>div {
    padding: 25px 20px 0 20px;
}

.about-menu-link {
    position: relative;
    width: 150px;
    margin: 0 10px;
    text-align: center;
}

.hamburger-menu {
    margin: 5px 0 0 20px;
}

.landing-page-link {
    color: var(--charcoal);
}

@media only screen and (max-width: 900px) {
    .menu-container {
        padding: 30px 30px 30px 0;
    }

    .logo-container {
        padding: 30px 0 30px 30px;
    }

    .about-menu-link {
        display: none
    }
}

@media only screen and (max-width: 700px) {
    .landing-page-link {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .menu-container {
        padding: 30px 20px 30px 0;
    }

    .logo-container {
        padding: 30px 0 30px 20px;
    }

    .logo {
        width: 157px;
        height: 35px;
    }

    .login {
        width: 126px;
    }
}

@media only screen and (max-width: 400px) {
    .logo {
        width: 90px;
        height: auto;
    }

    .login {
        width: 80px;
    }
}

@media only screen and (min-width: 900px) {
    .hamburger-menu {
        display: none;
    }
}

/* end header */

/* footer */

.footer-container {
    background-color: var(--black);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 530px;
    padding: 60px;
    bottom: 0;
    left: 0;
}

.footer-container * {
    color: var(--white);
    font-size: 16px;
}

.footer-main {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 300px);
    justify-content: center;
}

.footer-section {
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    margin: 0 50px;
}

.footer-section>p {
    font-weight: bold;
}

.footer-links {
    display: flex;
    flex-direction: column;
}


.footer-links>a {
    white-space: nowrap;
}

.footer-links>a:not(:first-child) {
    padding-top: 5px;
}

.footer-links>a:hover {
    color: var(--grey300);
}

.footer-logo {
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    align-items: center;
}

.footer-logo>img {
    width: 164px;
    height: 37px;
}

.footer-logo>p {
    text-align: center;
}

@media (max-width: 900px) {
    .footer-container {
        justify-content: center;
        height: 530px;
        width: auto;
        padding: 0px;
        bottom: 0;
        left: 0;
        margin-top: 0px;
    }

    .footer-main {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, auto));
        grid-column-gap: 1.25em;
        padding: 1em;
        margin-bottom: 1em;
    }

    .footer-section {
        display: flex;
        flex-direction: column;
        font-family: 'Poppins', sans-serif;
        margin: 0;
        padding: 0;
        justify-self: start;
    }

    .footer-logo>p {
        padding: 0 25px;
        text-align: center;
    }

}

@media (max-width: 350px) {
    .footer-main {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, auto));
        grid-column-gap: 1.25em;
        padding: 1em;
        margin-bottom: 1em;

    }

    .footer-section {
        justify-self: start;
    }
}

/* end footer */

/* hero module */

.hero-module {
    display: flex;
    position: relative;
}

.hero-1, .hero-3 {
    padding-bottom: 10%;
}

.hero-module>div {
    flex-basis: 50%;
}

.hero-text-1 {
    width: 405px;
    margin: 70px 0 0 45px;
    position: relative;
}

.hero-text-2 {
    width: 70%;
    margin-top: 10%;
}

.hero-text-3 {
    width: 461px;
    margin: 13% 0 0 8%;
}

.hero-img-1 {
    position: absolute;
    z-index: 10;
    left: 10%;
    top: 16%;
    width: 40%;
}

.hero-img-2 {
    position: absolute;
    z-index: 10;
    right: 15%;
    top: 20%;
    width: 40%;
}

.hero-img-3 {
    position: absolute;
    z-index: 10;
    left: 120px;
    top: 65px;
}

.hero-img-4 {
    width: 40%;
    max-width: 500px;
    margin: 5px;
    height: 100%;
}


.hero-module.mobile {
    display: none;
}

@media only screen and (min-width: 2000px) {
    .hero-img-1 {
        width: 35%;
    }
}

@media only screen and (max-width: 1400px) {
    .hero-img-2 {
        right: 10%;
    }


}

@media only screen and (max-width: 1200px) {
    .hero-1, .hero-3 {
        padding-bottom: 5%;
    }

    .hero-text-1 {
        margin-left: 10%;
        width: 90%;
    }

    .hero-img-1 {
        width: 47%;
        left: 5%;
    }

    .hero-img-2 {
        right: 8%;
    }

    .hero-img-3 {
        width: 40%;
    }

    .hero-text-3 {
        position: relative;
        left: 5%;
        width: 80%;
    }

    .hero-img-4 {
        width: 40%;
        height: auto;
        margin: 5px;
    }
}

@media only screen and (max-width: 900px) {
    .hero-module {
        display: block;
    }

    .hero-1 {
        height: 850px;
    }

    .hero-3 {
        height: 800px;
    }

    .hero-2.desktop {
        height: 750px;
    }

    .hero-text-1, .hero-text-2, .hero-text-3 {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        position: relative;
        top: 530px;
    }

    .hero-text-3 {
        top: 580px;
        left: 0;
    }

    .hero-img-1, .hero-img-2, .hero-img-3 {
        width: 64%;
        left: 18%;
        top: 66px;
    }

    .hero-img-4 {
        width: 60%;
    }

    .primary-cta, .secondary-cta {
        margin: auto;
    }

    .circle-4 {
        top: -130px;
    }

    .circle-5 {
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    .hero-module {
        display: block;
    }

    .hero-2.desktop {
        display: none;
    }

    .hero-2.mobile {
        display: block;
        height: 650px;
    }

    .hero-3 {
        height: 700px;
    }

    .hero-img-1, .hero-img-2, .hero-img-3 {
        width: 70%;
        left: 15%;
        top: 66px;
    }

    .hero-text-1, .hero-text-2, .hero-text-3 {
        top: 450px;
    }

    .hero-text-1>h1 {
        font-size: 46px;
        line-height: 47px;
    }

    .hero-text-1>p, .hero-text-2>p, .hero-text-3>p {
        padding: 10px 40px;
    }

    .hero-text-2>h2, .hero-text-3>h2 {
        font-size: 34px;
        line-height: 42px;
    }

    .circle-4, .circle-3 {
        top: -70px;
    }

    .circle-5 {
        height: 415px;
        width: 415px;
    }
}

@media only screen and (max-width: 500px) {
    .hero-text-1, .hero-text-2, .hero-text-3 {
        top: 420px;
    }
}

/* SPECIFICALLY MOBILE and not small screen */
@media only screen and (max-width: 400px) {
    .hero-text-1, .hero-text-2, .hero-text-3 {
        top: 330px;
    }
}

/* end hero module */

/* metrics module */

.metrics-container {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 5%;
}

.metrics-container-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    position: relative;
    z-index: 11;
}


.metrics-container-text {
    font-family: 'Mackinac', serif, Georgia;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    width: 60%;
    padding-top: 5%;
}

.metrics-container-text {
    font-size: 24px;
    line-height: 29px;
    width: 90%;
}


.metrics-square-image {
    width: 50%;
    height: auto;
}

.metric-square {
    margin: 0;
}

.metric-square>p {
    margin: 0px;
}

.metrics-rect-image {
    width: 40%;
    height: auto;
    margin-top: 200px;
}

.metric-rectangle {
    padding: 0px;
    margin: 0px;

}

.metric-rectangle>p {
    top: -500px;
    margin: 0px;

}

.metrics-circ-image {
    width: 90%;
    height: auto;
    padding: 0;
    margin: 0;
}


.metric-circle {
    margin-top: -100px;
}

.metric-circle>p {
    width: 75%;
}

@media only screen and (max-width: 600px) {
    .metrics-container {
        padding: 30px;
        margin: 0;
        flex-direction: column;
        height: 1300px;
    }

    .metrics-container-text {
        font-size: 24px;
        line-height: 29px;
        width: 80%;
    }

    .metrics-container-section {
        flex: 0;
        margin: 25px 5px 25px 0px;
    }

    .metrics-square-image {
        width: 45%;
        height: auto;
        margin: 0;
    }

    .metric-square {
        padding: 0px 5% 0px 0px;
        align-items: flex-end;
    }

    .metric-square>p {
        text-align: right;
    }

    .metrics-rect-image {
        width: 35%;
        height: auto;
        margin: 0;
    }

    .metric-rectangle {
        padding: 0px 0px 5% 5%;
        display: flex;
        flex-direction: row;
    }

    .metric-rectangle>p {
        margin: 0px 9% 0px 0px;
        text-align: left;

    }

    .metrics-circ-image {
        width: 75%;
        height: auto;
        margin: 0;
    }


    .metric-circle {
        padding: 0px 5% 0px 0px;
        align-items: flex-end;
    }

    .metric-circle>p {
        text-align: right;
        padding-right: 10%;
    }
}

@media only screen and (max-width: 500px) {
    .metrics-container {
        height: 1150px;
    }
}

@media only screen and (max-width: 400px) {
    .metrics-container {
        height: 1000px;
    }
}

/* end metrics module */

/* build trust module */
.build-trust {
    position: relative;
    padding: 150px;
}

.build-trust>h2 {
    width: 70%;
    position: relative;
}

.build-trust>img {
    position: absolute;
    right: -110px;
    top: 50px;
    width: 45%;
}

.static-scroll-info {
    width: 450px;
    position: relative;
    z-index: 5;
}

.static-scroll-info>div {
    padding-left: 30px;
    border-left: 3px dotted var(--dark-blue);
    position: relative;
}

.small-circle.trust {
    position: absolute;
    left: -42px;
}

.static-scroll-info>div>.static-section:last-child>.small-circle {
    bottom: 0px;
}

.static-section {
    position: relative;
}

.static-section>h5 {
    cursor: pointer;
}

@media only screen and (max-width: 900px) {
    .build-trust {
        padding: 80px 20px;
    }

    .build-trust>h2 {
        width: 80%;
        text-align: center;
        margin: auto;
    }

    .build-trust>img {
        position: unset;
        width: 76%;
        margin: 50px 0 25px 12%;
    }

    .static-scroll-info {
        width: 80%;
        margin-left: 10%;
    }

    .circle-2 {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .build-trust {
        padding: 80px 20px;
        height: 1100px;
    }

    .build-trust>h2 {
        width: 100%;
        font-size: 30px;
        line-height: 37px;
    }

    .build-trust>img {
        position: unset;
        width: 100%;
        margin-top: 25px;
    }

    .static-scroll-info {
        width: 90%;
    }
}

/* end build trust module */

/* client login */

.creditor-login-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    height: 800px;
    width: auto;
    padding: 0;
    margin: 0;
}



.creditor-title {
    display: inline-block;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    width: inehrit;
    margin: 0;
    display: block;
}

.creditor-login-image-section {
    position: relative;
}

.creditor-login-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 30%;
}

.login-card {
    border: 1px solid #979797;
    border-radius: 4px;
    height: 50%;
    background-color: var(--beige);
    width: 360px;
    margin: 0;
    display: block !important;

}

.help-text {
    color: var(--indigo);
    font-family: 'BananaGrotesk', sans-serif, Arial;
    width: 100%;
}


.alert-box>div>* {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;

}


@media only screen and (max-width: 1600px) {
    .creditor-login-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-right: 10%;
    }
}

@media only screen and (max-width: 1250px) {
    .creditor-login-container {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: row;
        height: 700px;
        width: auto;
        padding: 0;
        margin: 0;
    }

    .creditor-login-image-section {
        display: none;
    }

    .creditor-login-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;

    }

}


/* end client login */

/* jinja form */

.form-control {
    width: 100%;
    height: 70px;
    align-content: center;
    padding: 0;
    margin: 5px 0 5px 0;
    padding: 0.775rem 0.9rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    background-color: none;
    background-clip: padding-box;
    border: 1px solid var(--grey400);
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::placeholder {
    color: var(--grey400);
    opacity: 1;
    font-family: 'Banana Grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

#submit {
    background-color: var(--indigo);
    border: none;
    color: var(--offwhite);
    font-weight: bold;
}

.login-card>form>div>hr {
    display: none;
}

.control-label {
    display: none;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 6px;
    width: 60%;
    align-items: center;
    margin-top: 1rem;
    border: 1px solid transparent;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-left: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    left: 6;
    top: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
    background-color: inherit;
}

.alert-primary {
    color: #043361;
    background-color: #cee0f1;
    border-color: #bad3ec;
}

.alert-primary hr {
    border-top-color: #a6c6e6;
}

.alert-primary .alert-link {
    color: #021930;
}

.alert-secondary {
    color: #082748;
    background-color: #cfdbe8;
    border-color: #bccdde;
}

.alert-secondary hr {
    border-top-color: #abc0d6;
}

.alert-secondary .alert-link {
    color: #030e1a;
}

.alert-success {
    color: #0b5d3f;
    background-color: #d0f0e4;
    border-color: #bee9d9;
}

.alert-success hr {
    border-top-color: #abe3ce;
}

.alert-success .alert-link {
    color: #062f20;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856405;
    background-color: #fff2ce;
    border-color: #ffedba;
}

.alert-warning hr {
    border-top-color: #ffe6a1;
}

.alert-warning .alert-link {
    color: #543f03;
}

.alert-danger {
    color: #753326;
    background-color: #f9e0db;
    border-color: #f7d3cc;
}

.alert-danger hr {
    border-top-color: #f4c0b6;
}

.alert-danger .alert-link {
    color: #4f2219;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #032547;
    background-color: #cddae7;
    border-color: #b9cbde;
}

.alert-dark hr {
    border-top-color: #a8bed6;
}

.alert-dark .alert-link {
    color: #010c16;
}

.is-invalid {
    color: red;
}

/* end jinja form */

/* timeline */

.time-line-box {
    padding-top: 5%;
}

.timeline-date {
    color: var(--indigo);
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    padding-bottom: 26px;
}

.timeline-date-start {
    margin-left: -100%;
}

.timeline-date-end {
    margin-right: -100%;
}

.timeline-text {
    font-family: 'Banana Grotesk', sans-serif;
    margin: 15px;
    text-align: left;
    font-style: normal;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: -1px;
    color: var(--grey800);
    min-width: 125px;
    max-width: 275px;
}

.timeline-text-start {
    margin-right: 125%;
}

.timeline-text-end {
    margin-left: 150%;
    min-width: 150px;
    padding: 0;
}

.time-line-box .timestamp {
    margin: auto;
    margin-bottom: 5px;
    padding: 0px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.time-line-box .status {
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    border-top: 5px solid var(--medium-blue);
    position: relative;
    transition: all 200ms ease-in;
}

.time-line-box .status span {
    padding-top: 8px;
}

.time-line-box .status span:before {
    content: '';
    width: 22px;
    height: 24px;
    background-color: var(--indigo);
    border-radius: 12px;
    border: 12px solid var(--indigo);
    position: absolute;
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 200ms ease-in;
}

.time-line-box .status span:before {
    content: '';
    width: 24px;
    height: 24px;
    background-color: var(--indigo);
    border-radius: 20px;
    border: 1px solid var(--indigo);
    position: absolute;
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 200ms ease-in;
}

.time-line-box .first-status span:before {
    left: 0%;
}

.time-line-box .last-status span:before {
    left: 100%;
}

.swiper-container {
    overflow-y: auto;
    overflow-x: auto;
    width: 100%;
    margin: 70px 20px 50px 20px;
}

.swiper-wrapper {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
}

.swiper-container::-webkit-scrollbar-track {
    background: #a8a8a8;
}

.swiper-container::-webkit-scrollbar {
    height: 2px;
}

.swiper-container::-webkit-scrollbar-thumb {
    background: #4F4F4F !important;
}

.swiper-slide {
    text-align: center;
    font-size: 12px;
    width: 20%;
    height: 100%;
    position: relative;
}

.swiper-slide-start {
    padding-left: 10%;
    width: 10%;
}

.swiper-slide-end {
    padding-right: 10%;
    width: 10%;
}

@media only screen and (max-width: 1200px) {
    .swiper-wrapper {
        display: inline-flex;
        flex-direction: row;
        overflow-y: auto;
        overflow-x: auto;
        justify-content: center;
        align-self: center;
    }
}

/* end timeline */

/* GRIDS */
.three-col-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
    grid-gap: 3rem;
}

.four-col-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-gap: 3rem;
}

.five-col-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    grid-gap: 2rem;
}

.four-col-grid>div>h4,
.five-col-grid>div>h4 {
    margin-top: 30px;
}

.four-col-grid>div>p,
.five-col-grid>div>p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 29px;
}

@media only screen and (max-width: 1200px) {
    .three-col-grid {
        grid-gap: 1em;
    }

    .four-col-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

/* end GRIDS */

/* ABOUT PAGE */
.leadership-img {
    width: 190px;
    height: 190px;
    border-radius: 50%;
}

.investor-img {
    width: 190px;
}

.investors>div {
    text-align: center;
}

.our-story {
    display: flex;
}

.our-story-img-1 {
    width: 100%;
}

.our-story-img-2 {
    width: 90%;
}

.our-story-img-mobile {
    display: none;
}

.our-story>div>p {
    font-size: 20px;
    line-height: 40px;
    font-family: 'Mackinac', serif, Georgia;
}

@media (max-width: 900px) {
    .time-line-box>div>h3 {
        margin-left: 4%;

    }
}

@media (max-width: 600px) {
    .time-line-box {
        padding: 15% 0 5% 0;
    }



    .about>h2,
    .our-story>div>h1,
    .time-line-box>h3 {
        text-align: center;
    }

    .our-story>div {
        margin: auto;
    }

    .our-story>div>p {
        font-size: 18px;
        line-height: 36px;
        font-family: 'Mackinac', serif, Georgia;
    }

    .our-story {
        display: block;
    }

    .our-story-img-mobile {
        display: block;
        width: 100vw;
        margin: -5vh 0 0 -10vw;
    }

    .our-story-img-1,
    .our-story-img-2 {
        display: none;
    }

    .five-col-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        grid-gap: 1rem;
        text-align: center;
    }

    .leadership-img {
        width: 90px;
        height: 90px;
    }

    .investor-img {
        width: 120px;
    }

    .four-col-grid>div>h4,
    .five-col-grid>div>h4 {
        margin-top: 15px;
        font-size: 16px;
        line-height: 18px;
    }

    .four-col-grid>div>p,
    .five-col-grid>div>p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }
}

/* end ABOUT PAGE */

/* CAREERS PAGE */

.perks {
    position: relative;
}


.change-collections {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.change-collections>div {
    flex: 1;
}

.change-collections>div>img {
    width: 100%;
    padding: 5% 0 5% 0;
}

.change-collections-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.change-collections-text>p {
    font-family: 'Mackinac', serif, Georgia;
    color: var(--black);
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 50px;
    letter-spacing: -1px;
    margin: 0 10% 4% 0;

}

.change-collections-text-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
}

.change-collections-text-2>p {
    font-family: 'Mackinac', serif, Georgia;
    color: var(--black);
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 50px;
    letter-spacing: -1px;
    padding: 0;
    margin: 0;

}

.change-collections-text-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
}

.change-collections-text-3>p {
    font-family: 'Mackinac', serif, Georgia;
    color: var(--white);
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 50px;
    letter-spacing: -1px;
    padding: 0;
    margin: 0;

}

.change-collections-button-mobile {
    display: none;
}


@media only screen and (min-width: 1400px) {

    .change-collections {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1800px) {

    .change-collections-text {
        padding: 2%;
    }

}

@media only screen and (max-width: 1000px) {



    .change-collections {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5%
    }

    .change-collections>div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .change-collections-text>p {
        font-size: 35px;
        line-height: 47px;
        text-align: center;
        padding: 0 20% 0 20%;
        margin-right: 0;
    }

    .change-collections>div>img {
        width: 75%;
        padding: 0;

    }

    .change-collections-button-desktop {
        display: none;
    }

    .change-collections-button-mobile {
        display: block;
        padding-top: 4%;
    }

}

@media only screen and (max-width: 800px) {
    .change-collections>div>img {
        width: 100%;
    }

    .change-collections-text>p {
        font-size: 32px;
        line-height: 42px;
        padding: 20px 0;
        margin: auto;
    }
}

.bio {
    display: flex;
    height: 475px;
    align-items: center;
    margin-top: 30px;
}

.bio>div:first-child {
    flex-basis: 33%;
}

.bio>div:last-child {
    flex-basis: 67%;
    margin-left: 20px;
}

.bio-img {
    width: 90%;
}

@media only screen and (max-width: 800px) {
    .bio {
        height: auto;
        display: block;
    }

    .bio>div:last-child {
        margin: 20px auto;
    }

    .inside {
        text-align: center;
    }
}

.diversity {
    position: relative;
}

.diversity>p {
    line-height: 29px;
}

.perks>div {
    padding: 0 50px 70px 0;
}


.perk-circle {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background-color: var(--beige-transparent);
    display: flex;
    align-items: center;
    text-align: center;
}

.perk-circle>img {
    margin: auto;
}

.help-us {
    padding-top: 10%;
}

.help-us>h4 {
    margin-top: 120px;
    margin-bottom: 20px;
}

.help-us>div {
    display: flex;
    align-items: center;
    text-align: center;
}

.help-us>div>a>img {
    margin: auto;
}

.posting {
    display: flex;
    border-bottom: 1px solid var(--grey200);
}

.posting:last-child {
    border-bottom: none;
}

.posting>div:first-child {
    flex-basis: 70%;
}

.posting>div:last-child,
.featured.posting>div:first-child {
    display: flex;
    align-items: center;
}

.posting>div:last-child {
    flex-basis: 30%;
    justify-content: flex-end;
    margin: 20px 0;
}

.featured.posting>div:first-child {
    justify-content: start;
}

.featured.posting>div:first-child>h4 {
    width: 2%;
}

.featured.posting>div:first-child>h5 {
    width: 30%;
}

.featured.posting>div:first-child>h5>* {
    color: var(--black);
}

.posting>div:last-child>*,
.featured.posting>div:first-child>* {
    margin: 0 15px;
}

.posting-detail {
    width: 20%;
}

@media (max-width: 800px) {
    .posting-detail {
        display: none;
    }

    .department>h3 {
        font-size: 40px;
        line-height: 47px;
    }
}

@media only screen and (max-width: 600px) {
    .four-col-grid.perks {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
        grid-gap: 3rem;
    }

    .perks>div {
        padding: 0;
    }

    .posting>div:last-child>*,
    .featured.posting>div:first-child>* {
        margin: 0;
    }

    .featured.posting>div:first-child>h4 {
        width: 15%;
    }

    .featured.posting>div:first-child>h5 {
        width: 75%;
        font-size: 16px;
    }
}

.glassdoor-module {
    display: flex;
    flex-direction: column;
    justify-self: center;
}

.why-header {
    display: flex;
    margin: 0 2% 0 2%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.why-header>a {
    display: block;
    width: 15%;
}

.why-header>a>img {
    width: 100%;
}

.glassdoor-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    padding: 2% 0 2% 0;
    height: auto;
    row-gap: 1em;
}

.glassdoor-container {
    border: 1px solid var(--grey600);
    box-sizing: border-box;
    border-radius: 4px;
    width: auto;
    padding: 0 4% 5% 4%;
    height: auto;
    margin: 2rem;
}

.review-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 1.5em;
    margin-right: .9em;
    margin-bottom: 1.2em;
    border-right: .3em solid transparent;
    border-bottom: .8em solid var(--green);
    border-left: .3em solid transparent;

    /* Controls size of the stars. */
    font-size: 8px;
}

.star:after, .star:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: .6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: .7em solid var(--green);
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

.star:after {
    transform: rotate(35deg);
}

.star-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 5% 0 0 0;
    padding: 0;
}

.star-text {
    font-family: 'Banana Grotesk', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: -1px;
    color: var(--black);
    padding: 0;
    margin: 0;
}

.glassdoor-title {
    font-family: 'Banana Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -1px;
    color: var(--darker-blue);
    margin-top: 5%;
}

.glassdoor-subtext {
    font-family: 'Banana Grotesk', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -1px;
    color: var(--grey500);
    padding: 0;
    margin: 0;
}

.glassdoor-subtitle {
    font-family: 'Banana Grotesk', sans-serif;
    font-style: bold;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1px;
    color: var(--grey800);
    margin: 0;
    padding: 5% 0 0 0;
}

.glassdoor-body {
    font-family: 'Banana Grotesk', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1px;
    color: var(--grey800);
    margin: 0;
    padding: 0;
}

.glassdoor-body-no-padding {
    font-family: 'Banana Grotesk', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1px;
    color: var(--grey800);
    margin: 0;
    padding: 0;
}

.glassdoor-link-container {
    margin: 5% 0 5% 0;
}

.glassdoor-link {
    font-family: 'Banana Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -1px;
    color: var(--darker-blue);

}

@media only screen and (max-width: 1400px) {
    .glassdoor-container {
        width: auto;
        margin: 2rem;
    }
}

@media only screen and (max-width: 1200px) {
    .glassdoor-section {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
        place-items: center;
        row-gap: 2rem;
    }

    .glassdoor-container {
        padding: 2%;
        width: auto;
        max-width: 450px;
        margin: 0;
    }

    .glassdoor-module {
        display: flex;
        flex-direction: column;
        justify-self: center;
    }

    .why-header {
        display: flex;
        margin: 0px;
        flex-direction: column;
        align-items: center;
    }

    .why-header>h1 {
        margin: 8% 5% 5% 5%;
        text-align: center;
    }

    .why-header>a {
        display: block;
        width: 25%;
    }

    .why-header>a>img {
        width: 100%;
        padding-bottom: 20px;
    }

}

@media only screen and (max-width: 800px) {
    .glassdoor-container {
        width: auto;
        padding: 1.5rem;
    }

    .glassdoor-section {
        margin: 0 5%;
    }


}


.improve-trust-hero {
    display: flex;
    flex-direction: row;
    padding: 5%;
    margin: 0;
    position: relative;
}


.improve-trust-text {
    font-family: 'Mackinac', serif, Georgia;
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 68px;
    letter-spacing: -1px;
    padding-right: 10%;
}

.improve-trust-hero>div {
    flex: 1;
    padding: 5px;
}

.improve-trust-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 3%;
    min-width: 40%;
}


.improve-trust-img-blob {
    grid-template-columns: repeat(1, 0.5fr);
    grid-gap: 0px;

}

.improve-trust-img-blob>div>img {
    width: 25%;
    max-width: 30%;
    padding: 0px 1% 0px 1%;

}

.improve-trust-img-margin-bottom-small {
    padding-bottom: 1%;
}

.improve-trust-img-margin-bottom-medium {
    padding-bottom: 5%;
}


.improve-trust-img-blob>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.large-bounce-dots {
    position: absolute;
    transform: matrix(1, 0.05, -0.05, 1, 0, 0);
    width: 58%;
    top: -10%;
    right: 0;
}

@media only screen and (min-width: 1200px) {
    .large-bounce-dots {
        width: 58%;
        top: -17%;
        right: 0;
    }
}

@media only screen and (min-width: 1300px) {
    .large-bounce-dots {
        width: 58%;
        top: -15%;
        right: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .large-bounce-dots {
        width: 58%;
        top: -15%;
        right: 0;
    }
}


@media only screen and (max-width: 1600px) {
    .improve-trust-img-blob>div>img {
        width: 30%;
    }

}

@media only screen and (max-width: 1400px) {
    .improve-trust-text {
        padding: 7% 2% 5% 2%;
        font-size: 40px;
        line-height: 52px;
        margin-top: 8%;
    }

    .large-bounce-dots {
        width: 58%;
        top: -15%;
        right: 0;
    }

}

@media only screen and (max-width: 900px) {
    .improve-trust-hero {
        display: flex;
        flex-direction: column;
    }

    .improve-trust-text-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .improve-trust-img-blob>div>img {
        width: 40%;
    }

    .large-bounce-dots {
        display: none;
    }

    .improve-trust-text {
        text-align: center;
        padding: 7% 2% 5% 2%;
        margin: 0;
        font-size: 40px;
        line-height: 52px;
        text-align: center;
    }
}


@media only screen and (max-width: 800px) {
    .improve-trust-hero {
        display: flex;
        flex-direction: column;
    }

    .improve-trust-text-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .improve-trust-img-blob>div>img {
        width: 40%;
    }

    .large-bounce-dots {
        display: none;
    }

    .improve-trust-text {
        font-size: 36px;
        line-height: 46px;
        text-align: center;
    }
}

.connect {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.connect-img-container {
    width: 150px;
}

@media only screen and (max-width: 800px) {
    .help-us>div>a>img {
        margin: auto 15px;
    }
}

/* END CAREERS PAGE */

/* CREDITOR LANDING PAGE */

.creditor-hero {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
}

.creditor-hero-image {
    position: absolute;
    z-index: 10;
    left: 140px;
    top: 110px;
    width: 30%;
}

.creditor-hero-text {
    padding: 50px;
    margin: 10px;
}

.specialized-products>p {
    max-width: 470px;
    text-align: left;
    margin: 0 auto 50px;
}


.core-competencies {
    display: flex;
    text-align: center;
    justify-content: center;
    align-content: center;
}

.core-competencies>img {
    width: 40%;
}

.core-competencies>div {
    width: 470px;
    text-align: left;
    margin: auto;
}

.compliance-module {
    padding: 5%
}

.compliance-module>h2 {
    padding: 0 3% 3% 3%;
}

.compliance {
    display: flex;
    flex-direction: row;
    justify-items: center;
}

.compliance>div {
    flex: 1;
    margin: 0 3% 0 3%;
}

.compliance>div>img {
    padding-bottom: 4%;
}

#compliance-security-carousel {
    display: none;
}

.rethinking-collections {
    margin: 100px auto;
    text-align: left;
}

.rethinking-collections>div {
    padding: 50px;
}

.rethinking-collections>div>h4 {
    margin-top: 25px;
}

.number-mobile {
    display: none;
}

@media only screen and (min-width: 1200px) {
    .rethinking-collections>div {
        padding: 30px;
    }
}

@media only screen and (min-width: 900px) {
    .number-mobile {
        display: none;
    }
}

@media only screen and (max-width: 1400px) {
    .creditor-hero {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-evenly;
        align-items: center;
        margin: 10px;
        padding: 10px;
    }
}


@media only screen and (max-width: 1200px) {
    .creditor-hero {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-evenly;
        align-items: center;
        margin: 10px;
        padding: 10px;
    }

    .creditor-hero-text {
        padding: 0;
        margin: 0;
    }

    .creditor-hero>div>div {
        width: auto;
        padding: 0;
        margin: 5px 0;
    }

    .creditor-hero>div>div>h2 {
        width: auto;
        padding: 5px 0;
        margin: 0;
    }

    .creditor-hero>div>div>p {
        width: auto;
        padding: 5px 0;
        margin: 0;
    }

}


@media only screen and (max-width: 900px) {
    .creditor-landing {
        padding-top: 5%;
    }

    .creditor-hero {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        height: 800px;
    }

    .creditor-hero>div>div {
        width: auto;
        padding: 0;
        margin: 20px;
    }

    .creditor-hero>div>div>h2 {
        width: auto;
        padding: 20px;
        margin: 0;
        text-align: center;
    }

    .creditor-hero>div>div>p {
        width: auto;
        padding: 20px;
        margin: 0;
        text-align: center;
    }

    .rethinking-collections {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 5%;
        margin-top: 0;
    }

    .rethinking-collections>div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
    }

    .rethinking-collections>div>h4 {
        text-align: center;
        padding-top: 4%;
    }

    .rethinking-collections>div>p {
        text-align: center;
    }

    .core-competencies>img {
        width: 85%;
    }

    .core-competencies {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .core-competencies>div {
        width: auto;
        text-align: center;
        margin: 50px 25px;
    }

    .core-competencies>div>h4 {
        margin-top: 4%;
        text-align: center;
    }

    .specialized-products>p {
        text-align: center;
        padding-top: 3%;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .card.selected.compliance-card {
        height: 400px;
    }

    .compliance-testimonial {
        padding: 10% 0;
    }

    .graphics.card.selected.compliance-card {
        width: 100%;
        height: 400px;
    }

    .compliance-card>img {
        height: 20%;
        width: auto;
    }

    .compliance {
        display: none;
    }

    .number-desktop {
        display: none;
    }

    .number-mobile {
        display: inline-block;
    }

    .compliance-module>h2 {
        font-size: 36px;
        text-align: center;
    }

    #compliance-security-carousel {
        display: block;
    }

    .compliance-carousel-container {
        margin: auto;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }


    .compliance-padding {
        padding-bottom: 4%;
    }

}

@media only screen and (max-width: 600px) {
    .creditor-landing {
        padding-top: 10%;
    }

    .creditor-hero {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex: 1;
        height: 750px;
        padding: 10px
    }


    .hero-img-4 {
        width: 65%;
        text-align: center;
    }

    .creditor-hero>div>div {
        width: auto;
        padding: 0;
        margin: 20px;
    }

    .creditor-hero>div>div>h2 {
        width: auto;
        padding: 10px;
        margin: 0;
        text-align: center;
    }

    .creditor-hero>div>div>p {
        width: auto;
        padding: 10px;
        margin: 0;
        text-align: center;
    }

}








/* END CREDITOR LANDING PAGE */

