.button-group{align-items:stretch;box-shadow:0 16px 24px rgba(0,0,0,.16);display:flex;flex-direction:row;flex-wrap:wrap;gap:0;justify-content:flex-start;padding:30px}.button-group .btn-item{background-color:#fff;border:0;border-radius:0;color:#2e2e2e;flex:0 0 16.66%;font-size:14px;font-weight:900;padding:20px;text-decoration:none;text-transform:uppercase;transition:none}.button-group .icon-container{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-bottom:10px;min-height:50px}.button-group .btn-item:hover{background:#fcfcfc;background:linear-gradient(140deg,#fff 60%,#e3e3e3);border-left:1px solid #e3e3e3;color:var(--color-accent)}.button-group .btn-item:first-child:hover,.button-group .btn-item:nth-child(7):hover{border-left:0}.button-group .btn-item:not(:first-of-type,:nth-of-type(7)){border-left:1px solid #e3e3e3}.button-group .btn-item:nth-child(-n+6){border-bottom:1px solid #e3e3e3}@media(max-width:1158px){.button-group .btn-item{flex:0 0 25%}.button-group .btn-item,.button-group .btn-item:nth-child(7):hover{border-left:1px solid #e3e3e3}.button-group .btn-item:first-of-type,.button-group .btn-item:nth-of-type(5),.button-group .btn-item:nth-of-type(9){border-left:0}.button-group .btn-item:nth-child(-n+8){border-bottom:1px solid #e3e3e3}}@media(max-width:807px){.button-group .btn-item{border-left:1px solid #e3e3e3;flex:0 0 50%}.button-group .btn-item:nth-of-type(odd),.button-group .btn-item:nth-of-type(odd):hover{border-left:0}.button-group .btn-item{border-bottom:1px solid #e3e3e3}.button-group .btn-item:nth-last-child(-n+2){border-bottom:0}}@media(max-width:600px){.button-group{padding:0}.button-group .btn-item{font-size:11px;padding:10px}}