.card-product-info{display:flex;flex-direction:column;width:100%;height:max-content;margin-bottom:20px;padding-bottom:20px;box-sizing:border-box}
.card-product-info__asset{object-fit:cover;object-position:center}
.card-product-info__asset.is-icon{width:75px;height:75px;vertical-align:middle;border-style:none;border-radius:50%;object-fit:cover}
.card-product-info__asset.is-image{width:96px;height:96px;border-radius:0;object-fit:cover}
.card-product-info__body{display:flex;flex-direction:column;font-family:"Geomanist-light",sans-serif}
.card-product-info__title{margin-bottom:1rem;font-weight:500;color:#152a69;font-size:24px;text-align:left;margin-top:1rem;font-family:"Geomanist-medium",sans-serif}
.card-product-info__text{font-size:16px;line-height:1.25;color:#333;text-align:left;font-family:"Geomanist-light",sans-serif;font-weight:300}
.card-product-info__text p{margin-bottom:1rem}
.card-product-info__text strong,.card-product-info__text b{font-weight:700}
.card-product-info__text a{color:inherit;text-decoration:underline}
.card-product-info--icon-white{background-color:#fff;padding:20px 30px 20px 50px;border-radius:16px;box-shadow:0 6px 24px -10px rgba(194,199,204,0.8);margin-top:10px;position:relative}
.card-product-info--icon-white .card-product-info__body .card-product-info__text{color:#152a69}
.card-product-info--icon-gray{padding:25px 0 40px 50px;background-color:#f0f0f0;border-radius:10px}
.card-product-info--icon-gray .card-product-info__body .card-product-info__title{margin:0;margin-top:21px;color:#152a69;font-weight:700;font-size:23px;line-height:27px}
.card-product-info--icon-gray .card-product-info__body .card-product-info__text{margin-top:16px;margin-bottom:0;padding:0 64px 0 0;font-weight:400}
.card-product-info--icon-blue{padding:25px 0 40px 50px;background-color:#b3dff1;border-radius:10px}
.card-product-info--icon-blue .card-product-info__body .card-product-info__title{margin:0;margin-top:21px;color:#152a69;font-weight:700;font-size:23px;line-height:27px}
.card-product-info--icon-blue .card-product-info__body .card-product-info__text{margin-top:16px;margin-bottom:0;padding:0 64px 0 0;font-weight:400}
.card-product-info--icon-purple{padding:25px 50px 40px;background-color:#d6d9ed;border-radius:10px}
.card-product-info--icon-purple .card-product-info__body .card-product-info__title{margin:0;margin-top:21px;color:#152a69;font-weight:700;font-size:23px;line-height:27px}
.card-product-info--icon-purple .card-product-info__body .card-product-info__text{margin-top:16px;margin-bottom:0;font-weight:400}
.card-product-info--image-white{padding:20px 30px 20px 50px;background-color:#fff;box-shadow:0 6px 24px -10px rgba(194,199,204,0.8)}
.card-product-info--image-white .card-product-info__asset{width:75px;height:75px;vertical-align:middle;border-style:none;object-fit:contain}
.card-product-info--image-white .card-product-info__body{padding-bottom:20px;gap:20px}
.card-product-info--image-white .card-product-info__body .card-product-info__title{margin:0;color:#152a69;font-size:24px;text-align:left;margin-top:1rem;font-weight:500;line-height:1.2}
.card-product-info--image-white .card-product-info__body .card-product-info__text{font-size:16px;line-height:1.25;text-align:left}
.card-product-info--noicon-white{padding:20px 30px 20px 50px;border-radius:16px;background-color:#fff;box-shadow:0 6px 24px -10px rgba(194,199,204,0.8)}
.card-product-info--noicon-white .card-product-info__body{padding-bottom:20px;gap:20px}
.card-product-info--noicon-white .card-product-info__body .card-product-info__title{margin:0;color:#152a69;font-size:24px;text-align:left;margin-top:1rem;font-weight:500;line-height:1.2}
.card-product-info--noicon-white .card-product-info__body .card-product-info__text{font-size:16px;line-height:1.25;text-align:left}
.card-product-info--promo-hero{height:100%;padding:0;border-radius:24px;background-color:#fff;box-shadow:0 6px 24px -10px rgba(194,199,204,0.8);overflow:hidden;align-self:stretch}
.card-product-info--promo-hero .card-product-info__asset{width:100%;height:174px;display:block;border-radius:0;object-fit:cover}
.card-product-info--promo-hero .card-product-info__body{flex:1;padding:32px 32px 40px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:12px}
.card-product-info--promo-hero .card-product-info__body .card-product-info__title{margin:0;font-size:24px;line-height:1.2;color:#152a69;font-weight:500}
.card-product-info--promo-hero .card-product-info__body .card-product-info__text{margin:0;font-size:16px;line-height:1.25;color:#333;font-weight:300}
.card-product-info--promo-hero .card-product-info__body .card-product-info__text strong,.card-product-info--promo-hero .card-product-info__body .card-product-info__text b{font-weight:700}
.card-product-info--promo-hero .card-product-info__body .card-product-info__text a{text-decoration:underline}
.card-product-info--text-blue .card-product-info__text{color:#152a69}