.c-deck-buttons .c-card{--min-height:auto}.c-deck-buttons .c-card__link{height:100%;justify-content:center;min-height:var(--min-height)}.c-deck-buttons .c-card__content{flex-grow:0}.c-deck-buttons--nav{--gap:8px;display:flex;flex-wrap:wrap;gap:var(--gap);justify-content:center}@media(min-width:768px){.c-deck-buttons--nav{--gap:16px}}.c-deck-buttons--nav .c-card{--border-radius:8px;--min-height:110px;--padding-block:12px;--padding-inline:8px;--width-border:2px;height:auto;width:calc(50% - var(--gap)/2)}@media(min-width:768px){.c-deck-buttons--nav .c-card{width:calc(25% - var(--gap)/4*3)}}@media(min-width:992px){.c-deck-buttons--nav .c-card{--border-radius:14px;--min-height:130px}}@media(min-width:1200px){.c-deck-buttons--nav .c-card{--min-height:164px}}.c-deck-buttons:has(>.c-card:nth-child(5):last-child) .c-card:first-child{order:1}.c-deck-buttons:has(>.c-card:nth-child(5):last-child) .c-card:nth-child(2){order:2}.c-deck-buttons:has(>.c-card:nth-child(5):last-child) .c-card:nth-child(3){order:3}.c-deck-buttons:has(>.c-card:nth-child(5):last-child) .c-card:nth-child(4){order:4}.c-deck-buttons:has(>.c-card:nth-child(5):last-child) .c-card:nth-child(5){order:5}@media(min-width:768px){.c-deck-buttons:has(>.c-card:nth-child(5):last-child){gap:calc(var(--gap)/2) var(--gap)}.c-deck-buttons:has(>.c-card:nth-child(5):last-child):before{content:"";display:block;height:0;order:4;width:100%}}.c-deck-buttons--options{--columns:2;--gap:1px;display:grid;grid-gap:var(--gap);background-color:#ededed;border-radius:10px;box-shadow:0 1px 4px 0 rgba(0,0,0,.25);grid-template-columns:repeat(var(--columns),1fr);overflow:hidden}@media(min-width:768px){.c-deck-buttons--options{--columns:3}}@media(min-width:992px){.c-deck-buttons--options{--columns:6}}.c-deck-buttons--options .c-card{--min-height:128px;--padding-block:18px 12px;--padding-inline:8px}.c-deck-buttons--options .c-card__link{position:relative}.c-deck-buttons--options .c-card__link:focus-visible,.c-deck-buttons--options .c-card__link:hover{text-decoration:none!important}.c-deck-buttons--options .c-card__link:focus-visible *,.c-deck-buttons--options .c-card__link:hover *{text-decoration:none!important}.c-deck-buttons--options .c-card__link:focus-visible:after,.c-deck-buttons--options .c-card__link:hover:after{background-color:#005d98;content:"";height:5px;inset:auto 0 0;position:absolute}.c-deck-buttons--options .c-card--selected .c-card__link:after{background-color:#005d98;content:"";height:5px;inset:auto 0 0;position:absolute}