.cards{flex-direction:column}.cards,.cards .row{display:flex;gap:20px}.cards .row{align-items:center;flex-wrap:wrap;justify-content:start;margin:0;width:100%}.cards .affinity-card{align-self:stretch;border:1px solid var(--White);box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;max-width:100%;min-height:486px;min-width:240px;overflow:hidden;padding:40px 32px}.cards .card-header{align-items:center;display:flex;flex-direction:column;justify-content:start;margin-bottom:78px;position:relative;width:100%}.cards .card-header.text-visible{margin-bottom:16px;min-height:350px}.cards .card-title{margin:0;text-align:center;text-transform:capitalize}.cards .card-image{aspect-ratio:1;max-width:100%;object-fit:contain;object-position:center;transition:opacity .5s ease;width:210px}.cards .card-text{height:0;max-height:0;opacity:0;overflow:hidden;pointer-events:none;position:relative;text-align:left;transition:opacity .5s ease-in-out}.cards .card-header.text-visible .card-text{display:block;height:100%;max-height:100%;opacity:1}.cards .card-header.text-visible .card-text p{margin:0}.cards .card-header.text-visible .card-image{height:0!important;opacity:0;pointer-events:none}.cards .card-footer{align-items:flex-end;display:flex;flex-direction:column;justify-content:start;width:100%}.cards .button-plus,.cards .button-plus.minus{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:38px;overflow:hidden;padding:16px;position:relative;transition:transform .3s ease;width:42px}.cards .button-plus{background-color:unset;border:1px solid var(--White)}.cards .button-plus.minus{background-color:var(--Zest);border:1px solid var(--Zest)}.cards .button-plus:before{background-image:url(/hubfs/8855469/plus.svg)}.cards .button-plus.minus:before,.cards .button-plus:before{background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:24px;position:absolute;transition:transform .3s ease;width:24px;z-index:1}.cards .button-plus.minus:before{background-color:var(--Zest);background-image:url(/hubfs/8855469/minus.svg)}.cards button.button-plus:hover{border:1px solid var(--Zest)}.cards .button-plus:hover:after{height:100%}.cards .button-plus:after{background-color:var(--Zest);bottom:0;content:"";height:0;left:0;position:absolute;right:0;transition:.3s ease-out;width:100%}.cards .button-plus:hover:before{background-image:url(/hubfs/8855469/minus.svg)}@media screen and (min-width:992px){.cards .affinity-card{flex:0 0 calc(33.33333% - 13.33333px);width:calc(33.33333% - 13.33333px)}}@media screen and (max-width:991px){.cards .row .affinity-card{flex:0 0 calc(50% - 10px)}.cards .card-footer{margin-top:auto}}@media screen and (max-width:767px){.cards .row .affinity-card{flex:0 0 100%}.cards .card-footer{margin-top:57px}}