.card-illustration{--card-mask: url('../images/masks/card-fold.svg');position:relative;isolation:isolate;flex:none;width:100%;min-width:0;min-height:0;aspect-ratio:12/7;max-height:240px;margin:0 0 24px;overflow:hidden;pointer-events:none;user-select:none}.card-illustration--offset{--card-mask: url('../images/masks/card-offset.svg')}.card-illustration--notch{--card-mask: url('../images/masks/card-notch.svg')}.card-illustration::before,.card-illustration::after,.card-illustration>picture{position:absolute;display:block;-webkit-mask-image:var(--card-mask);mask-image:var(--card-mask);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.card-illustration::before{content:"";inset:8px 0 0 8px;background:linear-gradient(125deg, #b9ffe7, #4ba79e 62%, #245c76)}.card-illustration>picture{inset:0 8px 8px 0}.card-illustration img{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--card-photo-position, 50% 50%)}.card-illustration::after{content:"";inset:0 8px 8px 0;background:linear-gradient(135deg, rgba(0, 107, 94, 0.05), transparent 45%, rgba(11, 34, 56, 0.22))}.module-card .card-illustration+h3{margin-top:0}.ai-flow .card-illustration{max-height:180px;margin-top:24px;margin-bottom:24px}.ai-flow .card-illustration::before{background:linear-gradient(110deg, #97f0d9, #3b8988)}@media(max-width: 700px){.card-illustration{max-height:250px;margin-bottom:20px}.ai-flow .card-illustration{max-height:200px}}@media(forced-colors: active),print{.card-illustration{display:none}}