.button,button.button{width:clamp(200px,20vw,300px);height:clamp(70px,7vw,100px);color:inherit;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;background-image:linear-gradient(#e02727 6%,#b21f1f 37%,#7a1515 100%);border:none;border-radius:50px;justify-content:center;align-items:center;padding:0 1.5rem;font-family:Bebas Neue,Arial,Helvetica,sans-serif;font-size:clamp(1.5rem,2vw,2rem);text-decoration:none;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 6px #0000004d}.button:hover,button.button:hover{cursor:pointer;transform:translateY(-2px);box-shadow:0 6px 8px #0006}.button:disabled,button.button:disabled{opacity:.5;cursor:not-allowed;background-image:linear-gradient(#e0272780 6%,#b21f1f80 37%,#7a151580 100%)}.button:disabled:hover,button.button:disabled:hover{transform:none;box-shadow:0 4px 6px #0000004d}@media only screen and (max-width:1200px){.button,button.button{width:clamp(180px,18vw,280px);height:clamp(65px,6.5vw,90px);font-size:clamp(1.3rem,1.8vw,1.8rem)}}@media only screen and (max-width:1024px){.button,button.button{width:clamp(180px,25vw,250px);height:clamp(60px,8vw,80px);font-size:clamp(1.2rem,2.5vw,1.6rem)}}@media only screen and (max-width:600px){.button,button.button{width:clamp(160px,60vw,220px);height:clamp(55px,12vw,70px);font-size:clamp(1.1rem,4vw,1.4rem)}}
