.flexible-content-container .cta-section{padding:48px 0;background-color:#fafaf8;border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6}.flexible-content-container .cta-section .cta-grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width:768px){.flexible-content-container .cta-section .cta-grid{grid-template-columns:repeat(2,1fr)}}.flexible-content-container .cta-section .cta-card{display:flex;align-items:center;gap:24px;background:#fff;border:1px solid #f3f4f6;padding:24px;text-decoration:none;transition:all .3s ease}.flexible-content-container .cta-section .cta-card:hover{border-color:rgba(0,105,57,.3);box-shadow:0 8px 16px rgba(0,0,0,.08)}.flexible-content-container .cta-section .cta-card:hover .cta-arrow{transform:translateX(4px)}.flexible-content-container .cta-section .cta-card .cta-icon{width:32px;height:32px;stroke:#006939;fill:none;stroke-width:2;flex-shrink:0}.flexible-content-container .cta-section .cta-card .cta-content{flex:1}.flexible-content-container .cta-section .cta-card .cta-content .cta-title{color:#0f1822;font-weight:800;text-transform:uppercase;font-family:Barlow,sans-serif;font-size:1rem;line-height:1.5;font-family:var(--font-body)}.flexible-content-container .cta-section .cta-card .cta-content .cta-text{color:rgba(15,24,34,.5);font-size:.875rem;margin-top:0;line-height:1.4285714286}.flexible-content-container .cta-section .cta-card .cta-arrow{width:20px;height:20px;stroke:#006939;fill:none;stroke-width:2;margin-left:auto;transition:transform .3s ease}