.kd-buttons{display:flex;flex-wrap:wrap;gap:clamp(10px,2vw + .1px,65px)}.kd-buttons .button{background:#000;border:2px solid #000;color:#fff;display:inline-block;margin-bottom:0;padding-left:20px;padding-right:20px;width:auto}.kd-buttons .button:hover{background:#fff;border:2px solid #000;color:#000}.kd-buttons .button.button--outline{background:none;border-color:#000;color:#000}.kd-buttons .button.button--outline:hover{background:#000;border-color:#000;color:#fff}.kd-buttons .button.button--inverted{background:#fff;border-color:#fff;color:#000}.kd-buttons .button.button--inverted:hover{background:#000;border-color:#fff;color:#fff}.kd-buttons .button.button--outline-inverted{background:none;border-color:#fff}.kd-buttons .button.button--outline-inverted:hover{background:#fff;color:#000}@media screen and (max-width:768px){.kd-buttons{flex-direction:column;margin:0 auto;max-width:554px}.kd-buttons a.button{justify-content:center}}