#about-us {
    /*overflow: hidden;*/
    position: relative;
    padding-top: 144px;
    background: linear-gradient(180deg, #FFF 0%, #ECF5FF 100%), #D9D9D9;
}

#about-us .bg-pattern {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: -60px;
}

/* Hero */
.about-hero {
    position: relative;
    z-index: 2;
}

.about-hero .card {
    padding: 24px;
}

@media (min-width: 992px) {
    .about-hero .card {
        padding: 24px 32px 16.44px 24px;
    }
}

.about-hero .card .card-body {
    display: flex;
    flex-direction: column-reverse;
    column-gap: 32px;
    row-gap: 24px;
}

@media (min-width: 992px) {
    .about-hero .card .card-body {
        flex-direction: row;
        align-items: center;
    }
}

.about-hero .card-body .cover {
    flex-shrink: 0;
}

.about-hero .card-body .content {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
    flex-grow: 1;
}

@media (min-width: 992px) {
    .about-hero .card-body .content {
        row-gap: 24px;
    }
}

.about-hero .content .title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: start;
}

@media (min-width: 992px) {
    .about-hero .content .title {
        font-size: 36px;
    }
}


.about-hero .content .description {
    color: #050505;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    opacity: 0.6;
    text-align: start;
}


.about-hero .hero-partners {
    margin-top: 24px;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .about-hero .hero-partners {
        margin-top: 38px;
        margin-bottom: 0;
    }
}

.contact-us .divider {
    margin-top: 24px;
}

@media (min-width: 992px) {
    .contact-us .divider {
        margin-top: 16px;
    }
}


/* Statistics */

.about-statistics {
    padding: 24px 0 32px;
}

@media (min-width: 992px) {
    .about-statistics {
        padding: 48px 0;
    }
}

.about-statistics .section-subtitle {
    margin-bottom: 12px;
}

@media (min-width: 992px) {
    .about-statistics .section-subtitle {
        margin-bottom: 16px;
    }
}

.about-statistics .section-title {
    margin: 0;
}

.about-statistics .cards-container {
    margin-top: 32px;
    row-gap: 24px;
}

@media (min-width: 992px) {
    .about-statistics .cards-container {
        margin-top: 48px;
    }
}

.about-statistics .cards-container .card {
    padding: 16px 28px 24px;
}

@media (min-width: 992px) {
    .about-statistics .cards-container .card {
        padding: 32px 24px 48px;
    }
}

.about-statistics .card .card-body {
    row-gap: 24px;
    padding: 0;
}

@media (min-width: 992px) {
    .about-statistics .card .card-body {
        row-gap: 16px;
    }
}

.about-statistics .card-body .header .icon {
    width: 72px;
    height: 72px;
}

.about-statistics .card-body .content {
    display: flex;
    row-gap: 16px;
    flex-direction: column;
    flex-grow: 1;
}

@media (min-width: 992px) {
    .about-statistics .card-body .content {
        row-gap: 8px;
    }
}

.about-statistics .card-body .title {
    color: #050505;
    font-size: 16px;
    font-weight: 510;
    line-height: normal;
    text-align: center;
}

.about-statistics .card-body .description {
    color: #050505;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
    text-align: center;
}

@media (min-width: 992px) {
    .about-statistics .card-body .title {
        font-size: 20px;
    }

    .about-statistics .card-body .description {
        font-size: 16px;
        text-align: start;
    }
}

/* About Company */
.about-company {
    padding: 24px 0 32px 0;
    background: linear-gradient(180deg, #FFF 0%, #ECF5FF 100%);
}

@media (min-width: 992px) {
    .about-company {
        padding: 56px 0 56px 0;
    }
}

.about-company .card {
    padding: 24px 16px 32px;
}

@media (min-width: 992px) {
    .about-company .card {
        padding: 32px 32px 48px;
    }
}

.about-company .card .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
}

@media (min-width: 992px) {
    .about-company .card .header {
        row-gap: 16px;
    }
}

.about-company .card .header .title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 590;
    line-height: normal;
    opacity: 0.5;
}

.about-company .card .header .subtitle {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 590;
    line-height: normal;
}

@media (min-width: 992px) {
    .about-company .card .header .subtitle {
        font-size: 36px;
    }
}

