.large-card-card-container{display:flex;flex-direction:column}
.large-card-container{display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;gap:10px;padding:24px 13px 24px 13px;border:solid 1px #dbdee2;background-color:#fff}
.large-card-subtitle{align-self:stretch;flex-grow:0;font-family:Arial;font-size:13px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:left;color:#767c84;padding-bottom:0}
.large-card-title{align-self:stretch;flex-grow:0;font-family:"LubalinGraphStd-Medium",Arial,Helvetica,sans-serif;font-size:21px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal;text-align:left;color:#0f182f;padding-bottom:0}
.large-card-description{align-self:stretch;flex-grow:0;font-family:Arial;font-size:15px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.6;letter-spacing:normal;text-align:left;color:#767c84;padding-bottom:8px}
.large-card-ctas{display:flex;gap:8px;margin-top:auto}
.large-card-cta{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:12px 32px;border-radius:10px 0 10px 0;font-family:Arial;font-size:15px;font-weight:bold !important;font-stretch:normal;font-style:normal;line-height:1.6;letter-spacing:normal;text-align:center;color:#03234b !important;text-decoration:none !important}
.large-card-cta-yellow{background-color:#ffd200}
.large-card-cta-yellow:hover{background-color:#ffdb33;color:#03234b}
.large-card-cta-yellow:active{background-color:#f5ca00}
.large-card-cta-white{background-color:#fff}
.large-card-cta-white:hover{background-color:#eeeff1;color:#03234b}
.large-card-cta-white:active{background-color:#dbdee2}
.large-card-image{object-fit:cover}
@media(min-width:1025px){.large-card-card-container{width:590px}
.large-card-image{width:590px;height:288px}
.large-card-ctas{flex-direction:row}
}
@media screen and (min-width:641px) and (max-width:1024px){.large-card-card-container{width:465px}
.large-card-image{width:465px;height:200px}
.large-card-ctas{flex-direction:column}
}
@media(max-width:641px){.large-card-card-container{width:269px}
.large-card-image{width:269px;height:200px}
.large-card-ctas{flex-direction:column}
}