.card{--bs-card-bg:var(---white);--bs-card-border-color:rgba(0,0,0,0.1);--bs-card-border-width:5px;border-radius:10px}.cardCol{justify-content:center;display:flex;padding:1.5rem;max-width:25%;flex:1 0 0%}.cardRow{flex:0 0 auto;--bs-gutter-x:1.5rem;--bs-gutter-y:0;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.cardRow,.mainCardTab{justify-content:center;width:100%;display:flex}.mainCardTab{background-color:var(---red);background-blend-mode:multiply;background-image:url(/public/assets/whitebackground2.png)}@media screen and (max-width:1199px){.cardCol{max-width:50%}}@media screen and (max-width:569px){.cardCol{max-width:100%;width:100%}}:root{---red:#dc3c2e;---yellow:#e3cc4d;---white:#fff6eb;---black:#140a02}#aref,#buttonParent{text-decoration:none}#buttonParent{color:var(---white);font-size:1.3rem;font-weight:600;text-align:center;align-items:center;justify-content:center;display:flex;border-radius:1rem;border-color:rgba(0,0,0,0);height:6vh;transition:.25s ease-in-out}#buttonParent:hover{background-color:var(---black)}#buttonParent.red{background-color:var(---red)}#buttonParent.black{background-color:var(---black)}#buttonParent.bigRed{background-color:var(---red);width:100%;height:10vh;font-size:1.7rem;border:0;color:var(---white);border-color:var(---black)}#buttonParent.bigRed:disabled{background-color:var(---black)}#buttonParent.black:hover{background-color:var(---white);color:var(---black);border-color:var(---black)}#buttonParent.bigRed:hover:not(:disabled),#buttonParent.red:hover{background-color:var(---white);color:var(---red);border-color:var(---red)}