.about-company .card .content {
    display: flex;
    margin-top: 40px;
    flex-direction: column;
    row-gap: 32px;
}

@media (min-width: 992px) {
    .about-company .card .content {
        margin-top: 64px;
        flex-direction: row;
        column-gap: 40px;
    }
}

.about-company .card .sections-links {
    display: flex;
    flex-direction: row;
    column-gap: 17px;
    justify-content: center;
    flex-shrink: 0;
}

@media (min-width: 992px) {
    .about-company .card .sections-links {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        row-gap: 64px;
        height: fit-content;
        position: sticky;
        top: 140px;
    }
}

.about-company .sections-links .link {
    display: flex;
    align-items: center;
    column-gap: 8px;
    transition: 300ms all;
}

.about-company .sections-links .link .label {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 590;
    line-height: normal;
}

@media (min-width: 992px) {
    .about-company .sections-links .link .label {
        color: #000;
        font-size: 24px;
    }
}

.about-company .sections-links .link .icon path {
    stroke: #000;
}

.about-company .sections-links .link.active .label {
    color: #F90021;
}

.about-company .sections-links .link.active .icon path {
    stroke: #F90021;
}

.about-company .card .vertical-divider {
    opacity: 0.11;
    background: #1E3654;
    width: 1px;
    height: 100%;
}

.about-company .content .sections {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 48px;
    flex-grow: 1;
}

.about-company .sections .item {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 16px;
}

.about-company .item .title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 590;
    line-height: normal;
}

.about-company .item .description,
.about-company .item .list {
    opacity: 0.87;
    color: #050505;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
}

.about-company .item .list {
    padding: 0;
    padding-inline-start: 20px;
}


/* Why Us */

