.v2-app .v2-text-section {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    padding: 48px 120px;
    background: #ffffff;
    color: #202124;
    font-family: "Inter", Arial, sans-serif;
}

.v2-app .v2-text-section--overview {
    padding-top: 96px;
    padding-bottom: 96px;
}

.v2-app .v2-text-section--cta {
    background: #ffffff;
    color: #000000;
}

.v2-app .v2-text-section--feature {
    background: #f7f8fa;
}

.v2-app .v2-text-section__inner {
    width: 100%;
    max-width: 1200px;
    min-width: 0;
    margin: 0 auto;
}

.v2-app .v2-text-section--overview .v2-text-section__inner,
.v2-app .v2-text-section--summary .v2-text-section__inner,
.v2-app .v2-text-section--cta .v2-text-section__inner {
    display: grid;
    grid-template-columns: minmax(0, 480px) minmax(0, 568px);
    justify-content: space-between;
    gap: clamp(32px, 10.5556vw, 152px);
}

.v2-app .v2-text-section__title,
.v2-app .v2-text-section__paragraph,
.v2-app .v2-text-section__highlight,
.v2-app .v2-text-section__mobile-preview {
    min-width: 0;
    overflow-wrap: anywhere;
    margin: 0;
    color: inherit;
    letter-spacing: 0;
}

.v2-app .v2-text-section__title {
    color: #111827;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
}

.v2-app .v2-text-section__body,
.v2-app .v2-text-section__lead,
.v2-app .v2-text-section__primary,
.v2-app .v2-text-section__secondary {
    min-width: 0;
}

.v2-app .v2-text-section__body,
.v2-app .v2-text-section__lead,
.v2-app .v2-text-section__primary,
.v2-app .v2-text-section__secondary,
.v2-app .v2-text-section__primary-group,
.v2-app .v2-text-section__feature-primary,
.v2-app .v2-text-section__feature-secondary {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.v2-app .v2-text-section__body,
.v2-app .v2-text-section__primary-group,
.v2-app .v2-text-section__feature-primary,
.v2-app .v2-text-section__feature-secondary {
    gap: 32px;
}

.v2-app .v2-text-section__lead,
.v2-app .v2-text-section__primary,
.v2-app .v2-text-section__secondary {
    gap: 18px;
}

.v2-app .v2-text-section__paragraph {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.v2-app .v2-text-section__highlight {
    color: #000000;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.6;
}

.v2-app .v2-text-section__icon-action,
.v2-app .v2-text-section__action,
.v2-app .v2-text-section__mobile-action {
    flex: 0 0 auto;
}

.v2-app .v2-text-section__icon-action {
    align-self: flex-end;
}

.v2-app .v2-text-section--overview .v2-text-section__body {
    min-height: 311px;
    justify-content: space-between;
}

.v2-app .v2-text-section__action {
    width: fit-content;
    max-width: 100%;
    align-self: flex-end;
}

.v2-app .v2-text-section--cta .v2-text-section__body {
    gap: 30px;
    min-height: 144px;
    justify-content: center;
}

.v2-app .v2-text-section__editorial-header {
    display: grid;
    min-height: 203px;
    align-items: end;
    grid-template-columns: minmax(0, 480px) minmax(0, 568px);
    justify-content: space-between;
    gap: clamp(32px, 10.5556vw, 152px);
}

.v2-app .v2-text-section__editorial-lower {
    display: grid;
    min-height: 203px;
    align-items: end;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 64px;
    margin-top: 14px;
}

.v2-app .v2-text-section--editorial .v2-text-section__primary-group {
    gap: 14px;
}

.v2-app .v2-text-section--editorial .v2-text-section__secondary {
    align-self: stretch;
    justify-content: center;
}

.v2-app .v2-text-section__editorial-mobile-content {
    display: none;
}

.v2-app .v2-text-section--feature .v2-text-section__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
}

.v2-app .v2-text-section__feature-body {
    display: grid;
    grid-template-columns: minmax(0, 537px) minmax(0, 568px);
    justify-content: space-between;
    gap: clamp(32px, 6.5972vw, 95px);
}

.v2-app .v2-text-section--feature .v2-text-section__paragraph {
    font-size: 16px;
    line-height: 1.6;
}

.v2-app .v2-text-section--feature .v2-text-section__highlight {
    font-size: 16px;
    line-height: 1.6;
}

.v2-app .v2-text-section__mobile-preview,
.v2-app .v2-text-section__mobile-action {
    display: none;
}

.v2-app .v2-text-section__feature-icon-action {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.v2-app .v2-text-section__feature-icon-label {
    min-width: 0;
    color: #202124;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.v2-app .v2-text-section__feature-icon-link {
    width: 44px;
    height: 44px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .v2-app .v2-text-section {
        padding-right: 48px;
        padding-left: 48px;
    }
}

@media (max-width: 767px) {
    .v2-app .v2-text-section,
    .v2-app .v2-text-section--overview {
        padding: 48px 16px;
    }

    .v2-app .v2-text-section--feature {
        background: #ffffff;
    }

    .v2-app .v2-text-section--overview .v2-text-section__inner,
    .v2-app .v2-text-section--summary .v2-text-section__inner,
    .v2-app .v2-text-section--cta .v2-text-section__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 64px;
    }

    .v2-app .v2-text-section--overview .v2-text-section__body {
        min-height: 398px;
    }

    .v2-app .v2-text-section--cta .v2-text-section__body {
        gap: 64px;
        min-height: 0;
    }

    .v2-app .v2-text-section--editorial .v2-text-section__inner,
    .v2-app .v2-text-section--feature .v2-text-section__inner {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .v2-app .v2-text-section--editorial .v2-text-section__inner {
        gap: 64px;
    }

    .v2-app .v2-text-section__editorial-header {
        display: block;
        min-height: 0;
    }

    .v2-app .v2-text-section__editorial-lower {
        display: none;
        min-height: 0;
    }

    .v2-app .v2-text-section__editorial-mobile-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .v2-app .v2-text-section--editorial .v2-text-section__primary {
        gap: 14px;
    }

    .v2-app .v2-text-section--editorial .v2-text-section__lead,
    .v2-app .v2-text-section--feature .v2-text-section__primary {
        display: none;
    }

    .v2-app .v2-text-section__mobile-preview {
        display: block;
    }

    .v2-app .v2-text-section__mobile-action {
        display: inline-flex;
        width: fit-content;
        max-width: 100%;
    }

    .v2-app .v2-text-section__mobile-preview {
        width: 100%;
        overflow: hidden;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .v2-app .v2-text-section--editorial .v2-text-section__mobile-action {
        align-self: flex-end;
    }

    .v2-app .v2-text-section--feature .v2-text-section__inner {
        gap: 14px;
    }

    .v2-app .v2-text-section--feature .v2-text-section__title {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.3;
    }

    .v2-app .v2-text-section__feature-body {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .v2-app .v2-text-section__feature-primary {
        gap: 8px;
    }

    .v2-app .v2-text-section__feature-secondary {
        gap: 24px;
    }

    .v2-app .v2-text-section--feature .v2-text-section__mobile-preview--primary {
        font-size: 16px;
    }

    .v2-app .v2-text-section--feature .v2-text-section__action {
        align-self: flex-start;
        margin-top: 10px;
    }

    .v2-app .v2-text-section__feature-icon-action {
        justify-content: space-between;
    }
}
