@layer components{.c-button{background:var(--button-background-color,transparent);color:var(--button-text-color,#fff);cursor:var(--button-cursor,pointer);display:inline-block;font-size:var(--button-font-size,1em);font-variation-settings:var(--button-font-weight,"wght" 700);height:var(--button-height,auto);line-height:1.3;padding:0;-webkit-text-decoration:var(--button-text-decoration,none);text-decoration:var(--button-text-decoration,none);text-transform:var(--button-text-transform,uppercase);transition:color .25s ease,background .15s ease,border .25s ease}.c-button:after{color:var(--button-icon-color,inherit);content:var(--button-icon-code,"\f061");display:inline-block;font-family:var(--fa-font-family);font-size:var(--button-icon-size,1.1em);font-variation-settings:"wght" 400;margin-left:.25ch;position:relative;top:-.1em;vertical-align:middle}.c-button:focus,.c-button:hover{--button-background-color:var(--button-background-color-active,transparent);--button-text-color:var(--button-text-color-active,var(--brand-yellow))}.c-button:focus:after,.c-button:hover:after{animation:iconPoke .4s forwards}.c-button--on-light{--button-background-color:linear-gradient(var(--button-text-color-active,var(--brand-blue)),var(--button-text-color-active,var(--brand-blue))) bottom/100% 0px no-repeat;--button-background-color-active:linear-gradient(var(--button-text-color-active,var(--brand-blue)),var(--button-text-color-active,var(--brand-blue))) bottom/100% 2px no-repeat;--button-text-color:var(--brand-blue);--button-text-color-active:var(--brand-blue)}.c-button--on-dark{--button-text-color:#fff;--button-text-color-active:var(--brand-yellow)}.c-button--download{--button-icon-code:"\f33d"}.c-button--logout{--button-icon-code:"\f08b"}.c-button--secondary{--button-text-transform:normal;--button-text-color-active:#fff;align-items:center;border:2px solid var(--button-border-color,var(--brand-gray));border-radius:45px;display:var(--button-display-override,inline-flex);font-variation-settings:var(--button-font-weight,"wght" 500);justify-content:center;padding:7px 1rem 5px;text-decoration:none;transition-duration:.25s;transition-property:border-color,color;transition-timing-function:ease;white-space:nowrap}.c-button--secondary:after{content:none}.c-button--secondary:before{color:var(--button-icon-color,var(--button-text-color,#fff));content:var(--button-icon-code,none);display:inline-block;font-family:var(--fa-font-family);margin-right:.25em;position:relative;transition:all .25s ease}.c-button--secondary:focus,.c-button--secondary:hover{--button-border-color:var(--button-border-color-active,var(--brand-yellow));--button-text-color:var(--button-text-color-active,#fff)}.c-button__icon{margin-right:var(--button-icon-space,.5em)}.c-button__icon--right{margin-left:var(--button-icon-space,.5em)}@keyframes iconPoke{0%{transform:translateX(0)}50%{transform:translateX(.2em)}to{transform:translateX(0)}}}