* {
    font-family: "Carlito", sans-serif;
    font-weight: 400;
    font-style: normal;
}
* {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
body {
    background-color:  #f1f1fc;
}
.bg-pnk,
.btn-pnk,
.btn-pnk:hover,
.btn-pnk:active,
.btn-pnk:focus {
    background-color: #d82388;
    color: #fff;
}
.bg-ppl,
.btn-ppl,
.btn-ppl:hover,
.btn-ppl:active,
.btn-ppl:focus {
    background-color: #627CEA;
    color: #fff;
}
.bg-danger-100 {
    background-color: #F8D7DA;
}
.bg-success-100 {
    background-color: #D1E7DD;
}
.bg-warning-100 {
    background-color: #FFF3CD;
}
.border-pnk {
    color: #d82388;
}
.border-ppl {
    border-color: #627CEA;
}
.col-pnk {
    color: #d82388;
}
.col-ppl {
    color: #627CEA;
}
.col-ppl-old {
    color: #722ffa;
}
.quicksand-300 {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
.quicksand-500 {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.quicksand-700 {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.report-card:hover {
    background-color:  #faf0f5;
}
.hidden {
    display: none;
}
footer {
    font-size: 0.75em;
}
footer a {
    color: #fff;
    text-decoration: none;
}

.grey-background {
    background-color: #dadee9;
}

.finger {
    cursor: pointer;
}

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .article p, .article li, .article a {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.footer a:hover {
    color: #000;
}



#dt-length-0 {
    margin-right: 5px;
}

.centered-box {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}



.bg-grey-swoosh {
    background-image:url(/images/webp/grey-swoosh-bg.webp);
    background-size:100vw;
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-position:top center;
    background-color:#F1F5FE;
}

.bg-dont-risk-missing-out {
    background-image:url(/images/webp/home-section-1-bg.webp);
    background-size:cover;
    background-position: right center;
}

.bg-identity-checks {
    background-image:url(/images/webp/bg-white.webp);
    background-size:cover;
    background-position: center center;
}

.bg-more-than-a-score {
    background-image:url(/images/webp/bg-white.webp);
    background-size:cover;
    background-position: center center;
}

.bg-see-how-you-score {
    background-image:url(/images/webp/home-laptop-bg.webp);
    background-size:cover;
    background-position: center center;
}

.bg-see-how-you-score-div {
    background-color: rgba(1,35,59, 0.9);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.body_bg {
    background-color: #E7E8FC;
}

.app_nav {
    z-index:900;
}