.why-us {
    padding: 24px 0 32px;
    background: linear-gradient(180deg, #ECF5FF 0%, #FFF 100%);
}

@media (min-width: 992px) {
    .why-us {
        padding: 56px 0 56px;
        background: linear-gradient(180deg, #ECF5FF 0%, #FFF 100%);
    }
}

.why-us .section-subtitle {
    padding: 16px;
    border-radius: 40px;
    background: #FFF0F2;
    color: #F90021;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
    margin-bottom: 16px;
}

.why-us .section-title {
    font-size: 24px;
    margin-bottom: 32px;
}

@media (min-width: 992px) {
    .why-us .section-title {
        font-size: 48px;
        margin-bottom: 40px;
    }
}

.why-us .cards-container {
    margin-top: 0;
    row-gap: 24px;
}

@media (min-width: 992px) {
    .why-us .cards-container {
        row-gap: 40px;
    }
}

.why-us .cards-container .card {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
}

@media (min-width: 992px) {
    .why-us .cards-container .card {
        min-height: 205px;
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .why-us .cards-container .card {
        min-height: auto;
        height: auto;
    }
}

.why-us .cards-container .card .header .icon-wrapper {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F6F6F6;
}



@media (min-width: 992px) {
    .why-us .cards-container .card .header .icon-wrapper {
        width: 48px;
        height: 48px;
    }
}

.why-us .cards-container .card .header .icon-wrapper .icon {
    width: 40px;
    height: 40px;
}

@media (min-width: 992px) {
    .why-us .cards-container .card .header .icon-wrapper .icon {
        width: 32px;
        height: 32px;
    }
}

.why-us .cards-container .card .content {
    color: #050505;
    text-align: start;
    font-size: 16px;
    opacity: 0.6;
}

@media (min-width: 992px) {
    .why-us .cards-container .card .content{
        font-size: 20px;
    }
}

/* Clients Feedback */
.clients-feedback {
    padding: 32px 0 32px;
    background: radial-gradient(151.04% 62.31% at 43.19% 0%, #ECF5FF 0%, #FFF 100%);
}

@media (min-width: 992px) {
    .clients-feedback {
        padding: 58px 0 54px;
    }
}

.clients-feedback .section-subtitle {
    border-radius: 40px;
    background: #FFF0F2;
    padding: 16px;
    color: #F90021;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
    margin-bottom: 12px;
    opacity: 1;
}

@media (min-width: 992px) {
    .clients-feedback .section-subtitle {
        margin-bottom: 16px;
    }
}

@media (min-width: 992px) {
    .clients-feedback .section-title {
        font-size: 48px;
    }
}

.clients-feedback .cards-container {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

@media (min-width: 992px) {
    .clients-feedback .cards-container {
        margin-top: 40px;
        flex-direction: row;
        column-gap: 24px;
    }
}

.clients-feedback .clients {
    width: 100%;
    /*user-select: none;*/
}

@media (min-width: 992px) {
    .clients-feedback .clients {
        width: calc(30% - 12px);
        max-height: 600px;
        height: 100%;
    }
}

.clients-feedback .clients .card {
    padding: 24px;
    border: 2px solid rgba(226, 239, 255, 0.50);;
    box-shadow: 0 44px 44px 0 rgba(0, 0, 0, 0.02);
    background: #FFF;
    transition: 300ms all;
}

@media (min-width: 992px) {
    .clients-feedback .clients .card {
        padding: 24px 27px 24px 24px;
    }
}

.clients-feedback .clients .card.active {
    border: 2px solid #F90021;
    background: #FFF1F3;
}

.clients-feedback .clients .client-card {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.clients-feedback .client-card .avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.clients-feedback .client-card .details .name {
    color: #050505;
    font-size: 16px;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
    margin-bottom: 8px;
}

@media (min-width: 992px) {
    .clients-feedback .client-card .details .name {
        font-size: 20px;
        margin-bottom: 13px;
    }
}

.clients-feedback .client-card .details .type {
    color: #050505;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}

@media (min-width: 992px) {
    .clients-feedback .client-card .details .type {
        font-size: 16px;
    }
}

.clients-feedback .feedbacks {
    width: 100%;
    user-select: none;
}

@media (min-width: 992px) {
    .clients-feedback .feedbacks {
        width: calc(70% - 12px);
    }
}

.clients-feedback .feedbacks .card {
    padding: 24px;
    border: 2px solid rgba(226, 239, 255, 0.50);
}

@media (min-width: 992px) {
    .clients-feedback .feedbacks .card {
        padding: 40px;
    }
}

.clients-feedback .feedbacks .feedback-card {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 64px;
}


.clients-feedback .feedback-card .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.clients-feedback .feedback-card .header .rating {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.clients-feedback .feedback-card .rating .stars {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.clients-feedback .feedback-card .rating .score {
    color: #000;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.clients-feedback .feedback-card .content {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 40px
}

@media (min-width: 992px) {
    .clients-feedback .feedback-card .content {
        row-gap: 32px
    }
}

.clients-feedback .feedback-card .title {
    color: #0071FF;
    font-size: 20px;
    font-style: normal;
    font-weight: 510;
    line-height: 182.7%; /* 29.232px */
    letter-spacing: 2.69px;
}

@media (min-width: 992px) {
    .clients-feedback .feedback-card .title {
        font-size: 24px;
    }
}

.clients-feedback .feedback-card .description {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 182.7%; /* 51.156px */
}

@media (min-width: 992px) {
    .clients-feedback .feedback-card .description {
        font-size: 28px;
    }
}

/* Faqs */
.about-faqs {
    padding: 24px 0 24px;
    background: radial-gradient(151.04% 62.31% at 43.19% 0%, #ECF5FF 0%, #FFF 100%);
}

@media (min-width: 992px) {
    .about-faqs {
        padding: 56px 0;
    }
}

.faqs {
    padding-bottom: 24px;
}

@media (min-width: 992px) {
    .faqs {
        padding: 40px;
        border-radius: 24px;
        border: 2px solid #E2EFFF;
        background: rgba(255, 255, 255, 0.70);
    }
}

@media (min-width: 992px) {
    .faqs {
        background: rgba(255, 255, 255, 0.70)
    }
}

.faqs .filter-btns {
    display: none;
}

@media (min-width: 992px) {
    .faqs .filter-btns {
        display: flex;
        column-gap: 16px;
        align-items: center;
    }
}

.faqs .filter-btns .btn {
    padding: 12px;
}


.faqs .cards-container {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

@media (min-width: 992px) {
    .faqs .cards-container {
        flex-direction: row;
        column-gap: 30px;
        margin-top: 40px;
    }
}

.faqs .cards-container .cards-column {
    width: 100%;
}

@media (min-width: 992px) {
    .faqs .cards-container .cards-column {
        width: 50%;
    }
}
