.btn{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;outline:0;border:0;cursor:pointer;transition:all 0.2s ease-in-out;font-size:1rem;line-height:1.2em;padding:calc(6em/16) calc(7em/16);gap:calc(11em/16);font-weight:700}.btn>img{transition:all 0.2s ease-in-out}.btn.red{padding:1.2em 2.25em 1.05em;background-color:var(--color-red-400);border-color:var(--color-red-400);color:var(--color-text-inverted);border-radius:6.25rem}.btn.red:hover{box-shadow:0 calc(4em/16) calc(15em/16) rgba(0,0,0,0.1)}.btns,.buttons-group{display:flex;flex-flow:row wrap;align-items:center;justify-content:flex-start;grid-gap:1rem 1.5rem}
/*# sourceMappingURL=buttons.css.map */