.data-banner {
    background-image: url('../img/data-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.data-banner .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 130px 10px 80px;
}

.data-banner-left {
    max-width: 497px;
    width: 100%;
    padding-top: 50px;
}


.breadcrumb .breadcrumb-item a {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item {
    display: flex;
    align-items: center;
}

.data-title {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.data-subtitle {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    color: #FFFFFF;
}

.data-banner-right {
    max-width: 600px;
    width: 100%;
}

.data-banner-right img {
    width: 100%;
}

.data-cards-content .wrapper{
    padding: 100px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
}


.card {
    display: flex;
    align-items: center;
    padding: 20px 0px;
    border: none;
    max-width: 330px;
    width: 100%;
}


.card-img {
    max-width: 64px;
    width: 100%;
    margin: 0 auto 20px;
}

.card-title {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
}

.card-subtitle {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #000000;
}

.data-steps .wrapper {
    padding: 0 10px 80px;
}

.data-steps .subtitle {
    background: #edf6ff;
    max-width: 294px;
    font-weight: 600;
    padding: 7px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Barlow';
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #086ad8;
}

.data-steps-header {
    max-width: 595px;
    width: 100%;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 40px;
}

.bold {
    font-weight: 700;
}

.steps-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.steps-wrapper:last-child {
    margin-bottom: 0;
}

.steps-content {
    display: flex;
    justify-content: space-between;
    max-width: 361px;
    width: 100%;
}

.steps-right {
    max-width: 293px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.number {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 35px;
    text-transform: uppercase;
    color: #086AD8;
}

.steps-title {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
}

.steps-subtitle {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.steps-left {
    max-width: 56px;
    width: 100%;
}



.why-data .wrapper {
    padding: 0 0 80px;
}

.why-subtitle {
    background: #edf6ff;
    max-width: 450px;
    font-weight: 600;
    padding: 7px 20px;
    border-radius: 5px;
    margin-bottom: 40px;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Barlow';
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: rgb(8, 106, 216);
}

.why-divider {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.why-left {
    max-width: 100%;
    width: 100%;
}

.why-right {
    max-width: 600px;
    width: 100%;
}

.why-right img {
    width: 100%;
}

.why-header-content {
    text-align: left;
}

.why-text {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 20px;
}

.faq-header-content {
    text-align: center;
}

.faq-header {
    max-width: 620px;
    font-weight: 600;
    padding: 7px 20px;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Barlow';
    font-style: normal;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
    color: rgb(8, 106, 216);
    text-align: center;
}

.data-faq {
    padding: 40px 0;
    background-image: url('../img/faq-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.data-faq .wrapper {
    max-width: 900px;
}

.faqAccordianLink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    cursor: pointer;
}

.faqAccordian li {
    border-bottom: 1px solid rgba(19, 71, 203, .1);
}

.faqAccordian li:last-child {
    border: none;
}

.faqNumber {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #086AD8;
}

.faqAccordianTitle {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #111928;
    letter-spacing: -.54px;
    margin-left: 21px;
}

.faqAccordianLink>span:nth-child(3) {
    display: block;
    margin: 0 0 0 auto;
    padding-left: 5px;
}

.faqSymbols svg {
    display: block;
    height: 12px;
    width: 12px;
}

.plusIcon svg:nth-child(1) {
    display: block;
}

.plusIcon svg:nth-child(2) {
    display: none;
}

.faqAccordianText {
    padding: 0 52px 41px 0;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.faqAccordianContent {
    display: none;
}