.CanvasButton{align-items:center;background-color:transparent;color:var(--black-forest);display:flex;justify-content:center;position:relative;text-align:center}.CanvasButton__canvas{pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}.CanvasButton--show .CanvasButton__text{opacity:1}.no-javascript .CanvasButton__canvas{background-color:var(--yellow);border:1px dashed var(--black-forest);border-radius:100%;height:100%;width:100%}.no-javascript .CanvasButton--rectangle .CanvasButton__canvas{border-radius:16px}.no-javascript .CanvasButton__text{opacity:1}.CanvasButton__text{opacity:0;pointer-events:none;position:relative;width:80%;z-index:2}@media only screen and (max-width:640px){.CanvasButton__text{font-size:18px}}@media screen and (max-height:501px){.CanvasButton__text{font-size:14px}}.CanvasButton--circle{height:168px;width:168px}.CanvasButton--rectangle{height:84px;max-width:100%;min-height:84px;width:301px}@media only screen and (max-width:640px){.CanvasButton--rectangle{height:54px;min-height:54px;width:281px}}@media screen and (max-height:501px){.CanvasButton--rectangle{height:50px;width:220px}}.CanvasButton--big{max-width:100%;width:380px}
