.module--related-cards{background-repeat:no-repeat;padding:30px 0;position:relative}.module--related-cards .intro{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:30px}.module--related-cards .intro-text :last-child{margin:0}.module--related-cards .related-cards{margin:0 -20px}.module--related-cards .related-cards .related-card{border-radius:14px;color:#0f1c4d;display:grid;grid-template-rows:auto 1fr;overflow:hidden;padding:20px;position:relative;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.module--related-cards .related-cards .related-card:focus,.module--related-cards .related-cards .related-card:hover{-webkit-backdrop-filter:saturate(100%) blur(20px);backdrop-filter:saturate(100%) blur(20px);background:hsla(0,0%,100%,.45);-webkit-box-shadow:0 0 20px 10px rgba(45,54,236,.15);box-shadow:0 0 20px 10px rgba(45,54,236,.15)}.module--related-cards .related-cards .related-card .related-card__image{background-repeat:no-repeat;background-size:cover;border-radius:10px;overflow:hidden;padding-top:50%;position:relative}.module--related-cards .related-cards .related-card .related-card__image.related-card__image--customer-story:after{background:var(--primary);background:linear-gradient(343deg,rgba(45,54,236,.9),rgba(45,54,236,.25));content:"";height:100%;left:0;-webkit-mix-blend-mode:multiply;mix-blend-mode:multiply;position:absolute;top:0;width:100%}.module--related-cards .related-cards .related-card .related-card__image.related-card__image--customer-story .featured-logo{left:50%;object-fit:contain;position:absolute;top:50%;transform:translate(-50%,-50%);width:80%;z-index:1}.module--related-cards .related-cards .related-card .related-card__image .related-card__image-date{-webkit-backdrop-filter:saturate(100%) blur(5px);backdrop-filter:saturate(100%) blur(5px);background-color:rgba(236,238,242,.8);border-radius:8px;color:var(--secondary);font-size:.75rem;font-weight:500;left:10px;margin:0;padding:4px 10px;position:absolute;top:10px}.module--related-cards .related-card .related-card__body{display:flex;flex-direction:column;justify-content:space-between;margin-top:15px}.module--related-cards .related-card .related-card__body .body-content__meta{background:var(--bg-liteBlue);border-radius:20px;color:var(--bg-dark);display:inline-block;font-size:.75rem;font-weight:500;letter-spacing:1px;line-height:1;margin-bottom:10px;padding:6px 10px;text-transform:uppercase;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.module--related-cards .related-card .related-card__body .body-content__title{font-size:1.5rem}.module--related-cards .related-card .related-card__body .body-content__title a{color:var(--bs-body-color);text-decoration:none}.module--related-cards .related-card .related-card__body .body-content__title a:focus,.module--related-cards .related-card .related-card__body .body-content__title a:hover{text-decoration:none}.module--related-cards .related-card .related-card__body .body-content__title a:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.module--related-cards .related-card .related-card__body .btn{border-radius:0;padding:10px 0 5px;text-align:left;width:fit-content}.module--related-cards .related-card:focus .related-card__body .btn.btn--arrow:after,.module--related-cards .related-card:hover .related-card__body .btn.btn--arrow:after{transform:translateX(6px)}@media (min-width:768px){.module--related-cards .intro-w-button{flex-wrap:nowrap}.module--related-cards .intro-w-button .intro-text{flex-shrink:1}.module--related-cards .intro-w-button .intro-button-wrap{width:auto}}