.button__wrapper{display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.button__wrapper a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.button__wrapper .text__layer{overflow:hidden;display:inline-flex;flex-direction:column;justify-content:center;position:relative}.button__wrapper .text__layer span{font-family:var(--font-primary);display:inline-block}.button__wrapper .text__layer span span{display:inline-flex}.button__wrapper .text__layer span .space{display:inline-flex;width:.5em}.button__wrapper .text__layer .hovered__text{position:absolute;top:0;left:0}.button__wrapper .text__layer .hovered__text span{display:inline-flex;transform:translateY(100%)}@media screen and (max-width:768px){.button__wrapper{padding:8px 16px}.button__wrapper .text__layer span{font-size:12px;font-weight:600;letter-spacing:-.36px}}.button__wrapper.button__white .text__layer span{color:var(--black)}.button__wrapper.button__black .text__layer span{color:var(--white)}