.cards{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%}.cards-item{display:flex;flex-direction:column;gap:8px;background-color:var(--container-secondary);padding:var(--card-blog-feature-standard-padding);border-radius:var(--page-corner-radius)}.cards-item-icon-title{display:flex;flex-direction:column;gap:24px}.cards-item-icon-title img{width:48px;height:48px}.cards-item-title{font-weight:700;color:var(--text-primary)}.cards-item-description{color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.cards-item-call-to-action{margin-top:auto}@media only screen and (min-width: 1024px){.cards-item{max-width:526px;flex-basis:calc(33.33% - var(--section-spacing-general))}.cards-item:only-of-type{max-width:856px;flex-basis:100%}.cards-item:first-child:nth-last-child(4),.cards-item:first-child:nth-last-child(4)~.cards-item{flex-basis:48%}}.content-block-highlight{display:flex;flex-direction:column;padding:40px 0;gap:var(--section-spacing-general)}.content-block-highlight .highlight-title{width:100%}@media only screen and (min-width: 1024px){.content-block-highlight{flex-direction:row;padding:80px 0}.content-block-highlight .highlight-title{max-width:400px}}.key-benefits{display:flex;flex-direction:column;max-width:var(--breakpoint-lg);gap:var(--section-spacing-within);align-items:center}.key-benefits-title>h2{font-weight:700;font-size:var(--typography-heading-size-subtitle);line-height:var(--typography-heading-line-height-subtitle);color:var(--text-brand)}.key-benefits-content{display:flex;flex-direction:column;align-items:flex-start;gap:var(--section-spacing-within);align-self:stretch}.key-benefits-content-item{display:flex;flex-direction:column;align-items:flex-start;align-content:flex-start;align-self:stretch;gap:var(--section-spacing-subspacing) 136px}.key-benefits-content-item-title{color:var(--text-primary);font-weight:700;font-size:var(--typography-heading-size-subsection);line-height:var(--typography-heading-line-height-subsection);width:100%}.key-benefits-content-item-description{font-size:var(--typography-body-default);line-height:var(--typography-body-line-height-default);color:var(--text-primary);font-weight:400}.key-benefits-content-divider{width:100%;height:1px;background-color:var(--border-subtle)}@media only screen and (min-width: 768px){.key-benefits-content-item{flex-direction:row;gap:var(--section-spacing-subspacing) var(--section-spacing-subspacing)}.key-benefits-content-item-title{flex:0 0 343px}}@media only screen and (min-width: 1440px){.key-benefits-content-item{flex-direction:row;gap:var(--section-spacing-subspacing) 136px}}
