.elementor-616 .elementor-element.elementor-element-aa5d371{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-58px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-616 .elementor-element.elementor-element-aa5d371:not(.elementor-motion-effects-element-type-background), .elementor-616 .elementor-element.elementor-element-aa5d371 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-616 .elementor-element.elementor-element-ca02f6b{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;text-align:center;}.elementor-616 .elementor-element.elementor-element-ca02f6b .elementor-heading-title{color:#B687FF;}.elementor-616 .elementor-element.elementor-element-3fc4433{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-616 .elementor-element.elementor-element-3fc4433:not(.elementor-motion-effects-element-type-background), .elementor-616 .elementor-element.elementor-element-3fc4433 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for text-editor, class: .elementor-element-b4a79e9 */<style>
.top1seo-about-page {
    max-width: 1180px;
    margin: 0 auto;
    color: #1f2937;
    font-family: inherit;
    line-height: 1.75;
}

.top1seo-about-page h1,
.top1seo-about-page h2,
.top1seo-about-page h3 {
    line-height: 1.3;
    color: #111827;
}

.top1seo-about-page h1 {
    font-size: clamp(34px, 5vw, 58px);
    margin: 0 0 24px;
}

.top1seo-about-page h2 {
    font-size: clamp(27px, 4vw, 40px);
    margin: 65px 0 20px;
}

.top1seo-about-page h3 {
    font-size: 22px;
    margin: 25px 0 12px;
}

.top1seo-about-page p {
    font-size: 17px;
    margin: 0 0 18px;
}

.top1seo-about-page ul {
    margin: 20px 0 25px;
    padding-left: 25px;
}

.top1seo-about-page li {
    margin-bottom: 10px;
}

.top1seo-about-hero {
    padding: 75px 35px;
    margin-bottom: 45px;
    border-radius: 24px;
    background: linear-gradient(135deg, #f8fafc, #eef2ff);
}

.top1seo-about-eyebrow {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.top1seo-about-answer {
    padding: 25px 30px;
    margin: 30px 0;
    border-left: 4px solid #111827;
    border-radius: 8px;
    background: #f8fafc;
}

.top1seo-about-answer p {
    margin: 0;
    font-size: 18px;
}

.top1seo-about-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin: 35px 0;
}

.top1seo-about-card {
    padding: 28px;
    border: 1px solid #e5e7eb;
    border-radius: 17px;
    background: #ffffff;
}

.top1seo-about-card h3 {
    margin-top: 0;
}

.top1seo-about-card p {
    font-size: 16px;
    margin-bottom: 0;
}

.top1seo-about-highlight {
    padding: 38px;
    margin: 40px 0;
    border-radius: 20px;
    background: #f8fafc;
}

.top1seo-about-values {
    list-style: none;
    padding: 0 !important;
}

.top1seo-about-values li {
    padding: 20px 24px;
    margin-bottom: 15px;
    border-radius: 12px;
    background: #f8fafc;
}

.top1seo-about-team {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 35px 0;
}

.top1seo-about-person {
    padding: 30px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #ffffff;
}

.top1seo-about-person h3 {
    margin-top: 0;
}

.top1seo-about-role {
    font-weight: 700;
    margin-bottom: 18px;
}

.top1seo-about-linkedin {
    display: inline-block;
    margin-top: 15px;
    font-weight: 700;
    text-decoration: none;
}

.top1seo-about-process {
    counter-reset: about-step;
    list-style: none;
    padding: 0 !important;
}

.top1seo-about-process li {
    counter-increment: about-step;
    position: relative;
    padding: 22px 25px 22px 75px;
    margin-bottom: 15px;
    border-radius: 14px;
    background: #f8fafc;
}

.top1seo-about-process li::before {
    content: counter(about-step);
    position: absolute;
    left: 22px;
    top: 20px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background: #111827;
    color: #ffffff;
}

.top1seo-about-cta {
    padding: 55px 35px;
    margin: 70px 0;
    text-align: center;
    border-radius: 22px;
    background: #111827;
    color: #ffffff;
}

.top1seo-about-cta h2,
.top1seo-about-cta p {
    color: #ffffff;
}

.top1seo-about-button {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 30px;
    border-radius: 8px;
    background: #ffffff;
    color: #111827;
    text-decoration: none;
    font-weight: 700;
}

.top1seo-about-faq {
    padding: 23px 0;
    border-top: 1px solid #e5e7eb;
}

.top1seo-about-faq h3 {
    margin: 0 0 10px;
}

@media (max-width: 850px) {

    .top1seo-about-grid,
    .top1seo-about-team {
        grid-template-columns: 1fr;
    }

    .top1seo-about-hero,
    .top1seo-about-highlight,
    .top1seo-about-cta {
        padding: 32px 22px;
    }

    .top1seo-about-page p {
        font-size: 16px;
    }
}
</style>/* End custom CSS */