<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wp-block-button__link.wp-block-button__link {
    --bg-line: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27%3E%3ClinearGradient id=%27a%27%3E%3Cstop offset=%270%25%27 stop-color=%27%23a8a8a8%27/%3E%3Cstop offset=%27100%25%27 stop-color=%27%23545454%27/%3E%3C/linearGradient%3E%3Cline x2=%278%27 y1=%278%27 stroke=%27url%28%23a%29%27 vector-effect=%27non-scaling-stroke%27/%3E%3C/svg%3E");
    --bg-line-dark: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27%3E%3ClinearGradient id=%27a%27%3E%3Cstop offset=%270%25%27 stop-color=%27%23666666%27/%3E%3Cstop offset=%27100%25%27 stop-color=%27%23aaaaaa%27/%3E%3C/linearGradient%3E%3Cline x2=%278%27 y1=%278%27 stroke=%27url%28%23a%29%27 vector-effect=%27non-scaling-stroke%27/%3E%3C/svg%3E");
    --bar-size: calc((var(--distance-between-bars) * 2) + var(--border-width));
    --border-width: 2px;
    --distance-between-bars: 3px;
    --wireframe-width: 1px;
    --wireframe-gap: calc(var(--border-width) + var(--wireframe-width));
    --wireframe-btn-hover-duration: 325ms;
    --wireframe-btn-hover-curve: cubic-bezier(.17,.67,0,1.82);
    --wireframe-btn-press-duration: 50ms;
    --wireframe-btn-press-curve: cubic-bezier(.12,.9,.61,1);
    --wireframe-btn-mouseout-duration: 125ms;
    --wireframe-btn-mouseout-curve: cubic-bezier(.12,.9,.61,1);
    /* layout */
    position: relative;
    align-items: center;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    overflow-x: visible;
    overflow-y: visible;

    /* text */
    text-decoration: none;
    vertical-align: middle;

    /* Appearance */
    background-image: var(--bg-line), var(--bg-line),var(--bg-line), var(--bg-line);
    background-position-x: calc(100% - .5rem), calc(100% + 0.1875rem);
    background-position-y: 0.1875rem, 0.33333333312rem;
    background-repeat: no-repeat, no-repeat;
    background-size: 1px, 1px, 1px 1px;
    cursor: pointer;
    -webkit-border-image: none;

    /* animation */
    transition-behavior: normal, normal, normal;
    transition-delay: 0s, 0s;
    transition-duration: 0.05s;
    transition-property: transform, outline-offset, background-size, background-position;
    transition-timing-function: cubic-bezier(0.12, 0.9, 0.61, 1);

    /* other */
    backface-visibility: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
adsk-card:defined:hover .wp-block-button__link,
.wp-block-button__link.wp-block-button__link:hover {
    transition-duration: 0.325s;
    transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.82);
    transform: translate(.25rem, -.25rem);
}

.wp-block-button__link.wp-block-button__link::before, 
.wp-block-button__link.wp-block-button__link::after {
    content: '';
    /* Layout */
    display: block;
    position: absolute;
    inset: -2px;
    z-index: -2;

    /* Appearance */
    border: 1px solid;
    cursor: pointer;

    /* Animation */
    transition-duration: inherit;
    transition-property: transform, outline-offset, background-size, background-position;
    transition-timing-function: inherit;
    /* Other */
    border-color: transparent;
    border-radius: .5rem;
    /* mix-blend-mode: lighten; */
}
.wp-block-button__link.wp-block-button__link::before {
    border-left-color: #8c8c8c;
    border-bottom-color: #8c8c8c;
}
adsk-card:defined:hover .wp-block-button__link::before,
.wp-block-button__link.wp-block-button__link:hover::before {
    transform: translate(-.1875rem, .1875rem);
}
.wp-block-button__link.wp-block-button__link::after {
    border-left-color: #a8a8a8;
    border-bottom-color: #a8a8a8;
    background-image: var(--bg-line),var(--bg-line),var(--bg-line),var(--bg-line);
    background-position-x: calc(100% - 6px), -2px, 6px, -2px;
    background-position-y: calc(100% + 2px), calc(100% - 9px), calc(100% + 2px), 6px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 1px, 1px, 1px, 1px;
}
adsk-card:defined:hover .wp-block-button__link::after,
.wp-block-button__link.wp-block-button__link:hover::after {
    background-size: .5rem, .5rem, .5rem, .5rem;
    transform: translate(-.375rem, .375rem);
}
.wp-block-button__link.wp-block-button__link:focus-visible {
    transform: translate(0%, 0%);
    /* outline: #136b9a solid .125rem;
    outline-offset: .125rem; */
}
adsk-card:defined:hover .wp-block-button__link:active,
.wp-block-button__link.wp-block-button__link:active {
    transform: none;
    transition-duration: 0.05s;
}
adsk-card:defined:hover .wp-block-button__link:active::before,
adsk-card:defined:hover .wp-block-button__link:active::after,
.wp-block-button__link.wp-block-button__link:active::after,
.wp-block-button__link.wp-block-button__link:active::before {
    border-color: rgba(0, 0, 0, 0);
    transform: translate(0%, 0%);
    transition-duration: 0.05s;
    background-size: 1px 1px, 1px 1px;
}

.is-style-contained {
    color: #000;
    background-image: var(--bg-line), var(--bg-line);
    background-color: transparent;
    background-size: 1px, 1px;
}
.is-style-alternate {
    --start-color: #ffffff;
    --end-color: #ffffff;
    --start-lightness: 55%;
    --end-lightness: 70%;
    --wireframe-start-color: hsl(from var(--start-color) h s var(--start-lightness));
    --wireframe-end-color: hsl(from var(--end-color) h s var(--end-lightness));
}
.is-style-outlined .wp-block-button__link::before {
    border-color: #545454;
    border-left-color: #545454;
    border-bottom-color: #545454;
}
.is-style-outlined .wp-block-button__link::after {
    border-color: #a8a8a8;
}

.is-style-outlined .wp-block-button__link {
    background-color: transparent;
    background-image: var(--bg-line), var(--bg-line);
    background-position-x: calc(100% - 8px), calc(100% + 3px);
    background-position-y: -3px, 5.33333px;
}
adsk-card:defined:hover .is-style-outlined .wp-block-button__link,
.is-style-outlined .wp-block-button__link:hover {
    background-size: .5rem .5rem,.5rem .5rem;
    transform: matrix(1, 0, 0, 1, 4, -4);
}
adsk-card:defined:hover .wp-block-button__link:active,
.is-style-outlined .wp-block-button__link:active {
    background-size: 1px 1px, 1px 1px;
    transform: translate(0%, 0%);
}
.is-style-highlight .wp-block-button__link {
    background-color: #ff0;
    color: #000;
    border-color: #000;
}
</pre></body></html>