.linked-cards-section .section-header{margin-bottom:40px}.linked-cards-section .section-header.flex-header-right,.linked-cards-section .section-header.flex-header-end{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:20px}.linked-cards-section .section-header.flex-header-right .title-content,.linked-cards-section .section-header.flex-header-end .title-content{flex:1;max-width:70%}.linked-cards-section .section-header.flex-header-right .title-content p:last-child,.linked-cards-section .section-header.flex-header-right .title-content .heading,.linked-cards-section .section-header.flex-header-end .title-content p:last-child,.linked-cards-section .section-header.flex-header-end .title-content .heading{margin-bottom:0}.linked-cards-section .section-header.flex-header-right .title-content .eyebrow,.linked-cards-section .section-header.flex-header-end .title-content .eyebrow{display:block;margin-bottom:12px}.linked-cards-section .section-header.flex-header-right .main-buttons,.linked-cards-section .section-header.flex-header-end .main-buttons{flex-shrink:0}@media(max-width: 768px){.linked-cards-section .section-header.flex-header-right,.linked-cards-section .section-header.flex-header-end{flex-direction:column;align-items:flex-start}.linked-cards-section .section-header.flex-header-right .title-content,.linked-cards-section .section-header.flex-header-end .title-content{max-width:100%}.linked-cards-section .section-header.flex-header-right .main-buttons,.linked-cards-section .section-header.flex-header-end .main-buttons{margin-top:15px}}.linked-cards-section .linked-cards-container{margin-top:48px}@media(max-width: 992px){.linked-cards-section .linked-cards-container{gap:30px}}@media(min-width: 992px){.linked-cards-section .linked-cards-container .linked-card-col{margin-bottom:10px}}.linked-cards-section .linked-card{background:#fff;border-radius:8px;border:1px solid rgba(98,138,226,.6);padding:30px;display:flex;flex-direction:column;height:100%;transition:box-shadow .3s ease,transform .3s ease}.linked-cards-section .linked-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.05);transform:translateY(-2px)}.linked-cards-section .linked-card .card-header{display:flex;align-items:flex-start;gap:24px;margin-bottom:30px}@media(max-width: 575px){.linked-cards-section .linked-card .card-header{gap:15px;margin-bottom:15px}}.linked-cards-section .linked-card .card-header .card-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0;border-radius:10px;background:var(--Route-Sky, #628ae2)}.linked-cards-section .linked-card .card-header .card-icon img{max-width:24px;max-height:24px;object-fit:contain;filter:brightness(0) invert(1)}.linked-cards-section .linked-card .card-header .card-title{margin:0;color:#141c32}.linked-cards-section .linked-card .card-bottom-wrapper{display:flex;flex-direction:column;flex-grow:1}.linked-cards-section .linked-card .card-bottom-wrapper.card-bottom-flex{flex-direction:row;justify-content:space-between;align-items:center;gap:30px}@media(max-width: 575px){.linked-cards-section .linked-card .card-bottom-wrapper.card-bottom-flex{gap:15px}}.linked-cards-section .linked-card .card-bottom-wrapper.card-bottom-flex .card-content{margin-bottom:0}.linked-cards-section .linked-card .card-bottom-wrapper.card-bottom-flex .card-footer{margin-top:0}@media(max-width: 575px){.linked-cards-section .linked-card .card-bottom-wrapper.card-bottom-flex{flex-direction:column;align-items:flex-start}}.linked-cards-section .linked-card .card-content{flex-grow:1;margin-bottom:30px}.linked-cards-section .linked-card .card-content .card-description{color:#334155;font-size:1rem;line-height:1.5}.linked-cards-section .linked-card .card-content .card-description p{margin-bottom:0}.linked-cards-section .linked-card .card-footer{margin-top:auto;display:flex;flex-shrink:0;justify-content:flex-end}.linked-cards-section .linked-card .card-footer .btn-wrap,.linked-cards-section .linked-card .card-footer .button-wrap{margin-left:auto;margin-right:0;justify-content:flex-end}