.cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1rem;gap:1rem}.afpCard:nth-child(3),.afpCard:nth-child(4){grid-column:span 2}.afpCard:first-child img,.afpCard:nth-child(2) img,.afpCard:nth-child(5) img,.afpCard:nth-child(6) img{max-height:250px}.AFProgramDoodle__wallet{top:-3%}.AFProgramDoodle__percent{left:2%;bottom:-4%}@media screen and (max-width:768px){.cards-container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.afpCard:nth-child(3),.afpCard:nth-child(4){grid-column:span 1}}@media screen and (max-width:576px){.AFProgramDoodle__percent{right:2%;bottom:-4%}.AFProgramDoodle__wallet{left:-4%;top:12%}}.modeCard{background-image:url(/images/website/mask2.png);border-radius:16px;border:4px solid #fff;padding:32px;display:flex;flex-direction:column;gap:2rem}.modeCard__image--container{max-height:300px;border-radius:16px;overflow:hidden}.modeCard_image{width:100%;height:100%;object-fit:cover;object-position:center}.modeCard__content{display:flex;flex-direction:column;gap:.5rem}.modeCard__price{display:flex;gap:.5rem;align-items:end}.modeCard__price .price{vertical-align:middle}.btn-gray-variant{background-color:#fff!important;color:#f6921e!important;border-color:#f6921e}.btn-secondary{border-color:#f6921e;border-bottom:3px solid var(--tertiary-color)}@media screen and (max-width:768px){.modeCard{padding:16px}}