.button-simple{margin-bottom:10px;width:fit-content}.button-simple a{background-image:linear-gradient(90deg,transparent 0,transparent 49.9999%,#fff 49.99999%,#fff);background-position:100% 82%;background-repeat:no-repeat;background-size:200% 2px;color:#fff;font-family:var(--secondary-font);font-size:12px;font-weight:700;padding-bottom:8px;text-decoration:underline;text-decoration:none;transition:background-position .25s cubic-bezier(.25,.46,.45,.94),color .25s cubic-bezier(.25,.46,.45,.94)}.button-simple:hover a{background-position:0 82%;color:#fff;transition:background-position .45s cubic-bezier(.23,1,.32,1),color .45s cubic-bezier(.23,1,.32,1)}.button-simple-dark{margin-bottom:10px;width:fit-content}.button-simple-dark a{background-image:linear-gradient(90deg,transparent 0,transparent 49.9999%,#111 49.99999%,#111);background-position:100% 82%;background-repeat:no-repeat;background-size:200% 2px;color:#111;font-family:var(--secondary-font);font-size:12px;font-weight:700;padding-bottom:8px;text-decoration:none;transition:background-position .25s cubic-bezier(.25,.46,.45,.94),color .25s cubic-bezier(.25,.46,.45,.94)}.button-simple-dark:hover a{background-position:0 82%;color:#111;transition:background-position .45s cubic-bezier(.23,1,.32,1),color .45s cubic-bezier(.23,1,.32,1)}