.fd-button-ghost{align-items:center;animation:show;animation-duration:.3s;animation-fill-mode:forwards;background-color:var(--button-ghost);background-position:50%;border:none;border-radius:0;box-sizing:border-box;color:var(--button-ghost-text);cursor:pointer;display:inline-flex;font-family:ProximaNovaBold,sans-serif;font-size:.875rem;font-weight:400;justify-content:center;letter-spacing:-.1px;line-height:1.25;min-height:2rem;opacity:0;outline-color:var(--button-ghost-text);outline-offset:-1px;outline-style:solid;outline-width:1px;overflow:hidden;padding:0 1rem;position:relative;text-align:center;text-decoration:none;transition:transform .05s ease-out,background-color .1s;-webkit-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}@media screen and (max-width:640px){.fd-button-ghost{width:100%}}.fd-button-ghost>*{display:flex}.fd-button-ghost svg{fill:var(--button-ghost-text);height:1rem;margin:0 .5rem;width:1rem}@media screen and (min-width:641px){.fd-button-ghost{outline-offset:-1.5px;outline-width:1.5px}}.fd-button-ghost:hover{outline-color:var(--button-ghost-hover)}.fd-button-ghost.m{font-size:1rem;min-height:3rem}@media screen and (min-width:641px){.fd-button-ghost:active{transform:scale(.95)}.fd-button-ghost:active.m{transform:scale(.98)}}.fd-button-ghost:active,.fd-button-ghost:focus{outline-color:var(--button-ghost-outline)}.fd-button-ghost:hover{outline-color:var(--button-ghost-hover-outline)}.fd-button-ghost:before{background-color:#b0c6c1;height:100%;position:absolute;transform:skewX(15deg);width:0}.fd-button-ghost:focus{color:var(--button-ghost-focus)}.fd-button-ghost:focus svg{fill:var(--button-ghost-focus)}.fd-button-ghost:not(:active):before{animation:ripple;animation-duration:.5s;content:""}.fd-button-ghost:active{background-color:var(--button-ghost-active);color:var(--button-ghost-active-text)}.fd-button-ghost:active:before{animation:rippleReverse;animation-delay:.1s;animation-duration:.5s;content:""}.fd-button-ghost:active svg{fill:var(--button-ghost-active-text)}@media screen and (max-width:640px){.fd-button-ghost:active{transform:scale(.98)}}.fd-button-ghost:hover{color:var(--button-ghost-hover)}.fd-button-ghost:hover svg{fill:var(--button-ghost-hover)}.fd-button-ghost:hover:active{color:var(--button-ghost-active-text)}.fd-button-ghost:hover:active svg{fill:var(--button-ghost-active-text)}.fd-button-ghost:disabled,.fd-button-ghost:disabled:active{background-color:var(--button-ghost);color:var(--button-ghost-disabled);outline-color:var(--button-ghost-disabled);transform:scale(1)}.fd-button-ghost:disabled *,.fd-button-ghost:disabled:active *{pointer-events:none}.fd-button-ghost:disabled svg,.fd-button-ghost:disabled:active svg{fill:var(--button-ghost-disabled)}@keyframes ripple{0%{opacity:.25;width:0}50%{opacity:.25}to{opacity:0;width:130%}}@keyframes rippleReverse{0%{opacity:.25;width:130%}to{opacity:.25;width:0}}@keyframes show{0%{opacity:0}99%{opacity:0}to{opacity:1}}a.fd-button-ghost{display:inline-flex}